dogodigi / opendispatcher

First responder HTML5 nodejs client application
http://www.opendispatcher.org
GNU General Public License v3.0
2 stars 8 forks source link

Invalid geometries cause strange behaviour #411

Open milovanderlinden opened 9 years ago

milovanderlinden commented 9 years ago

In the current state of the application, when a jsondbk contains invalid geometries:

In my opinion, the queries that bring the data to the viewer should all have a postgis ST_IsValid check built in so the wrong geometries stay behind. Solving the invalid geometries is a matter of the creating application, not the viewer.