Kitware / minerva

Minerva: client/server/services for analysis and visualization
Apache License 2.0
36 stars 14 forks source link

Fixes issues with layer reordering #425

Closed matthewma7 closed 7 years ago

matthewma7 commented 7 years ago

This addresses the issue https://github.com/Kitware/minerva/issues/423.

This basically implements a new logic for calculation the 'stack' value of datasets when reordering.

Issue reproduce: Add more than three datasets to session layer, reorder layer freely, the map and panel will start to behave unexpectedly. 2017-07-12_15-07-50

Fix result: 2017-07-13_08-28-37

Sample datasets: (Any dataset will do, These three are provided for convinience. Rename .txt to .geojson before uploading) buffer.geojson.txt intersect.geojson.txt within.geojson.txt

matthewma7 commented 7 years ago

Screen records added. 🖼

matthewma7 commented 7 years ago

@dorukozturk Thanks 😃