mapbox / cardboard

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

Allow concurrent updates to properties hash #150

Open rclark opened 9 years ago

rclark commented 9 years ago

Can we add a method that allows the caller to add or overwrite a key/value pair in a feature's properties hash? Can we get away with managing conflicting writes via last-in-last-out, or is there a better approach we can take?