dekart-xyz / dekart

Open-source backend for Kepler.gl
https://dekart.xyz
GNU Affero General Public License v3.0
203 stars 31 forks source link

[Bug] kepler.gl layers are reordered when a query is refreshed #168

Closed ThomasEdwardRiley closed 7 months ago

ThomasEdwardRiley commented 8 months ago

Observed behaviour

Layers are reordered when a query or queries are refreshed. Perhaps kepler.gl layers are sorted according to the arrival time of the result set on which the layers are built.

Expected behaviour

Layers are not reordered when a query is refreshed because the order of layers can be important to the visualization and require manual sorting after every refresh.

Screenshot from 2024-03-20 12-29-43 Screenshot from 2024-03-20 12-30-09

cc @Martha-Braun