File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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>'
Original file line number Diff line number Diff 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 : '© <a href="https://www.mapbox.com/">Mapbox</a> | Tree data: Halifax Open Data'
You can’t perform that action at this time.
0 commit comments