From f6eca219e9452ea3bb4053ecf8f78ac04b2e80e2 Mon Sep 17 00:00:00 2001 From: rmglennon Date: Mon, 13 Jun 2016 15:53:46 -0700 Subject: [PATCH] add-search-to-a-map.md key updates --- add-search-to-a-map.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/add-search-to-a-map.md b/add-search-to-a-map.md index ba6c368..6fd7b1c 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 ` [...] @@ -272,8 +272,8 @@ You can refer to this HTML if you want to review your work or troubleshoot an er attribution: '© OpenStreetMap contributors' }).addTo(map); - //Use your own API key in place of search-xxxxxx. Get a key at mapzen.com/developers. - var geocoder = L.control.geocoder('search-xxxxxx').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);