diff --git a/add-search-to-a-map.md b/add-search-to-a-map.md index 6fd7b1c..c48bcd2 100644 --- a/add-search-to-a-map.md +++ b/add-search-to-a-map.md @@ -189,13 +189,13 @@ At this point, you have a map! You should see a map with OpenStreetMap tiles, zo So far, you have referenced the necessary files, initialized Leaflet with a map container on the page, and added data to the map. Now, you are ready to add the Search box from the Mapzen Search plug-in. 1. Go back to the https://mapzen.com/developers page and copy your API key to the clipboard. -2. Inside the same ` [...] @@ -273,7 +273,7 @@ You can refer to this HTML if you want to review your work or troubleshoot an er }).addTo(map); //Use your own API key in place of this one. Get a key at mapzen.com/developers. - var geocoder = L.control.geocoder('search-hnopfLZ').addTo(map); + var geocoder = L.control.geocoder('search-xxxxxx').addTo(map);