Closed willwhite closed 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.
Fixed as of https://github.com/mapbox/cardboard/pull/119
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.