EdwardBetts / osm-wikidata

Match OSM entities with Wikidata items
http://osm.wikidata.link/
GNU General Public License v3.0
108 stars 20 forks source link

osm2pgsql doesn't load type=waterway relations #10

Open EdwardBetts opened 7 years ago

EdwardBetts commented 7 years ago

Trying to match rivers by looking for relations with type=waterway doesn't work because osm2pgsql ignores them. Either need to switch away from osm2pgsql or find a way to make it load linear (non-polygon) relations.

EdwardBetts commented 7 years ago

Using pyosmium could be the answer.