Skip to content

Commit 8d218b8

Browse files
committed
Merge pull request #262 from ocefpaf/doc_typo
Fix #223
2 parents 65ec021 + 695ff50 commit 8d218b8

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)