From 4c9e7cac4c4142243a22003bed314357d8cdcd65 Mon Sep 17 00:00:00 2001 From: ghybs Date: Fri, 29 Jun 2018 05:40:59 +0400 Subject: [PATCH] docs(GeoJSON): use RFC link for previous HTML docs RFC 7946 was officially published in August 2016, i.e. before Leaflet version 1.0.0 (Sep 2016). The previous GeoJSON spec website (geojson.org) displays a big "obsolete" disclaimer on it, making it confusing for developers which version they should refer to. Replace the link to use the RFC that was in use at that time, on all HTML docs since it was available, i.e. from Leaflet 1.0.0. --- docs/reference-1.0.0.html | 2 +- docs/reference-1.0.2.html | 2 +- docs/reference-1.0.3.html | 2 +- docs/reference-1.1.0.html | 2 +- docs/reference-1.2.0.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/reference-1.0.0.html b/docs/reference-1.0.0.html index b0fd7c45..66583afc 100644 --- a/docs/reference-1.0.0.html +++ b/docs/reference-1.0.0.html @@ -13598,7 +13598,7 @@ GeoJSON data and display it on the map. Extends Fe L.geoJSON(<Object> geojson?, <GeoJSON options> options?) Creates a GeoJSON layer. Optionally accepts an object in -GeoJSON format to display on the map +GeoJSON format to display on the map (you can alternatively add it later with addData method) and an options object. diff --git a/docs/reference-1.0.2.html b/docs/reference-1.0.2.html index e4162b8f..71bc9832 100644 --- a/docs/reference-1.0.2.html +++ b/docs/reference-1.0.2.html @@ -13893,7 +13893,7 @@ GeoJSON data and display it on the map. Extends Fe L.geoJSON(<Object> geojson?, <GeoJSON options> options?) Creates a GeoJSON layer. Optionally accepts an object in -GeoJSON format to display on the map +GeoJSON format to display on the map (you can alternatively add it later with addData method) and an options object. diff --git a/docs/reference-1.0.3.html b/docs/reference-1.0.3.html index 63321d2b..dd56854f 100644 --- a/docs/reference-1.0.3.html +++ b/docs/reference-1.0.3.html @@ -13925,7 +13925,7 @@ GeoJSON data and display it on the map. Extends Fe L.geoJSON(<Object> geojson?, <GeoJSON options> options?) Creates a GeoJSON layer. Optionally accepts an object in -GeoJSON format to display on the map +GeoJSON format to display on the map (you can alternatively add it later with addData method) and an options object. diff --git a/docs/reference-1.1.0.html b/docs/reference-1.1.0.html index 18d0d181..85861d8e 100644 --- a/docs/reference-1.1.0.html +++ b/docs/reference-1.1.0.html @@ -14867,7 +14867,7 @@ GeoJSON data and display it on the map. Extends Fe L.geoJSON(<Object> geojson?, <GeoJSON options> options?) Creates a GeoJSON layer. Optionally accepts an object in -GeoJSON format to display on the map +GeoJSON format to display on the map (you can alternatively add it later with addData method) and an options object. diff --git a/docs/reference-1.2.0.html b/docs/reference-1.2.0.html index 2ffde748..6d0811af 100644 --- a/docs/reference-1.2.0.html +++ b/docs/reference-1.2.0.html @@ -14874,7 +14874,7 @@ GeoJSON data and display it on the map. Extends Fe L.geoJSON(<Object> geojson?, <GeoJSON options> options?) Creates a GeoJSON layer. Optionally accepts an object in -GeoJSON format to display on the map +GeoJSON format to display on the map (you can alternatively add it later with addData method) and an options object.