~pythonxy/pythonxy-upstream/python-folium

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: Filipe
  • Date: 2015-11-30 13:57:33 UTC
  • mfrom: (128.2.1)
  • Revision ID: git-v1:8d218b89e5f84aeb9b181ad45963d0c0f5278441
Merge pull request #262 from ocefpaf/doc_typo

Fix #223

Show diffs side-by-side

added added

removed removed

Lines of Context:
229
229
::
230
230
 
231
231
    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')
233
233
 
234
234
As a more realistic example, here is what it would look like to map data from State Names to Unemployment levels::
235
235