mapbox / geojsonhint

IMPORTANT: This repo will be archived. Use @placemarkio/check-geojson instead
ISC License
258 stars 37 forks source link

MongoDB validation also includes duplicate vertex and crossing edges #95

Open mryellow opened 10 months ago

mryellow commented 10 months ago

MongoDB may complain about Edges 12 and 15 cross on features which pass validation here.

Would be nice if this library could be used to pre-validate before index creation attempts (which will fail with such features).