@igo2/geo 17.0.0 → 17.0.1-next.2
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 +4 -4
- package/esm2022/lib/catalog/catalog-browser/catalog-browser-layer.component.mjs +6 -6
- package/esm2022/lib/catalog/catalog-browser/catalog-browser.component.mjs +4 -4
- package/esm2022/lib/catalog/catalog-browser/catalog-browser.module.mjs +4 -4
- package/esm2022/lib/catalog/catalog-library/add-catalog-dialog.component.mjs +3 -3
- package/esm2022/lib/catalog/catalog-library/catalog-library-item.component.mjs +3 -3
- package/esm2022/lib/catalog/catalog-library/catalog-library.component.mjs +4 -4
- package/esm2022/lib/catalog/catalog-library/catalog-library.module.mjs +4 -4
- package/esm2022/lib/catalog/catalog.module.mjs +4 -4
- 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 +17 -21
- package/esm2022/lib/datasource/shared/capabilities.interface.mjs +3 -1
- package/esm2022/lib/datasource/shared/capabilities.service.mjs +3 -3
- package/esm2022/lib/datasource/shared/datasource.service.mjs +6 -5
- package/esm2022/lib/datasource/shared/datasources/arcgisrest-datasource.mjs +5 -3
- package/esm2022/lib/datasource/shared/datasources/carto-datasource.mjs +4 -2
- package/esm2022/lib/datasource/shared/datasources/cluster-datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/cluster-datasource.mjs +4 -2
- package/esm2022/lib/datasource/shared/datasources/datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/datasource.mjs +2 -2
- package/esm2022/lib/datasource/shared/datasources/feature-datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/feature-datasource.mjs +4 -2
- package/esm2022/lib/datasource/shared/datasources/imagearcgisrest-datasource.mjs +4 -2
- package/esm2022/lib/datasource/shared/datasources/mvt-datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/mvt-datasource.mjs +4 -2
- package/esm2022/lib/datasource/shared/datasources/osm-datasource.mjs +4 -2
- package/esm2022/lib/datasource/shared/datasources/tilearcgisrest-datasource.mjs +4 -2
- package/esm2022/lib/datasource/shared/datasources/tiledebug-datasource.mjs +4 -2
- package/esm2022/lib/datasource/shared/datasources/websocket-datasource.mjs +6 -5
- package/esm2022/lib/datasource/shared/datasources/wfs-datasource.mjs +4 -2
- package/esm2022/lib/datasource/shared/datasources/wfs.service.mjs +7 -6
- package/esm2022/lib/datasource/shared/datasources/wms-datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/wms-datasource.mjs +4 -2
- package/esm2022/lib/datasource/shared/datasources/wms-wfs.utils.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/wmts-datasource.mjs +4 -2
- package/esm2022/lib/datasource/shared/datasources/xyz-datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/xyz-datasource.mjs +4 -2
- package/esm2022/lib/datasource/shared/options/options-api.service.mjs +4 -4
- package/esm2022/lib/directions/directions-buttons/directions-buttons.component.mjs +4 -4
- package/esm2022/lib/directions/directions-inputs/directions-inputs.component.mjs +4 -4
- package/esm2022/lib/directions/directions-results/directions-results.component.mjs +3 -3
- package/esm2022/lib/directions/directions-sources/osrm-directions-source.mjs +3 -3
- package/esm2022/lib/directions/directions.component.mjs +6 -7
- package/esm2022/lib/directions/directions.module.mjs +4 -4
- package/esm2022/lib/directions/shared/directions.interface.mjs +1 -1
- package/esm2022/lib/directions/shared/directions.service.mjs +12 -11
- package/esm2022/lib/directions/shared/directions.utils.mjs +3 -3
- package/esm2022/lib/directions/shared/store.mjs +1 -1
- package/esm2022/lib/download/download-button/download-button.component.mjs +3 -3
- package/esm2022/lib/download/download.module.mjs +4 -4
- package/esm2022/lib/download/shared/download.service.mjs +3 -3
- package/esm2022/lib/draw/draw/draw-layer-popup.component.mjs +4 -4
- package/esm2022/lib/draw/draw/draw-popup.component.mjs +9 -9
- package/esm2022/lib/draw/draw/draw-shorcuts.component.mjs +3 -3
- package/esm2022/lib/draw/draw/draw.component.mjs +15 -19
- package/esm2022/lib/draw/draw/draw.module.mjs +4 -4
- package/esm2022/lib/draw/drawingTool.module.mjs +4 -4
- package/esm2022/lib/draw/shared/draw-icon.service.mjs +4 -4
- package/esm2022/lib/draw/shared/draw.interface.mjs +1 -1
- package/esm2022/lib/draw/shared/draw.utils.mjs +3 -3
- package/esm2022/lib/feature/feature-details/feature-details.component.mjs +6 -6
- package/esm2022/lib/feature/feature-details/feature-details.directive.mjs +3 -3
- package/esm2022/lib/feature/feature-details/feature-details.module.mjs +4 -4
- package/esm2022/lib/feature/feature-form/feature-form.component.mjs +5 -6
- package/esm2022/lib/feature/feature-form/feature-form.module.mjs +4 -4
- package/esm2022/lib/feature/feature.module.mjs +4 -4
- package/esm2022/lib/feature/shared/feature.interfaces.mjs +1 -1
- package/esm2022/lib/feature/shared/feature.utils.mjs +1 -2
- package/esm2022/lib/feature/shared/store.mjs +4 -4
- package/esm2022/lib/feature/shared/strategies/geo-properties.mjs +2 -2
- package/esm2022/lib/feature/shared/strategies/loading-layer.mjs +2 -3
- package/esm2022/lib/feature/shared/strategies/search.mjs +2 -3
- package/esm2022/lib/feature/shared/strategies/selection.mjs +1 -1
- package/esm2022/lib/filter/filter.module.mjs +4 -4
- package/esm2022/lib/filter/ogc-filter-button/ogc-filter-button.component.mjs +5 -6
- package/esm2022/lib/filter/ogc-filter-form/ogc-filter-form.component.mjs +5 -5
- package/esm2022/lib/filter/ogc-filter-selection/ogc-filter-selection.component.mjs +9 -29
- package/esm2022/lib/filter/ogc-filter-time/ogc-filter-time-slider.component.mjs +8 -9
- package/esm2022/lib/filter/ogc-filter-time/ogc-filter-time.component.mjs +5 -5
- package/esm2022/lib/filter/ogc-filterable-form/ogc-filterable-form.component.mjs +5 -6
- package/esm2022/lib/filter/ogc-filterable-item/ogc-filterable-item.component.mjs +4 -4
- package/esm2022/lib/filter/ogc-filterable-list/ogc-filterable-list-binding.directive.mjs +3 -3
- package/esm2022/lib/filter/ogc-filterable-list/ogc-filterable-list.component.mjs +5 -6
- package/esm2022/lib/filter/shared/filterable-datasource.pipe.mjs +3 -3
- package/esm2022/lib/filter/shared/ogc-filter-time.service.mjs +5 -6
- package/esm2022/lib/filter/shared/ogc-filter.interface.mjs +1 -1
- package/esm2022/lib/filter/shared/ogc-filter.mjs +3 -2
- package/esm2022/lib/filter/shared/ogc-filter.service.mjs +5 -6
- package/esm2022/lib/filter/shared/spatial-filter.service.mjs +7 -7
- package/esm2022/lib/filter/shared/time-filter.service.mjs +5 -6
- package/esm2022/lib/filter/spatial-filter/spatial-filter-item/spatial-filter-item.component.mjs +5 -5
- package/esm2022/lib/filter/spatial-filter/spatial-filter-list/spatial-filter-list.component.mjs +3 -3
- package/esm2022/lib/filter/spatial-filter/spatial-filter-type/spatial-filter-type.component.mjs +7 -8
- package/esm2022/lib/filter/time-filter-button/time-filter-button.component.mjs +5 -6
- package/esm2022/lib/filter/time-filter-form/time-filter-form.component.mjs +17 -17
- package/esm2022/lib/filter/time-filter-item/time-filter-item.component.mjs +4 -4
- package/esm2022/lib/filter/time-filter-list/time-filter-list-binding.directive.mjs +3 -3
- package/esm2022/lib/filter/time-filter-list/time-filter-list.component.mjs +3 -3
- package/esm2022/lib/geo.module.mjs +5 -9
- package/esm2022/lib/geometry/geometry-form-field/geometry-form-field-input.component.mjs +7 -8
- package/esm2022/lib/geometry/geometry-form-field/geometry-form-field.component.mjs +4 -4
- package/esm2022/lib/geometry/geometry-form-field/geometry-form-field.module.mjs +4 -4
- package/esm2022/lib/geometry/geometry.module.mjs +4 -4
- package/esm2022/lib/geometry/shared/controls/draw.mjs +1 -1
- package/esm2022/lib/geometry/shared/controls/modify.mjs +1 -4
- package/esm2022/lib/geometry/shared/controls/slice.mjs +3 -3
- package/esm2022/lib/geometry/shared/geometry.errors.mjs +1 -3
- package/esm2022/lib/geometry/shared/geometry.utils.mjs +2 -11
- package/esm2022/lib/import-export/export-button/export-button.component.mjs +5 -6
- package/esm2022/lib/import-export/import-export/import-export.component.mjs +25 -18
- package/esm2022/lib/import-export/import-export.module.mjs +4 -4
- package/esm2022/lib/import-export/shared/drop-geo-file.directive.mjs +4 -4
- package/esm2022/lib/import-export/shared/export.service.mjs +5 -4
- package/esm2022/lib/import-export/shared/export.utils.mjs +2 -2
- package/esm2022/lib/import-export/shared/import.service.mjs +6 -6
- package/esm2022/lib/import-export/shared/import.utils.mjs +1 -1
- package/esm2022/lib/layer/layer-item/layer-item.component.mjs +4 -4
- package/esm2022/lib/layer/layer-legend/layer-legend.component.mjs +7 -7
- package/esm2022/lib/layer/layer-legend-item/layer-legend-item.component.mjs +4 -4
- package/esm2022/lib/layer/layer-legend-list/layer-legend-list-binding.directive.mjs +5 -5
- package/esm2022/lib/layer/layer-legend-list/layer-legend-list.component.mjs +5 -6
- package/esm2022/lib/layer/layer-list/layer-list-binding.directive.mjs +3 -3
- package/esm2022/lib/layer/layer-list/layer-list.component.mjs +4 -4
- package/esm2022/lib/layer/layer-list-tool/layer-list-tool.component.mjs +4 -4
- package/esm2022/lib/layer/layer-list-tool/layer-list-tool.service.mjs +5 -6
- package/esm2022/lib/layer/layer.module.mjs +4 -4
- package/esm2022/lib/layer/shared/clusterParam.mjs +1 -1
- package/esm2022/lib/layer/shared/layer.service.mjs +6 -5
- package/esm2022/lib/layer/shared/layers/image-layer.mjs +2 -2
- package/esm2022/lib/layer/shared/layers/layer.interface.mjs +1 -1
- package/esm2022/lib/layer/shared/layers/layer.mjs +1 -3
- package/esm2022/lib/layer/shared/layers/tile-layer.mjs +2 -2
- package/esm2022/lib/layer/shared/layers/vector-layer.mjs +5 -5
- package/esm2022/lib/layer/shared/layers/vectortile-layer.mjs +3 -3
- package/esm2022/lib/layer/track-feature-button/track-feature-button.component.mjs +6 -7
- package/esm2022/lib/layer/utils/outputLegend.mjs +3 -3
- package/esm2022/lib/layer/utils/vector-watcher.mjs +9 -9
- package/esm2022/lib/map/baselayers-switcher/baselayers-switcher.component.mjs +3 -3
- package/esm2022/lib/map/baselayers-switcher/mini-basemap.component.mjs +3 -3
- package/esm2022/lib/map/geolocate-button/geolocate-button.component.mjs +7 -7
- package/esm2022/lib/map/home-extent-button/home-extent-button.component.mjs +3 -3
- package/esm2022/lib/map/info-section/info-section.component.mjs +5 -6
- package/esm2022/lib/map/map-browser/map-browser.component.mjs +3 -3
- package/esm2022/lib/map/map-center/map-center.component.mjs +9 -9
- package/esm2022/lib/map/map.module.mjs +4 -4
- package/esm2022/lib/map/menu-button/menu-button.component.mjs +3 -3
- package/esm2022/lib/map/offline-button/offline-button.component.mjs +5 -6
- package/esm2022/lib/map/rotation-button/rotation-button.component.mjs +5 -6
- package/esm2022/lib/map/shared/controllers/geolocation.mjs +10 -10
- package/esm2022/lib/map/shared/controllers/view.mjs +3 -3
- package/esm2022/lib/map/shared/hover-feature.directive.mjs +8 -11
- package/esm2022/lib/map/shared/linkedLayers.utils.mjs +5 -5
- package/esm2022/lib/map/shared/map-pointer-position.directive.mjs +4 -4
- package/esm2022/lib/map/shared/map.mjs +4 -4
- package/esm2022/lib/map/shared/map.service.mjs +5 -6
- package/esm2022/lib/map/shared/map.utils.mjs +2 -3
- package/esm2022/lib/map/shared/mapOffline.directive.mjs +3 -3
- package/esm2022/lib/map/shared/projection.service.mjs +3 -3
- package/esm2022/lib/map/shared/projection.utils.mjs +2 -3
- package/esm2022/lib/map/swipe-control/swipe-control.component.mjs +7 -6
- package/esm2022/lib/map/utils/layer-watcher.mjs +4 -2
- package/esm2022/lib/map/wake-lock-button/wake-lock-button.component.mjs +5 -4
- package/esm2022/lib/map/zoom-button/zoom-button.component.mjs +5 -6
- package/esm2022/lib/measure/measure.module.mjs +4 -4
- package/esm2022/lib/measure/measurer/measure-format.pipe.mjs +5 -5
- package/esm2022/lib/measure/measurer/measurer-dialog.component.mjs +3 -3
- package/esm2022/lib/measure/measurer/measurer-item.component.mjs +5 -6
- package/esm2022/lib/measure/measurer/measurer.component.mjs +8 -16
- package/esm2022/lib/measure/measurer/measurer.module.mjs +4 -4
- package/esm2022/lib/measure/shared/measure.interfaces.mjs +1 -1
- package/esm2022/lib/measure/shared/measure.utils.mjs +1 -1
- package/esm2022/lib/metadata/metadata-button/metadata-button.component.mjs +6 -6
- package/esm2022/lib/metadata/metadata.module.mjs +4 -4
- package/esm2022/lib/metadata/shared/metadata.service.mjs +5 -6
- package/esm2022/lib/offline/geoDB/configFileToGeoDB.service.mjs +3 -3
- package/esm2022/lib/offline/geoDB/geoDB.service.mjs +6 -6
- package/esm2022/lib/offline/layerDB/layerDB.service.mjs +4 -4
- package/esm2022/lib/offline/shared/geo-network.service.mjs +4 -4
- package/esm2022/lib/overlay/shared/index.mjs +1 -3
- package/esm2022/lib/print/print/print.component.mjs +3 -3
- package/esm2022/lib/print/print-form/print-form.component.mjs +5 -5
- package/esm2022/lib/print/print.module.mjs +4 -4
- package/esm2022/lib/print/shared/print.service.mjs +32 -44
- package/esm2022/lib/query/query.module.mjs +4 -4
- package/esm2022/lib/query/shared/query-search-source.mjs +3 -3
- package/esm2022/lib/query/shared/query.directive.mjs +4 -4
- package/esm2022/lib/query/shared/query.enums.mjs +3 -1
- package/esm2022/lib/query/shared/query.service.mjs +23 -21
- package/esm2022/lib/search/search-bar/search-bar.component.mjs +4 -4
- package/esm2022/lib/search/search-bar/search-bar.module.mjs +4 -4
- package/esm2022/lib/search/search-results/save-feature-dialog.component.mjs +3 -3
- package/esm2022/lib/search/search-results/search-results-add-button.component.mjs +7 -9
- package/esm2022/lib/search/search-results/search-results-item.component.mjs +10 -12
- package/esm2022/lib/search/search-results/search-results.component.mjs +4 -4
- package/esm2022/lib/search/search-results/search-results.module.mjs +4 -4
- package/esm2022/lib/search/search-selector/search-selector.component.mjs +4 -4
- package/esm2022/lib/search/search-selector/search-selector.module.mjs +4 -4
- package/esm2022/lib/search/search-settings/search-settings.component.mjs +4 -4
- package/esm2022/lib/search/search-settings/search-settings.module.mjs +4 -4
- package/esm2022/lib/search/search.module.mjs +4 -4
- package/esm2022/lib/search/shared/search-pointer-summary.directive.mjs +5 -4
- package/esm2022/lib/search/shared/search.interfaces.mjs +1 -1
- package/esm2022/lib/search/shared/search.service.mjs +4 -4
- package/esm2022/lib/search/shared/search.utils.mjs +1 -1
- package/esm2022/lib/search/shared/sources/cadastre.mjs +3 -3
- package/esm2022/lib/search/shared/sources/coordinates.mjs +6 -6
- package/esm2022/lib/search/shared/sources/coordinates.providers.mjs +2 -2
- package/esm2022/lib/search/shared/sources/icherche-icons.mjs +1 -1
- package/esm2022/lib/search/shared/sources/icherche.interfaces.mjs +1 -1
- package/esm2022/lib/search/shared/sources/icherche.mjs +14 -13
- package/esm2022/lib/search/shared/sources/ilayer.interfaces.mjs +1 -1
- package/esm2022/lib/search/shared/sources/ilayer.mjs +10 -10
- package/esm2022/lib/search/shared/sources/nominatim.mjs +4 -4
- package/esm2022/lib/search/shared/sources/source.interfaces.mjs +1 -1
- package/esm2022/lib/search/shared/sources/source.mjs +3 -2
- package/esm2022/lib/search/shared/sources/storedqueries.interfaces.mjs +1 -1
- package/esm2022/lib/search/shared/sources/storedqueries.mjs +7 -10
- package/esm2022/lib/search/shared/sources/workspace.mjs +8 -8
- package/esm2022/lib/style/shared/datasource/esri-style-generator.mjs +2 -1
- package/esm2022/lib/style/shared/feature/feature-style.mjs +3 -3
- package/esm2022/lib/style/shared/overlay/overlay-marker-style.utils.mjs +10 -16
- package/esm2022/lib/style/shared/overlay/overlay-style.utils.mjs +1 -1
- package/esm2022/lib/style/shared/vector/vector-style.interface.mjs +1 -1
- package/esm2022/lib/style/style-list/style-list.interface.mjs +1 -1
- package/esm2022/lib/style/style-list/style-list.module.mjs +4 -4
- package/esm2022/lib/style/style-list/style-list.provider.mjs +2 -2
- package/esm2022/lib/style/style-list/style-list.service.mjs +5 -5
- package/esm2022/lib/style/style-modal/drawing/style-modal-drawing.component.mjs +4 -4
- package/esm2022/lib/style/style-modal/layer/style-modal-layer.component.mjs +4 -4
- package/esm2022/lib/style/style-modal/layer-button/style-modal-layer-button.component.mjs +5 -5
- package/esm2022/lib/style/style-service/draw-style.service.mjs +5 -6
- package/esm2022/lib/style/style-service/style.service.mjs +4 -4
- package/esm2022/lib/style/style.module.mjs +4 -4
- package/esm2022/lib/toast/toast.component.mjs +5 -6
- package/esm2022/lib/toast/toast.module.mjs +4 -4
- package/esm2022/lib/utils/id-generator.mjs +6 -4
- package/esm2022/lib/utils/osmLinks.mjs +1 -1
- package/esm2022/lib/utils/propertyTypeDetector/propertyTypeDetector.service.mjs +3 -3
- package/esm2022/lib/wkt/shared/wkt.service.mjs +7 -8
- package/esm2022/lib/wkt/wkt.module.mjs +4 -4
- package/esm2022/lib/workspace/confirmation-popup/confirmation-popup.component.mjs +3 -3
- package/esm2022/lib/workspace/confirmation-popup/confirmation-popup.module.mjs +4 -4
- package/esm2022/lib/workspace/shared/edition-workspace.mjs +1 -1
- package/esm2022/lib/workspace/shared/edition-workspace.service.mjs +11 -9
- package/esm2022/lib/workspace/shared/feature-workspace.mjs +1 -1
- package/esm2022/lib/workspace/shared/feature-workspace.service.mjs +3 -3
- package/esm2022/lib/workspace/shared/wfs-workspace.mjs +1 -1
- package/esm2022/lib/workspace/shared/wfs-workspace.service.mjs +3 -3
- package/esm2022/lib/workspace/shared/wms-workspace.service.mjs +7 -5
- package/esm2022/lib/workspace/shared/workspace.utils.mjs +2 -2
- package/esm2022/lib/workspace/widgets/ogc-filter/ogc-filter.component.mjs +3 -3
- package/esm2022/lib/workspace/widgets/ogc-filter/ogc-filter.module.mjs +4 -4
- package/esm2022/lib/workspace/workspace-selector/workspace-selector.directive.mjs +3 -3
- package/esm2022/lib/workspace/workspace-selector/workspace-selector.module.mjs +4 -4
- package/esm2022/lib/workspace/workspace-updator/workspace-updator.directive.mjs +3 -3
- package/esm2022/lib/workspace/workspace-updator/workspace-updator.module.mjs +4 -4
- package/esm2022/lib/workspace/workspace.module.mjs +4 -4
- package/esm2022/public_api.mjs +1 -2
- package/fesm2022/igo2-geo.mjs +943 -1071
- package/fesm2022/igo2-geo.mjs.map +1 -1
- package/lib/catalog/catalog-browser/catalog-browser-layer.component.d.ts +1 -1
- package/lib/catalog/shared/catalog.abstract.d.ts +2 -6
- package/lib/catalog/shared/catalog.interface.d.ts +2 -6
- package/lib/catalog/shared/catalogs.d.ts +2 -2
- package/lib/datasource/shared/datasources/cluster-datasource.interface.d.ts +2 -2
- package/lib/datasource/shared/datasources/datasource.d.ts +2 -2
- package/lib/datasource/shared/datasources/datasource.interface.d.ts +4 -12
- package/lib/datasource/shared/datasources/feature-datasource.interface.d.ts +2 -2
- package/lib/datasource/shared/datasources/mvt-datasource.interface.d.ts +2 -2
- package/lib/datasource/shared/datasources/websocket-datasource.d.ts +3 -3
- package/lib/datasource/shared/datasources/wms-datasource.interface.d.ts +1 -1
- package/lib/datasource/shared/datasources/xyz-datasource.interface.d.ts +2 -2
- package/lib/directions/shared/directions.interface.d.ts +4 -9
- package/lib/directions/shared/directions.utils.d.ts +2 -2
- package/lib/draw/draw/draw.component.d.ts +1 -1
- package/lib/draw/shared/draw-icon.service.d.ts +1 -1
- package/lib/draw/shared/draw.interface.d.ts +1 -2
- package/lib/draw/shared/draw.utils.d.ts +1 -1
- package/lib/feature/feature-details/feature-details.component.d.ts +1 -3
- package/lib/feature/feature-details/feature-details.directive.d.ts +1 -3
- package/lib/feature/feature-form/feature-form.component.d.ts +3 -8
- package/lib/feature/shared/feature.interfaces.d.ts +11 -17
- package/lib/filter/ogc-filter-button/ogc-filter-button.component.d.ts +0 -1
- package/lib/filter/ogc-filter-form/ogc-filter-form.component.d.ts +1 -3
- package/lib/filter/ogc-filter-selection/ogc-filter-selection.component.d.ts +2 -4
- package/lib/filter/ogc-filter-time/ogc-filter-time-slider.component.d.ts +2 -2
- package/lib/filter/ogc-filterable-form/ogc-filterable-form.component.d.ts +0 -1
- package/lib/filter/ogc-filterable-list/ogc-filterable-list.component.d.ts +0 -1
- package/lib/filter/shared/ogc-filter-time.service.d.ts +0 -1
- package/lib/filter/shared/ogc-filter.interface.d.ts +2 -4
- package/lib/filter/shared/ogc-filter.service.d.ts +0 -1
- package/lib/filter/shared/spatial-filter.service.d.ts +1 -3
- package/lib/filter/shared/time-filter.service.d.ts +0 -1
- package/lib/filter/spatial-filter/spatial-filter-item/spatial-filter-item.component.d.ts +2 -6
- package/lib/filter/spatial-filter/spatial-filter-list/spatial-filter-list.component.d.ts +2 -6
- package/lib/filter/spatial-filter/spatial-filter-type/spatial-filter-type.component.d.ts +3 -8
- package/lib/filter/time-filter-button/time-filter-button.component.d.ts +0 -1
- package/lib/filter/time-filter-form/time-filter-form.component.d.ts +10 -10
- package/lib/geo.module.d.ts +8 -9
- package/lib/geometry/geometry-form-field/geometry-form-field-input.component.d.ts +3 -5
- package/lib/geometry/geometry-form-field/geometry-form-field.component.d.ts +1 -3
- package/lib/geometry/shared/geometry.utils.d.ts +1 -8
- package/lib/import-export/export-button/export-button.component.d.ts +0 -1
- package/lib/layer/layer-legend/layer-legend.component.d.ts +1 -3
- package/lib/layer/layer-legend-list/layer-legend-list.component.d.ts +0 -1
- package/lib/layer/layer-list-tool/layer-list-tool.service.d.ts +0 -1
- package/lib/layer/shared/clusterParam.d.ts +1 -3
- package/lib/layer/shared/layers/layer.interface.d.ts +1 -3
- package/lib/layer/shared/layers/vector-layer.d.ts +1 -1
- package/lib/layer/track-feature-button/track-feature-button.component.d.ts +0 -1
- package/lib/layer/utils/outputLegend.d.ts +2 -2
- package/lib/map/info-section/info-section.component.d.ts +0 -1
- package/lib/map/map-center/map-center.component.d.ts +0 -1
- package/lib/map/offline-button/offline-button.component.d.ts +0 -1
- package/lib/map/rotation-button/rotation-button.component.d.ts +3 -2
- package/lib/map/shared/map.d.ts +2 -2
- package/lib/map/shared/map.service.d.ts +0 -1
- package/lib/map/swipe-control/swipe-control.component.d.ts +0 -1
- package/lib/map/zoom-button/zoom-button.component.d.ts +0 -1
- package/lib/measure/measurer/measure-format.pipe.d.ts +1 -1
- package/lib/measure/measurer/measurer-item.component.d.ts +0 -1
- package/lib/measure/shared/measure.interfaces.d.ts +1 -2
- package/lib/metadata/shared/metadata.service.d.ts +0 -1
- package/lib/overlay/shared/index.d.ts +0 -2
- package/lib/print/shared/print.service.d.ts +7 -8
- package/lib/query/shared/query.service.d.ts +0 -1
- package/lib/search/search-results/search-results.component.d.ts +5 -15
- package/lib/search/shared/search.interfaces.d.ts +1 -3
- package/lib/search/shared/sources/coordinates.providers.d.ts +1 -1
- package/lib/search/shared/sources/icherche-icons.d.ts +1 -3
- package/lib/search/shared/sources/icherche.interfaces.d.ts +2 -6
- package/lib/search/shared/sources/ilayer.interfaces.d.ts +4 -8
- package/lib/search/shared/sources/source.interfaces.d.ts +2 -6
- package/lib/search/shared/sources/storedqueries.interfaces.d.ts +2 -6
- package/lib/style/shared/feature/feature-style.d.ts +2 -2
- package/lib/style/shared/vector/vector-style.interface.d.ts +12 -20
- package/lib/style/style-list/style-list.interface.d.ts +1 -3
- package/lib/style/style-list/style-list.provider.d.ts +2 -2
- package/lib/style/style-service/draw-style.service.d.ts +0 -1
- package/lib/style/style-service/style.service.d.ts +1 -3
- package/lib/toast/toast.component.d.ts +0 -1
- package/lib/utils/id-generator.d.ts +1 -2
- package/lib/wkt/shared/wkt.service.d.ts +0 -1
- package/lib/workspace/shared/edition-workspace.service.d.ts +2 -6
- package/package.json +18 -19
- package/public_api.d.ts +0 -1
- package/src/lib/catalog/catalog-browser/catalog-browser.theming.scss +1 -1
- package/src/lib/directions/directions-results/directions-results.theming.scss +1 -1
- package/src/lib/draw/draw.theming.scss +4 -4
- package/src/lib/feature/feature-details/feature-details.theming.scss +1 -1
- package/src/lib/filter/ogc-filter-selection/ogc-filter-selection.theming.scss +3 -3
- package/src/lib/layer/layer-item/layer-item.theme.scss +4 -4
- package/src/lib/layer/layer-legend/layer-legend.theming.scss +1 -1
- package/src/lib/layer/layer-list-tool/layer-list-tool.theming.scss +1 -1
- package/src/lib/map/map-browser/map-browser.theming.scss +5 -5
- package/src/lib/map/menu-button/menu-button.theming.scss +2 -2
- package/src/lib/map/zoom-button/zoom-button.theming.scss +4 -4
- package/src/lib/measure/measurer/measurer.theming.scss +2 -2
- package/src/lib/workspace/confirmation-popup/confirmation-popup.theming.scss +2 -2
- package/esm2022/lib/overlay/overlay.module.mjs +0 -24
- package/esm2022/lib/overlay/shared/overlay.directive.mjs +0 -39
- package/esm2022/lib/overlay/shared/overlay.service.mjs +0 -26
- package/lib/overlay/overlay.module.d.ts +0 -12
- package/lib/overlay/shared/overlay.directive.d.ts +0 -18
- package/lib/overlay/shared/overlay.service.d.ts +0 -14
|
@@ -42,9 +42,7 @@ export declare class StyleService {
|
|
|
42
42
|
* @param resolution current map resolution, to control label resolution range
|
|
43
43
|
* @returns
|
|
44
44
|
*/
|
|
45
|
-
createStyle(options:
|
|
46
|
-
[key: string]: any;
|
|
47
|
-
}, feature?: RenderFeature | OlFeature<OlGeometry>, resolution?: number): any;
|
|
45
|
+
createStyle(options: Record<string, any>, feature?: RenderFeature | OlFeature<OlGeometry>, resolution?: number): any;
|
|
48
46
|
parseStyle(key: string, value: any): any;
|
|
49
47
|
private getOlKey;
|
|
50
48
|
private getOlCls;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { WFSDataSourceOptions } from '../datasource/shared/datasources';
|
|
2
|
-
import { AnyDataSourceOptions } from '../datasource/shared/datasources/any-datasource.interface';
|
|
3
2
|
import { DataSourceOptions } from '../datasource/shared/datasources/datasource.interface';
|
|
4
3
|
import { WMSDataSourceOptions } from '../datasource/shared/datasources/wms-datasource.interface';
|
|
5
4
|
import { WMTSDataSourceOptions } from '../datasource/shared/datasources/wmts-datasource.interface';
|
|
@@ -50,5 +49,5 @@ export declare function generateArcgisRestIdFromSourceOptions(options: ArcGISRes
|
|
|
50
49
|
* Generate a unique id
|
|
51
50
|
* @returns A uuid
|
|
52
51
|
*/
|
|
53
|
-
export declare function generateId(
|
|
52
|
+
export declare function generateId(): string;
|
|
54
53
|
export declare function standardizeUrl(url: string): string;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class WktService {
|
|
3
|
-
constructor();
|
|
4
3
|
wktToFeature(wkt: any, wktProj: any, featureProj: any): import("ol").Feature<import("ol/geom").Geometry>;
|
|
5
4
|
extentToWkt(epsgTO: any, extent: any, extentProj: any): {
|
|
6
5
|
wktPoly: string;
|
|
@@ -36,13 +36,9 @@ export declare class EditionWorkspaceService {
|
|
|
36
36
|
private createFeatureStore;
|
|
37
37
|
private createTableTemplate;
|
|
38
38
|
saveFeature(feature: any, workspace: EditionWorkspace): boolean;
|
|
39
|
-
addFeature(feature: any, workspace: EditionWorkspace, url: string, headers:
|
|
40
|
-
[key: string]: any;
|
|
41
|
-
}): void;
|
|
39
|
+
addFeature(feature: any, workspace: EditionWorkspace, url: string, headers: Record<string, any>): void;
|
|
42
40
|
deleteFeature(workspace: EditionWorkspace, url: string): void;
|
|
43
|
-
modifyFeature(feature: any, workspace: EditionWorkspace, url: string, headers:
|
|
44
|
-
[key: string]: any;
|
|
45
|
-
}, protocole?: string): void;
|
|
41
|
+
modifyFeature(feature: any, workspace: EditionWorkspace, url: string, headers: Record<string, any>, protocole?: string): void;
|
|
46
42
|
cancelEdit(workspace: EditionWorkspace, feature: any, fromSave?: boolean): void;
|
|
47
43
|
getDomainValues(relation: RelationOptions): Observable<any>;
|
|
48
44
|
refreshMap(layer: VectorLayer, map: MapBase): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/geo",
|
|
3
|
-
"version": "17.0.
|
|
3
|
+
"version": "17.0.1-next.2",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
@@ -44,35 +44,34 @@
|
|
|
44
44
|
"windows-1252": "^3.0.4"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@angular/animations": "^
|
|
48
|
-
"@angular/common": "^
|
|
49
|
-
"@angular/core": "^
|
|
50
|
-
"@angular/forms": "^
|
|
51
|
-
"@angular/material": "^
|
|
52
|
-
"@angular/material-moment-adapter": "^
|
|
53
|
-
"@angular/platform-browser": "^
|
|
54
|
-
"@igo2/auth": "^17.0.
|
|
55
|
-
"@igo2/common": "^17.0.
|
|
56
|
-
"@igo2/core": "^17.0.
|
|
57
|
-
"@igo2/utils": "^17.0.
|
|
58
|
-
"@mat-datetimepicker/core": "~
|
|
47
|
+
"@angular/animations": "^18.0.0",
|
|
48
|
+
"@angular/common": "^18.0.0",
|
|
49
|
+
"@angular/core": "^18.0.0",
|
|
50
|
+
"@angular/forms": "^18.0.0",
|
|
51
|
+
"@angular/material": "^18.0.0",
|
|
52
|
+
"@angular/material-moment-adapter": "^18.0.0",
|
|
53
|
+
"@angular/platform-browser": "^18.0.0",
|
|
54
|
+
"@igo2/auth": "^17.0.1-next.2",
|
|
55
|
+
"@igo2/common": "^17.0.1-next.2",
|
|
56
|
+
"@igo2/core": "^17.0.1-next.2",
|
|
57
|
+
"@igo2/utils": "^17.0.1-next.2",
|
|
58
|
+
"@mat-datetimepicker/core": "~14.0.0",
|
|
59
59
|
"file-saver": "^2.0.2",
|
|
60
60
|
"flexsearch": "0.7.21",
|
|
61
61
|
"html2canvas": "^1.4.1",
|
|
62
62
|
"jspdf": "^2.5.1",
|
|
63
|
-
"jspdf-autotable": "^3.
|
|
63
|
+
"jspdf-autotable": "^3.8.0",
|
|
64
64
|
"jszip": "^3.10.1",
|
|
65
|
-
"moment": "^2.
|
|
66
|
-
"ngx-
|
|
67
|
-
"ngx-indexed-db": "^11.0.2",
|
|
65
|
+
"moment": "^2.30.0",
|
|
66
|
+
"ngx-indexed-db": "^19.0.0",
|
|
68
67
|
"ol": "9.1.0",
|
|
69
68
|
"ol-mapbox-style": "^12.0.0",
|
|
70
|
-
"proj4": "^2.
|
|
69
|
+
"proj4": "^2.12.0",
|
|
71
70
|
"rxjs": "^7.8.0",
|
|
72
71
|
"striptags": "^3.2.0"
|
|
73
72
|
},
|
|
74
73
|
"engines": {
|
|
75
|
-
"node": "
|
|
74
|
+
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
|
|
76
75
|
},
|
|
77
76
|
"module": "fesm2022/igo2-geo.mjs",
|
|
78
77
|
"typings": "index.d.ts",
|
package/public_api.d.ts
CHANGED
|
@@ -19,7 +19,6 @@ export * from './lib/map/map.module';
|
|
|
19
19
|
export * from './lib/measure/measure.module';
|
|
20
20
|
export * from './lib/measure/measurer/measurer.module';
|
|
21
21
|
export * from './lib/metadata/metadata.module';
|
|
22
|
-
export * from './lib/overlay/overlay.module';
|
|
23
22
|
export * from './lib/print/print.module';
|
|
24
23
|
export * from './lib/query/query.module';
|
|
25
24
|
export * from './lib/search/search.module';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
@mixin igo-draw-theming($theme) {
|
|
5
5
|
$foreground: map.get($theme, foreground);
|
|
6
|
-
$typography: mat.get-typography-config($theme);
|
|
6
|
+
$typography: mat.m2-get-typography-config($theme);
|
|
7
7
|
|
|
8
8
|
igo-draw-popup-component,
|
|
9
9
|
igo-draw-popup-component,
|
|
@@ -17,15 +17,15 @@
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.igo-map-tooltip-draw {
|
|
20
|
-
color: mat.get-color-from-palette($foreground, text);
|
|
20
|
+
color: mat.m2-get-color-from-palette($foreground, text);
|
|
21
21
|
font-weight: bold;
|
|
22
|
-
font-size: mat.font-size($typography, subtitle-1);
|
|
22
|
+
font-size: mat.m2-font-size($typography, subtitle-1);
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
igo-draw-popup-component {
|
|
27
27
|
h1 {
|
|
28
|
-
font-size: mat.font-size($typography, headline-4);
|
|
28
|
+
font-size: mat.m2-font-size($typography, headline-4);
|
|
29
29
|
font-family: Roboto, 'Helvetica Neue', sans-serif;
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
$background: map.get($theme, background);
|
|
8
8
|
|
|
9
9
|
igo-feature-details > table.igo-striped tbody tr:nth-child(odd) {
|
|
10
|
-
background-color: mat.get-color-from-palette(
|
|
10
|
+
background-color: mat.m2-get-color-from-palette(
|
|
11
11
|
$background,
|
|
12
12
|
if($is-dark, app-bar, status-bar)
|
|
13
13
|
);
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
@mixin igo-ogc-filter-selection-theming($theme) {
|
|
5
5
|
$primary: map.get($theme, primary);
|
|
6
6
|
$accent: map.get($theme, accent);
|
|
7
|
-
$dark: mat.define-palette(mat.$grey-palette, 800, 700, 900);
|
|
7
|
+
$dark: mat.m2-define-palette(mat.$m2-grey-palette, 800, 700, 900);
|
|
8
8
|
|
|
9
9
|
igo-ogc-filter-selection {
|
|
10
10
|
mat-button-toggle.mat-button-toggle-checked {
|
|
11
|
-
background-color: mat.get-color-from-palette($accent);
|
|
12
|
-
color: mat.get-color-from-palette($dark);
|
|
11
|
+
background-color: mat.m2-get-color-from-palette($accent);
|
|
12
|
+
color: mat.m2-get-color-from-palette($dark);
|
|
13
13
|
}
|
|
14
14
|
mat-button-toggle {
|
|
15
15
|
color: black !important;
|
|
@@ -12,20 +12,20 @@
|
|
|
12
12
|
|
|
13
13
|
igo-layer-item {
|
|
14
14
|
&.igo-layer-item-focused > mat-list-item {
|
|
15
|
-
background-color: mat.get-color-from-palette($accent, lighter);
|
|
16
|
-
color: mat.get-color-from-palette($primary, default-contrast);
|
|
15
|
+
background-color: mat.m2-get-color-from-palette($accent, lighter);
|
|
16
|
+
color: mat.m2-get-color-from-palette($primary, default-contrast);
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
button {
|
|
20
20
|
&:not(.mat-primary) {
|
|
21
21
|
mat-icon {
|
|
22
|
-
color: mat.get-color-from-palette($foreground, base);
|
|
22
|
+
color: mat.m2-get-color-from-palette($foreground, base);
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
mat-icon {
|
|
27
27
|
&.disabled {
|
|
28
|
-
color: mat.get-color-from-palette($foreground, disabled);
|
|
28
|
+
color: mat.m2-get-color-from-palette($foreground, disabled);
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
$is-dark: map.get($theme, is-dark);
|
|
13
13
|
|
|
14
14
|
igo-map-browser div.ol-attribution > button {
|
|
15
|
-
color: mat.get-color-from-palette(
|
|
15
|
+
color: mat.m2-get-color-from-palette(
|
|
16
16
|
$primary,
|
|
17
17
|
if($is-dark, default-contrast, default)
|
|
18
18
|
);
|
|
19
|
-
background-color: mat.get-color-from-palette(
|
|
19
|
+
background-color: mat.m2-get-color-from-palette(
|
|
20
20
|
$primary,
|
|
21
21
|
if($is-dark, default, default-contrast)
|
|
22
22
|
);
|
|
@@ -24,15 +24,15 @@
|
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
@mixin typography($theme) {
|
|
27
|
-
$typography: mat.get-typography-config($theme);
|
|
27
|
+
$typography: mat.m2-get-typography-config($theme);
|
|
28
28
|
|
|
29
29
|
igo-map-browser div.ol-attribution > ul {
|
|
30
|
-
font-size: mat.font-size($typography, body-1);
|
|
30
|
+
font-size: mat.m2-font-size($typography, body-1);
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
@mixin density($theme) {
|
|
35
|
-
$density: mat.get-density-config($theme);
|
|
35
|
+
$density: mat.m2-get-density-config($theme);
|
|
36
36
|
$theme: map.merge(
|
|
37
37
|
$theme,
|
|
38
38
|
(
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
|
|
12
12
|
igo-menu-button > button#menu-button {
|
|
13
13
|
color: $app-background-color;
|
|
14
|
-
background-color: mat.get-color-from-palette($primary);
|
|
14
|
+
background-color: mat.m2-get-color-from-palette($primary);
|
|
15
15
|
}
|
|
16
16
|
igo-menu-button > button#menu-button.menu-button-white-background {
|
|
17
|
-
color: mat.get-color-from-palette($primary);
|
|
17
|
+
color: mat.m2-get-color-from-palette($primary);
|
|
18
18
|
background-color: $app-background-color;
|
|
19
19
|
}
|
|
20
20
|
}
|
|
@@ -8,22 +8,22 @@
|
|
|
8
8
|
|
|
9
9
|
igo-zoom-button > div.igo-zoom-button-container > button {
|
|
10
10
|
&.mat-primary {
|
|
11
|
-
color: mat.get-color-from-palette(
|
|
11
|
+
color: mat.m2-get-color-from-palette(
|
|
12
12
|
$primary,
|
|
13
13
|
if($is-dark, default-contrast, default)
|
|
14
14
|
);
|
|
15
|
-
background-color: mat.get-color-from-palette(
|
|
15
|
+
background-color: mat.m2-get-color-from-palette(
|
|
16
16
|
$primary,
|
|
17
17
|
if($is-dark, default, default-contrast)
|
|
18
18
|
);
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
&.mat-accent {
|
|
22
|
-
color: mat.get-color-from-palette(
|
|
22
|
+
color: mat.m2-get-color-from-palette(
|
|
23
23
|
$accent,
|
|
24
24
|
if($is-dark, default-contrast, default)
|
|
25
25
|
);
|
|
26
|
-
background-color: mat.get-color-from-palette(
|
|
26
|
+
background-color: mat.m2-get-color-from-palette(
|
|
27
27
|
$accent,
|
|
28
28
|
if($is-dark, default, default-contrast)
|
|
29
29
|
);
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
@mixin typography($theme) {
|
|
21
|
-
$typography: mat.get-typography-config($theme);
|
|
21
|
+
$typography: mat.m2-get-typography-config($theme);
|
|
22
22
|
|
|
23
23
|
.igo-map-tooltip-measure {
|
|
24
|
-
font-size: mat.font-size($typography, subtitle-1);
|
|
24
|
+
font-size: mat.m2-font-size($typography, subtitle-1);
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
|
|
4
4
|
@mixin igo-confirmation-popup-theming($theme) {
|
|
5
5
|
$foreground: map.get($theme, foreground);
|
|
6
|
-
$typography: mat.get-typography-config($theme);
|
|
6
|
+
$typography: mat.m2-get-typography-config($theme);
|
|
7
7
|
|
|
8
8
|
igo-confirmation-popup-component {
|
|
9
9
|
h1 {
|
|
10
|
-
font-size: mat.font-size($typography, headline-4);
|
|
10
|
+
font-size: mat.m2-font-size($typography, headline-4);
|
|
11
11
|
font-family: Roboto, 'Helvetica Neue', sans-serif;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { OverlayDirective } from './shared/overlay.directive';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* @deprecated import the OverlayDirective directly
|
|
6
|
-
*/
|
|
7
|
-
export class IgoOverlayModule {
|
|
8
|
-
static forRoot() {
|
|
9
|
-
return {
|
|
10
|
-
ngModule: IgoOverlayModule
|
|
11
|
-
};
|
|
12
|
-
}
|
|
13
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: IgoOverlayModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
14
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.9", ngImport: i0, type: IgoOverlayModule, imports: [OverlayDirective], exports: [OverlayDirective] });
|
|
15
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: IgoOverlayModule });
|
|
16
|
-
}
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: IgoOverlayModule, decorators: [{
|
|
18
|
-
type: NgModule,
|
|
19
|
-
args: [{
|
|
20
|
-
imports: [OverlayDirective],
|
|
21
|
-
exports: [OverlayDirective]
|
|
22
|
-
}]
|
|
23
|
-
}] });
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3ZlcmxheS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9nZW8vc3JjL2xpYi9vdmVybGF5L292ZXJsYXkubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBdUIsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRTlELE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDRCQUE0QixDQUFDOztBQUU5RDs7R0FFRztBQUtILE1BQU0sT0FBTyxnQkFBZ0I7SUFDM0IsTUFBTSxDQUFDLE9BQU87UUFDWixPQUFPO1lBQ0wsUUFBUSxFQUFFLGdCQUFnQjtTQUMzQixDQUFDO0lBQ0osQ0FBQzt1R0FMVSxnQkFBZ0I7d0dBQWhCLGdCQUFnQixZQUhqQixnQkFBZ0IsYUFDaEIsZ0JBQWdCO3dHQUVmLGdCQUFnQjs7MkZBQWhCLGdCQUFnQjtrQkFKNUIsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsQ0FBQyxnQkFBZ0IsQ0FBQztvQkFDM0IsT0FBTyxFQUFFLENBQUMsZ0JBQWdCLENBQUM7aUJBQzVCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTW9kdWxlV2l0aFByb3ZpZGVycywgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgT3ZlcmxheURpcmVjdGl2ZSB9IGZyb20gJy4vc2hhcmVkL292ZXJsYXkuZGlyZWN0aXZlJztcblxuLyoqXG4gKiBAZGVwcmVjYXRlZCBpbXBvcnQgdGhlIE92ZXJsYXlEaXJlY3RpdmUgZGlyZWN0bHlcbiAqL1xuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW092ZXJsYXlEaXJlY3RpdmVdLFxuICBleHBvcnRzOiBbT3ZlcmxheURpcmVjdGl2ZV1cbn0pXG5leHBvcnQgY2xhc3MgSWdvT3ZlcmxheU1vZHVsZSB7XG4gIHN0YXRpYyBmb3JSb290KCk6IE1vZHVsZVdpdGhQcm92aWRlcnM8SWdvT3ZlcmxheU1vZHVsZT4ge1xuICAgIHJldHVybiB7XG4gICAgICBuZ01vZHVsZTogSWdvT3ZlcmxheU1vZHVsZVxuICAgIH07XG4gIH1cbn1cbiJdfQ==
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { Directive, Self } from '@angular/core';
|
|
2
|
-
import olFormatGeoJSON from 'ol/format/GeoJSON';
|
|
3
|
-
import { MapBrowserComponent } from '../../map/map-browser/map-browser.component';
|
|
4
|
-
import { OverlayService } from '../shared/overlay.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "../../map/map-browser/map-browser.component";
|
|
7
|
-
import * as i2 from "../shared/overlay.service";
|
|
8
|
-
export class OverlayDirective {
|
|
9
|
-
component;
|
|
10
|
-
overlayService;
|
|
11
|
-
features$$;
|
|
12
|
-
format = new olFormatGeoJSON();
|
|
13
|
-
get map() {
|
|
14
|
-
return this.component.map;
|
|
15
|
-
}
|
|
16
|
-
constructor(component, overlayService) {
|
|
17
|
-
this.component = component;
|
|
18
|
-
this.overlayService = overlayService;
|
|
19
|
-
}
|
|
20
|
-
ngOnInit() {
|
|
21
|
-
this.features$$ = this.overlayService.features$.subscribe((res) => this.handleFeatures(res[0], res[1]));
|
|
22
|
-
}
|
|
23
|
-
ngOnDestroy() {
|
|
24
|
-
this.features$$.unsubscribe();
|
|
25
|
-
}
|
|
26
|
-
handleFeatures(features, action) { }
|
|
27
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: OverlayDirective, deps: [{ token: i1.MapBrowserComponent, self: true }, { token: i2.OverlayService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
28
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.9", type: OverlayDirective, isStandalone: true, selector: "[igoOverlay]", ngImport: i0 });
|
|
29
|
-
}
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: OverlayDirective, decorators: [{
|
|
31
|
-
type: Directive,
|
|
32
|
-
args: [{
|
|
33
|
-
selector: '[igoOverlay]',
|
|
34
|
-
standalone: true
|
|
35
|
-
}]
|
|
36
|
-
}], ctorParameters: () => [{ type: i1.MapBrowserComponent, decorators: [{
|
|
37
|
-
type: Self
|
|
38
|
-
}] }, { type: i2.OverlayService }] });
|
|
39
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3ZlcmxheS5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9nZW8vc3JjL2xpYi9vdmVybGF5L3NoYXJlZC9vdmVybGF5LmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFxQixJQUFJLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFbkUsT0FBTyxlQUFlLE1BQU0sbUJBQW1CLENBQUM7QUFLaEQsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sNkNBQTZDLENBQUM7QUFHbEYsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLDJCQUEyQixDQUFDOzs7O0FBTTNELE1BQU0sT0FBTyxnQkFBZ0I7SUFTVDtJQUNSO0lBVEYsVUFBVSxDQUFlO0lBQ3pCLE1BQU0sR0FBRyxJQUFJLGVBQWUsRUFBRSxDQUFDO0lBRXZDLElBQUksR0FBRztRQUNMLE9BQU8sSUFBSSxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUM7SUFDNUIsQ0FBQztJQUVELFlBQ2tCLFNBQThCLEVBQ3RDLGNBQThCO1FBRHRCLGNBQVMsR0FBVCxTQUFTLENBQXFCO1FBQ3RDLG1CQUFjLEdBQWQsY0FBYyxDQUFnQjtJQUNyQyxDQUFDO0lBRUosUUFBUTtRQUNOLElBQUksQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDLGNBQWMsQ0FBQyxTQUFTLENBQUMsU0FBUyxDQUFDLENBQUMsR0FBRyxFQUFFLEVBQUUsQ0FDaEUsSUFBSSxDQUFDLGNBQWMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLEVBQUUsR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQ3BDLENBQUM7SUFDSixDQUFDO0lBRUQsV0FBVztRQUNULElBQUksQ0FBQyxVQUFVLENBQUMsV0FBVyxFQUFFLENBQUM7SUFDaEMsQ0FBQztJQUVPLGNBQWMsQ0FBQyxRQUFtQixFQUFFLE1BQXFCLElBQUcsQ0FBQzt1R0F2QjFELGdCQUFnQjsyRkFBaEIsZ0JBQWdCOzsyRkFBaEIsZ0JBQWdCO2tCQUo1QixTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxjQUFjO29CQUN4QixVQUFVLEVBQUUsSUFBSTtpQkFDakI7OzBCQVVJLElBQUkiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIE9uRGVzdHJveSwgT25Jbml0LCBTZWxmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCBvbEZvcm1hdEdlb0pTT04gZnJvbSAnb2wvZm9ybWF0L0dlb0pTT04nO1xuXG5pbXBvcnQgeyBTdWJzY3JpcHRpb24gfSBmcm9tICdyeGpzJztcblxuaW1wb3J0IHsgRmVhdHVyZSB9IGZyb20gJy4uLy4uL2ZlYXR1cmUvc2hhcmVkL2ZlYXR1cmUuaW50ZXJmYWNlcyc7XG5pbXBvcnQgeyBNYXBCcm93c2VyQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vbWFwL21hcC1icm93c2VyL21hcC1icm93c2VyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBJZ29NYXAgfSBmcm9tICcuLi8uLi9tYXAvc2hhcmVkL21hcCc7XG5pbXBvcnQgeyBPdmVybGF5QWN0aW9uIH0gZnJvbSAnLi4vc2hhcmVkL292ZXJsYXkuZW51bSc7XG5pbXBvcnQgeyBPdmVybGF5U2VydmljZSB9IGZyb20gJy4uL3NoYXJlZC9vdmVybGF5LnNlcnZpY2UnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdbaWdvT3ZlcmxheV0nLFxuICBzdGFuZGFsb25lOiB0cnVlXG59KVxuZXhwb3J0IGNsYXNzIE92ZXJsYXlEaXJlY3RpdmUgaW1wbGVtZW50cyBPbkluaXQsIE9uRGVzdHJveSB7XG4gIHByaXZhdGUgZmVhdHVyZXMkJDogU3Vic2NyaXB0aW9uO1xuICBwcml2YXRlIGZvcm1hdCA9IG5ldyBvbEZvcm1hdEdlb0pTT04oKTtcblxuICBnZXQgbWFwKCk6IElnb01hcCB7XG4gICAgcmV0dXJuIHRoaXMuY29tcG9uZW50Lm1hcDtcbiAgfVxuXG4gIGNvbnN0cnVjdG9yKFxuICAgIEBTZWxmKCkgcHJpdmF0ZSBjb21wb25lbnQ6IE1hcEJyb3dzZXJDb21wb25lbnQsXG4gICAgcHJpdmF0ZSBvdmVybGF5U2VydmljZTogT3ZlcmxheVNlcnZpY2VcbiAgKSB7fVxuXG4gIG5nT25Jbml0KCkge1xuICAgIHRoaXMuZmVhdHVyZXMkJCA9IHRoaXMub3ZlcmxheVNlcnZpY2UuZmVhdHVyZXMkLnN1YnNjcmliZSgocmVzKSA9PlxuICAgICAgdGhpcy5oYW5kbGVGZWF0dXJlcyhyZXNbMF0sIHJlc1sxXSlcbiAgICApO1xuICB9XG5cbiAgbmdPbkRlc3Ryb3koKSB7XG4gICAgdGhpcy5mZWF0dXJlcyQkLnVuc3Vic2NyaWJlKCk7XG4gIH1cblxuICBwcml2YXRlIGhhbmRsZUZlYXR1cmVzKGZlYXR1cmVzOiBGZWF0dXJlW10sIGFjdGlvbjogT3ZlcmxheUFjdGlvbikge31cbn1cbiJdfQ==
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { Injectable } from '@angular/core';
|
|
2
|
-
import { BehaviorSubject } from 'rxjs';
|
|
3
|
-
import { OverlayAction } from './overlay.enum';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class OverlayService {
|
|
6
|
-
features$ = new BehaviorSubject([
|
|
7
|
-
[],
|
|
8
|
-
undefined
|
|
9
|
-
]);
|
|
10
|
-
constructor() { }
|
|
11
|
-
setFeatures(features, action = OverlayAction.None) {
|
|
12
|
-
this.features$.next([features, action]);
|
|
13
|
-
}
|
|
14
|
-
clear() {
|
|
15
|
-
this.features$.next([[], OverlayAction.None]);
|
|
16
|
-
}
|
|
17
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: OverlayService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: OverlayService, providedIn: 'root' });
|
|
19
|
-
}
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: OverlayService, decorators: [{
|
|
21
|
-
type: Injectable,
|
|
22
|
-
args: [{
|
|
23
|
-
providedIn: 'root'
|
|
24
|
-
}]
|
|
25
|
-
}], ctorParameters: () => [] });
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3ZlcmxheS5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvZ2VvL3NyYy9saWIvb3ZlcmxheS9zaGFyZWQvb3ZlcmxheS5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFM0MsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUd2QyxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7O0FBSy9DLE1BQU0sT0FBTyxjQUFjO0lBQ2xCLFNBQVMsR0FBRyxJQUFJLGVBQWUsQ0FBNkI7UUFDakUsRUFBRTtRQUNGLFNBQVM7S0FDVixDQUFDLENBQUM7SUFFSCxnQkFBZSxDQUFDO0lBRWhCLFdBQVcsQ0FBQyxRQUFtQixFQUFFLFNBQXdCLGFBQWEsQ0FBQyxJQUFJO1FBQ3pFLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLENBQUMsUUFBUSxFQUFFLE1BQU0sQ0FBQyxDQUFDLENBQUM7SUFDMUMsQ0FBQztJQUVELEtBQUs7UUFDSCxJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxDQUFDLEVBQUUsRUFBRSxhQUFhLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQztJQUNoRCxDQUFDO3VHQWRVLGNBQWM7MkdBQWQsY0FBYyxjQUZiLE1BQU07OzJGQUVQLGNBQWM7a0JBSDFCLFVBQVU7bUJBQUM7b0JBQ1YsVUFBVSxFQUFFLE1BQU07aUJBQ25CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBCZWhhdmlvclN1YmplY3QgfSBmcm9tICdyeGpzJztcblxuaW1wb3J0IHsgRmVhdHVyZSB9IGZyb20gJy4uLy4uL2ZlYXR1cmUvc2hhcmVkL2ZlYXR1cmUuaW50ZXJmYWNlcyc7XG5pbXBvcnQgeyBPdmVybGF5QWN0aW9uIH0gZnJvbSAnLi9vdmVybGF5LmVudW0nO1xuXG5ASW5qZWN0YWJsZSh7XG4gIHByb3ZpZGVkSW46ICdyb290J1xufSlcbmV4cG9ydCBjbGFzcyBPdmVybGF5U2VydmljZSB7XG4gIHB1YmxpYyBmZWF0dXJlcyQgPSBuZXcgQmVoYXZpb3JTdWJqZWN0PFtGZWF0dXJlW10sIE92ZXJsYXlBY3Rpb25dPihbXG4gICAgW10sXG4gICAgdW5kZWZpbmVkXG4gIF0pO1xuXG4gIGNvbnN0cnVjdG9yKCkge31cblxuICBzZXRGZWF0dXJlcyhmZWF0dXJlczogRmVhdHVyZVtdLCBhY3Rpb246IE92ZXJsYXlBY3Rpb24gPSBPdmVybGF5QWN0aW9uLk5vbmUpIHtcbiAgICB0aGlzLmZlYXR1cmVzJC5uZXh0KFtmZWF0dXJlcywgYWN0aW9uXSk7XG4gIH1cblxuICBjbGVhcigpIHtcbiAgICB0aGlzLmZlYXR1cmVzJC5uZXh0KFtbXSwgT3ZlcmxheUFjdGlvbi5Ob25lXSk7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./shared/overlay.directive";
|
|
4
|
-
/**
|
|
5
|
-
* @deprecated import the OverlayDirective directly
|
|
6
|
-
*/
|
|
7
|
-
export declare class IgoOverlayModule {
|
|
8
|
-
static forRoot(): ModuleWithProviders<IgoOverlayModule>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoOverlayModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoOverlayModule, never, [typeof i1.OverlayDirective], [typeof i1.OverlayDirective]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoOverlayModule>;
|
|
12
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { MapBrowserComponent } from '../../map/map-browser/map-browser.component';
|
|
3
|
-
import { IgoMap } from '../../map/shared/map';
|
|
4
|
-
import { OverlayService } from '../shared/overlay.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class OverlayDirective implements OnInit, OnDestroy {
|
|
7
|
-
private component;
|
|
8
|
-
private overlayService;
|
|
9
|
-
private features$$;
|
|
10
|
-
private format;
|
|
11
|
-
get map(): IgoMap;
|
|
12
|
-
constructor(component: MapBrowserComponent, overlayService: OverlayService);
|
|
13
|
-
ngOnInit(): void;
|
|
14
|
-
ngOnDestroy(): void;
|
|
15
|
-
private handleFeatures;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayDirective, [{ self: true; }, null]>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<OverlayDirective, "[igoOverlay]", never, {}, {}, never, never, true, never>;
|
|
18
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { BehaviorSubject } from 'rxjs';
|
|
2
|
-
import { Feature } from '../../feature/shared/feature.interfaces';
|
|
3
|
-
import { OverlayAction } from './overlay.enum';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class OverlayService {
|
|
6
|
-
features$: BehaviorSubject<[Feature<{
|
|
7
|
-
[key: string]: any;
|
|
8
|
-
}>[], OverlayAction]>;
|
|
9
|
-
constructor();
|
|
10
|
-
setFeatures(features: Feature[], action?: OverlayAction): void;
|
|
11
|
-
clear(): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayService, never>;
|
|
13
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<OverlayService>;
|
|
14
|
-
}
|