Skip to content

Commit a2f17d4

Browse files
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

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 changed

packages/geoview-core/public/configs/validator/01-simple-esri-feature.json

Lines changed: 0 additions & 92 deletions
This file was deleted.

packages/geoview-core/public/configs/validator/02-unique-value-esri-dynamic.json

Lines changed: 0 additions & 54 deletions
This file was deleted.

packages/geoview-core/public/configs/validator/03-class-breaks-esri-feature.json

Lines changed: 0 additions & 39 deletions
This file was deleted.

packages/geoview-core/public/configs/validator/04-geocore.json

Lines changed: 0 additions & 61 deletions
This file was deleted.

packages/geoview-core/public/configs/validator/05-esri-feature-and-dynamic.json

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)