diff --git a/content/boilerplate.md b/content/boilerplate.md index c50c8a6..2c1fea2 100644 --- a/content/boilerplate.md +++ b/content/boilerplate.md @@ -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 mymap variable holds values for the initial starting view location and zoom level of the loading map. -The other variable Stamen_Terrain 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 OpenStreetMap_BZH 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.