clarisma / geodesk-py

Fast and storage-efficient spatial database engine for OpenStreetMap data
https://docs.geodesk.com/python
GNU Lesser General Public License v3.0
36 stars 0 forks source link

Empty area relation causes crash #29

Open clarisma opened 8 months ago

clarisma commented 8 months ago

https://www.openstreetmap.org/relation/8267635 causes an assert to fail in MCIndex. The relation was incorrectly classified as an area (see clarisma/gol-tool#107), but contains no ways.

(Should have been addressed by #28)