@igo2/geo 18.0.0-next.8 → 18.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/catalog/catalog-browser/catalog-browser-layer.component.mjs +4 -6
- package/esm2022/lib/catalog/catalog-browser/catalog-browser.component.mjs +13 -10
- package/esm2022/lib/datasource/shared/capabilities.service.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/any-datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/arcgisrest-datasource.mjs +9 -1
- package/esm2022/lib/datasource/shared/datasources/carto-datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/carto-datasource.mjs +8 -1
- package/esm2022/lib/datasource/shared/datasources/cluster-datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/cluster-datasource.mjs +8 -1
- package/esm2022/lib/datasource/shared/datasources/datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/datasource.mjs +8 -1
- package/esm2022/lib/datasource/shared/datasources/feature-datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/feature-datasource.mjs +8 -1
- package/esm2022/lib/datasource/shared/datasources/imagearcgisrest-datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/imagearcgisrest-datasource.mjs +8 -1
- package/esm2022/lib/datasource/shared/datasources/mvt-datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/mvt-datasource.mjs +4 -1
- package/esm2022/lib/datasource/shared/datasources/osm-datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/tilearcgisrest-datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/tilearcgisrest-datasource.mjs +8 -1
- package/esm2022/lib/datasource/shared/datasources/tiledebug-datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/wfs-datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/wfs-datasource.mjs +8 -1
- package/esm2022/lib/datasource/shared/datasources/wms-datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/wms-datasource.mjs +8 -1
- package/esm2022/lib/datasource/shared/datasources/wmts-datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/xyz-datasource.interface.mjs +1 -1
- package/esm2022/lib/directions/directions-buttons/directions-buttons.component.mjs +151 -102
- package/esm2022/lib/directions/directions-inputs/directions-inputs.component.mjs +177 -83
- package/esm2022/lib/directions/directions-results/directions-results.component.mjs +93 -44
- package/esm2022/lib/directions/directions-sources/directions-source.mjs +1 -1
- package/esm2022/lib/directions/directions-sources/osrm-directions-source.mjs +1 -1
- package/esm2022/lib/directions/directions.component.mjs +55 -31
- package/esm2022/lib/directions/shared/directions.enum.mjs +51 -7
- package/esm2022/lib/directions/shared/directions.interface.mjs +1 -1
- package/esm2022/lib/directions/shared/directions.service.mjs +122 -96
- package/esm2022/lib/directions/shared/directions.utils.mjs +281 -318
- package/esm2022/lib/directions/shared/store.mjs +2 -2
- package/esm2022/lib/download/download-button/download-button.component.mjs +8 -20
- package/esm2022/lib/download/shared/download.service.mjs +1 -1
- package/esm2022/lib/draw/draw/draw-popup.component.mjs +1 -1
- package/esm2022/lib/draw/draw/draw.component.mjs +5 -12
- package/esm2022/lib/draw/shared/draw.utils.mjs +1 -1
- package/esm2022/lib/environment/environment.interface.mjs +1 -1
- package/esm2022/lib/feature/feature-details/feature-details.component.mjs +2 -2
- package/esm2022/lib/feature/shared/feature-store.utils.mjs +7 -6
- package/esm2022/lib/feature/shared/feature.interfaces.mjs +1 -1
- package/esm2022/lib/feature/shared/store.mjs +1 -1
- package/esm2022/lib/feature/shared/strategies/geo-properties.mjs +3 -3
- package/esm2022/lib/feature/shared/strategies/in-map-extent.mjs +7 -4
- package/esm2022/lib/feature/shared/strategies/selection.mjs +5 -4
- package/esm2022/lib/filter/ogc-filter-button/ogc-filter-button.component.mjs +3 -3
- package/esm2022/lib/filter/ogc-filterable-item/ogc-filterable-item.component.mjs +2 -2
- package/esm2022/lib/filter/ogc-filterable-list/ogc-filterable-list-binding.directive.mjs +5 -3
- package/esm2022/lib/filter/ogc-filterable-list/ogc-filterable-list.component.mjs +1 -1
- package/esm2022/lib/filter/shared/filterable-datasource.pipe.mjs +8 -1
- package/esm2022/lib/filter/spatial-filter/spatial-filter-item/spatial-filter-item.component.mjs +1 -1
- package/esm2022/lib/filter/spatial-filter/spatial-filter-list/spatial-filter-list.component.mjs +2 -8
- package/esm2022/lib/filter/spatial-filter/spatial-filter-type/spatial-filter-type.component.mjs +2 -8
- package/esm2022/lib/filter/time-filter-button/time-filter-button.component.mjs +2 -2
- package/esm2022/lib/filter/time-filter-form/time-filter-form.component.mjs +13 -10
- package/esm2022/lib/filter/time-filter-item/time-filter-item.component.mjs +2 -2
- package/esm2022/lib/filter/time-filter-list/time-filter-list-binding.directive.mjs +4 -2
- package/esm2022/lib/filter/time-filter-list/time-filter-list.component.mjs +5 -16
- package/esm2022/lib/import-export/export-button/export-button.component.mjs +4 -17
- package/esm2022/lib/import-export/import-export/import-export.component.mjs +23 -12
- package/esm2022/lib/import-export/shared/export.service.mjs +7 -4
- package/esm2022/lib/import-export/shared/import.utils.mjs +3 -3
- package/esm2022/lib/layer/index.mjs +10 -5
- package/esm2022/lib/layer/layer-group/index.mjs +2 -0
- package/esm2022/lib/layer/layer-group/layer-group.component.mjs +103 -0
- package/esm2022/lib/layer/layer-item/layer-item.component.mjs +61 -128
- package/esm2022/lib/layer/layer-legend/layer-legend.component.mjs +5 -8
- package/esm2022/lib/layer/layer-legend-list/layer-legend-list-binding.directive.mjs +5 -6
- package/esm2022/lib/layer/layer-legend-list/layer-legend-list.component.mjs +14 -21
- package/esm2022/lib/layer/layer-list/index.mjs +1 -3
- package/esm2022/lib/layer/layer-list/layer-list.component.mjs +176 -775
- package/esm2022/lib/layer/layer-list-tool/index.mjs +1 -2
- package/esm2022/lib/layer/layer-list-tool/layer-list-tool.component.mjs +51 -84
- package/esm2022/lib/layer/layer-list-tool/layer-list-tool.interface.mjs +7 -2
- package/esm2022/lib/layer/layer-list-tool/layer-list-tool.service.mjs +56 -16
- package/esm2022/lib/layer/layer-search/index.mjs +2 -0
- package/esm2022/lib/layer/layer-search/layer-search.component.mjs +65 -0
- package/esm2022/lib/layer/layer-unavailable/index.mjs +3 -0
- package/esm2022/lib/layer/layer-unavailable/layer-unavailable-list/layer-unavailable-list.component.mjs +25 -0
- package/esm2022/lib/layer/layer-unavailable/layer-unavailable.component.mjs +35 -0
- package/esm2022/lib/layer/layer-viewer/index.mjs +3 -0
- package/esm2022/lib/layer/layer-viewer/layer-viewer.component.mjs +226 -0
- package/esm2022/lib/layer/layer-viewer/layer-viewer.interface.mjs +2 -0
- package/esm2022/lib/layer/layer-viewer-bottom-actions/index.mjs +2 -0
- package/esm2022/lib/layer/layer-viewer-bottom-actions/layer-viewer-bottom-actions.component.mjs +207 -0
- package/esm2022/lib/layer/layer-visibility-button/index.mjs +2 -0
- package/esm2022/lib/layer/layer-visibility-button/layer-visibility-button.component.mjs +83 -0
- package/esm2022/lib/layer/layer.module.mjs +51 -33
- package/esm2022/lib/layer/shared/index.mjs +2 -1
- package/esm2022/lib/layer/shared/layer-controller.mjs +316 -0
- package/esm2022/lib/layer/shared/layer-selection.mjs +38 -0
- package/esm2022/lib/layer/shared/layer.service.mjs +56 -14
- package/esm2022/lib/layer/shared/layers/any-layer.interface.mjs +1 -1
- package/esm2022/lib/layer/shared/layers/any-layer.mjs +1 -1
- package/esm2022/lib/layer/shared/layers/image-layer.interface.mjs +1 -1
- package/esm2022/lib/layer/shared/layers/image-layer.mjs +8 -3
- package/esm2022/lib/layer/shared/layers/index.mjs +6 -1
- package/esm2022/lib/layer/shared/layers/layer-base.mjs +199 -0
- package/esm2022/lib/layer/shared/layers/layer-group.interface.mjs +2 -0
- package/esm2022/lib/layer/shared/layers/layer-group.mjs +120 -0
- package/esm2022/lib/layer/shared/layers/layer.interface.mjs +1 -11
- package/esm2022/lib/layer/shared/layers/layer.mjs +113 -113
- package/esm2022/lib/layer/shared/layers/linked/index.mjs +4 -0
- package/esm2022/lib/layer/shared/layers/linked/linked-layer.interface.mjs +12 -0
- package/esm2022/lib/layer/shared/layers/linked/linked-layer.mjs +242 -0
- package/esm2022/lib/layer/shared/layers/linked/linked-layer.utils.mjs +70 -0
- package/esm2022/lib/layer/shared/layers/tile-layer.mjs +8 -3
- package/esm2022/lib/layer/shared/layers/vector-layer.mjs +9 -3
- package/esm2022/lib/layer/shared/layers/vectortile-layer.mjs +8 -3
- package/esm2022/lib/layer/utils/layer.utils.mjs +47 -1
- package/esm2022/lib/layer/utils/outputLegend.mjs +5 -1
- package/esm2022/lib/map/baselayers-switcher/baselayers-switcher.component.mjs +3 -3
- package/esm2022/lib/map/baselayers-switcher/mini-basemap.component.mjs +8 -6
- package/esm2022/lib/map/map-center/map-center.component.mjs +1 -2
- package/esm2022/lib/map/shared/controllers/geolocation.interface.mjs +1 -1
- package/esm2022/lib/map/shared/controllers/view.mjs +1 -1
- package/esm2022/lib/map/shared/hover-feature.directive.mjs +1 -9
- package/esm2022/lib/map/shared/linkedLayers.utils.mjs +113 -123
- package/esm2022/lib/map/shared/map.abstract.mjs +4 -3
- package/esm2022/lib/map/shared/map.mjs +7 -243
- package/esm2022/lib/map/shared/map.service.mjs +1 -1
- package/esm2022/lib/map/shared/map.utils.mjs +3 -3
- package/esm2022/lib/map/shared/mapOffline.directive.mjs +9 -5
- package/esm2022/lib/map/swipe-control/swipe-control.component.mjs +1 -3
- package/esm2022/lib/map/utils/index.mjs +2 -0
- package/esm2022/lib/map/utils/layer-watcher.mjs +45 -13
- package/esm2022/lib/measure/measurer/measurer.component.mjs +7 -25
- package/esm2022/lib/metadata/metadata-button/metadata-button.component.mjs +6 -18
- package/esm2022/lib/offline/offline.provider.mjs +10 -11
- package/esm2022/lib/print/shared/print.service.mjs +3 -3
- package/esm2022/lib/query/shared/query.directive.mjs +9 -5
- package/esm2022/lib/query/shared/query.service.mjs +7 -7
- package/esm2022/lib/query/shared/query.utils.mjs +5 -1
- package/esm2022/lib/search/search-results/search-results-add-button.component.mjs +15 -9
- package/esm2022/lib/search/shared/search-pointer-summary.directive.mjs +1 -10
- package/esm2022/lib/search/shared/sources/ilayer.interfaces.mjs +1 -1
- package/esm2022/lib/search/shared/sources/workspace.interfaces.mjs +1 -1
- package/esm2022/lib/search/shared/sources/workspace.mjs +1 -1
- package/esm2022/lib/workspace/shared/edition-workspace.mjs +6 -4
- package/esm2022/lib/workspace/shared/edition-workspace.service.mjs +19 -17
- package/esm2022/lib/workspace/shared/wfs-workspace.service.mjs +17 -2
- package/esm2022/lib/workspace/shared/wms-workspace.service.mjs +22 -4
- package/esm2022/lib/workspace/shared/workspace.utils.mjs +6 -3
- package/esm2022/lib/workspace/widgets/ogc-filter/ogc-filter.component.mjs +2 -2
- package/esm2022/lib/workspace/workspace-selector/workspace-selector.directive.mjs +6 -2
- package/esm2022/lib/workspace/workspace-updator/workspace-updator.directive.mjs +4 -3
- package/fesm2022/igo2-geo.mjs +22502 -21440
- package/fesm2022/igo2-geo.mjs.map +1 -1
- package/lib/datasource/shared/capabilities.service.d.ts +7 -2
- package/lib/datasource/shared/datasources/any-datasource.interface.d.ts +1 -0
- package/lib/datasource/shared/datasources/arcgisrest-datasource.d.ts +1 -0
- package/lib/datasource/shared/datasources/carto-datasource.d.ts +1 -0
- package/lib/datasource/shared/datasources/carto-datasource.interface.d.ts +0 -2
- package/lib/datasource/shared/datasources/cluster-datasource.d.ts +1 -0
- package/lib/datasource/shared/datasources/cluster-datasource.interface.d.ts +0 -1
- package/lib/datasource/shared/datasources/datasource.d.ts +1 -0
- package/lib/datasource/shared/datasources/datasource.interface.d.ts +1 -2
- package/lib/datasource/shared/datasources/feature-datasource.d.ts +1 -0
- package/lib/datasource/shared/datasources/feature-datasource.interface.d.ts +0 -3
- package/lib/datasource/shared/datasources/imagearcgisrest-datasource.d.ts +1 -0
- package/lib/datasource/shared/datasources/imagearcgisrest-datasource.interface.d.ts +0 -2
- package/lib/datasource/shared/datasources/mvt-datasource.d.ts +1 -0
- package/lib/datasource/shared/datasources/mvt-datasource.interface.d.ts +0 -2
- package/lib/datasource/shared/datasources/osm-datasource.interface.d.ts +0 -2
- package/lib/datasource/shared/datasources/tilearcgisrest-datasource.d.ts +1 -0
- package/lib/datasource/shared/datasources/tilearcgisrest-datasource.interface.d.ts +0 -2
- package/lib/datasource/shared/datasources/tiledebug-datasource.interface.d.ts +0 -2
- package/lib/datasource/shared/datasources/wfs-datasource.d.ts +1 -0
- package/lib/datasource/shared/datasources/wfs-datasource.interface.d.ts +3 -4
- package/lib/datasource/shared/datasources/wms-datasource.d.ts +1 -0
- package/lib/datasource/shared/datasources/wms-datasource.interface.d.ts +6 -6
- package/lib/datasource/shared/datasources/wmts-datasource.interface.d.ts +0 -2
- package/lib/datasource/shared/datasources/xyz-datasource.interface.d.ts +0 -2
- package/lib/directions/directions-buttons/directions-buttons.component.d.ts +57 -20
- package/lib/directions/directions-inputs/directions-inputs.component.d.ts +115 -13
- package/lib/directions/directions-results/directions-results.component.d.ts +50 -16
- package/lib/directions/directions-sources/directions-source.d.ts +2 -2
- package/lib/directions/directions-sources/osrm-directions-source.d.ts +2 -2
- package/lib/directions/directions.component.d.ts +5 -5
- package/lib/directions/shared/directions.enum.d.ts +42 -1
- package/lib/directions/shared/directions.interface.d.ts +50 -25
- package/lib/directions/shared/directions.service.d.ts +46 -8
- package/lib/directions/shared/directions.utils.d.ts +102 -23
- package/lib/directions/shared/store.d.ts +3 -3
- package/lib/download/download-button/download-button.component.d.ts +4 -8
- package/lib/download/shared/download.service.d.ts +1 -1
- package/lib/draw/draw/draw.component.d.ts +2 -2
- package/lib/draw/shared/draw.utils.d.ts +2 -1
- package/lib/environment/environment.interface.d.ts +2 -0
- package/lib/feature/shared/feature-store.utils.d.ts +1 -1
- package/lib/feature/shared/feature.interfaces.d.ts +1 -1
- package/lib/feature/shared/store.d.ts +1 -1
- package/lib/filter/ogc-filter-button/ogc-filter-button.component.d.ts +1 -1
- package/lib/filter/ogc-filter-time/ogc-filter-time.component.d.ts +1 -1
- package/lib/filter/ogc-filterable-item/ogc-filterable-item.component.d.ts +1 -1
- package/lib/filter/ogc-filterable-list/ogc-filterable-list.component.d.ts +2 -2
- package/lib/filter/shared/filterable-datasource.pipe.d.ts +2 -2
- package/lib/filter/spatial-filter/spatial-filter-item/spatial-filter-item.component.d.ts +3 -3
- package/lib/filter/spatial-filter/spatial-filter-list/spatial-filter-list.component.d.ts +3 -5
- package/lib/filter/spatial-filter/spatial-filter-type/spatial-filter-type.component.d.ts +3 -5
- package/lib/filter/time-filter-button/time-filter-button.component.d.ts +1 -1
- package/lib/filter/time-filter-form/time-filter-form.component.d.ts +5 -5
- package/lib/filter/time-filter-item/time-filter-item.component.d.ts +1 -1
- package/lib/filter/time-filter-list/time-filter-list.component.d.ts +2 -7
- package/lib/import-export/export-button/export-button.component.d.ts +3 -7
- package/lib/import-export/import-export/import-export.component.d.ts +1 -2
- package/lib/import-export/shared/export.service.d.ts +2 -2
- package/lib/layer/index.d.ts +9 -4
- package/lib/layer/layer-group/index.d.ts +1 -0
- package/lib/layer/layer-group/layer-group.component.d.ts +30 -0
- package/lib/layer/layer-item/layer-item.component.d.ts +19 -38
- package/lib/layer/layer-legend/layer-legend.component.d.ts +2 -5
- package/lib/layer/layer-legend-list/layer-legend-list.component.d.ts +6 -7
- package/lib/layer/layer-list/index.d.ts +0 -2
- package/lib/layer/layer-list/layer-list.component.d.ts +51 -123
- package/lib/layer/layer-list-tool/index.d.ts +0 -1
- package/lib/layer/layer-list-tool/layer-list-tool.component.d.ts +19 -26
- package/lib/layer/layer-list-tool/layer-list-tool.interface.d.ts +5 -1
- package/lib/layer/layer-list-tool/layer-list-tool.service.d.ts +9 -8
- package/lib/layer/layer-search/index.d.ts +1 -0
- package/lib/layer/layer-search/layer-search.component.d.ts +16 -0
- package/lib/layer/layer-unavailable/index.d.ts +2 -0
- package/lib/layer/layer-unavailable/layer-unavailable-list/layer-unavailable-list.component.d.ts +10 -0
- package/lib/layer/layer-unavailable/layer-unavailable.component.d.ts +11 -0
- package/lib/layer/layer-viewer/index.d.ts +2 -0
- package/lib/layer/layer-viewer/layer-viewer.component.d.ts +52 -0
- package/lib/layer/layer-viewer/layer-viewer.interface.d.ts +22 -0
- package/lib/layer/layer-viewer-bottom-actions/index.d.ts +1 -0
- package/lib/layer/layer-viewer-bottom-actions/layer-viewer-bottom-actions.component.d.ts +44 -0
- package/lib/layer/layer-visibility-button/index.d.ts +1 -0
- package/lib/layer/layer-visibility-button/layer-visibility-button.component.d.ts +22 -0
- package/lib/layer/layer.module.d.ts +18 -6
- package/lib/layer/shared/index.d.ts +1 -0
- package/lib/layer/shared/layer-controller.d.ts +81 -0
- package/lib/layer/shared/layer-selection.d.ts +14 -0
- package/lib/layer/shared/layer.service.d.ts +12 -3
- package/lib/layer/shared/layers/any-layer.d.ts +3 -6
- package/lib/layer/shared/layers/any-layer.interface.d.ts +8 -6
- package/lib/layer/shared/layers/image-layer.d.ts +5 -2
- package/lib/layer/shared/layers/image-layer.interface.d.ts +1 -4
- package/lib/layer/shared/layers/index.d.ts +5 -0
- package/lib/layer/shared/layers/layer-base.d.ts +75 -0
- package/lib/layer/shared/layers/layer-group.d.ts +32 -0
- package/lib/layer/shared/layers/layer-group.interface.d.ts +8 -0
- package/lib/layer/shared/layers/layer.d.ts +27 -44
- package/lib/layer/shared/layers/layer.interface.d.ts +23 -41
- package/lib/layer/shared/layers/linked/index.d.ts +3 -0
- package/lib/layer/shared/layers/linked/linked-layer.d.ts +35 -0
- package/lib/layer/shared/layers/linked/linked-layer.interface.d.ts +32 -0
- package/lib/layer/shared/layers/linked/linked-layer.utils.d.ts +9 -0
- package/lib/layer/shared/layers/tile-layer.d.ts +5 -2
- package/lib/layer/shared/layers/vector-layer.d.ts +7 -3
- package/lib/layer/shared/layers/vectortile-layer.d.ts +5 -2
- package/lib/layer/utils/layer.utils.d.ts +12 -2
- package/lib/layer/utils/outputLegend.d.ts +2 -2
- package/lib/map/shared/controllers/geolocation.interface.d.ts +2 -1
- package/lib/map/shared/hover-feature.directive.d.ts +0 -1
- package/lib/map/shared/linkedLayers.utils.d.ts +13 -17
- package/lib/map/shared/map.abstract.d.ts +12 -29
- package/lib/map/shared/map.d.ts +10 -85
- package/lib/map/shared/map.service.d.ts +1 -1
- package/lib/map/shared/map.utils.d.ts +5 -3
- package/lib/map/utils/index.d.ts +1 -0
- package/lib/map/utils/layer-watcher.d.ts +18 -8
- package/lib/measure/measurer/measurer.component.d.ts +0 -8
- package/lib/metadata/metadata-button/metadata-button.component.d.ts +3 -7
- package/lib/offline/offline.provider.d.ts +1 -1
- package/lib/query/shared/query.service.d.ts +1 -1
- package/lib/query/shared/query.utils.d.ts +2 -1
- package/lib/search/search-results/search-results-add-button.component.d.ts +1 -1
- package/lib/search/shared/search-pointer-summary.directive.d.ts +0 -1
- package/lib/search/shared/sources/cadastre.providers.d.ts +1 -1
- package/lib/search/shared/sources/coordinates.providers.d.ts +1 -1
- package/lib/search/shared/sources/icherche.providers.d.ts +1 -1
- package/lib/search/shared/sources/ilayer.interfaces.d.ts +1 -1
- package/lib/search/shared/sources/ilayer.providers.d.ts +1 -1
- package/lib/search/shared/sources/nominatim.providers.d.ts +1 -1
- package/lib/search/shared/sources/storedqueries.providers.d.ts +2 -2
- package/lib/search/shared/sources/workspace.interfaces.d.ts +1 -1
- package/lib/search/shared/sources/workspace.providers.d.ts +1 -1
- package/lib/workspace/widgets/ogc-filter/ogc-filter.component.d.ts +1 -1
- package/locale/en.geo.json +106 -89
- package/locale/fr.geo.json +105 -89
- package/package.json +5 -5
- package/src/geo-theme.scss +1 -1
- package/src/lib/directions/directions-inputs/directions-inputs.theming.scss +21 -0
- package/src/lib/directions/directions.theming.scss +2 -0
- package/src/lib/layer/layer-group/layer-group.theme.scss +28 -0
- package/src/lib/layer/layer-item/layer-item.theme.scss +12 -9
- package/src/lib/layer/layer-legend/layer-legend.theme.scss +30 -0
- package/src/lib/layer/layer-list/layer-list.theme.scss +50 -0
- package/src/lib/layer/layer-unavailable/layer-unavailable.theme.scss +19 -0
- package/src/lib/layer/layer-viewer/_layer-viewer.theme.scss +16 -0
- package/src/lib/layer/layer-visibility-button/layer-visibility-button.theme.scss +27 -0
- package/src/lib/layer/layer.theming.scss +14 -3
- package/esm2022/lib/layer/layer-list/layer-list-binding.directive.mjs +0 -70
- package/esm2022/lib/layer/layer-list/layer-list.enum.mjs +0 -19
- package/esm2022/lib/layer/layer-list-tool/layer-list-tool.enum.mjs +0 -7
- package/lib/layer/layer-list/layer-list-binding.directive.d.ts +0 -19
- package/lib/layer/layer-list/layer-list.enum.d.ts +0 -15
- package/lib/layer/layer-list-tool/layer-list-tool.enum.d.ts +0 -5
- package/src/lib/layer/layer-legend/layer-legend.theming.scss +0 -10
package/locale/fr.geo.json
CHANGED
|
@@ -224,9 +224,26 @@
|
|
|
224
224
|
"drawFeature": ""
|
|
225
225
|
},
|
|
226
226
|
"layer": {
|
|
227
|
+
"layer": "Couche",
|
|
228
|
+
"name": "Nom de la couche",
|
|
229
|
+
"group": {
|
|
230
|
+
"name": "Nom du groupe",
|
|
231
|
+
"create": "Créer un groupe",
|
|
232
|
+
"rename": "Renommer le groupe",
|
|
233
|
+
"hide": "Masquer le groupe",
|
|
234
|
+
"hideChildren": "Masquer par un groupe",
|
|
235
|
+
"show": "Afficher le groupe"
|
|
236
|
+
},
|
|
237
|
+
"type": {
|
|
238
|
+
"raster": "Imagerie",
|
|
239
|
+
"vector": "Vectoriel",
|
|
240
|
+
"measure": "Mesure",
|
|
241
|
+
"draw": "Dessin"
|
|
242
|
+
},
|
|
227
243
|
"hideLayer": "Masquer la couche",
|
|
228
244
|
"hideSelectedLayers": "Masquer les couches sélectionnées",
|
|
229
245
|
"notInResolution": "La couche n'est pas visible à l'échelle active. Veuillez zoomer ou dézoomer pour la visualiser.",
|
|
246
|
+
"unavailableLayer": "Couche non disponible",
|
|
230
247
|
"lowerLayer": "Mettre en arrière",
|
|
231
248
|
"filterLowerLayer": "Le déplacement arrière se fait toujours selon l'ordre de la carte!",
|
|
232
249
|
"filterPlaceholder": "Filtrer la liste de couches",
|
|
@@ -244,6 +261,7 @@
|
|
|
244
261
|
"removeLayer": "Retirer la couche de la carte",
|
|
245
262
|
"removeSelectedLayers": "Retirer les couches sélectionnées de la carte",
|
|
246
263
|
"removeSelectedLayersRestriction": "Certaines couches sélectionnées ne peuvent être supprimées",
|
|
264
|
+
"deleteLayer": "Supprimer la couche",
|
|
247
265
|
"showFeaturesList": "Afficher la liste des entités",
|
|
248
266
|
"showLayer": "Afficher la couche",
|
|
249
267
|
"showSelectedLayers": "Afficher les couches sélectionnées",
|
|
@@ -354,102 +372,100 @@
|
|
|
354
372
|
},
|
|
355
373
|
"showNorthArrow": "Afficher la flèche du nord"
|
|
356
374
|
},
|
|
357
|
-
"
|
|
358
|
-
"
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
375
|
+
"directions": {
|
|
376
|
+
"buttons": {
|
|
377
|
+
"copyDirections": "Copier l'itinéraire dans le presse-papier",
|
|
378
|
+
"copyLink": "Copier le lien dans le presse-papier",
|
|
379
|
+
"downloadDirections": "Télécharger l'itinéraire",
|
|
380
|
+
"message": {
|
|
381
|
+
"copyDirections": "Itinéraire copié dans le presse papier",
|
|
382
|
+
"copyLink": "Lien copié dans le presse papier"
|
|
383
|
+
},
|
|
384
|
+
"resetStops": "Réinitialiser les arrêts",
|
|
385
|
+
"zoomOnRoute": "Cadrer sur l'itinéraire"
|
|
386
|
+
},
|
|
367
387
|
"directions": "Itinéraire",
|
|
368
|
-
"
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
"moveStop": "Déplacer cet arrêt",
|
|
373
|
-
"removeStop": "Supprimer l'arrêt",
|
|
374
|
-
"drivingOptions": "Choix d'itinéraires",
|
|
375
|
-
"summary": "Résumé de l'itinéraire",
|
|
376
|
-
"stopsList": "Liste des lieux d'arrêts",
|
|
377
|
-
"instructions": "Indications",
|
|
378
|
-
"copy": "Copier l'itinéraire",
|
|
379
|
-
"geolocate": "Utiliser sa localisation comme point d'arrêt",
|
|
380
|
-
"link": "Lien",
|
|
381
|
-
"print": "Imprimer",
|
|
382
|
-
"dialog": {
|
|
383
|
-
"copyMsg": "Itinéraire copié dans le presse-papier",
|
|
384
|
-
"copyMsgLink": "Le lien de l'itinéraire est copié dans le presse-papier",
|
|
385
|
-
"copyTitle": "Itinéraire"
|
|
388
|
+
"directionsText": {
|
|
389
|
+
"link": "Lien",
|
|
390
|
+
"stopList": "Arrêts",
|
|
391
|
+
"summary": "Résumé"
|
|
386
392
|
},
|
|
387
|
-
"toggleActive": "Activer le contrôle d'itinéraire",
|
|
388
|
-
"toggleType": "Inclure les chemins forestiers",
|
|
389
393
|
"forestRoadsWarning": {
|
|
390
394
|
"title": "Avertissement",
|
|
391
395
|
"text": "Certains chemins forestiers peuvent être impraticables ou non carrossables."
|
|
396
|
+
},
|
|
397
|
+
"input": {
|
|
398
|
+
"addStop": "Ajouter une destination",
|
|
399
|
+
"clearStop": "Réinitialiser l'arrêt",
|
|
400
|
+
"currentPosition": "Utiliser l'emplacement actuel",
|
|
401
|
+
"end": "Destination",
|
|
402
|
+
"intermediate": "Arrêt intermédiaire",
|
|
403
|
+
"moveStop": "Déplacer l'arrêt",
|
|
404
|
+
"placeholder": "Cliquez sur la carte ou effectuez une recherche",
|
|
405
|
+
"removeStop": "Supprimer l'arrêt",
|
|
406
|
+
"start": "Point de départ"
|
|
407
|
+
},
|
|
408
|
+
"layer": {
|
|
409
|
+
"stops": "Itinéraire - Arrêts",
|
|
410
|
+
"route": "Itinéraire - Tracé"
|
|
411
|
+
},
|
|
412
|
+
"results": {
|
|
413
|
+
"direction": {
|
|
414
|
+
"n": "nord",
|
|
415
|
+
"ne": "nord-est",
|
|
416
|
+
"e": "est",
|
|
417
|
+
"se": "sud-est",
|
|
418
|
+
"s": "sud",
|
|
419
|
+
"sw": "sud-ouest",
|
|
420
|
+
"w": "ouest",
|
|
421
|
+
"nw": "nord-ouest"
|
|
422
|
+
},
|
|
423
|
+
"maneuverModifier": {
|
|
424
|
+
"uturn": "demi-tour",
|
|
425
|
+
"sharp right": "fortement à droite",
|
|
426
|
+
"right": "à droite",
|
|
427
|
+
"slight right": "légèrement à droite",
|
|
428
|
+
"sharp left": "fortement à gauche",
|
|
429
|
+
"left": "à gauche",
|
|
430
|
+
"slight left": "légèrement à gauche",
|
|
431
|
+
"straight": "tout droit"
|
|
432
|
+
},
|
|
433
|
+
"maneuverType": {
|
|
434
|
+
"arrive": {
|
|
435
|
+
"lastStep": "Vous êtes arrivé à destination, {{name}}",
|
|
436
|
+
"intermediate": "Vous êtes arrivé à un point intermédiaire, {{name}}"
|
|
437
|
+
},
|
|
438
|
+
"continue": "Continuer sur {{name}}",
|
|
439
|
+
"depart": "Aller en direction {{maneuverBearing}} sur {{name}}",
|
|
440
|
+
"end of road": "À la fin de la route, tourner {{maneuverModifier}} sur {{name}}",
|
|
441
|
+
"exit roundabout": "Continuer sur {{name}}",
|
|
442
|
+
"fork": {
|
|
443
|
+
"left": "Garder la gauche sur {{name}}",
|
|
444
|
+
"right": "Garder la droite sur {{name}}",
|
|
445
|
+
"else": "Continuer sur {{name}}"
|
|
446
|
+
},
|
|
447
|
+
"merge": "Continuer sur {{name}}",
|
|
448
|
+
"new name": "Continuer en direction {{maneuverBearing}} sur {{name}}",
|
|
449
|
+
"notification": "",
|
|
450
|
+
"off ramp": "Prendre la sortie {{maneuverModifier}}",
|
|
451
|
+
"on ramp": "Prendre l'entrée {{maneuverModifier}}",
|
|
452
|
+
"rotary": "",
|
|
453
|
+
"roundabout": "Au rond-point, prendre la sortie vers {{name}}",
|
|
454
|
+
"roundabout turn": "",
|
|
455
|
+
"turn": {
|
|
456
|
+
"straight": "Continuer {{maneuverModifier}} sur {{name}}",
|
|
457
|
+
"uturn": "Faire {{maneuverModifier}} sur {{name}}",
|
|
458
|
+
"else": "Tourner {{maneuverModifier}} sur {{name}}"
|
|
459
|
+
}
|
|
460
|
+
},
|
|
461
|
+
"routeOptions": "Choix d'itinéraires",
|
|
462
|
+
"stepTitleTooltip": "Cadrer sur le lieu"
|
|
463
|
+
},
|
|
464
|
+
"toggle": {
|
|
465
|
+
"activateControl": "Activer les contrôles",
|
|
466
|
+
"type": "Inclure les chemins forestiers"
|
|
392
467
|
}
|
|
393
468
|
},
|
|
394
|
-
"directions": {
|
|
395
|
-
"uturn": "demi-tour",
|
|
396
|
-
"sharp right": "fortement à droite",
|
|
397
|
-
"right": "droite",
|
|
398
|
-
"slight right": "légèrement à droite",
|
|
399
|
-
"sharp left": "fortement à gauche",
|
|
400
|
-
"left": "gauche",
|
|
401
|
-
"slight left": "légèrement à gauche",
|
|
402
|
-
"straight": "tout droit",
|
|
403
|
-
"turn": {
|
|
404
|
-
"straight": "Continuer sur {{route}}",
|
|
405
|
-
"uturn": "Faire demi-tour sur {{route}}",
|
|
406
|
-
"else": "Tourner {{aggregatedDirection}} sur {{route}}"
|
|
407
|
-
},
|
|
408
|
-
"new name": "Continuer en direction {{translatedDirection}} sur {{route}}",
|
|
409
|
-
"depart": "Aller en direction {{translatedDirection}} sur {{route}}",
|
|
410
|
-
"arrive": {
|
|
411
|
-
"lastStep": "Vous êtes arrivé {{coma}} {{aggregatedDirection}}",
|
|
412
|
-
"intermediate": "Vous atteignez le point intermédiaire sur {{route}}"
|
|
413
|
-
},
|
|
414
|
-
"merge": "Continuer sur {{route}}",
|
|
415
|
-
"on ramp": "Prendre l'entrée d'autoroute {{aggregatedDirection}}",
|
|
416
|
-
"off ramp": "Prendre la sortie d'autoroute {{aggregatedDirection}}",
|
|
417
|
-
"fork": {
|
|
418
|
-
"left": "Garder la gauche sur {{route}}",
|
|
419
|
-
"right": "Garder la droite sur {{route}}",
|
|
420
|
-
"else": "Continuer sur {{route}}"
|
|
421
|
-
},
|
|
422
|
-
"end of road": "À la fin de la route, tourner {{translatedModifier}} sur {{route}}",
|
|
423
|
-
"use lane": "Prendre la voie de ...",
|
|
424
|
-
"continue": {
|
|
425
|
-
"notUturn": "Continuer sur {{route}}"
|
|
426
|
-
},
|
|
427
|
-
"roundabout": "Au rond-point, prendre la {{exit}}{{cntSuffix}} sortie vers {{route}}",
|
|
428
|
-
"rotary": "Rond-point rotary ...",
|
|
429
|
-
"roundabout turn": "Rond-point, prendre la ...",
|
|
430
|
-
"exit roundabout": "Poursuivre vers {{route}}",
|
|
431
|
-
"notification": "notification ...",
|
|
432
|
-
"uturnText": "Faire demi-tour et continuer en direction {{translatedDirection}} sur {{route}}",
|
|
433
|
-
"unknown": "???",
|
|
434
|
-
|
|
435
|
-
"cntSuffix": {
|
|
436
|
-
"first": "ère",
|
|
437
|
-
"secondAndMore": "e"
|
|
438
|
-
},
|
|
439
|
-
"modifier": {
|
|
440
|
-
"prefix": "à "
|
|
441
|
-
}
|
|
442
|
-
},
|
|
443
|
-
"cardinalPoints": {
|
|
444
|
-
"n": "nord",
|
|
445
|
-
"ne": "nord-est",
|
|
446
|
-
"e": "est",
|
|
447
|
-
"se": "sud-est",
|
|
448
|
-
"s": "sud",
|
|
449
|
-
"sw": "sud-ouest",
|
|
450
|
-
"w": "ouest",
|
|
451
|
-
"nw": "nord-ouest"
|
|
452
|
-
},
|
|
453
469
|
"search": {
|
|
454
470
|
"placeholder": "Rechercher une localisation ou une couche de données",
|
|
455
471
|
"emptyType.placeholder": "Veuillez choisir un type de recherche",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/geo",
|
|
3
|
-
"version": "18.0.0
|
|
3
|
+
"version": "18.0.0",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
"@angular/material": "^18.0.0",
|
|
51
51
|
"@angular/material-moment-adapter": "^18.0.0",
|
|
52
52
|
"@angular/platform-browser": "^18.0.0",
|
|
53
|
-
"@igo2/auth": "^18.0.0
|
|
54
|
-
"@igo2/common": "^18.0.0
|
|
55
|
-
"@igo2/core": "^18.0.0
|
|
56
|
-
"@igo2/utils": "^18.0.0
|
|
53
|
+
"@igo2/auth": "^18.0.0",
|
|
54
|
+
"@igo2/common": "^18.0.0",
|
|
55
|
+
"@igo2/core": "^18.0.0",
|
|
56
|
+
"@igo2/utils": "^18.0.0",
|
|
57
57
|
"@mat-datetimepicker/core": "~14.0.0",
|
|
58
58
|
"file-saver": "^2.0.2",
|
|
59
59
|
"flexsearch": "0.7.21",
|
package/src/geo-theme.scss
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
@include draw-theme.igo-draw-theming($theme);
|
|
15
15
|
@include feature-theme.igo-feature-theming($theme);
|
|
16
16
|
@include filter-theme.igo-filter-theming($theme);
|
|
17
|
-
@include layer-theme.
|
|
17
|
+
@include layer-theme.themes($theme);
|
|
18
18
|
@include map-theme.igo-map-theming($theme);
|
|
19
19
|
@include measure-theme.igo-measure-theming($theme);
|
|
20
20
|
@include search-theme.theme($theme);
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
@use '@angular/material' as mat;
|
|
3
|
+
|
|
4
|
+
@mixin igo-directions-inputs-theming($theme) {
|
|
5
|
+
@include density($theme);
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
@mixin density($theme) {
|
|
9
|
+
$density: mat.m2-get-density-config($theme);
|
|
10
|
+
|
|
11
|
+
$theme: map.merge(
|
|
12
|
+
$theme,
|
|
13
|
+
(
|
|
14
|
+
density: $density - 5
|
|
15
|
+
)
|
|
16
|
+
);
|
|
17
|
+
|
|
18
|
+
igo-directions-inputs .prefix-actions {
|
|
19
|
+
@include mat.icon-button-density($theme);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
@use './directions-results/directions-results.theming' as
|
|
2
2
|
directions-results-theme;
|
|
3
|
+
@use './directions-inputs/directions-inputs.theming' as directions-inputs-theme;
|
|
3
4
|
|
|
4
5
|
@mixin igo-directions-theming($theme) {
|
|
5
6
|
@include directions-results-theme.igo-directions-results-theming($theme);
|
|
7
|
+
@include directions-inputs-theme.igo-directions-inputs-theming($theme);
|
|
6
8
|
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
@use '@angular/material' as mat;
|
|
3
|
+
|
|
4
|
+
@mixin theme($theme) {
|
|
5
|
+
@include color($theme);
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
@mixin color($theme) {
|
|
9
|
+
$background: map.get($theme, background);
|
|
10
|
+
$foreground: map.get($theme, foreground);
|
|
11
|
+
igo-layer-group {
|
|
12
|
+
background-color: mat.m2-get-color-from-palette($background, card);
|
|
13
|
+
|
|
14
|
+
button {
|
|
15
|
+
&.mat-default {
|
|
16
|
+
mat-icon {
|
|
17
|
+
color: mat.m2-get-color-from-palette($foreground, base);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
&.disabled {
|
|
22
|
+
mat-icon {
|
|
23
|
+
color: mat.m2-get-color-from-palette($foreground, disabled);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -6,28 +6,31 @@
|
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
@mixin color($theme) {
|
|
9
|
+
$background: map.get($theme, background);
|
|
9
10
|
$foreground: map.get($theme, foreground);
|
|
10
|
-
$primary: map.get($theme, primary);
|
|
11
|
-
$accent: map.get($theme, accent);
|
|
12
11
|
|
|
13
12
|
igo-layer-item {
|
|
14
|
-
|
|
15
|
-
background-color: mat.m2-get-color-from-palette($accent, lighter);
|
|
16
|
-
color: mat.m2-get-color-from-palette($primary, default-contrast);
|
|
17
|
-
}
|
|
13
|
+
background-color: mat.m2-get-color-from-palette($background, card);
|
|
18
14
|
|
|
19
15
|
button {
|
|
20
|
-
|
|
16
|
+
&.mat-default {
|
|
21
17
|
mat-icon {
|
|
22
18
|
color: mat.m2-get-color-from-palette($foreground, base);
|
|
23
19
|
}
|
|
24
20
|
}
|
|
25
21
|
|
|
26
|
-
|
|
27
|
-
|
|
22
|
+
&.disabled {
|
|
23
|
+
mat-icon {
|
|
28
24
|
color: mat.m2-get-color-from-palette($foreground, disabled);
|
|
29
25
|
}
|
|
30
26
|
}
|
|
31
27
|
}
|
|
28
|
+
|
|
29
|
+
.unavailable-layer {
|
|
30
|
+
background-color: mat.m2-get-color-from-palette(
|
|
31
|
+
$background,
|
|
32
|
+
disabled-list-option
|
|
33
|
+
);
|
|
34
|
+
}
|
|
32
35
|
}
|
|
33
36
|
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
@use '@angular/material' as mat;
|
|
3
|
+
|
|
4
|
+
@mixin theme($theme) {
|
|
5
|
+
@include color($theme);
|
|
6
|
+
@include density($theme);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
@mixin color($theme) {
|
|
10
|
+
$primary: map.get($theme, primary);
|
|
11
|
+
|
|
12
|
+
igo-layer-legend img:after {
|
|
13
|
+
border-top-color: mat.m2-get-color-from-palette($primary);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
@mixin density($theme) {
|
|
18
|
+
$density: mat.m2-get-density-config($theme);
|
|
19
|
+
|
|
20
|
+
$theme: map.merge(
|
|
21
|
+
$theme,
|
|
22
|
+
(
|
|
23
|
+
density: $density - 3
|
|
24
|
+
)
|
|
25
|
+
);
|
|
26
|
+
|
|
27
|
+
igo-layer-legend {
|
|
28
|
+
@include mat.form-field-density($theme);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
@use '@angular/material' as mat;
|
|
3
|
+
|
|
4
|
+
@mixin theme($theme) {
|
|
5
|
+
@include color($theme);
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
@mixin color($theme) {
|
|
9
|
+
$accent: map.get($theme, accent);
|
|
10
|
+
$hoveredColor: mat.m2-get-color-from-palette($accent, default);
|
|
11
|
+
|
|
12
|
+
igo-layer-list {
|
|
13
|
+
mat-tree-node {
|
|
14
|
+
&.--selected,
|
|
15
|
+
&.--dragged {
|
|
16
|
+
igo-layer-group,
|
|
17
|
+
igo-layer-item {
|
|
18
|
+
background-color: mat.m2-get-color-from-palette($accent, lighter);
|
|
19
|
+
color: mat.m2-get-color-from-palette($accent, default-contrast);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
&.--children-selected {
|
|
24
|
+
igo-layer-group,
|
|
25
|
+
igo-layer-item {
|
|
26
|
+
background-color: adjust-color(
|
|
27
|
+
$color: mat.m2-get-color-from-palette($accent, lighter),
|
|
28
|
+
$lightness: 8%
|
|
29
|
+
);
|
|
30
|
+
color: mat.m2-get-color-from-palette($accent, default-contrast);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
&.--drag-hover {
|
|
35
|
+
&::after {
|
|
36
|
+
border-color: $hoveredColor !important;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
// Workaround, the hover freeze when a tree is expanded when dragging
|
|
42
|
+
mat-tree:not(.--dragging) {
|
|
43
|
+
mat-tree-node {
|
|
44
|
+
&:hover::after {
|
|
45
|
+
border-color: $hoveredColor;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
@use '@angular/material' as mat;
|
|
3
|
+
|
|
4
|
+
@mixin theme($theme) {
|
|
5
|
+
@include color($theme);
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
@mixin color($theme) {
|
|
9
|
+
$background: map.get($theme, background);
|
|
10
|
+
|
|
11
|
+
igo-layer-unavailable {
|
|
12
|
+
.unavailable-layer {
|
|
13
|
+
background-color: mat.m2-get-color-from-palette(
|
|
14
|
+
$background,
|
|
15
|
+
disabled-list-option
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
@use '@angular/material' as mat;
|
|
3
|
+
|
|
4
|
+
@mixin theme($theme) {
|
|
5
|
+
@include color($theme);
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
@mixin color($theme) {
|
|
9
|
+
$accent: map.get($theme, accent);
|
|
10
|
+
|
|
11
|
+
igo-layer-viewer {
|
|
12
|
+
.active-background {
|
|
13
|
+
background-color: mat.m2-get-color-from-palette($accent, 50);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
@use '@angular/material' as mat;
|
|
3
|
+
|
|
4
|
+
@mixin theme($theme) {
|
|
5
|
+
@include color($theme);
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
@mixin color($theme) {
|
|
9
|
+
$foreground: map.get($theme, foreground);
|
|
10
|
+
|
|
11
|
+
igo-layer-visibility-button {
|
|
12
|
+
button {
|
|
13
|
+
&.mat-default {
|
|
14
|
+
mat-icon {
|
|
15
|
+
color: mat.m2-get-color-from-palette($foreground, base);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
&.out-of-range,
|
|
20
|
+
&.disabled {
|
|
21
|
+
mat-icon {
|
|
22
|
+
color: mat.m2-get-color-from-palette($foreground, disabled);
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -1,10 +1,21 @@
|
|
|
1
1
|
@use '@angular/material' as mat;
|
|
2
|
-
@use './layer-legend/layer-legend.
|
|
2
|
+
@use './layer-legend/layer-legend.theme.scss' as layer-legend;
|
|
3
3
|
@use './layer-list-tool/layer-list-tool.theming.scss' as layer-list-tool;
|
|
4
|
+
@use './layer-unavailable/layer-unavailable.theme.scss' as layer-unavailable;
|
|
5
|
+
@use './layer-visibility-button/layer-visibility-button.theme.scss' as
|
|
6
|
+
layer-visibility-button;
|
|
7
|
+
@use './layer-viewer/layer-viewer.theme' as layer-viewer;
|
|
4
8
|
@use './layer-item/layer-item.theme.scss' as layer-item;
|
|
9
|
+
@use './layer-group/layer-group.theme.scss' as layer-group;
|
|
10
|
+
@use './layer-list/layer-list.theme.scss' as layer-list;
|
|
5
11
|
|
|
6
|
-
@mixin
|
|
7
|
-
@include layer-legend.
|
|
12
|
+
@mixin themes($theme) {
|
|
13
|
+
@include layer-legend.theme($theme);
|
|
8
14
|
@include layer-list-tool.theme($theme);
|
|
9
15
|
@include layer-item.theme($theme);
|
|
16
|
+
@include layer-group.theme($theme);
|
|
17
|
+
@include layer-list.theme($theme);
|
|
18
|
+
@include layer-unavailable.theme($theme);
|
|
19
|
+
@include layer-viewer.theme($theme);
|
|
20
|
+
@include layer-visibility-button.theme($theme);
|
|
10
21
|
}
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
import { Directive, Optional, Self } from '@angular/core';
|
|
2
|
-
import { RouteService } from '@igo2/core/route';
|
|
3
|
-
import { combineLatest } from 'rxjs';
|
|
4
|
-
import { debounceTime, map } from 'rxjs/operators';
|
|
5
|
-
import { MapService } from '../../map/shared/map.service';
|
|
6
|
-
import { LayerListComponent } from './layer-list.component';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
import * as i1 from "./layer-list.component";
|
|
9
|
-
import * as i2 from "../../map/shared/map.service";
|
|
10
|
-
import * as i3 from "@igo2/core/route";
|
|
11
|
-
export class LayerListBindingDirective {
|
|
12
|
-
mapService;
|
|
13
|
-
route;
|
|
14
|
-
component;
|
|
15
|
-
layersOrResolutionChange$$;
|
|
16
|
-
layersVisibility$$;
|
|
17
|
-
constructor(component, mapService, route) {
|
|
18
|
-
this.mapService = mapService;
|
|
19
|
-
this.route = route;
|
|
20
|
-
this.component = component;
|
|
21
|
-
}
|
|
22
|
-
ngOnInit() {
|
|
23
|
-
// Override input layers
|
|
24
|
-
// this.component.layers = [];
|
|
25
|
-
this.layersOrResolutionChange$$ = combineLatest([
|
|
26
|
-
this.mapService.getMap().layers$,
|
|
27
|
-
this.mapService.getMap().viewController.resolution$
|
|
28
|
-
])
|
|
29
|
-
.pipe(debounceTime(10))
|
|
30
|
-
.subscribe((bunch) => {
|
|
31
|
-
const shownLayers = bunch[0].filter((layer) => {
|
|
32
|
-
return layer.showInLayerList === true;
|
|
33
|
-
});
|
|
34
|
-
this.component.layers = shownLayers;
|
|
35
|
-
this.setLayersVisibilityStatus(shownLayers, this.component.excludeBaseLayers);
|
|
36
|
-
});
|
|
37
|
-
}
|
|
38
|
-
setLayersVisibilityStatus(layers, excludeBaseLayers) {
|
|
39
|
-
if (this.layersVisibility$$ !== undefined) {
|
|
40
|
-
this.layersVisibility$$.unsubscribe();
|
|
41
|
-
this.layersVisibility$$ = undefined;
|
|
42
|
-
}
|
|
43
|
-
this.layersVisibility$$ = combineLatest(layers
|
|
44
|
-
.filter((layer) => layer.baseLayer !== excludeBaseLayers)
|
|
45
|
-
.map((layer) => layer.visible$))
|
|
46
|
-
.pipe(map((visibles) => visibles.every(Boolean)))
|
|
47
|
-
.subscribe((allLayersAreVisible) => (this.component.layersAreAllVisible = allLayersAreVisible));
|
|
48
|
-
}
|
|
49
|
-
ngOnDestroy() {
|
|
50
|
-
this.layersOrResolutionChange$$.unsubscribe();
|
|
51
|
-
if (this.layersVisibility$$ !== undefined) {
|
|
52
|
-
this.layersVisibility$$.unsubscribe();
|
|
53
|
-
this.layersVisibility$$ = undefined;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LayerListBindingDirective, deps: [{ token: i1.LayerListComponent, self: true }, { token: i2.MapService }, { token: i3.RouteService, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
57
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: LayerListBindingDirective, isStandalone: true, selector: "[igoLayerListBinding]", ngImport: i0 });
|
|
58
|
-
}
|
|
59
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LayerListBindingDirective, decorators: [{
|
|
60
|
-
type: Directive,
|
|
61
|
-
args: [{
|
|
62
|
-
selector: '[igoLayerListBinding]',
|
|
63
|
-
standalone: true
|
|
64
|
-
}]
|
|
65
|
-
}], ctorParameters: () => [{ type: i1.LayerListComponent, decorators: [{
|
|
66
|
-
type: Self
|
|
67
|
-
}] }, { type: i2.MapService }, { type: i3.RouteService, decorators: [{
|
|
68
|
-
type: Optional
|
|
69
|
-
}] }] });
|
|
70
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGF5ZXItbGlzdC1iaW5kaW5nLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2dlby9zcmMvbGliL2xheWVyL2xheWVyLWxpc3QvbGF5ZXItbGlzdC1iaW5kaW5nLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFxQixRQUFRLEVBQUUsSUFBSSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRTdFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUVoRCxPQUFPLEVBQWdCLGFBQWEsRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUNuRCxPQUFPLEVBQUUsWUFBWSxFQUFFLEdBQUcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRW5ELE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUUxRCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQzs7Ozs7QUFNNUQsTUFBTSxPQUFPLHlCQUF5QjtJQU8xQjtJQUNZO0lBUGQsU0FBUyxDQUFxQjtJQUM5QiwwQkFBMEIsQ0FBZTtJQUNqRCxrQkFBa0IsQ0FBZTtJQUVqQyxZQUNVLFNBQTZCLEVBQzdCLFVBQXNCLEVBQ1YsS0FBbUI7UUFEL0IsZUFBVSxHQUFWLFVBQVUsQ0FBWTtRQUNWLFVBQUssR0FBTCxLQUFLLENBQWM7UUFFdkMsSUFBSSxDQUFDLFNBQVMsR0FBRyxTQUFTLENBQUM7SUFDN0IsQ0FBQztJQUVELFFBQVE7UUFDTix3QkFBd0I7UUFDeEIsOEJBQThCO1FBQzlCLElBQUksQ0FBQywwQkFBMEIsR0FBRyxhQUFhLENBQUM7WUFDOUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxNQUFNLEVBQUUsQ0FBQyxPQUFPO1lBQ2hDLElBQUksQ0FBQyxVQUFVLENBQUMsTUFBTSxFQUFFLENBQUMsY0FBYyxDQUFDLFdBQVc7U0FDcEQsQ0FBQzthQUNDLElBQUksQ0FBQyxZQUFZLENBQUMsRUFBRSxDQUFDLENBQUM7YUFDdEIsU0FBUyxDQUFDLENBQUMsS0FBd0IsRUFBRSxFQUFFO1lBQ3RDLE1BQU0sV0FBVyxHQUFHLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQyxNQUFNLENBQUMsQ0FBQyxLQUFZLEVBQUUsRUFBRTtnQkFDbkQsT0FBTyxLQUFLLENBQUMsZUFBZSxLQUFLLElBQUksQ0FBQztZQUN4QyxDQUFDLENBQUMsQ0FBQztZQUNILElBQUksQ0FBQyxTQUFTLENBQUMsTUFBTSxHQUFHLFdBQVcsQ0FBQztZQUNwQyxJQUFJLENBQUMseUJBQXlCLENBQzVCLFdBQVcsRUFDWCxJQUFJLENBQUMsU0FBUyxDQUFDLGlCQUFpQixDQUNqQyxDQUFDO1FBQ0osQ0FBQyxDQUFDLENBQUM7SUFDUCxDQUFDO0lBRU8seUJBQXlCLENBQy9CLE1BQWUsRUFDZixpQkFBMEI7UUFFMUIsSUFBSSxJQUFJLENBQUMsa0JBQWtCLEtBQUssU0FBUyxFQUFFLENBQUM7WUFDMUMsSUFBSSxDQUFDLGtCQUFrQixDQUFDLFdBQVcsRUFBRSxDQUFDO1lBQ3RDLElBQUksQ0FBQyxrQkFBa0IsR0FBRyxTQUFTLENBQUM7UUFDdEMsQ0FBQztRQUNELElBQUksQ0FBQyxrQkFBa0IsR0FBRyxhQUFhLENBQ3JDLE1BQU07YUFDSCxNQUFNLENBQUMsQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLEtBQUssQ0FBQyxTQUFTLEtBQUssaUJBQWlCLENBQUM7YUFDeEQsR0FBRyxDQUFDLENBQUMsS0FBWSxFQUFFLEVBQUUsQ0FBQyxLQUFLLENBQUMsUUFBUSxDQUFDLENBQ3pDO2FBQ0UsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDLFFBQW1CLEVBQUUsRUFBRSxDQUFDLFFBQVEsQ0FBQyxLQUFLLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQzthQUMzRCxTQUFTLENBQ1IsQ0FBQyxtQkFBNEIsRUFBRSxFQUFFLENBQy9CLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxtQkFBbUIsR0FBRyxtQkFBbUIsQ0FBQyxDQUM3RCxDQUFDO0lBQ04sQ0FBQztJQUVELFdBQVc7UUFDVCxJQUFJLENBQUMsMEJBQTBCLENBQUMsV0FBVyxFQUFFLENBQUM7UUFDOUMsSUFBSSxJQUFJLENBQUMsa0JBQWtCLEtBQUssU0FBUyxFQUFFLENBQUM7WUFDMUMsSUFBSSxDQUFDLGtCQUFrQixDQUFDLFdBQVcsRUFBRSxDQUFDO1lBQ3RDLElBQUksQ0FBQyxrQkFBa0IsR0FBRyxTQUFTLENBQUM7UUFDdEMsQ0FBQztJQUNILENBQUM7d0dBM0RVLHlCQUF5Qjs0RkFBekIseUJBQXlCOzs0RkFBekIseUJBQXlCO2tCQUpyQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSx1QkFBdUI7b0JBQ2pDLFVBQVUsRUFBRSxJQUFJO2lCQUNqQjs7MEJBT0ksSUFBSTs7MEJBRUosUUFBUSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgT25EZXN0cm95LCBPbkluaXQsIE9wdGlvbmFsLCBTZWxmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IFJvdXRlU2VydmljZSB9IGZyb20gJ0BpZ28yL2NvcmUvcm91dGUnO1xuXG5pbXBvcnQgeyBTdWJzY3JpcHRpb24sIGNvbWJpbmVMYXRlc3QgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IGRlYm91bmNlVGltZSwgbWFwIH0gZnJvbSAncnhqcy9vcGVyYXRvcnMnO1xuXG5pbXBvcnQgeyBNYXBTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vbWFwL3NoYXJlZC9tYXAuc2VydmljZSc7XG5pbXBvcnQgeyBMYXllciB9IGZyb20gJy4uL3NoYXJlZC9sYXllcnMvbGF5ZXInO1xuaW1wb3J0IHsgTGF5ZXJMaXN0Q29tcG9uZW50IH0gZnJvbSAnLi9sYXllci1saXN0LmNvbXBvbmVudCc7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1tpZ29MYXllckxpc3RCaW5kaW5nXScsXG4gIHN0YW5kYWxvbmU6IHRydWVcbn0pXG5leHBvcnQgY2xhc3MgTGF5ZXJMaXN0QmluZGluZ0RpcmVjdGl2ZSBpbXBsZW1lbnRzIE9uSW5pdCwgT25EZXN0cm95IHtcbiAgcHJpdmF0ZSBjb21wb25lbnQ6IExheWVyTGlzdENvbXBvbmVudDtcbiAgcHJpdmF0ZSBsYXllcnNPclJlc29sdXRpb25DaGFuZ2UkJDogU3Vic2NyaXB0aW9uO1xuICBsYXllcnNWaXNpYmlsaXR5JCQ6IFN1YnNjcmlwdGlvbjtcblxuICBjb25zdHJ1Y3RvcihcbiAgICBAU2VsZigpIGNvbXBvbmVudDogTGF5ZXJMaXN0Q29tcG9uZW50LFxuICAgIHByaXZhdGUgbWFwU2VydmljZTogTWFwU2VydmljZSxcbiAgICBAT3B0aW9uYWwoKSBwcml2YXRlIHJvdXRlOiBSb3V0ZVNlcnZpY2VcbiAgKSB7XG4gICAgdGhpcy5jb21wb25lbnQgPSBjb21wb25lbnQ7XG4gIH1cblxuICBuZ09uSW5pdCgpIHtcbiAgICAvLyBPdmVycmlkZSBpbnB1dCBsYXllcnNcbiAgICAvLyB0aGlzLmNvbXBvbmVudC5sYXllcnMgPSBbXTtcbiAgICB0aGlzLmxheWVyc09yUmVzb2x1dGlvbkNoYW5nZSQkID0gY29tYmluZUxhdGVzdChbXG4gICAgICB0aGlzLm1hcFNlcnZpY2UuZ2V0TWFwKCkubGF5ZXJzJCxcbiAgICAgIHRoaXMubWFwU2VydmljZS5nZXRNYXAoKS52aWV3Q29udHJvbGxlci5yZXNvbHV0aW9uJFxuICAgIF0pXG4gICAgICAucGlwZShkZWJvdW5jZVRpbWUoMTApKVxuICAgICAgLnN1YnNjcmliZSgoYnVuY2g6IFtMYXllcltdLCBudW1iZXJdKSA9PiB7XG4gICAgICAgIGNvbnN0IHNob3duTGF5ZXJzID0gYnVuY2hbMF0uZmlsdGVyKChsYXllcjogTGF5ZXIpID0+IHtcbiAgICAgICAgICByZXR1cm4gbGF5ZXIuc2hvd0luTGF5ZXJMaXN0ID09PSB0cnVlO1xuICAgICAgICB9KTtcbiAgICAgICAgdGhpcy5jb21wb25lbnQubGF5ZXJzID0gc2hvd25MYXllcnM7XG4gICAgICAgIHRoaXMuc2V0TGF5ZXJzVmlzaWJpbGl0eVN0YXR1cyhcbiAgICAgICAgICBzaG93bkxheWVycyxcbiAgICAgICAgICB0aGlzLmNvbXBvbmVudC5leGNsdWRlQmFzZUxheWVyc1xuICAgICAgICApO1xuICAgICAgfSk7XG4gIH1cblxuICBwcml2YXRlIHNldExheWVyc1Zpc2liaWxpdHlTdGF0dXMoXG4gICAgbGF5ZXJzOiBMYXllcltdLFxuICAgIGV4Y2x1ZGVCYXNlTGF5ZXJzOiBib29sZWFuXG4gICkge1xuICAgIGlmICh0aGlzLmxheWVyc1Zpc2liaWxpdHkkJCAhPT0gdW5kZWZpbmVkKSB7XG4gICAgICB0aGlzLmxheWVyc1Zpc2liaWxpdHkkJC51bnN1YnNjcmliZSgpO1xuICAgICAgdGhpcy5sYXllcnNWaXNpYmlsaXR5JCQgPSB1bmRlZmluZWQ7XG4gICAgfVxuICAgIHRoaXMubGF5ZXJzVmlzaWJpbGl0eSQkID0gY29tYmluZUxhdGVzdChcbiAgICAgIGxheWVyc1xuICAgICAgICAuZmlsdGVyKChsYXllcikgPT4gbGF5ZXIuYmFzZUxheWVyICE9PSBleGNsdWRlQmFzZUxheWVycylcbiAgICAgICAgLm1hcCgobGF5ZXI6IExheWVyKSA9PiBsYXllci52aXNpYmxlJClcbiAgICApXG4gICAgICAucGlwZShtYXAoKHZpc2libGVzOiBib29sZWFuW10pID0+IHZpc2libGVzLmV2ZXJ5KEJvb2xlYW4pKSlcbiAgICAgIC5zdWJzY3JpYmUoXG4gICAgICAgIChhbGxMYXllcnNBcmVWaXNpYmxlOiBib29sZWFuKSA9PlxuICAgICAgICAgICh0aGlzLmNvbXBvbmVudC5sYXllcnNBcmVBbGxWaXNpYmxlID0gYWxsTGF5ZXJzQXJlVmlzaWJsZSlcbiAgICAgICk7XG4gIH1cblxuICBuZ09uRGVzdHJveSgpIHtcbiAgICB0aGlzLmxheWVyc09yUmVzb2x1dGlvbkNoYW5nZSQkLnVuc3Vic2NyaWJlKCk7XG4gICAgaWYgKHRoaXMubGF5ZXJzVmlzaWJpbGl0eSQkICE9PSB1bmRlZmluZWQpIHtcbiAgICAgIHRoaXMubGF5ZXJzVmlzaWJpbGl0eSQkLnVuc3Vic2NyaWJlKCk7XG4gICAgICB0aGlzLmxheWVyc1Zpc2liaWxpdHkkJCA9IHVuZGVmaW5lZDtcbiAgICB9XG4gIH1cbn1cbiJdfQ==
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export var LayerListControlsEnum;
|
|
2
|
-
(function (LayerListControlsEnum) {
|
|
3
|
-
LayerListControlsEnum["always"] = "always";
|
|
4
|
-
LayerListControlsEnum["never"] = "never";
|
|
5
|
-
LayerListControlsEnum["default"] = "default";
|
|
6
|
-
})(LayerListControlsEnum || (LayerListControlsEnum = {}));
|
|
7
|
-
export var LayerListSelectVisibleEnum;
|
|
8
|
-
(function (LayerListSelectVisibleEnum) {
|
|
9
|
-
LayerListSelectVisibleEnum["ALL_VISIBLE"] = "ALL_VISIBLE";
|
|
10
|
-
LayerListSelectVisibleEnum["ALL_HIDDEN"] = "ALL_HIDDEN";
|
|
11
|
-
LayerListSelectVisibleEnum["MIXED"] = "MIXED";
|
|
12
|
-
LayerListSelectVisibleEnum["NULL"] = "NULL";
|
|
13
|
-
})(LayerListSelectVisibleEnum || (LayerListSelectVisibleEnum = {}));
|
|
14
|
-
export var LayerListDisplacement;
|
|
15
|
-
(function (LayerListDisplacement) {
|
|
16
|
-
LayerListDisplacement["Raise"] = "raise";
|
|
17
|
-
LayerListDisplacement["Lower"] = "lower";
|
|
18
|
-
})(LayerListDisplacement || (LayerListDisplacement = {}));
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGF5ZXItbGlzdC5lbnVtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvZ2VvL3NyYy9saWIvbGF5ZXIvbGF5ZXItbGlzdC9sYXllci1saXN0LmVudW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxDQUFOLElBQVkscUJBSVg7QUFKRCxXQUFZLHFCQUFxQjtJQUMvQiwwQ0FBaUIsQ0FBQTtJQUNqQix3Q0FBZSxDQUFBO0lBQ2YsNENBQW1CLENBQUE7QUFDckIsQ0FBQyxFQUpXLHFCQUFxQixLQUFyQixxQkFBcUIsUUFJaEM7QUFDRCxNQUFNLENBQU4sSUFBWSwwQkFLWDtBQUxELFdBQVksMEJBQTBCO0lBQ3BDLHlEQUEyQixDQUFBO0lBQzNCLHVEQUF5QixDQUFBO0lBQ3pCLDZDQUFlLENBQUE7SUFDZiwyQ0FBYSxDQUFBO0FBQ2YsQ0FBQyxFQUxXLDBCQUEwQixLQUExQiwwQkFBMEIsUUFLckM7QUFFRCxNQUFNLENBQU4sSUFBWSxxQkFHWDtBQUhELFdBQVkscUJBQXFCO0lBQy9CLHdDQUFlLENBQUE7SUFDZix3Q0FBZSxDQUFBO0FBQ2pCLENBQUMsRUFIVyxxQkFBcUIsS0FBckIscUJBQXFCLFFBR2hDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGVudW0gTGF5ZXJMaXN0Q29udHJvbHNFbnVtIHtcbiAgYWx3YXlzID0gJ2Fsd2F5cycsXG4gIG5ldmVyID0gJ25ldmVyJyxcbiAgZGVmYXVsdCA9ICdkZWZhdWx0J1xufVxuZXhwb3J0IGVudW0gTGF5ZXJMaXN0U2VsZWN0VmlzaWJsZUVudW0ge1xuICBBTExfVklTSUJMRSA9ICdBTExfVklTSUJMRScsXG4gIEFMTF9ISURERU4gPSAnQUxMX0hJRERFTicsXG4gIE1JWEVEID0gJ01JWEVEJyxcbiAgTlVMTCA9ICdOVUxMJ1xufVxuXG5leHBvcnQgZW51bSBMYXllckxpc3REaXNwbGFjZW1lbnQge1xuICBSYWlzZSA9ICdyYWlzZScsXG4gIExvd2VyID0gJ2xvd2VyJ1xufVxuIl19
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export var LayerListToolControlsEnum;
|
|
2
|
-
(function (LayerListToolControlsEnum) {
|
|
3
|
-
LayerListToolControlsEnum["always"] = "always";
|
|
4
|
-
LayerListToolControlsEnum["never"] = "never";
|
|
5
|
-
LayerListToolControlsEnum["default"] = "default";
|
|
6
|
-
})(LayerListToolControlsEnum || (LayerListToolControlsEnum = {}));
|
|
7
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGF5ZXItbGlzdC10b29sLmVudW0uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9nZW8vc3JjL2xpYi9sYXllci9sYXllci1saXN0LXRvb2wvbGF5ZXItbGlzdC10b29sLmVudW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxDQUFOLElBQVkseUJBSVg7QUFKRCxXQUFZLHlCQUF5QjtJQUNuQyw4Q0FBaUIsQ0FBQTtJQUNqQiw0Q0FBZSxDQUFBO0lBQ2YsZ0RBQW1CLENBQUE7QUFDckIsQ0FBQyxFQUpXLHlCQUF5QixLQUF6Qix5QkFBeUIsUUFJcEMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZW51bSBMYXllckxpc3RUb29sQ29udHJvbHNFbnVtIHtcbiAgYWx3YXlzID0gJ2Fsd2F5cycsXG4gIG5ldmVyID0gJ25ldmVyJyxcbiAgZGVmYXVsdCA9ICdkZWZhdWx0J1xufVxuIl19
|