You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/python/choropleth-maps.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ fig.show()
110
110
111
111
### Indexing by GeoJSON Properties
112
112
113
-
If the GeoJSON you are using either does not have an `id` field or you wish you use one of the keys in the `properties` field, you may use the `featureidkey` parameter to specify where to match the values of `locations`.
113
+
If the GeoJSON you are using either does not have an `id` field or you wish to use one of the keys in the `properties` field, you may use the `featureidkey` parameter to specify where to match the values of `locations`.
114
114
115
115
In the following GeoJSON object/data-file pairing, the values of `properties.district` match the values of the `district` column:
0 commit comments