Don't move map in 3d when in 2dMode on search results. #216
Labels
CarmaMap
All thing concerning the CarmaMap Component as Wrapper around Cesium + Leaflet Maps in GeoportalMap
DX
Geoportal
LibFuzzySearch
Needs bigger change in architecture of FuzzySearch Lib.
Active Markers and areas should be updated via geoportalMap/CarmaMap State effects, not directly from fuzzy Search to CesiumViewer Instance.
the fuzzysearch lib should not have to care about if map is in 3d or 2d. Also animation control for onSelection should be with the CarmaMap/GeoportalMap.
This would also relief the gazatteer of having to handle anything map related, it only needs to provide the results options.
Handling flyto and marker adding/removal would then be a thing of carmamap itself.
lib fuzzySearch should then have props with callbacks like onResults, onSelection, onClear
could then already add preliminary markers for all options to enable more interactive search behaviour.
decouples LibfuzzySearch from Cesium and Leaflet logic.
The text was updated successfully, but these errors were encountered: