We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65ec021 + 695ff50 commit 8d218b8Copy full SHA for 8d218b8
1 file changed
docs/index.rst
@@ -229,7 +229,7 @@ One of the key features of Folium is the ability to bind data from a Pandas Data
229
::
230
231
map.geo_json(geo_path='geo.json', data_out='data.json', data=df,
232
- columns=['Keys', 'Values'], key_on='features.properties.key')
+ columns=['Keys', 'Values'], key_on='feature.properties.key')
233
234
As a more realistic example, here is what it would look like to map data from State Names to Unemployment levels::
235
0 commit comments