From 9f0e50d6b0054eb14e18c7b993a9029a6ded5697 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Tue, 12 Oct 2021 08:15:04 +0200 Subject: [PATCH] docs: add Pelias & GeocodeEarth providers to readme (#301) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3afc3353..57d1e84a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Leaflet.GeoSearch + [![All Contributors](https://img.shields.io/badge/all_contributors-47-orange.svg?style=flat-square)](#contributors-) + **Demo and Docs: [smeijer.github.io/leaflet-geosearch](https://smeijer.github.io/leaflet-geosearch)** @@ -50,10 +52,12 @@ The control comes with a number of default providers: - [Algolia] - [Bing] - [Esri] +- [Geocode Earth] - [Google] - [LocationIQ] - [OpenCage] - [OpenStreetMap] +- [Pelias] - [Mapbox](https://docs.mapbox.com/help/tutorials/local-search-geocoding-api/) - [GeoApiFR](https://geo.api.gouv.fr/adresse) @@ -132,7 +136,7 @@ use your debugger) # Providers When `OpenStreetMap` does not match your needs; you can also choose to use the -`Algolia`, `Bing`, `Esri`, `Google` `LocationIQ`, or `OpenCage` providers. Most of those providers do however require API +`Algolia`, `Bing`, `Esri`, `Geocode Earth`, `Google`, `LocationIQ`, `OpenCage`, or `Pelias` providers. Most of those providers do however require API keys. See the documentation pages on the relevant organisations on how to obtain these keys. @@ -335,10 +339,12 @@ to share your work with us. [algolia]: https://smeijer.github.io/leaflet-geosearch/providers/algolia [bing]: https://smeijer.github.io/leaflet-geosearch/providers/bing [esri]: https://smeijer.github.io/leaflet-geosearch/providers/esri +[geocode earth]: https://smeijer.github.io/leaflet-geosearch/providers/geocode-earth [google]: https://smeijer.github.io/leaflet-geosearch/providers/google [locationiq]: https://smeijer.github.io/leaflet-geosearch/providers/locationiq [opencage]: https://smeijer.github.io/leaflet-geosearch/providers/opencage [openstreetmap]: https://smeijer.github.io/leaflet-geosearch/providers/openstreetmap +[pelias]: https://smeijer.github.io/leaflet-geosearch/providers/pelias ## Contributors ✨