marook / osm-read

an openstreetmap XML and PBF data parser for node.js and the browser
GNU Lesser General Public License v3.0
107 stars 25 forks source link

Relations #16

Closed BinaryBrain closed 10 years ago

BinaryBrain commented 10 years ago

Hi, Is there a reason why you don't handle OSM relations?

It's a big issue, since some buildings are created with ways and some others with relations.

marook commented 10 years ago

Parsing relations is not yet implemented. I leave this issue open until it is.

marook commented 10 years ago

Fixed by pull request https://github.com/marook/osm-read/pull/17