mapbox / cardboard

tile indexed geo database interface.
ISC License
52 stars 10 forks source link

Do unlocated feature check sooner #110

Closed willwhite closed 9 years ago

willwhite commented 9 years ago

The unlocated feature check runs immediately before writing a feature and could potentially after some features have already been written. It should be possible to catch this problem before any features have been written and fail the entire call.

rclark commented 9 years ago

Fixed as of https://github.com/mapbox/cardboard/pull/119