Skip to content

Commit 590c7e4

Browse files
committed
Update Mapbox style
1 parent 9435a90 commit 590c7e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

templates/hfxbikeparking/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ <h3 class="modal-title">Bike Parking Details</h3>
249249

250250
// Add map tiles
251251
L.tileLayer(
252-
'https://api.mapbox.com/styles/v1/mapbox/emerald-v8/tiles/{z}/{x}/{y}?access_token={{ token }}', {
252+
'https://api.mapbox.com/styles/v1/mapbox/outdoors-v12/tiles/{z}/{x}/{y}?access_token={{ token }}', {
253253
tileSize: 512,
254254
zoomOffset: -1,
255255
attribution: '© <a href="https://www.mapbox.com/map-feedback/">Mapbox</a> © <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'

templates/hfxtrees/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ <h3 class="modal-title">Tree Details</h3>
359359
var isMobile = window.innerWidth < 768;
360360

361361
L.tileLayer(
362-
'https://api.mapbox.com/styles/v1/mapbox/emerald-v8/tiles/{z}/{x}/{y}?access_token={{ token }}', {
362+
'https://api.mapbox.com/styles/v1/mapbox/outdoors-v12/tiles/{z}/{x}/{y}?access_token={{ token }}', {
363363
tileSize: 512,
364364
zoomOffset: -1,
365365
attribution: '&copy; <a href="https://www.mapbox.com/">Mapbox</a> | Tree data: Halifax Open Data'

0 commit comments

Comments
 (0)