@igo2/geo 16.0.2 → 16.1.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-group.component.mjs +28 -132
- package/esm2022/lib/catalog/catalog-browser/catalog-browser-layer.component.mjs +22 -86
- package/esm2022/lib/catalog/catalog-browser/catalog-browser.component.mjs +22 -65
- package/esm2022/lib/catalog/catalog-browser/catalog-browser.module.mjs +42 -47
- package/esm2022/lib/catalog/catalog-library/add-catalog-dialog.component.mjs +13 -129
- package/esm2022/lib/catalog/catalog-library/catalog-library-item.component.mjs +14 -55
- package/esm2022/lib/catalog/catalog-library/catalog-library.component.mjs +27 -57
- package/esm2022/lib/catalog/catalog-library/catalog-library.module.mjs +46 -54
- package/esm2022/lib/catalog/catalog.module.mjs +28 -29
- package/esm2022/lib/catalog/shared/catalog.abstract.mjs +1 -1
- package/esm2022/lib/catalog/shared/catalog.interface.mjs +1 -1
- package/esm2022/lib/catalog/shared/catalog.service.mjs +14 -14
- package/esm2022/lib/datasource/datasource.module.mjs +12 -12
- package/esm2022/lib/datasource/shared/capabilities.interface.mjs +9 -0
- package/esm2022/lib/datasource/shared/capabilities.service.mjs +10 -17
- package/esm2022/lib/datasource/shared/datasource.service.mjs +11 -11
- package/esm2022/lib/datasource/shared/datasources/wfs.service.mjs +9 -9
- package/esm2022/lib/datasource/shared/datasources/wms-datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/wms-datasource.mjs +1 -1
- package/esm2022/lib/datasource/shared/index.mjs +2 -1
- package/esm2022/lib/datasource/shared/options/options-api.service.mjs +12 -12
- package/esm2022/lib/directions/directions-buttons/directions-buttons.component.mjs +19 -102
- package/esm2022/lib/directions/directions-inputs/directions-inputs.component.mjs +21 -122
- package/esm2022/lib/directions/directions-results/directions-results.component.mjs +11 -103
- package/esm2022/lib/directions/directions-sources/osrm-directions-source.mjs +6 -6
- package/esm2022/lib/directions/directions.component.mjs +25 -47
- package/esm2022/lib/directions/directions.module.mjs +61 -62
- package/esm2022/lib/directions/shared/directions.service.mjs +15 -14
- package/esm2022/lib/download/download-button/download-button.component.mjs +11 -26
- package/esm2022/lib/download/download.module.mjs +22 -23
- package/esm2022/lib/download/shared/download.service.mjs +9 -9
- package/esm2022/lib/draw/draw/draw-layer-popup.component.mjs +9 -35
- package/esm2022/lib/draw/draw/draw-popup.component.mjs +20 -299
- package/esm2022/lib/draw/draw/draw-shorcuts.component.mjs +7 -40
- package/esm2022/lib/draw/draw/draw.component.mjs +56 -322
- package/esm2022/lib/draw/draw/draw.module.mjs +64 -65
- package/esm2022/lib/draw/drawingTool.module.mjs +12 -13
- package/esm2022/lib/draw/shared/draw-icon.service.mjs +9 -9
- package/esm2022/lib/draw/shared/draw.interface.mjs +1 -1
- package/esm2022/lib/environment/environment.interface.mjs +1 -1
- package/esm2022/lib/feature/feature-details/feature-details.component.mjs +21 -171
- package/esm2022/lib/feature/feature-details/feature-details.directive.mjs +17 -19
- package/esm2022/lib/feature/feature-details/feature-details.module.mjs +22 -23
- package/esm2022/lib/feature/feature-form/feature-form.component.mjs +16 -34
- package/esm2022/lib/feature/feature-form/feature-form.module.mjs +12 -13
- package/esm2022/lib/feature/feature.module.mjs +13 -14
- package/esm2022/lib/feature/shared/feature-store.utils.mjs +2 -2
- package/esm2022/lib/feature/shared/feature.interfaces.mjs +1 -1
- package/esm2022/lib/feature/shared/feature.utils.mjs +1 -1
- package/esm2022/lib/feature/shared/store.mjs +1 -1
- package/esm2022/lib/feature/shared/strategies/geo-properties.mjs +1 -1
- package/esm2022/lib/feature/shared/strategies/in-map-extent.mjs +1 -1
- package/esm2022/lib/feature/shared/strategies/selection.mjs +2 -2
- package/esm2022/lib/filter/filter.module.mjs +158 -197
- package/esm2022/lib/filter/ogc-filter-button/ogc-filter-button.component.mjs +24 -49
- package/esm2022/lib/filter/ogc-filter-form/ogc-filter-form.component.mjs +32 -397
- package/esm2022/lib/filter/ogc-filter-selection/ogc-filter-selection.component.mjs +39 -625
- package/esm2022/lib/filter/ogc-filter-time/ogc-filter-time-slider.component.mjs +20 -47
- package/esm2022/lib/filter/ogc-filter-time/ogc-filter-time.component.mjs +44 -340
- package/esm2022/lib/filter/ogc-filterable-form/ogc-filterable-form.component.mjs +36 -58
- package/esm2022/lib/filter/ogc-filterable-item/ogc-filterable-item.component.mjs +26 -126
- package/esm2022/lib/filter/ogc-filterable-list/ogc-filterable-list-binding.directive.mjs +11 -11
- package/esm2022/lib/filter/ogc-filterable-list/ogc-filterable-list.component.mjs +17 -40
- package/esm2022/lib/filter/shared/filterable-datasource.pipe.mjs +9 -9
- package/esm2022/lib/filter/shared/ogc-filter-time.service.mjs +6 -6
- package/esm2022/lib/filter/shared/ogc-filter.service.mjs +6 -6
- package/esm2022/lib/filter/shared/spatial-filter.service.mjs +9 -9
- package/esm2022/lib/filter/shared/time-filter.service.mjs +6 -6
- package/esm2022/lib/filter/spatial-filter/spatial-filter-item/spatial-filter-item.component.mjs +73 -386
- package/esm2022/lib/filter/spatial-filter/spatial-filter-list/spatial-filter-list.component.mjs +23 -87
- package/esm2022/lib/filter/spatial-filter/spatial-filter-type/spatial-filter-type.component.mjs +37 -86
- package/esm2022/lib/filter/time-filter-button/time-filter-button.component.mjs +24 -49
- package/esm2022/lib/filter/time-filter-form/time-filter-form.component.mjs +20 -268
- package/esm2022/lib/filter/time-filter-item/time-filter-item.component.mjs +20 -72
- package/esm2022/lib/filter/time-filter-list/time-filter-list-binding.directive.mjs +11 -11
- package/esm2022/lib/filter/time-filter-list/time-filter-list.component.mjs +13 -24
- package/esm2022/lib/geo.module.mjs +54 -55
- package/esm2022/lib/geometry/geometry-form-field/geometry-form-field-input.component.mjs +36 -39
- package/esm2022/lib/geometry/geometry-form-field/geometry-form-field.component.mjs +32 -97
- package/esm2022/lib/geometry/geometry-form-field/geometry-form-field.module.mjs +30 -31
- package/esm2022/lib/geometry/geometry.module.mjs +13 -14
- package/esm2022/lib/geometry/shared/geometry.interfaces.mjs +1 -1
- package/esm2022/lib/import-export/export-button/export-button.component.mjs +11 -24
- package/esm2022/lib/import-export/import-export/import-export.component.mjs +25 -434
- package/esm2022/lib/import-export/import-export.module.mjs +54 -55
- package/esm2022/lib/import-export/shared/drop-geo-file.directive.mjs +20 -22
- package/esm2022/lib/import-export/shared/export.service.mjs +10 -10
- package/esm2022/lib/import-export/shared/import.service.mjs +9 -9
- package/esm2022/lib/layer/index.mjs +1 -1
- package/esm2022/lib/layer/layer-item/layer-item.component.mjs +47 -127
- package/esm2022/lib/layer/layer-legend/layer-legend.component.mjs +16 -183
- package/esm2022/lib/layer/layer-legend-item/layer-legend-item.component.mjs +16 -26
- package/esm2022/lib/layer/layer-legend-list/layer-legend-list-binding.directive.mjs +11 -11
- package/esm2022/lib/layer/layer-legend-list/layer-legend-list.component.mjs +26 -130
- package/esm2022/lib/layer/layer-list/layer-list-binding.directive.mjs +13 -13
- package/esm2022/lib/layer/layer-list/layer-list.component.mjs +50 -272
- package/esm2022/lib/layer/layer-list-tool/layer-list-tool.component.mjs +21 -72
- package/esm2022/lib/layer/layer-list-tool/layer-list-tool.service.mjs +9 -9
- package/esm2022/lib/layer/layer.module.mjs +94 -114
- package/esm2022/lib/layer/shared/layer.service.mjs +12 -12
- package/esm2022/lib/layer/shared/layers/image-layer.mjs +2 -2
- package/esm2022/lib/layer/shared/layers/layer.mjs +1 -1
- package/esm2022/lib/layer/shared/layers/tile-layer.mjs +2 -2
- package/esm2022/lib/layer/shared/layers/vector-layer.mjs +2 -2
- package/esm2022/lib/layer/shared/layers/vectortile-layer.mjs +2 -2
- package/esm2022/lib/layer/track-feature-button/track-feature-button.component.mjs +12 -27
- package/esm2022/lib/map/baselayers-switcher/baselayers-switcher.component.mjs +18 -60
- package/esm2022/lib/map/baselayers-switcher/index.mjs +1 -1
- package/esm2022/lib/map/baselayers-switcher/mini-basemap.component.mjs +20 -48
- package/esm2022/lib/map/geolocate-button/geolocate-button.component.mjs +11 -31
- package/esm2022/lib/map/home-extent-button/home-extent-button.component.mjs +17 -26
- package/esm2022/lib/map/index.mjs +1 -1
- package/esm2022/lib/map/info-section/info-section.component.mjs +9 -22
- package/esm2022/lib/map/map-browser/index.mjs +1 -1
- package/esm2022/lib/map/map-browser/map-browser.component.mjs +11 -18
- package/esm2022/lib/map/map-center/map-center.component.mjs +9 -13
- package/esm2022/lib/map/map.module.mjs +88 -96
- package/esm2022/lib/map/menu-button/menu-button.component.mjs +11 -19
- package/esm2022/lib/map/offline-button/offline-button.component.mjs +13 -24
- package/esm2022/lib/map/rotation-button/rotation-button.component.mjs +13 -39
- package/esm2022/lib/map/shared/hover-feature.directive.mjs +18 -20
- package/esm2022/lib/map/shared/linkedLayers.utils.mjs +1 -1
- package/esm2022/lib/map/shared/map-pointer-position.directive.mjs +15 -15
- package/esm2022/lib/map/shared/map.abstract.mjs +1 -1
- package/esm2022/lib/map/shared/map.service.mjs +9 -9
- package/esm2022/lib/map/shared/mapOffline.directive.mjs +9 -9
- package/esm2022/lib/map/shared/projection.service.mjs +9 -9
- package/esm2022/lib/map/swipe-control/swipe-control.component.mjs +9 -16
- package/esm2022/lib/map/wake-lock-button/wake-lock-button.component.mjs +11 -24
- package/esm2022/lib/map/zoom-button/zoom-button.component.mjs +11 -28
- package/esm2022/lib/measure/measure.module.mjs +12 -13
- package/esm2022/lib/measure/measurer/measure-format.pipe.mjs +9 -9
- package/esm2022/lib/measure/measurer/measurer-dialog.component.mjs +13 -166
- package/esm2022/lib/measure/measurer/measurer-item.component.mjs +19 -51
- package/esm2022/lib/measure/measurer/measurer.component.mjs +74 -241
- package/esm2022/lib/measure/measurer/measurer.module.mjs +46 -59
- package/esm2022/lib/measure/shared/measure.interfaces.mjs +1 -1
- package/esm2022/lib/metadata/metadata-button/metadata-button.component.mjs +20 -69
- package/esm2022/lib/metadata/metadata.module.mjs +24 -25
- package/esm2022/lib/metadata/shared/metadata.interface.mjs +1 -1
- package/esm2022/lib/metadata/shared/metadata.service.mjs +9 -9
- package/esm2022/lib/offline/geoDB/configFileToGeoDB.service.mjs +9 -9
- package/esm2022/lib/offline/geoDB/geoDB.service.mjs +9 -9
- package/esm2022/lib/offline/layerDB/layerDB.service.mjs +9 -9
- package/esm2022/lib/offline/shared/geo-network.service.mjs +9 -9
- package/esm2022/lib/overlay/overlay.module.mjs +12 -13
- package/esm2022/lib/overlay/shared/overlay.directive.mjs +11 -11
- package/esm2022/lib/overlay/shared/overlay.mjs +1 -1
- package/esm2022/lib/overlay/shared/overlay.service.mjs +9 -9
- package/esm2022/lib/overlay/shared/overlay.utils.mjs +2 -2
- package/esm2022/lib/print/print/print.component.mjs +21 -27
- package/esm2022/lib/print/print-form/print-form.component.mjs +56 -349
- package/esm2022/lib/print/print.module.mjs +36 -37
- package/esm2022/lib/print/shared/print.service.mjs +14 -14
- package/esm2022/lib/print/shared/print.type.mjs +2 -2
- package/esm2022/lib/query/query.module.mjs +13 -14
- package/esm2022/lib/query/shared/query-search-source.mjs +9 -9
- package/esm2022/lib/query/shared/query.directive.mjs +21 -21
- package/esm2022/lib/query/shared/query.service.mjs +10 -10
- package/esm2022/lib/search/search-bar/search-bar.component.mjs +66 -165
- package/esm2022/lib/search/search-bar/search-bar.module.mjs +38 -39
- package/esm2022/lib/search/search-bar/search-url-param.directive.mjs +13 -13
- package/esm2022/lib/search/search-results/save-feature-dialog.component.mjs +12 -68
- package/esm2022/lib/search/search-results/search-results-add-button.component.mjs +23 -66
- package/esm2022/lib/search/search-results/search-results-item.component.mjs +18 -74
- package/esm2022/lib/search/search-results/search-results.component.mjs +41 -238
- package/esm2022/lib/search/search-results/search-results.module.mjs +58 -59
- package/esm2022/lib/search/search-selector/search-selector.component.mjs +13 -43
- package/esm2022/lib/search/search-selector/search-selector.module.mjs +30 -31
- package/esm2022/lib/search/search-settings/search-settings.component.mjs +24 -233
- package/esm2022/lib/search/search-settings/search-settings.module.mjs +32 -33
- package/esm2022/lib/search/search.module.mjs +32 -33
- package/esm2022/lib/search/shared/search-pointer-summary.directive.mjs +18 -20
- package/esm2022/lib/search/shared/search.enums.mjs +3 -3
- package/esm2022/lib/search/shared/search.interfaces.mjs +1 -1
- package/esm2022/lib/search/shared/search.service.mjs +10 -10
- package/esm2022/lib/search/shared/sources/cadastre.mjs +10 -10
- package/esm2022/lib/search/shared/sources/coordinates.mjs +19 -19
- package/esm2022/lib/search/shared/sources/icherche.interfaces.mjs +1 -1
- package/esm2022/lib/search/shared/sources/icherche.mjs +37 -26
- package/esm2022/lib/search/shared/sources/ilayer.mjs +19 -19
- package/esm2022/lib/search/shared/sources/nominatim.mjs +10 -10
- package/esm2022/lib/search/shared/sources/source.mjs +1 -1
- package/esm2022/lib/search/shared/sources/storedqueries.interfaces.mjs +1 -1
- package/esm2022/lib/search/shared/sources/storedqueries.mjs +18 -18
- package/esm2022/lib/search/shared/sources/workspace.mjs +10 -10
- package/esm2022/lib/style/style-list/style-list.module.mjs +12 -12
- package/esm2022/lib/style/style-list/style-list.service.mjs +9 -9
- package/esm2022/lib/style/style-modal/drawing/style-modal-drawing.component.mjs +12 -121
- package/esm2022/lib/style/style-modal/layer/style-modal-layer.component.mjs +13 -59
- package/esm2022/lib/style/style-modal/layer-button/style-modal-layer-button.component.mjs +9 -17
- package/esm2022/lib/style/style-service/draw-style.service.mjs +9 -9
- package/esm2022/lib/style/style-service/style.service.mjs +9 -9
- package/esm2022/lib/style/style.module.mjs +51 -52
- package/esm2022/lib/toast/toast.component.mjs +15 -44
- package/esm2022/lib/toast/toast.module.mjs +24 -25
- package/esm2022/lib/utils/id-generator.mjs +1 -1
- package/esm2022/lib/utils/propertyTypeDetector/propertyTypeDetector.service.mjs +9 -9
- package/esm2022/lib/wkt/shared/wkt.service.mjs +9 -9
- package/esm2022/lib/wkt/wkt.module.mjs +12 -12
- package/esm2022/lib/workspace/confirmation-popup/confirmation-popup.component.mjs +10 -27
- package/esm2022/lib/workspace/confirmation-popup/confirmation-popup.module.mjs +20 -21
- package/esm2022/lib/workspace/shared/edition-workspace.mjs +4 -4
- package/esm2022/lib/workspace/shared/edition-workspace.service.mjs +10 -10
- package/esm2022/lib/workspace/shared/feature-workspace.mjs +1 -1
- package/esm2022/lib/workspace/shared/feature-workspace.service.mjs +14 -13
- package/esm2022/lib/workspace/shared/wfs-workspace.mjs +1 -1
- package/esm2022/lib/workspace/shared/wfs-workspace.service.mjs +14 -13
- package/esm2022/lib/workspace/shared/wms-workspace.service.mjs +12 -12
- package/esm2022/lib/workspace/shared/workspace.utils.mjs +1 -1
- package/esm2022/lib/workspace/widgets/ogc-filter/ogc-filter.component.mjs +15 -19
- package/esm2022/lib/workspace/widgets/ogc-filter/ogc-filter.module.mjs +12 -13
- package/esm2022/lib/workspace/workspace-selector/workspace-selector.directive.mjs +21 -21
- package/esm2022/lib/workspace/workspace-selector/workspace-selector.module.mjs +12 -13
- package/esm2022/lib/workspace/workspace-updator/workspace-updator.directive.mjs +15 -15
- package/esm2022/lib/workspace/workspace-updator/workspace-updator.module.mjs +12 -13
- package/esm2022/lib/workspace/workspace.module.mjs +35 -36
- package/fesm2022/igo2-geo.mjs +16547 -23425
- package/fesm2022/igo2-geo.mjs.map +1 -1
- package/lib/catalog/catalog-browser/catalog-browser-group.component.d.ts +1 -1
- package/lib/catalog/catalog-browser/catalog-browser-layer.component.d.ts +1 -1
- package/lib/catalog/catalog-browser/catalog-browser.component.d.ts +1 -1
- package/lib/catalog/catalog-library/catalog-library-item.component.d.ts +1 -1
- package/lib/catalog/catalog-library/catalog-library.component.d.ts +2 -2
- package/lib/catalog/shared/catalog.abstract.d.ts +3 -3
- package/lib/catalog/shared/catalog.interface.d.ts +2 -2
- package/lib/catalog/shared/catalog.service.d.ts +1 -1
- package/lib/datasource/shared/capabilities.interface.d.ts +8 -0
- package/lib/datasource/shared/capabilities.service.d.ts +1 -8
- package/lib/datasource/shared/datasources/wms-datasource.d.ts +1 -1
- package/lib/datasource/shared/datasources/wms-datasource.interface.d.ts +1 -1
- package/lib/datasource/shared/index.d.ts +1 -0
- package/lib/directions/shared/directions.service.d.ts +2 -2
- package/lib/download/shared/download.service.d.ts +1 -1
- package/lib/draw/shared/draw.interface.d.ts +1 -1
- package/lib/environment/environment.interface.d.ts +8 -6
- package/lib/feature/shared/feature.interfaces.d.ts +3 -3
- package/lib/feature/shared/feature.utils.d.ts +2 -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-form/ogc-filter-form.component.d.ts +1 -1
- package/lib/filter/ogc-filter-selection/ogc-filter-selection.component.d.ts +1 -1
- package/lib/filter/ogc-filter-time/ogc-filter-time.component.d.ts +1 -0
- package/lib/filter/ogc-filterable-form/ogc-filterable-form.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 +1 -1
- package/lib/filter/shared/spatial-filter.service.d.ts +1 -1
- package/lib/filter/spatial-filter/spatial-filter-item/spatial-filter-item.component.d.ts +1 -1
- package/lib/filter/time-filter-button/time-filter-button.component.d.ts +2 -2
- package/lib/filter/time-filter-item/time-filter-item.component.d.ts +1 -1
- package/lib/geometry/geometry-form-field/geometry-form-field-input.component.d.ts +1 -1
- package/lib/geometry/geometry-form-field/geometry-form-field.component.d.ts +1 -1
- package/lib/geometry/shared/geometry.interfaces.d.ts +1 -1
- package/lib/import-export/export-button/export-button.component.d.ts +1 -1
- package/lib/layer/layer-item/layer-item.component.d.ts +1 -1
- package/lib/layer/layer-legend/layer-legend.component.d.ts +1 -1
- package/lib/layer/layer-legend-item/layer-legend-item.component.d.ts +1 -1
- package/lib/layer/layer-legend-list/layer-legend-list.component.d.ts +1 -1
- package/lib/layer/shared/layers/image-layer.d.ts +1 -1
- package/lib/layer/shared/layers/layer.d.ts +2 -1
- package/lib/layer/shared/layers/tile-layer.d.ts +1 -1
- package/lib/layer/shared/layers/vectortile-layer.d.ts +1 -1
- package/lib/layer/track-feature-button/track-feature-button.component.d.ts +1 -1
- package/lib/map/baselayers-switcher/baselayers-switcher.component.d.ts +1 -1
- package/lib/map/baselayers-switcher/mini-basemap.component.d.ts +1 -1
- package/lib/map/shared/map.abstract.d.ts +5 -4
- package/lib/measure/measurer/measurer.component.d.ts +8 -4
- package/lib/measure/shared/measure.interfaces.d.ts +2 -2
- package/lib/metadata/shared/metadata.interface.d.ts +1 -1
- package/lib/overlay/shared/overlay.d.ts +1 -1
- package/lib/print/print-form/print-form.component.d.ts +4 -6
- package/lib/print/shared/print.service.d.ts +2 -1
- package/lib/print/shared/print.type.d.ts +2 -6
- package/lib/search/search-results/search-results-add-button.component.d.ts +1 -1
- package/lib/search/search-results/search-results-item.component.d.ts +1 -1
- package/lib/search/search-results/search-results.component.d.ts +1 -1
- package/lib/search/shared/search.interfaces.d.ts +1 -1
- package/lib/search/shared/sources/cadastre.d.ts +1 -1
- package/lib/search/shared/sources/coordinates.d.ts +1 -1
- package/lib/search/shared/sources/icherche.d.ts +1 -1
- package/lib/search/shared/sources/icherche.interfaces.d.ts +1 -1
- package/lib/search/shared/sources/nominatim.d.ts +1 -1
- package/lib/search/shared/sources/source.d.ts +1 -1
- package/lib/search/shared/sources/storedqueries.d.ts +1 -1
- package/lib/search/shared/sources/storedqueries.interfaces.d.ts +1 -1
- package/lib/search/shared/sources/workspace.d.ts +1 -1
- package/lib/utils/id-generator.d.ts +1 -1
- package/lib/workspace/shared/edition-workspace.d.ts +3 -3
- package/lib/workspace/shared/edition-workspace.service.d.ts +1 -1
- package/lib/workspace/shared/feature-workspace.d.ts +1 -1
- package/lib/workspace/shared/feature-workspace.service.d.ts +2 -2
- package/lib/workspace/shared/wfs-workspace.d.ts +1 -1
- package/lib/workspace/shared/wfs-workspace.service.d.ts +2 -2
- package/lib/workspace/shared/wms-workspace.service.d.ts +2 -2
- package/lib/workspace/shared/workspace.utils.d.ts +1 -1
- package/lib/workspace/workspace-selector/workspace-selector.directive.d.ts +1 -1
- package/lib/workspace/workspace-updator/workspace-updator.directive.d.ts +1 -1
- package/locale/en.geo.json +5 -3
- package/locale/fr.geo.json +5 -3
- package/package.json +26 -29
- package/{lib → src/lib}/search/search-bar/search-bar.theming.scss +1 -0
- package/src/style/style.scss +1 -0
- /package/{geo-theme.scss → src/geo-theme.scss} +0 -0
- /package/{lib → src/lib}/catalog/catalog-browser/catalog-browser.theming.scss +0 -0
- /package/{lib → src/lib}/catalog/catalog.theming.scss +0 -0
- /package/{lib → src/lib}/directions/directions-results/directions-results.theming.scss +0 -0
- /package/{lib → src/lib}/directions/directions.theming.scss +0 -0
- /package/{lib → src/lib}/draw/draw.theming.scss +0 -0
- /package/{lib → src/lib}/feature/feature-details/feature-details.theming.scss +0 -0
- /package/{lib → src/lib}/feature/feature.theming.scss +0 -0
- /package/{lib → src/lib}/filter/filter.theming.scss +0 -0
- /package/{lib → src/lib}/filter/ogc-filter-selection/ogc-filter-selection.theming.scss +0 -0
- /package/{lib → src/lib}/filter/time-filter-form/time-filter-form.theming.scss +0 -0
- /package/{lib → src/lib}/layer/layer-item/layer-item.theme.scss +0 -0
- /package/{lib → src/lib}/layer/layer-legend/layer-legend.theming.scss +0 -0
- /package/{lib → src/lib}/layer/layer-list-tool/layer-list-tool.theming.scss +0 -0
- /package/{lib → src/lib}/layer/layer.theming.scss +0 -0
- /package/{lib → src/lib}/map/map-browser/map-browser.theming.scss +0 -0
- /package/{lib → src/lib}/map/map.theming.scss +0 -0
- /package/{lib → src/lib}/map/menu-button/menu-button.theming.scss +0 -0
- /package/{lib → src/lib}/map/zoom-button/zoom-button.theming.scss +0 -0
- /package/{lib → src/lib}/measure/measure.theming.scss +0 -0
- /package/{lib → src/lib}/measure/measurer/measurer.theming.scss +0 -0
- /package/{lib → src/lib}/search/search-results/search-results-item.theme.scss +0 -0
- /package/{lib → src/lib}/search/search.theming.scss +0 -0
- /package/{lib → src/lib}/workspace/confirmation-popup/confirmation-popup.theming.scss +0 -0
- /package/{lib → src/lib}/workspace/workspace.theming.scss +0 -0
|
@@ -2,7 +2,7 @@ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
|
2
2
|
import { EntityStore } from '@igo2/common';
|
|
3
3
|
import type { EntityStateManager } from '@igo2/common';
|
|
4
4
|
import { BehaviorSubject } from 'rxjs';
|
|
5
|
-
import { IgoMap } from '../../map/shared';
|
|
5
|
+
import { IgoMap } from '../../map/shared/map';
|
|
6
6
|
import { AddedChangeEmitter, AddedChangeGroupEmitter, Catalog, CatalogItem, CatalogItemGroup, CatalogItemState } from '../shared';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
@@ -2,7 +2,7 @@ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
|
2
2
|
import { BehaviorSubject } from 'rxjs';
|
|
3
3
|
import { LayerService } from '../../layer/shared/layer.service';
|
|
4
4
|
import { Layer } from '../../layer/shared/layers';
|
|
5
|
-
import { IgoMap } from '../../map/shared';
|
|
5
|
+
import { IgoMap } from '../../map/shared/map';
|
|
6
6
|
import { AddedChangeEmitter, CatalogItemLayer } from '../shared';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
@@ -2,7 +2,7 @@ import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
|
2
2
|
import { EntityStore } from '@igo2/common';
|
|
3
3
|
import { BehaviorSubject } from 'rxjs';
|
|
4
4
|
import { LayerService } from '../../layer/shared/layer.service';
|
|
5
|
-
import { IgoMap } from '../../map/shared';
|
|
5
|
+
import { IgoMap } from '../../map/shared/map';
|
|
6
6
|
import { AddedChangeEmitter, AddedChangeGroupEmitter, Catalog, CatalogItem, CatalogItemState } from '../shared';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
@@ -3,8 +3,8 @@ import { MatDialog } from '@angular/material/dialog';
|
|
|
3
3
|
import { EntityStore } from '@igo2/common';
|
|
4
4
|
import { MessageService, StorageService } from '@igo2/core';
|
|
5
5
|
import { Observable } from 'rxjs';
|
|
6
|
-
import { CapabilitiesService } from '../../datasource';
|
|
7
|
-
import { IgoMap } from '../../map/shared';
|
|
6
|
+
import { CapabilitiesService } from '../../datasource/shared/capabilities.service';
|
|
7
|
+
import { IgoMap } from '../../map/shared/map';
|
|
8
8
|
import { Catalog } from '../shared/catalog.abstract';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { TimeFilterOptions } from '../../filter/shared';
|
|
3
|
-
import { TooltipType } from '../../layer/shared';
|
|
4
|
-
import { QueryFormat, QueryHtmlTarget } from '../../query/shared';
|
|
2
|
+
import { TimeFilterOptions } from '../../filter/shared/time-filter.interface';
|
|
3
|
+
import { TooltipType } from '../../layer/shared/layers/layer.interface';
|
|
4
|
+
import { QueryFormat, QueryHtmlTarget } from '../../query/shared/query.enums';
|
|
5
5
|
import { TypeCatalogStrings } from './catalog.enum';
|
|
6
6
|
import { CatalogItem, CatalogItemGroup, ICatalog } from './catalog.interface';
|
|
7
7
|
export declare abstract class Catalog implements ICatalog {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EntityState } from '@igo2/common';
|
|
2
|
-
import { TooltipType } from '../../layer';
|
|
3
|
-
import { QueryFormat } from '../../query';
|
|
2
|
+
import { TooltipType } from '../../layer/shared/layers/layer.interface';
|
|
3
|
+
import { QueryFormat } from '../../query/shared/query.enums';
|
|
4
4
|
import { MetadataLayerOptions } from './../../metadata/shared/metadata.interface';
|
|
5
5
|
import { CatalogItemType, CatalogQueryFormatTypes, TypeCatalogStrings } from './catalog.enum';
|
|
6
6
|
export interface AddedChangeEmitter {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { ConfigService, LanguageService, MessageService } from '@igo2/core';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
|
-
import { CapabilitiesService } from '../../datasource';
|
|
4
|
+
import { CapabilitiesService } from '../../datasource/shared/capabilities.service';
|
|
5
5
|
import { Catalog } from './catalog.abstract';
|
|
6
6
|
import { CatalogItem, CatalogItemGroup } from './catalog.interface';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
@@ -2,16 +2,9 @@ import { HttpClient } from '@angular/common/http';
|
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { LegendOptions } from '../../layer/shared/layers/legend.interface';
|
|
4
4
|
import { MapService } from '../../map/shared/map.service';
|
|
5
|
+
import { TypeCapabilitiesStrings } from './capabilities.interface';
|
|
5
6
|
import { ArcGISRestDataSourceOptions, ArcGISRestImageDataSourceOptions, CartoDataSourceOptions, TileArcGISRestDataSourceOptions, WMSDataSourceOptions, WMTSDataSourceOptions } from './datasources';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare enum TypeCapabilities {
|
|
8
|
-
wms = "wms",
|
|
9
|
-
wmts = "wmts",
|
|
10
|
-
arcgisrest = "esriJSON",
|
|
11
|
-
imagearcgisrest = "esriJSON",
|
|
12
|
-
tilearcgisrest = "esriJSON"
|
|
13
|
-
}
|
|
14
|
-
export type TypeCapabilitiesStrings = keyof typeof TypeCapabilities;
|
|
15
8
|
export declare class CapabilitiesService {
|
|
16
9
|
private http;
|
|
17
10
|
private mapService;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import olSourceImageWMS from 'ol/source/ImageWMS';
|
|
2
2
|
import { BehaviorSubject } from 'rxjs';
|
|
3
|
-
import { TimeFilterOptions } from '../../../filter';
|
|
4
3
|
import { OgcFiltersOptions } from '../../../filter/shared/ogc-filter.interface';
|
|
4
|
+
import { TimeFilterOptions } from '../../../filter/shared/time-filter.interface';
|
|
5
5
|
import { LegendMapViewOptions } from '../../../layer/shared/layers/legend.interface';
|
|
6
6
|
import { DataSource } from './datasource';
|
|
7
7
|
import { Legend } from './datasource.interface';
|
|
@@ -2,7 +2,7 @@ import type { default as OlGeometry } from 'ol/geom/Geometry';
|
|
|
2
2
|
import olSource from 'ol/source/Source';
|
|
3
3
|
import olSourceVector from 'ol/source/Vector';
|
|
4
4
|
import type { ServerType } from 'ol/source/wms';
|
|
5
|
-
import { TimeFilterOptions } from '../../../filter';
|
|
5
|
+
import { TimeFilterOptions } from '../../../filter/shared/time-filter.interface';
|
|
6
6
|
import { DataSourceOptions } from './datasource.interface';
|
|
7
7
|
import { WFSDataSourceOptionsParams } from './wfs-datasource.interface';
|
|
8
8
|
export interface WMSDataSourceOptions extends DataSourceOptions {
|
|
@@ -2,8 +2,8 @@ import { ActivityService, ConfigService, LanguageService } from '@igo2/core';
|
|
|
2
2
|
import { SubjectStatus } from '@igo2/utils';
|
|
3
3
|
import 'jspdf-autotable';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
|
-
import { IgoMap } from '../../map';
|
|
6
|
-
import { PrintService } from '../../print';
|
|
5
|
+
import { IgoMap } from '../../map/shared/map';
|
|
6
|
+
import { PrintService } from '../../print/shared/print.service';
|
|
7
7
|
import { DirectionsSource } from '../directions-sources/directions-source';
|
|
8
8
|
import { Direction, DirectionOptions } from '../shared/directions.interface';
|
|
9
9
|
import { DirectionsSourceService } from './directions-source.service';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { FeatureStore } from '../../feature';
|
|
2
1
|
import { Feature } from '../../feature/shared/feature.interfaces';
|
|
2
|
+
import { FeatureStore } from '../../feature/shared/store';
|
|
3
3
|
import { DrawControl } from '../../geometry/shared/controls/draw';
|
|
4
4
|
import { IgoMap } from '../../map/shared/map';
|
|
5
5
|
import { MeasureAreaUnit, MeasureLengthUnit } from '../../measure/shared/measure.enum';
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import { DOMOptions, DepotOptions } from '@igo2/common';
|
|
2
|
-
import { CatalogServiceOptions } from '../catalog';
|
|
3
|
-
import { OptionsApiOptions } from '../datasource';
|
|
4
|
-
import { DirectionsSourceOptions } from '../directions';
|
|
2
|
+
import { CatalogServiceOptions } from '../catalog/shared/catalog.interface';
|
|
3
|
+
import { OptionsApiOptions } from '../datasource/shared/options/options-api.interface';
|
|
4
|
+
import { DirectionsSourceOptions } from '../directions/directions-sources/directions-source.interface';
|
|
5
5
|
import { DrawOptions } from '../draw/shared/draw.interface';
|
|
6
|
-
import { SpatialFilterOptions } from '../filter';
|
|
7
|
-
import { ImportExportServiceOptions } from '../import-export';
|
|
8
|
-
import {
|
|
6
|
+
import { SpatialFilterOptions } from '../filter/shared/spatial-filter.interface';
|
|
7
|
+
import { ImportExportServiceOptions } from '../import-export/shared/import.interface';
|
|
8
|
+
import { HomeExtentButtonOptions } from '../map/home-extent-button/home-extent-button.interface';
|
|
9
|
+
import { GeolocationOptions } from '../map/shared/controllers/geolocation.interface';
|
|
10
|
+
import { Projection } from '../map/shared/projection.interfaces';
|
|
9
11
|
import { SearchSourceOptions, StoredQueriesReverseSearchSourceOptions, StoredQueriesSearchSourceOptions } from '../search';
|
|
10
12
|
import { OverlayStyleOptions } from '../style';
|
|
11
13
|
export interface EnvironmentOptions {
|
|
@@ -4,9 +4,9 @@ import OlFeature from 'ol/Feature';
|
|
|
4
4
|
import type { default as OlGeometry } from 'ol/geom/Geometry';
|
|
5
5
|
import OlRenderFeature from 'ol/render/Feature';
|
|
6
6
|
import { GeoJsonGeometryTypes } from 'geojson';
|
|
7
|
-
import { SourceFieldsOptionsParams } from '../../datasource';
|
|
8
|
-
import { VectorLayer } from '../../layer/shared';
|
|
9
|
-
import { IgoMap } from '../../map/shared';
|
|
7
|
+
import { SourceFieldsOptionsParams } from '../../datasource/shared/datasources';
|
|
8
|
+
import { VectorLayer } from '../../layer/shared/layers/vector-layer';
|
|
9
|
+
import { IgoMap } from '../../map/shared/map';
|
|
10
10
|
import { FeatureMotion } from './feature.enums';
|
|
11
11
|
export interface Feature<P = {
|
|
12
12
|
[key: string]: any;
|
|
@@ -5,7 +5,8 @@ import OlLayer from 'ol/layer/Layer';
|
|
|
5
5
|
import * as olproj from 'ol/proj';
|
|
6
6
|
import OlRenderFeature from 'ol/render/Feature';
|
|
7
7
|
import OlSource from 'ol/source/Source';
|
|
8
|
-
import {
|
|
8
|
+
import { MapViewController } from '../../map/shared/controllers/view';
|
|
9
|
+
import { MapExtent } from '../../map/shared/map.interface';
|
|
9
10
|
import { FeatureMotion } from './feature.enums';
|
|
10
11
|
import { Feature } from './feature.interfaces';
|
|
11
12
|
/**
|
|
@@ -2,7 +2,7 @@ import { EntityKey, EntityStoreWithStrategy } from '@igo2/common';
|
|
|
2
2
|
import OlFeature from 'ol/Feature';
|
|
3
3
|
import type { default as OlGeometry } from 'ol/geom/Geometry';
|
|
4
4
|
import { Document } from 'flexsearch';
|
|
5
|
-
import { FeatureDataSource } from '../../datasource';
|
|
5
|
+
import { FeatureDataSource } from '../../datasource/shared/datasources';
|
|
6
6
|
import { VectorLayer } from '../../layer/shared';
|
|
7
7
|
import { IgoMap } from '../../map/shared';
|
|
8
8
|
import { FeatureMotion } from './feature.enums';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { Layer } from '../../layer/shared/layers/layer';
|
|
3
|
-
import { IgoMap } from '../../map/shared';
|
|
3
|
+
import { IgoMap } from '../../map/shared/map';
|
|
4
4
|
import { OgcFilterableDataSourceOptions } from '../shared/ogc-filter.interface';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class OgcFilterButtonComponent implements OnInit {
|
|
@@ -4,7 +4,7 @@ import { BehaviorSubject, Observable } from 'rxjs';
|
|
|
4
4
|
import { SourceFieldsOptionsParams } from '../../datasource/shared/datasources/datasource.interface';
|
|
5
5
|
import { OgcFilterOperator } from '../../filter/shared/ogc-filter.enum';
|
|
6
6
|
import { OgcFilterableDataSource } from '../../filter/shared/ogc-filter.interface';
|
|
7
|
-
import { IgoMap } from '../../map/shared';
|
|
7
|
+
import { IgoMap } from '../../map/shared/map';
|
|
8
8
|
import { WktService } from '../../wkt/shared/wkt.service';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class OgcFilterFormComponent implements OnInit {
|
|
@@ -5,7 +5,7 @@ import { DOMService } from '@igo2/common';
|
|
|
5
5
|
import { ConfigService } from '@igo2/core';
|
|
6
6
|
import { BehaviorSubject } from 'rxjs';
|
|
7
7
|
import { OgcFilterableDataSource, OgcPushButton, OgcSelectorBundle, SelectorGroup } from '../../filter/shared/ogc-filter.interface';
|
|
8
|
-
import { IgoMap } from '../../map/shared';
|
|
8
|
+
import { IgoMap } from '../../map/shared/map';
|
|
9
9
|
import { OgcFilterOperator } from '../shared/ogc-filter.enum';
|
|
10
10
|
import { OGCFilterService } from '../shared/ogc-filter.service';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
@@ -81,6 +81,7 @@ export declare class OgcFilterTimeComponent implements OnInit {
|
|
|
81
81
|
getDateFromStringWithoutTime(stringDate: string): Date;
|
|
82
82
|
resetFilter(): void;
|
|
83
83
|
toggleFilterState(): void;
|
|
84
|
+
private isValidDate;
|
|
84
85
|
static ɵfac: i0.ɵɵFactoryDeclaration<OgcFilterTimeComponent, never>;
|
|
85
86
|
static ɵcmp: i0.ɵɵComponentDeclaration<OgcFilterTimeComponent, "igo-ogc-filter-time", never, { "datasource": { "alias": "datasource"; "required": false; }; "currentFilter": { "alias": "currentFilter"; "required": false; }; }, { "changeProperty": "changeProperty"; }, never, never, false, never>;
|
|
86
87
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { BehaviorSubject } from 'rxjs';
|
|
3
3
|
import { Layer } from '../../layer/shared/layers/layer';
|
|
4
|
-
import { IgoMap } from '../../map/shared';
|
|
4
|
+
import { IgoMap } from '../../map/shared/map';
|
|
5
5
|
import { OgcFilterableDataSource } from '../shared/ogc-filter.interface';
|
|
6
6
|
import { OGCFilterService } from '../shared/ogc-filter.service';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { ConfigService, LanguageService } from '@igo2/core';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
|
-
import { Feature } from '../../feature/shared';
|
|
4
|
+
import { Feature } from '../../feature/shared/feature.interfaces';
|
|
5
5
|
import { SpatialFilterItemType, SpatialFilterQueryType, SpatialFilterType } from './spatial-filter.enum';
|
|
6
6
|
import { SpatialFilterThematic } from './spatial-filter.interface';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
@@ -10,7 +10,7 @@ import * as olStyle from 'ol/style';
|
|
|
10
10
|
import { BehaviorSubject } from 'rxjs';
|
|
11
11
|
import { GeoJSONGeometry } from '../../../geometry/shared/geometry.interfaces';
|
|
12
12
|
import { Layer } from '../../../layer/shared';
|
|
13
|
-
import { IgoMap } from '../../../map/shared';
|
|
13
|
+
import { IgoMap } from '../../../map/shared/map';
|
|
14
14
|
import { MeasureLengthUnit } from '../../../measure';
|
|
15
15
|
import { SpatialFilterQueryType, SpatialFilterType } from '../../shared/spatial-filter.enum';
|
|
16
16
|
import { SpatialFilterService } from '../../shared/spatial-filter.service';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { TimeFilterableDataSourceOptions } from '../../datasource';
|
|
2
|
+
import { TimeFilterableDataSourceOptions } from '../../datasource/shared/datasources/wms-datasource.interface';
|
|
3
3
|
import { Layer } from '../../layer/shared/layers/layer';
|
|
4
|
-
import { IgoMap } from '../../map/shared';
|
|
4
|
+
import { IgoMap } from '../../map/shared/map';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class TimeFilterButtonComponent implements OnInit {
|
|
7
7
|
options: TimeFilterableDataSourceOptions;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { BehaviorSubject } from 'rxjs';
|
|
3
|
-
import { TimeFilterableDataSource } from '../../datasource';
|
|
3
|
+
import { TimeFilterableDataSource } from '../../datasource/shared/datasources/wms-datasource';
|
|
4
4
|
import { Layer } from '../../layer/shared/layers/layer';
|
|
5
5
|
import { TimeFilterService } from '../shared/time-filter.service';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -5,7 +5,7 @@ import type { Type } from 'ol/geom/Geometry';
|
|
|
5
5
|
import OlVectorSource from 'ol/source/Vector';
|
|
6
6
|
import * as OlStyle from 'ol/style';
|
|
7
7
|
import { StyleLike as OlStyleLike } from 'ol/style/Style';
|
|
8
|
-
import { IgoMap } from '../../map/shared';
|
|
8
|
+
import { IgoMap } from '../../map/shared/map';
|
|
9
9
|
import { DrawControl, ModifyControl } from '../shared/controls';
|
|
10
10
|
import { GeoJSONGeometry } from '../shared/geometry.interfaces';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
@@ -3,7 +3,7 @@ import { UntypedFormControl } from '@angular/forms';
|
|
|
3
3
|
import type { Type } from 'ol/geom/Geometry';
|
|
4
4
|
import { StyleLike as OlStyleLike } from 'ol/style/Style';
|
|
5
5
|
import { BehaviorSubject } from 'rxjs';
|
|
6
|
-
import { IgoMap } from '../../map/shared';
|
|
6
|
+
import { IgoMap } from '../../map/shared/map';
|
|
7
7
|
import { GeoJSONGeometry } from '../shared/geometry.interfaces';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { FormFieldInputs } from '@igo2/common';
|
|
2
2
|
import type { Type } from 'ol/geom/Geometry';
|
|
3
3
|
import { GeoJsonGeometryTypes } from 'geojson';
|
|
4
|
-
import { IgoMap } from '../../map/shared';
|
|
4
|
+
import { IgoMap } from '../../map/shared/map';
|
|
5
5
|
export interface GeometryFormFieldInputs extends FormFieldInputs {
|
|
6
6
|
map: IgoMap;
|
|
7
7
|
geometryType: Type;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DataSourceOptions } from '../../datasource';
|
|
1
|
+
import { DataSourceOptions } from '../../datasource/shared/datasources';
|
|
2
2
|
import { Layer } from '../../layer/shared/layers/layer';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class ExportButtonComponent {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2 } from '@angular/core';
|
|
2
2
|
import { ConnectionState, NetworkService } from '@igo2/core';
|
|
3
3
|
import { BehaviorSubject } from 'rxjs';
|
|
4
|
-
import { Layer } from '../shared/layers';
|
|
4
|
+
import { Layer } from '../shared/layers/layer';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class LayerItemComponent implements OnInit, OnDestroy {
|
|
7
7
|
private networkService;
|
|
@@ -5,7 +5,7 @@ import { ConfigService, LanguageService } from '@igo2/core';
|
|
|
5
5
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
6
6
|
import { CapabilitiesService } from '../../datasource/shared/capabilities.service';
|
|
7
7
|
import { Legend } from '../../datasource/shared/datasources/datasource.interface';
|
|
8
|
-
import { Layer } from '../shared/layers';
|
|
8
|
+
import { Layer } from '../shared/layers/layer';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class LayerLegendComponent implements OnInit, OnDestroy {
|
|
11
11
|
private capabilitiesService;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { ConnectionState, NetworkService } from '@igo2/core';
|
|
3
3
|
import { BehaviorSubject } from 'rxjs';
|
|
4
|
-
import { Layer } from '../shared/layers';
|
|
4
|
+
import { Layer } from '../shared/layers/layer';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class LayerLegendItemComponent implements OnInit, OnDestroy {
|
|
7
7
|
private networkService;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { BehaviorSubject, ReplaySubject } from 'rxjs';
|
|
3
|
-
import { Layer } from '../shared';
|
|
3
|
+
import { Layer } from '../shared/layers/layer';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class LayerLegendListComponent implements OnInit, OnDestroy {
|
|
6
6
|
orderable: boolean;
|
|
@@ -4,7 +4,7 @@ import olLayerImage from 'ol/layer/Image';
|
|
|
4
4
|
import olSourceImage from 'ol/source/Image';
|
|
5
5
|
import { ImageArcGISRestDataSource } from '../../../datasource/shared/datasources/imagearcgisrest-datasource';
|
|
6
6
|
import { WMSDataSource } from '../../../datasource/shared/datasources/wms-datasource';
|
|
7
|
-
import { IgoMap } from '../../../map/shared';
|
|
7
|
+
import { IgoMap } from '../../../map/shared/map';
|
|
8
8
|
import { ImageLayerOptions } from './image-layer.interface';
|
|
9
9
|
import { Layer } from './layer';
|
|
10
10
|
export declare class ImageLayer extends Layer {
|
|
@@ -4,7 +4,8 @@ import { SubjectStatus } from '@igo2/utils';
|
|
|
4
4
|
import olLayer from 'ol/layer/Layer';
|
|
5
5
|
import olSource from 'ol/source/Source';
|
|
6
6
|
import { BehaviorSubject, Observable, Subject } from 'rxjs';
|
|
7
|
-
import { DataSource
|
|
7
|
+
import { DataSource } from '../../../datasource/shared/datasources/datasource';
|
|
8
|
+
import { Legend } from '../../../datasource/shared/datasources/datasource.interface';
|
|
8
9
|
import { MapBase } from '../../../map/shared/map.abstract';
|
|
9
10
|
import { GeoDBService } from '../../../offline/geoDB/geoDB.service';
|
|
10
11
|
import { LayerDBService } from '../../../offline/layerDB/layerDB.service';
|
|
@@ -8,7 +8,7 @@ import { TileArcGISRestDataSource } from '../../../datasource/shared/datasources
|
|
|
8
8
|
import { TileDebugDataSource } from '../../../datasource/shared/datasources/tiledebug-datasource';
|
|
9
9
|
import { WMTSDataSource } from '../../../datasource/shared/datasources/wmts-datasource';
|
|
10
10
|
import { XYZDataSource } from '../../../datasource/shared/datasources/xyz-datasource';
|
|
11
|
-
import { IgoMap } from '../../../map/shared';
|
|
11
|
+
import { IgoMap } from '../../../map/shared/map';
|
|
12
12
|
import { Layer } from './layer';
|
|
13
13
|
import { TileLayerOptions } from './tile-layer.interface';
|
|
14
14
|
export declare class TileLayer extends Layer {
|
|
@@ -2,7 +2,7 @@ import { AuthInterceptor } from '@igo2/auth';
|
|
|
2
2
|
import { MessageService } from '@igo2/core';
|
|
3
3
|
import olLayerVectorTile from 'ol/layer/VectorTile';
|
|
4
4
|
import { MVTDataSource } from '../../../datasource/shared/datasources/mvt-datasource';
|
|
5
|
-
import { IgoMap } from '../../../map/shared';
|
|
5
|
+
import { IgoMap } from '../../../map/shared/map';
|
|
6
6
|
import { Layer } from './layer';
|
|
7
7
|
import { VectorTileLayerOptions } from './vectortile-layer.interface';
|
|
8
8
|
export declare class VectorTileLayer extends Layer {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { VectorLayer } from '../shared/layers';
|
|
2
|
+
import { VectorLayer } from '../shared/layers/vector-layer';
|
|
3
3
|
import { VectorLayerOptions } from '../shared/layers/vector-layer.interface';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class TrackFeatureButtonComponent implements OnInit {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AfterViewInit, OnDestroy } from '@angular/core';
|
|
2
2
|
import { MediaService } from '@igo2/core';
|
|
3
3
|
import { Layer } from '../../layer/shared';
|
|
4
|
-
import { IgoMap } from '../shared';
|
|
4
|
+
import { IgoMap } from '../shared/map';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class BaseLayersSwitcherComponent implements AfterViewInit, OnDestroy {
|
|
7
7
|
private mediaService;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AfterViewInit, ApplicationRef, OnDestroy } from '@angular/core';
|
|
2
2
|
import { Layer } from '../../layer/shared';
|
|
3
3
|
import { LayerService } from '../../layer/shared/layer.service';
|
|
4
|
-
import { IgoMap } from '../shared';
|
|
4
|
+
import { IgoMap } from '../shared/map';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class MiniBaseMapComponent implements AfterViewInit, OnDestroy {
|
|
7
7
|
private layerService;
|
|
@@ -5,10 +5,11 @@ import { Projection } from 'ol/proj';
|
|
|
5
5
|
import { Source } from 'ol/source';
|
|
6
6
|
import { Map } from 'ol';
|
|
7
7
|
import { BehaviorSubject, Subject } from 'rxjs';
|
|
8
|
-
import { FeatureDataSource } from '../../datasource';
|
|
9
|
-
import { Layer } from '../../layer';
|
|
10
|
-
import { Overlay } from '../../overlay';
|
|
11
|
-
import {
|
|
8
|
+
import { FeatureDataSource } from '../../datasource/shared/datasources';
|
|
9
|
+
import { Layer } from '../../layer/shared/layers/layer';
|
|
10
|
+
import { Overlay } from '../../overlay/shared/overlay';
|
|
11
|
+
import { MapGeolocationController, MapViewController } from '../shared/controllers';
|
|
12
|
+
import { MapControlsOptions, MapExtent, MapViewOptions } from '../shared/map.interface';
|
|
12
13
|
export declare abstract class MapBase {
|
|
13
14
|
ol: Map;
|
|
14
15
|
forcedOffline$: BehaviorSubject<boolean>;
|
|
@@ -5,7 +5,7 @@ import type { EntityTableComponent } from '@igo2/common';
|
|
|
5
5
|
import { LanguageService, StorageService } from '@igo2/core';
|
|
6
6
|
import { BehaviorSubject } from 'rxjs';
|
|
7
7
|
import { FeatureStore } from '../../feature';
|
|
8
|
-
import { IgoMap } from '../../map/shared';
|
|
8
|
+
import { IgoMap } from '../../map/shared/map';
|
|
9
9
|
import { MeasureAreaUnit, MeasureLengthUnit, MeasureType } from '../shared/measure.enum';
|
|
10
10
|
import { FeatureWithMeasure, Measure } from '../shared/measure.interfaces';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
@@ -16,6 +16,7 @@ export declare class MeasurerComponent implements OnInit, OnDestroy {
|
|
|
16
16
|
private languageService;
|
|
17
17
|
private dialog;
|
|
18
18
|
private storageService;
|
|
19
|
+
private document;
|
|
19
20
|
/**
|
|
20
21
|
* Table template
|
|
21
22
|
* @internal
|
|
@@ -106,11 +107,11 @@ export declare class MeasurerComponent implements OnInit, OnDestroy {
|
|
|
106
107
|
/**
|
|
107
108
|
* Active mlength unit
|
|
108
109
|
*/
|
|
109
|
-
|
|
110
|
+
activeLengthUnit: MeasureLengthUnit;
|
|
110
111
|
/**
|
|
111
112
|
* Active area unit
|
|
112
113
|
*/
|
|
113
|
-
|
|
114
|
+
activeAreaUnit: MeasureAreaUnit;
|
|
114
115
|
/**
|
|
115
116
|
* Feature added listener key
|
|
116
117
|
*/
|
|
@@ -183,7 +184,7 @@ export declare class MeasurerComponent implements OnInit, OnDestroy {
|
|
|
183
184
|
*/
|
|
184
185
|
get drawControlIsActive(): boolean;
|
|
185
186
|
get projection(): string;
|
|
186
|
-
constructor(languageService: LanguageService, dialog: MatDialog, storageService: StorageService);
|
|
187
|
+
constructor(languageService: LanguageService, dialog: MatDialog, storageService: StorageService, document: Document);
|
|
187
188
|
/**
|
|
188
189
|
* Add draw controls and activate one
|
|
189
190
|
* @internal
|
|
@@ -254,6 +255,7 @@ export declare class MeasurerComponent implements OnInit, OnDestroy {
|
|
|
254
255
|
* @internal
|
|
255
256
|
*/
|
|
256
257
|
onAreaUnitChange(unit: MeasureAreaUnit): void;
|
|
258
|
+
private refreshTableAndTooltip;
|
|
257
259
|
onCalculateClick(): void;
|
|
258
260
|
onDeleteClick(): void;
|
|
259
261
|
onModifyClick(): void;
|
|
@@ -400,6 +402,8 @@ export declare class MeasurerComponent implements OnInit, OnDestroy {
|
|
|
400
402
|
* @returns True if the tooltip should be shown
|
|
401
403
|
*/
|
|
402
404
|
private shouldShowTooltip;
|
|
405
|
+
private saveCurrentUnits;
|
|
406
|
+
private getSavedUnits;
|
|
403
407
|
static ɵfac: i0.ɵɵFactoryDeclaration<MeasurerComponent, never>;
|
|
404
408
|
static ɵcmp: i0.ɵɵComponentDeclaration<MeasurerComponent, "igo-measurer", never, { "map": { "alias": "map"; "required": false; }; "store": { "alias": "store"; "required": false; }; "activeMeasureType": { "alias": "activeMeasureType"; "required": false; }; "minSegmentLength": { "alias": "minSegmentLength"; "required": false; }; }, {}, never, never, false, never>;
|
|
405
409
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Feature } from '../../feature';
|
|
2
|
-
import { IgoMap } from '../../map/shared';
|
|
1
|
+
import { Feature } from '../../feature/shared/feature.interfaces';
|
|
2
|
+
import { IgoMap } from '../../map/shared/map';
|
|
3
3
|
export interface Measure {
|
|
4
4
|
area?: number;
|
|
5
5
|
length?: number;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import OlFeature from 'ol/Feature';
|
|
2
2
|
import type { default as OlGeometry } from 'ol/geom/Geometry';
|
|
3
|
-
import { FeatureDataSource } from '../../datasource';
|
|
3
|
+
import { FeatureDataSource } from '../../datasource/shared/datasources';
|
|
4
4
|
import { Feature, FeatureMotion } from '../../feature/shared';
|
|
5
5
|
import { MapBase } from '../../map/shared/map.abstract';
|
|
6
6
|
/**
|