From 146f35da96a5be7dec2913d39659f4b362c2067e Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Tue, 13 Oct 2015 16:00:45 +0200 Subject: [PATCH 1/2] mention the leaflet plugin --- use-cors.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/use-cors.md b/use-cors.md index 268abcc..17b3e0c 100644 --- a/use-cors.md +++ b/use-cors.md @@ -12,6 +12,12 @@ You don’t need to do anything special to use `CORS` with JavaScript in a moder For a full list of supported browsers see: http://caniuse.com/#feat=cors +### Add a Pelias search box to a Leaflet map + +We provide a plugin that adds a Pelias search box to any [Leaflet](http://leafletjs.com/) powered map. + +See https://github.com/pelias/leaflet-geocoder for installation instructions and a live demo. + ### Loading data with jQuery ```javascript From 895ed4767f89172b2759f77e0a611bf080d487e8 Mon Sep 17 00:00:00 2001 From: Rhonda Glennon Date: Tue, 13 Oct 2015 11:04:22 -0700 Subject: [PATCH 2/2] Minor edits --- use-cors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/use-cors.md b/use-cors.md index 17b3e0c..6adfa31 100644 --- a/use-cors.md +++ b/use-cors.md @@ -14,7 +14,7 @@ For a full list of supported browsers see: http://caniuse.com/#feat=cors ### Add a Pelias search box to a Leaflet map -We provide a plugin that adds a Pelias search box to any [Leaflet](http://leafletjs.com/) powered map. +Mapzen provides a plug-in that adds a Pelias search box to any [Leaflet](http://leafletjs.com/)-powered map. See https://github.com/pelias/leaflet-geocoder for installation instructions and a live demo.