Skip to content

Commit 695ff50

Browse files
committed
Fix #223
1 parent b656b5e commit 695ff50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ One of the key features of Folium is the ability to bind data from a Pandas Data
229229
::
230230

231231
map.geo_json(geo_path='geo.json', data_out='data.json', data=df,
232-
columns=['Keys', 'Values'], key_on='features.properties.key')
232+
columns=['Keys', 'Values'], key_on='feature.properties.key')
233233

234234
As a more realistic example, here is what it would look like to map data from State Names to Unemployment levels::
235235

0 commit comments

Comments
 (0)