From 246abfab175e10e5bd0ba5aea00100a6459fda63 Mon Sep 17 00:00:00 2001 From: rmglennon Date: Thu, 22 Sep 2016 16:08:22 -0700 Subject: [PATCH] changes after testing tutorial --- add-search-to-a-map.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add-search-to-a-map.md b/add-search-to-a-map.md index 95a14e6..aec695a 100644 --- a/add-search-to-a-map.md +++ b/add-search-to-a-map.md @@ -285,7 +285,7 @@ As you were searching, you might have noticed results that looked similar. Mapze 1. Within the geocoder block, add the `params:` list and a parameter for `sources:`. Be sure to add a `,` at the end of the `autocomplete: false` line. ```js - var geocoder = L.Mapzen.geocoder('search-q78U1e7', { + var geocoder = L.Mapzen.geocoder('mapzen-xxxxxx', { autocomplete: false, params: { sources: 'osm'