You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial default key/value pairs would be great in order to keep a feature properties organized. Also, an option to prevent from creating new ones beyond those initially set, would allow greater control on many specific use cases.
After creating my own features (polygons, points) on Mapbox Studio, I've set custom properties for each feature such as follows:
I've developed a MERN Stack app where all the features area now stored on mongodb... I'm able to CRUD and filter features by properties in many ways through a REST API, so in order to keep those properties standard, I'd need to lock a feature properties as mentioned.
The text was updated successfully, but these errors were encountered:
Initial default key/value pairs would be great in order to keep a feature properties organized. Also, an option to prevent from creating new ones beyond those initially set, would allow greater control on many specific use cases.
After creating my own features (polygons, points) on Mapbox Studio, I've set custom properties for each feature such as follows:
I've developed a MERN Stack app where all the features area now stored on mongodb... I'm able to CRUD and filter features by properties in many ways through a REST API, so in order to keep those properties standard, I'd need to lock a feature properties as mentioned.
The text was updated successfully, but these errors were encountered: