From 2444d69f432f12abf7eca389e1ba9c268fa50df6 Mon Sep 17 00:00:00 2001 From: MedUnes Date: Fri, 18 Aug 2017 09:31:02 +0100 Subject: [PATCH 1/4] Added: Battuta (Geolocation) Added; Battuta: A (country/region/city) in-cascade location API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a5c04f8..419bc668 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,7 @@ API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | adresse.data.gouv.fr | Address database of France, geocoding, and reverse | No | Yes | [Go!](https://adresse.data.gouv.fr) | | Bing Maps | Create/customize digital maps based on Bing Maps data | `apiKey` | Yes | [Go!](https://www.microsoft.com/maps/) | +| Battuta | A (country/region/city) in-cascade location API | apiKey | Yes | [Go!](https://battuta.medunes.net) | | Geocode.xyz | Provides worldwide forward/reverse geocoding, batch geocoding and geoparsing | No | Yes | [Go!](https://geocode.xyz/) | | GeoNames | Place names and other geographical data | No | No | [Go!](http://www.geonames.org/export/web-services.html) | | GéoApi | French geographical data | No | Yes | [Go!](https://api.gouv.fr/api/geoapi.html) | From 2d38778661efb71fd3b99d221ae746bff3fce8e3 Mon Sep 17 00:00:00 2001 From: MedUnes Date: Fri, 18 Aug 2017 19:44:20 +0100 Subject: [PATCH 2/4] fixed: wrap apiKey with backticks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 419bc668..7ae74e19 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | adresse.data.gouv.fr | Address database of France, geocoding, and reverse | No | Yes | [Go!](https://adresse.data.gouv.fr) | | Bing Maps | Create/customize digital maps based on Bing Maps data | `apiKey` | Yes | [Go!](https://www.microsoft.com/maps/) | -| Battuta | A (country/region/city) in-cascade location API | apiKey | Yes | [Go!](https://battuta.medunes.net) | +| Battuta | A (country/region/city) in-cascade location API | `apiKey` | Yes | [Go!](https://battuta.medunes.net) | | Geocode.xyz | Provides worldwide forward/reverse geocoding, batch geocoding and geoparsing | No | Yes | [Go!](https://geocode.xyz/) | | GeoNames | Place names and other geographical data | No | No | [Go!](http://www.geonames.org/export/web-services.html) | | GéoApi | French geographical data | No | Yes | [Go!](https://api.gouv.fr/api/geoapi.html) | From 169432f8e7d150ca56f237954e1c62efef811aa1 Mon Sep 17 00:00:00 2001 From: MedUnes Date: Fri, 18 Aug 2017 22:45:36 +0100 Subject: [PATCH 4/4] fixed: alphabetic order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ae74e19..086c4aae 100644 --- a/README.md +++ b/README.md @@ -254,8 +254,8 @@ API | Description | Auth | HTTPS | Link | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | adresse.data.gouv.fr | Address database of France, geocoding, and reverse | No | Yes | [Go!](https://adresse.data.gouv.fr) | -| Bing Maps | Create/customize digital maps based on Bing Maps data | `apiKey` | Yes | [Go!](https://www.microsoft.com/maps/) | | Battuta | A (country/region/city) in-cascade location API | `apiKey` | Yes | [Go!](https://battuta.medunes.net) | +| Bing Maps | Create/customize digital maps based on Bing Maps data | `apiKey` | Yes | [Go!](https://www.microsoft.com/maps/) | | Geocode.xyz | Provides worldwide forward/reverse geocoding, batch geocoding and geoparsing | No | Yes | [Go!](https://geocode.xyz/) | | GeoNames | Place names and other geographical data | No | No | [Go!](http://www.geonames.org/export/web-services.html) | | GéoApi | French geographical data | No | Yes | [Go!](https://api.gouv.fr/api/geoapi.html) |