Skip to content

Commit

Permalink
updated starting view
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydemet committed Oct 17, 2024
1 parent 61a6d43 commit 355e841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/reference/leaflet-choropleth-map.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<script>

// Initialize your map, sets the initial view location and zoom level
var mymap = L.map('mapid').setView([49.2482353821105, -123.11672680598382], 12);
var mymap = L.map('mapid').setView([49.2482353821105, -123.11672680598382], 11);

//Load the tile layer, paste in new tile layer of choice.
var Stadia_StamenWatercolor = L.tileLayer('https://tiles.stadiamaps.com/tiles/stamen_watercolor/{z}/{x}/{y}.{ext}', {
Expand Down

0 comments on commit 355e841

Please sign in to comment.