mapbox / cardboard

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

Functions should reflect results #116

Closed rclark closed 9 years ago

rclark commented 9 years ago

When putting a new feature, we should return the entire feature, not just the id. When updating a feature, return the end resulting feature, etc etc etc.

Currently we just return ids.

rclark commented 9 years ago

https://github.com/mapbox/cardboard/pull/119 hits this, but it could still use some dedicated tests.