kalisio / kano

Map and weather forecast data explorer in 2D/3D
https://kalisio.github.io/kano/
MIT License
24 stars 7 forks source link

Enforce feature IDs unicity at database level #368

Open claustres opened 2 months ago

claustres commented 2 months ago

Although a unique featureId can be specified on layers targeting the generic features service there is no enforcement of the unicity rule at the database level. It is because this service can be used by different layers and we do not know the feature IDs upfront to create the indices in the model file. We should add/remove indices dynamically based on all layers using the service.