Benoit Simard
Benoit Simard
## Import a sample data * Run this SQL script ``` INSERT INTO infra_object_level_crossing (obj_id, data, infra_id) VALUES ('PN1', '{"name": "PN1_name", "short_zone": 1000, "parts": [{"track": "TA0", "position": 700000, "pedal_upstream": 1000000,...
I see what you’re aiming for—this is essentially how clustering works (see [this example](https://maplibre.org/maplibre-gl-js/docs/examples/create-and-style-clusters/)). However, clustering applies to an entire layer, and we can’t configure a “clustering/grouping key” to control...
Thanks @Synar & @Math-R