Skip to content

Commit b81b9cd

Browse files
authored
Merge pull request #294 from uniform641/doc/fix-outdated-geohandler
doc: fix outdated GeoHandler
2 parents e235927 + e5d2814 commit b81b9cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cookbooks/Visualizing-Data-With-Geopandas.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"id": "2aac82bf-fd20-4fc4-8232-dbc3c281b842",
6161
"metadata": {},
6262
"source": [
63-
"This will load every single OSM object into the GeoDataFrame as long as it can be converted into a geometry, including all untagged nodes. This is usually not what you want. Therefore it is important to carefully filter the data before giving it to the GeoHandler. In our case we are only interested in streets. That means, it must be linear ways with a tag 'highway'. Lets add the appropriate filters:"
63+
"This will load every single OSM object into the GeoDataFrame as long as it can be converted into a geometry, including all untagged nodes. This is usually not what you want. Therefore it is important to carefully filter the data before giving it to the GeoInterfaceFilter. In our case we are only interested in streets. That means, it must be linear ways with a tag 'highway'. Lets add the appropriate filters:"
6464
]
6565
},
6666
{
@@ -516,7 +516,7 @@
516516
"id": "7b7ff175-18a2-4f6b-acc7-e91ea168b8f7",
517517
"metadata": {},
518518
"source": [
519-
"It also contains all possible tags, that an OSM object can have. We are only interested in a selected number of tags. The GeoHandler can be instructed to restrict the tags, it adds to the properties:"
519+
"It also contains all possible tags, that an OSM object can have. We are only interested in a selected number of tags. The GeoInterfaceFilter can be instructed to restrict the tags, it adds to the properties:"
520520
]
521521
},
522522
{

0 commit comments

Comments
 (0)