Commit a2f17d4
authored
Quick wins regarding optimization on various aspects including performance with the field types/domains reading (#3347)
* Simplified the code when doing updateFilters with regards to formatting the date string
* Cleanup
* Moved common delete function from feature-info-event-processor and data-table-event-processor into a helper function
* Deleted the configs/validator folder (legacy configs)
Fixed the demo-important-layers.html template page (was broken and wouldn't add layers when clicking the 'add' button)
Removed legacy layerFilter properties on source objects for EsriDynamic and EsriFeature types
* Few fixes on the opacity adjustments when using the highlight function:
- Not doing the zIndex thing anymore
- Not changing to '100%' opacity the layer we want to highlight anymore, leaving it untouched
- Better management of the opacity through groups)
* Rebvased and removed the getFieldType and getFieldDomain overrides for EsriImage that were recently added
* Integrated peer comments
Can delete a layer that's not existing (only existing through the config)1 parent 840a0e3 commit a2f17d4
File tree
41 files changed
+280
-1159
lines changed- packages/geoview-core
- public
- configs/validator
- templates/demos
- src
- api
- config
- reader
- event-processors
- event-processor-children
- types
- core
- components/details
- stores/store-interface-and-intial-values
- geo/layer
- geoview-layers
- vector
- gv-layers
- raster
- vector
- layer-sets
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+280
-1159
lines changedLines changed: 0 additions & 92 deletions
This file was deleted.
Lines changed: 0 additions & 54 deletions
This file was deleted.
Lines changed: 0 additions & 39 deletions
This file was deleted.
Lines changed: 0 additions & 61 deletions
This file was deleted.
Lines changed: 0 additions & 103 deletions
This file was deleted.
0 commit comments