Skip to content

Commit

Permalink
updated variable name to match basemap provider
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydemet committed Feb 6, 2024
1 parent 9f9c828 commit d0b52c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/boilerplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ var OpenStreetMap_BZH = L.tileLayer('https://tile.openstreetmap.bzh/br/{z}/{x}/{
```
The first line is our map variable. A JavaScript variable is something that holds values, and our <code>mymap</code> variable holds values for the initial starting view location and zoom level of the loading map.

The other variable <code>Stamen_Terrain</code> hold values for the map tile layer that we are using for our base layer including where the tiles are coming from, a limit on the max and min zoom level, and attribution.
The other variable <code>OpenStreetMap_BZH</code> hold values for the map tile layer that we are using for our base layer including where the tiles are coming from, a limit on the max and min zoom level, and attribution.

0 comments on commit d0b52c6

Please sign in to comment.