From 65e062a44381ca768b9b099dcc3352728760ad39 Mon Sep 17 00:00:00 2001 From: brunob Date: Fri, 28 Jun 2024 20:20:18 +0200 Subject: [PATCH] docs: remove geoportail form readme since no key is required now Ref: #521 --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 7043bd92..cbd5dd08 100644 --- a/README.md +++ b/README.md @@ -121,20 +121,6 @@ L.tileLayer.provider('TomTom', { }).addTo(map); ``` -### Geoportail France - -In order to use Geoportail France resources, you need to obtain an [api key]( http://professionnels.ign.fr/ign/contrats/) that allows you to access the [resources](https://geoservices.ign.fr/documentation/donnees-ressources-wmts.html#ressources-servies-en-wmts-en-projection-web-mercator) you need. Pass this api key and the ID of the resource to display to `L.tileLayer.provider` in the options: -```JavaScript -L.tileLayer.provider('GeoportailFrance', { - variant: '', - apikey: '' -}).addTo(map); -``` - -Please note that a public api key (`choisirgeoportail`) is used by default and comes with no guarantee. - -4 aliases are also provided for common Geoportail resources : `GeoportailFrance`, `GeoportailFrance.orthos`, `GeoportailFrance.ignMaps` and `GeoportailFrance.parcels` (See index.html demo). - ### Stadia Maps In order to use Stadia maps, you must [register](https://client.stadiamaps.com/signup/). Once registered, you can whitelist your domain within your account settings.