From 7d67511f7ba078f6064c046b4c67a5621ad2dccf Mon Sep 17 00:00:00 2001 From: Tortar <68152031+Tortar@users.noreply.github.com> Date: Wed, 27 Jul 2022 23:35:32 +0200 Subject: [PATCH 1/2] Update mapbox-county-choropleth.md --- doc/python/mapbox-county-choropleth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/mapbox-county-choropleth.md b/doc/python/mapbox-county-choropleth.md index 5fa40aef6b..d96b710f38 100644 --- a/doc/python/mapbox-county-choropleth.md +++ b/doc/python/mapbox-county-choropleth.md @@ -51,7 +51,7 @@ Making choropleth Mapbox maps requires two main types of input: The GeoJSON data is passed to the `geojson` argument, and the data is passed into the `color` argument of `px.choropleth_mapbox` (`z` if using `graph_objects`), in the same order as the IDs are passed into the `location` argument. -**Note** the `geojson` attribute can also be the URL to a GeoJSON file, which can speed up map rendering in certain cases. +**Note** the `geojson` attribute can also be the URL to a GeoJSON file, which can speed up map rendering in certain cases. Note also that Plotly requires that the GeoJSON file format follows the 2008 specification, which is **not** the latest one. #### GeoJSON with `feature.id` From 3e0a59ebeacd0d9c2e15c9d9e1b869dd3c9d9203 Mon Sep 17 00:00:00 2001 From: Tortar <68152031+Tortar@users.noreply.github.com> Date: Thu, 28 Jul 2022 00:02:06 +0200 Subject: [PATCH 2/2] Update choropleth-maps.md --- doc/python/choropleth-maps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/choropleth-maps.md b/doc/python/choropleth-maps.md index 8a61b1e666..ade5d2a4bc 100644 --- a/doc/python/choropleth-maps.md +++ b/doc/python/choropleth-maps.md @@ -52,7 +52,7 @@ Making choropleth maps requires two main types of input: The GeoJSON data is passed to the `geojson` argument, and the data is passed into the `color` argument of `px.choropleth` (`z` if using `graph_objects`), in the same order as the IDs are passed into the `location` argument. -**Note** the `geojson` attribute can also be the URL to a GeoJSON file, which can speed up map rendering in certain cases. +**Note** the `geojson` attribute can also be the URL to a GeoJSON file, which can speed up map rendering in certain cases. Note also that Plotly requires that the GeoJSON file format follows the 2008 specification, which is **not** the latest one. ### Choropleth Map with plotly.express