From b709c6cb6c6fd9fe14f39c5a53eaf5eb837a346f Mon Sep 17 00:00:00 2001 From: rmglennon Date: Mon, 13 Jun 2016 16:32:18 -0700 Subject: [PATCH] change real key to placeholder for tutorial - reverts earlier edits --- add-search-to-a-map.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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);