@igo2/geo 19.0.3 → 20.0.0-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/fesm2022/igo2-geo.mjs +1269 -1908
- package/fesm2022/igo2-geo.mjs.map +1 -1
- package/index.d.ts +11894 -3
- package/package.json +19 -16
- package/lib/catalog/catalog-browser/catalog-browser-group.component.d.ts +0 -117
- package/lib/catalog/catalog-browser/catalog-browser-layer.component.d.ts +0 -77
- package/lib/catalog/catalog-browser/catalog-browser.component.d.ts +0 -99
- package/lib/catalog/catalog-browser/catalog-browser.module.d.ts +0 -10
- package/lib/catalog/catalog-library/add-catalog-dialog.component.d.ts +0 -40
- package/lib/catalog/catalog-library/catalog-library-item.component.d.ts +0 -25
- package/lib/catalog/catalog-library/catalog-library.component.d.ts +0 -68
- package/lib/catalog/catalog-library/catalog-library.module.d.ts +0 -14
- package/lib/catalog/catalog-library/index.d.ts +0 -3
- package/lib/catalog/catalog.module.d.ts +0 -14
- package/lib/catalog/index.d.ts +0 -5
- package/lib/catalog/shared/catalog.abstract.d.ts +0 -37
- package/lib/catalog/shared/catalog.enum.d.ts +0 -16
- package/lib/catalog/shared/catalog.interface.d.ts +0 -77
- package/lib/catalog/shared/catalog.service.d.ts +0 -38
- package/lib/catalog/shared/catalogs.d.ts +0 -35
- package/lib/catalog/shared/index.d.ts +0 -4
- package/lib/datasource/index.d.ts +0 -2
- package/lib/datasource/shared/capabilities.interface.d.ts +0 -24
- package/lib/datasource/shared/capabilities.service.d.ts +0 -36
- package/lib/datasource/shared/datasource.service.d.ts +0 -39
- package/lib/datasource/shared/datasources/any-datasource.d.ts +0 -16
- package/lib/datasource/shared/datasources/any-datasource.interface.d.ts +0 -16
- package/lib/datasource/shared/datasources/arcgisrest-datasource.d.ts +0 -14
- package/lib/datasource/shared/datasources/arcgisrest-datasource.interface.d.ts +0 -14
- package/lib/datasource/shared/datasources/carto-datasource.d.ts +0 -16
- package/lib/datasource/shared/datasources/carto-datasource.interface.d.ts +0 -11
- package/lib/datasource/shared/datasources/cluster-datasource.d.ts +0 -11
- package/lib/datasource/shared/datasources/cluster-datasource.interface.d.ts +0 -9
- package/lib/datasource/shared/datasources/data.service.d.ts +0 -3
- package/lib/datasource/shared/datasources/datasource.d.ts +0 -38
- package/lib/datasource/shared/datasources/datasource.interface.d.ts +0 -109
- package/lib/datasource/shared/datasources/feature-datasource.d.ts +0 -12
- package/lib/datasource/shared/datasources/feature-datasource.interface.d.ts +0 -19
- package/lib/datasource/shared/datasources/imagearcgisrest-datasource.d.ts +0 -16
- package/lib/datasource/shared/datasources/imagearcgisrest-datasource.interface.d.ts +0 -13
- package/lib/datasource/shared/datasources/index.d.ts +0 -35
- package/lib/datasource/shared/datasources/mvt-datasource.d.ts +0 -11
- package/lib/datasource/shared/datasources/mvt-datasource.interface.d.ts +0 -11
- package/lib/datasource/shared/datasources/osm-datasource.d.ts +0 -9
- package/lib/datasource/shared/datasources/osm-datasource.interface.d.ts +0 -5
- package/lib/datasource/shared/datasources/tilearcgisrest-datasource.d.ts +0 -16
- package/lib/datasource/shared/datasources/tilearcgisrest-datasource.interface.d.ts +0 -12
- package/lib/datasource/shared/datasources/tiledebug-datasource.d.ts +0 -9
- package/lib/datasource/shared/datasources/tiledebug-datasource.interface.d.ts +0 -7
- package/lib/datasource/shared/datasources/websocket-datasource.d.ts +0 -14
- package/lib/datasource/shared/datasources/websocket-datasource.interface.d.ts +0 -7
- package/lib/datasource/shared/datasources/wfs-datasource.d.ts +0 -37
- package/lib/datasource/shared/datasources/wfs-datasource.interface.d.ts +0 -18
- package/lib/datasource/shared/datasources/wfs.service.d.ts +0 -17
- package/lib/datasource/shared/datasources/wms-datasource.d.ts +0 -58
- package/lib/datasource/shared/datasources/wms-datasource.interface.d.ts +0 -37
- package/lib/datasource/shared/datasources/wms-wfs.utils.d.ts +0 -43
- package/lib/datasource/shared/datasources/wmts-datasource.d.ts +0 -10
- package/lib/datasource/shared/datasources/wmts-datasource.interface.d.ts +0 -11
- package/lib/datasource/shared/datasources/xyz-datasource.d.ts +0 -9
- package/lib/datasource/shared/datasources/xyz-datasource.interface.d.ts +0 -9
- package/lib/datasource/shared/index.d.ts +0 -5
- package/lib/datasource/shared/options/index.d.ts +0 -4
- package/lib/datasource/shared/options/options-api.interface.d.ts +0 -4
- package/lib/datasource/shared/options/options-api.providers.d.ts +0 -10
- package/lib/datasource/shared/options/options-api.service.d.ts +0 -17
- package/lib/datasource/shared/options/options.service.d.ts +0 -6
- package/lib/datasource/utils/index.d.ts +0 -1
- package/lib/datasource/utils/tilegrid.d.ts +0 -2
- package/lib/directions/directions-buttons/directions-buttons.component.d.ts +0 -76
- package/lib/directions/directions-buttons/index.d.ts +0 -1
- package/lib/directions/directions-inputs/directions-inputs.component.d.ts +0 -147
- package/lib/directions/directions-inputs/index.d.ts +0 -1
- package/lib/directions/directions-results/directions-results.component.d.ts +0 -64
- package/lib/directions/directions-results/index.d.ts +0 -1
- package/lib/directions/directions-sources/directions-source.d.ts +0 -11
- package/lib/directions/directions-sources/directions-source.interface.d.ts +0 -28
- package/lib/directions/directions-sources/directions-source.provider.d.ts +0 -13
- package/lib/directions/directions-sources/index.d.ts +0 -4
- package/lib/directions/directions-sources/osrm-directions-source.d.ts +0 -33
- package/lib/directions/directions.component.d.ts +0 -76
- package/lib/directions/directions.module.d.ts +0 -15
- package/lib/directions/directions.provider.d.ts +0 -3
- package/lib/directions/index.d.ts +0 -7
- package/lib/directions/shared/directions-source.service.d.ts +0 -11
- package/lib/directions/shared/directions.enum.d.ts +0 -63
- package/lib/directions/shared/directions.interface.d.ts +0 -139
- package/lib/directions/shared/directions.service.d.ts +0 -69
- package/lib/directions/shared/directions.utils.d.ts +0 -121
- package/lib/directions/shared/index.d.ts +0 -5
- package/lib/directions/shared/store.d.ts +0 -18
- package/lib/download/download-button/download-button.component.d.ts +0 -14
- package/lib/download/download-button/index.d.ts +0 -1
- package/lib/download/download.module.d.ts +0 -12
- package/lib/download/index.d.ts +0 -2
- package/lib/download/shared/download.interface.d.ts +0 -10
- package/lib/download/shared/download.service.d.ts +0 -10
- package/lib/download/shared/index.d.ts +0 -2
- package/lib/draw/draw/draw-layer-popup.component.d.ts +0 -14
- package/lib/draw/draw/draw-popup.component.d.ts +0 -63
- package/lib/draw/draw/draw-shorcuts.component.d.ts +0 -7
- package/lib/draw/draw/draw.component.d.ts +0 -240
- package/lib/draw/draw/draw.module.d.ts +0 -10
- package/lib/draw/drawingTool.module.d.ts +0 -10
- package/lib/draw/index.d.ts +0 -2
- package/lib/draw/shared/draw-icon.service.d.ts +0 -12
- package/lib/draw/shared/draw.enum.d.ts +0 -17
- package/lib/draw/shared/draw.interface.d.ts +0 -39
- package/lib/draw/shared/draw.utils.d.ts +0 -36
- package/lib/draw/shared/index.d.ts +0 -4
- package/lib/environment/environment.interface.d.ts +0 -53
- package/lib/environment/index.d.ts +0 -1
- package/lib/feature/feature-details/feature-details.component.d.ts +0 -63
- package/lib/feature/feature-details/feature-details.directive.d.ts +0 -17
- package/lib/feature/feature-details/feature-details.module.d.ts +0 -14
- package/lib/feature/feature-details/index.d.ts +0 -3
- package/lib/feature/feature-form/feature-form.component.d.ts +0 -44
- package/lib/feature/feature-form/feature-form.module.d.ts +0 -10
- package/lib/feature/feature.module.d.ts +0 -14
- package/lib/feature/index.d.ts +0 -4
- package/lib/feature/shared/feature-store.utils.d.ts +0 -10
- package/lib/feature/shared/feature.enums.d.ts +0 -7
- package/lib/feature/shared/feature.interfaces.d.ts +0 -75
- package/lib/feature/shared/feature.utils.d.ts +0 -98
- package/lib/feature/shared/index.d.ts +0 -7
- package/lib/feature/shared/store.d.ts +0 -78
- package/lib/feature/shared/strategies/geo-properties.d.ts +0 -61
- package/lib/feature/shared/strategies/in-map-extent.d.ts +0 -53
- package/lib/feature/shared/strategies/in-map-resolution.d.ts +0 -52
- package/lib/feature/shared/strategies/index.d.ts +0 -7
- package/lib/feature/shared/strategies/loading-layer.d.ts +0 -59
- package/lib/feature/shared/strategies/loading.d.ts +0 -75
- package/lib/feature/shared/strategies/search.d.ts +0 -55
- package/lib/feature/shared/strategies/selection.d.ts +0 -176
- package/lib/feature/shared/strategies.utils.d.ts +0 -17
- package/lib/filter/filter.module.d.ts +0 -48
- package/lib/filter/index.d.ts +0 -16
- package/lib/filter/ogc-filter-button/index.d.ts +0 -1
- package/lib/filter/ogc-filter-button/ogc-filter-button.component.d.ts +0 -19
- package/lib/filter/ogc-filter-form/index.d.ts +0 -1
- package/lib/filter/ogc-filter-form/ogc-filter-form.component.d.ts +0 -63
- package/lib/filter/ogc-filter-selection/index.d.ts +0 -1
- package/lib/filter/ogc-filter-selection/ogc-filter-selection.component.d.ts +0 -99
- package/lib/filter/ogc-filter-time/index.d.ts +0 -2
- package/lib/filter/ogc-filter-time/ogc-filter-time-slider.component.d.ts +0 -39
- package/lib/filter/ogc-filter-time/ogc-filter-time.component.d.ts +0 -88
- package/lib/filter/ogc-filterable-form/index.d.ts +0 -1
- package/lib/filter/ogc-filterable-form/ogc-filterable-form.component.d.ts +0 -14
- package/lib/filter/ogc-filterable-item/index.d.ts +0 -1
- package/lib/filter/ogc-filterable-item/ogc-filterable-item.component.d.ts +0 -41
- package/lib/filter/ogc-filterable-list/index.d.ts +0 -2
- package/lib/filter/ogc-filterable-list/ogc-filterable-list-binding.directive.d.ts +0 -14
- package/lib/filter/ogc-filterable-list/ogc-filterable-list.component.d.ts +0 -9
- package/lib/filter/shared/date.utils.d.ts +0 -9
- package/lib/filter/shared/filter.utils.d.ts +0 -26
- package/lib/filter/shared/filterable-datasource.pipe.d.ts +0 -10
- package/lib/filter/shared/index.d.ts +0 -11
- package/lib/filter/shared/ogc-filter-time.service.d.ts +0 -18
- package/lib/filter/shared/ogc-filter.d.ts +0 -30
- package/lib/filter/shared/ogc-filter.enum.d.ts +0 -27
- package/lib/filter/shared/ogc-filter.interface.d.ts +0 -205
- package/lib/filter/shared/ogc-filter.service.d.ts +0 -12
- package/lib/filter/shared/spatial-filter.enum.d.ts +0 -19
- package/lib/filter/shared/spatial-filter.interface.d.ts +0 -10
- package/lib/filter/shared/spatial-filter.service.d.ts +0 -36
- package/lib/filter/shared/time-filter.enum.d.ts +0 -10
- package/lib/filter/shared/time-filter.interface.d.ts +0 -15
- package/lib/filter/shared/time-filter.service.d.ts +0 -10
- package/lib/filter/spatial-filter/spatial-filter-item/index.d.ts +0 -1
- package/lib/filter/spatial-filter/spatial-filter-item/spatial-filter-item.component.d.ts +0 -163
- package/lib/filter/spatial-filter/spatial-filter-list/index.d.ts +0 -1
- package/lib/filter/spatial-filter/spatial-filter-list/spatial-filter-list.component.d.ts +0 -51
- package/lib/filter/spatial-filter/spatial-filter-type/index.d.ts +0 -1
- package/lib/filter/spatial-filter/spatial-filter-type/spatial-filter-type.component.d.ts +0 -38
- package/lib/filter/time-filter-button/index.d.ts +0 -1
- package/lib/filter/time-filter-button/time-filter-button.component.d.ts +0 -19
- package/lib/filter/time-filter-form/index.d.ts +0 -1
- package/lib/filter/time-filter-form/time-filter-form.component.d.ts +0 -82
- package/lib/filter/time-filter-item/index.d.ts +0 -1
- package/lib/filter/time-filter-item/time-filter-item.component.d.ts +0 -29
- package/lib/filter/time-filter-list/index.d.ts +0 -2
- package/lib/filter/time-filter-list/time-filter-list-binding.directive.d.ts +0 -14
- package/lib/filter/time-filter-list/time-filter-list.component.d.ts +0 -7
- package/lib/geo.module.d.ts +0 -18
- package/lib/geometry/geometry-form-field/geometry-form-field-input.component.d.ts +0 -199
- package/lib/geometry/geometry-form-field/geometry-form-field.component.d.ts +0 -86
- package/lib/geometry/geometry-form-field/geometry-form-field.module.d.ts +0 -14
- package/lib/geometry/geometry-form-field/index.d.ts +0 -3
- package/lib/geometry/geometry.module.d.ts +0 -10
- package/lib/geometry/index.d.ts +0 -2
- package/lib/geometry/shared/controls/draw.d.ts +0 -150
- package/lib/geometry/shared/controls/index.d.ts +0 -3
- package/lib/geometry/shared/controls/modify.d.ts +0 -228
- package/lib/geometry/shared/controls/slice.d.ts +0 -99
- package/lib/geometry/shared/geometry.errors.d.ts +0 -11
- package/lib/geometry/shared/geometry.interfaces.d.ts +0 -13
- package/lib/geometry/shared/geometry.utils.d.ts +0 -43
- package/lib/geometry/shared/index.d.ts +0 -4
- package/lib/import-export/export-button/export-button.component.d.ts +0 -11
- package/lib/import-export/export-button/index.d.ts +0 -1
- package/lib/import-export/import-export/import-export.component.d.ts +0 -119
- package/lib/import-export/import-export/index.d.ts +0 -1
- package/lib/import-export/import-export.module.d.ts +0 -18
- package/lib/import-export/index.d.ts +0 -4
- package/lib/import-export/shared/drop-geo-file.directive.d.ts +0 -39
- package/lib/import-export/shared/export.errors.d.ts +0 -8
- package/lib/import-export/shared/export.interface.d.ts +0 -18
- package/lib/import-export/shared/export.service.d.ts +0 -43
- package/lib/import-export/shared/export.type.d.ts +0 -8
- package/lib/import-export/shared/export.utils.d.ts +0 -21
- package/lib/import-export/shared/import.errors.d.ts +0 -20
- package/lib/import-export/shared/import.interface.d.ts +0 -11
- package/lib/import-export/shared/import.service.d.ts +0 -31
- package/lib/import-export/shared/import.utils.d.ts +0 -20
- package/lib/import-export/shared/index.d.ts +0 -10
- package/lib/layer/index.d.ts +0 -15
- package/lib/layer/layer-group/index.d.ts +0 -1
- package/lib/layer/layer-group/layer-group.component.d.ts +0 -30
- package/lib/layer/layer-item/index.d.ts +0 -1
- package/lib/layer/layer-item/layer-item.component.d.ts +0 -43
- package/lib/layer/layer-legend/index.d.ts +0 -1
- package/lib/layer/layer-legend/layer-legend.component.d.ts +0 -86
- package/lib/layer/layer-legend-item/index.d.ts +0 -1
- package/lib/layer/layer-legend-item/layer-legend-item.component.d.ts +0 -22
- package/lib/layer/layer-legend-list/index.d.ts +0 -2
- package/lib/layer/layer-legend-list/layer-legend-list-binding.directive.d.ts +0 -16
- package/lib/layer/layer-legend-list/layer-legend-list.component.d.ts +0 -29
- package/lib/layer/layer-list/index.d.ts +0 -1
- package/lib/layer/layer-list/layer-list.component.d.ts +0 -55
- package/lib/layer/layer-list-tool/index.d.ts +0 -3
- package/lib/layer/layer-list-tool/layer-list-tool.component.d.ts +0 -25
- package/lib/layer/layer-list-tool/layer-list-tool.interface.d.ts +0 -12
- package/lib/layer/layer-list-tool/layer-list-tool.service.d.ts +0 -14
- package/lib/layer/layer-search/index.d.ts +0 -1
- package/lib/layer/layer-search/layer-search.component.d.ts +0 -16
- package/lib/layer/layer-unavailable/index.d.ts +0 -2
- package/lib/layer/layer-unavailable/layer-unavailable-list/layer-unavailable-list.component.d.ts +0 -10
- package/lib/layer/layer-unavailable/layer-unavailable.component.d.ts +0 -11
- package/lib/layer/layer-viewer/index.d.ts +0 -2
- package/lib/layer/layer-viewer/layer-viewer.component.d.ts +0 -52
- package/lib/layer/layer-viewer/layer-viewer.interface.d.ts +0 -22
- package/lib/layer/layer-viewer-bottom-actions/index.d.ts +0 -1
- package/lib/layer/layer-viewer-bottom-actions/layer-viewer-bottom-actions.component.d.ts +0 -44
- package/lib/layer/layer-visibility-button/index.d.ts +0 -1
- package/lib/layer/layer-visibility-button/layer-visibility-button.component.d.ts +0 -22
- package/lib/layer/layer.module.d.ts +0 -42
- package/lib/layer/shared/clusterParam.d.ts +0 -11
- package/lib/layer/shared/index.d.ts +0 -5
- package/lib/layer/shared/layer-controller.d.ts +0 -81
- package/lib/layer/shared/layer-selection.d.ts +0 -14
- package/lib/layer/shared/layer.enums.d.ts +0 -1
- package/lib/layer/shared/layer.service.d.ts +0 -40
- package/lib/layer/shared/layers/any-layer.d.ts +0 -3
- package/lib/layer/shared/layers/any-layer.interface.d.ts +0 -8
- package/lib/layer/shared/layers/image-layer.d.ts +0 -24
- package/lib/layer/shared/layers/image-layer.interface.d.ts +0 -16
- package/lib/layer/shared/layers/index.d.ts +0 -17
- package/lib/layer/shared/layers/layer-base.d.ts +0 -75
- package/lib/layer/shared/layers/layer-group.d.ts +0 -33
- package/lib/layer/shared/layers/layer-group.interface.d.ts +0 -8
- package/lib/layer/shared/layers/layer.d.ts +0 -46
- package/lib/layer/shared/layers/layer.interface.d.ts +0 -72
- package/lib/layer/shared/layers/legend.interface.d.ts +0 -22
- package/lib/layer/shared/layers/linked/index.d.ts +0 -3
- package/lib/layer/shared/layers/linked/linked-layer.d.ts +0 -36
- package/lib/layer/shared/layers/linked/linked-layer.interface.d.ts +0 -33
- package/lib/layer/shared/layers/linked/linked-layer.utils.d.ts +0 -9
- package/lib/layer/shared/layers/tile-layer.d.ts +0 -34
- package/lib/layer/shared/layers/tile-layer.interface.d.ts +0 -20
- package/lib/layer/shared/layers/vector-layer.d.ts +0 -91
- package/lib/layer/shared/layers/vector-layer.interface.d.ts +0 -42
- package/lib/layer/shared/layers/vectortile-layer.d.ts +0 -31
- package/lib/layer/shared/layers/vectortile-layer.interface.d.ts +0 -16
- package/lib/layer/track-feature-button/index.d.ts +0 -1
- package/lib/layer/track-feature-button/track-feature-button.component.d.ts +0 -14
- package/lib/layer/utils/image-watcher.d.ts +0 -16
- package/lib/layer/utils/index.d.ts +0 -6
- package/lib/layer/utils/layer-options.utils.d.ts +0 -12
- package/lib/layer/utils/layer.utils.d.ts +0 -12
- package/lib/layer/utils/outputLegend.d.ts +0 -7
- package/lib/layer/utils/tile-watcher.d.ts +0 -14
- package/lib/layer/utils/vector-watcher.d.ts +0 -13
- package/lib/map/baselayers-switcher/baselayers-switcher.animation.d.ts +0 -2
- package/lib/map/baselayers-switcher/baselayers-switcher.component.d.ts +0 -22
- package/lib/map/baselayers-switcher/index.d.ts +0 -2
- package/lib/map/baselayers-switcher/mini-basemap.component.d.ts +0 -26
- package/lib/map/geolocate-button/geolocate-button.component.d.ts +0 -22
- package/lib/map/geolocate-button/index.d.ts +0 -1
- package/lib/map/home-extent-button/home-extent-button.component.d.ts +0 -20
- package/lib/map/home-extent-button/home-extent-button.interface.d.ts +0 -6
- package/lib/map/home-extent-button/index.d.ts +0 -2
- package/lib/map/index.d.ts +0 -13
- package/lib/map/info-section/index.d.ts +0 -1
- package/lib/map/info-section/info-section.component.d.ts +0 -6
- package/lib/map/map-browser/index.d.ts +0 -1
- package/lib/map/map-browser/map-browser.component.d.ts +0 -25
- package/lib/map/map-center/index.d.ts +0 -1
- package/lib/map/map-center/map-center.component.d.ts +0 -30
- package/lib/map/map.module.d.ts +0 -42
- package/lib/map/menu-button/index.d.ts +0 -1
- package/lib/map/menu-button/menu-button.component.d.ts +0 -17
- package/lib/map/offline-button/index.d.ts +0 -1
- package/lib/map/offline-button/offline-button.component.d.ts +0 -14
- package/lib/map/rotation-button/index.d.ts +0 -1
- package/lib/map/rotation-button/rotation-button.component.d.ts +0 -18
- package/lib/map/shared/controllers/controller.d.ts +0 -29
- package/lib/map/shared/controllers/geolocation.d.ts +0 -96
- package/lib/map/shared/controllers/geolocation.interface.d.ts +0 -39
- package/lib/map/shared/controllers/index.d.ts +0 -4
- package/lib/map/shared/controllers/view.d.ts +0 -200
- package/lib/map/shared/hover-feature.directive.d.ts +0 -123
- package/lib/map/shared/index.d.ts +0 -14
- package/lib/map/shared/linkedLayers.utils.d.ts +0 -13
- package/lib/map/shared/map-pointer-position.directive.d.ts +0 -71
- package/lib/map/shared/map.abstract.d.ts +0 -43
- package/lib/map/shared/map.d.ts +0 -70
- package/lib/map/shared/map.enums.d.ts +0 -4
- package/lib/map/shared/map.interface.d.ts +0 -57
- package/lib/map/shared/map.service.d.ts +0 -18
- package/lib/map/shared/map.utils.d.ts +0 -92
- package/lib/map/shared/mapOffline.directive.d.ts +0 -19
- package/lib/map/shared/projection.interfaces.d.ts +0 -27
- package/lib/map/shared/projection.service.d.ts +0 -19
- package/lib/map/shared/projection.utils.d.ts +0 -30
- package/lib/map/swipe-control/index.d.ts +0 -1
- package/lib/map/swipe-control/swipe-control.component.d.ts +0 -96
- package/lib/map/utils/index.d.ts +0 -1
- package/lib/map/utils/layer-watcher.d.ts +0 -30
- package/lib/map/wake-lock-button/index.d.ts +0 -1
- package/lib/map/wake-lock-button/wake-lock-button.component.d.ts +0 -27
- package/lib/map/zoom-button/index.d.ts +0 -1
- package/lib/map/zoom-button/zoom-button.component.d.ts +0 -11
- package/lib/measure/index.d.ts +0 -2
- package/lib/measure/measure.module.d.ts +0 -10
- package/lib/measure/measurer/index.d.ts +0 -5
- package/lib/measure/measurer/measure-format.pipe.d.ts +0 -15
- package/lib/measure/measurer/measurer-dialog.component.d.ts +0 -14
- package/lib/measure/measurer/measurer-item.component.d.ts +0 -65
- package/lib/measure/measurer/measurer.component.d.ts +0 -401
- package/lib/measure/measurer/measurer.module.d.ts +0 -11
- package/lib/measure/shared/index.d.ts +0 -3
- package/lib/measure/shared/measure.enum.d.ts +0 -33
- package/lib/measure/shared/measure.interfaces.d.ts +0 -20
- package/lib/measure/shared/measure.utils.d.ts +0 -180
- package/lib/metadata/index.d.ts +0 -3
- package/lib/metadata/metadata-button/index.d.ts +0 -1
- package/lib/metadata/metadata-button/metadata-button.component.d.ts +0 -22
- package/lib/metadata/metadata.module.d.ts +0 -14
- package/lib/metadata/shared/index.d.ts +0 -2
- package/lib/metadata/shared/metadata.interface.d.ts +0 -13
- package/lib/metadata/shared/metadata.service.d.ts +0 -7
- package/lib/offline/geoDB/configFileToGeoDB.service.d.ts +0 -12
- package/lib/offline/geoDB/geoDB.d.ts +0 -36
- package/lib/offline/geoDB/geoDB.enums.d.ts +0 -4
- package/lib/offline/geoDB/geoDB.interface.d.ts +0 -19
- package/lib/offline/geoDB/index.d.ts +0 -4
- package/lib/offline/index.d.ts +0 -5
- package/lib/offline/layerDB/index.d.ts +0 -2
- package/lib/offline/layerDB/layerDB.d.ts +0 -34
- package/lib/offline/layerDB/layerDB.interface.d.ts +0 -7
- package/lib/offline/offline.interface.d.ts +0 -3
- package/lib/offline/offline.provider.d.ts +0 -5
- package/lib/offline/shared/geo-network.service.d.ts +0 -27
- package/lib/offline/shared/index.d.ts +0 -1
- package/lib/offline/shared/indexed-db.interface.d.ts +0 -16
- package/lib/offline/shared/indexed-db.utils.d.ts +0 -4
- package/lib/overlay/index.d.ts +0 -1
- package/lib/overlay/shared/index.d.ts +0 -3
- package/lib/overlay/shared/overlay.d.ts +0 -82
- package/lib/overlay/shared/overlay.enum.d.ts +0 -6
- package/lib/overlay/shared/overlay.utils.d.ts +0 -6
- package/lib/print/index.d.ts +0 -3
- package/lib/print/print/print.component.d.ts +0 -35
- package/lib/print/print-form/index.d.ts +0 -1
- package/lib/print/print-form/print-form.component.d.ts +0 -99
- package/lib/print/print.module.d.ts +0 -11
- package/lib/print/shared/geopdf.d.ts +0 -1
- package/lib/print/shared/index.d.ts +0 -4
- package/lib/print/shared/print.interface.d.ts +0 -23
- package/lib/print/shared/print.service.d.ts +0 -184
- package/lib/print/shared/print.type.d.ts +0 -40
- package/lib/query/index.d.ts +0 -1
- package/lib/query/query.module.d.ts +0 -11
- package/lib/query/shared/index.d.ts +0 -7
- package/lib/query/shared/query-search-source.d.ts +0 -17
- package/lib/query/shared/query-search-source.providers.d.ts +0 -17
- package/lib/query/shared/query.directive.d.ts +0 -105
- package/lib/query/shared/query.enums.d.ts +0 -26
- package/lib/query/shared/query.interfaces.d.ts +0 -34
- package/lib/query/shared/query.service.d.ts +0 -54
- package/lib/query/shared/query.utils.d.ts +0 -28
- package/lib/search/index.d.ts +0 -9
- package/lib/search/search-bar/search-bar.component.d.ts +0 -233
- package/lib/search/search-bar/search-bar.module.d.ts +0 -10
- package/lib/search/search-results/index.d.ts +0 -4
- package/lib/search/search-results/save-feature-dialog.component.d.ts +0 -32
- package/lib/search/search-results/search-results-add-button.component.d.ts +0 -84
- package/lib/search/search-results/search-results-item.component.d.ts +0 -52
- package/lib/search/search-results/search-results.component.d.ts +0 -155
- package/lib/search/search-results/search-results.directive.d.ts +0 -3
- package/lib/search/search-results/search-results.module.d.ts +0 -11
- package/lib/search/search-selector/search-selector.component.d.ts +0 -58
- package/lib/search/search-selector/search-selector.module.d.ts +0 -10
- package/lib/search/search-settings/search-settings.component.d.ts +0 -109
- package/lib/search/search-settings/search-settings.module.d.ts +0 -10
- package/lib/search/search.module.d.ts +0 -21
- package/lib/search/shared/index.d.ts +0 -9
- package/lib/search/shared/search-pointer-summary.directive.d.ts +0 -124
- package/lib/search/shared/search-source-service.providers.d.ts +0 -15
- package/lib/search/shared/search-source.service.d.ts +0 -39
- package/lib/search/shared/search.enums.d.ts +0 -1
- package/lib/search/shared/search.interfaces.d.ts +0 -54
- package/lib/search/shared/search.provider.d.ts +0 -8
- package/lib/search/shared/search.service.d.ts +0 -58
- package/lib/search/shared/search.utils.d.ts +0 -39
- package/lib/search/shared/sources/cadastre.d.ts +0 -35
- package/lib/search/shared/sources/cadastre.providers.d.ts +0 -22
- package/lib/search/shared/sources/coordinates.d.ts +0 -41
- package/lib/search/shared/sources/coordinates.interfaces.d.ts +0 -12
- package/lib/search/shared/sources/coordinates.providers.d.ts +0 -35
- package/lib/search/shared/sources/icherche-icons.d.ts +0 -5
- package/lib/search/shared/sources/icherche.d.ts +0 -101
- package/lib/search/shared/sources/icherche.interfaces.d.ts +0 -26
- package/lib/search/shared/sources/icherche.providers.d.ts +0 -42
- package/lib/search/shared/sources/ilayer.d.ts +0 -57
- package/lib/search/shared/sources/ilayer.interfaces.d.ts +0 -43
- package/lib/search/shared/sources/ilayer.providers.d.ts +0 -35
- package/lib/search/shared/sources/index.d.ts +0 -22
- package/lib/search/shared/sources/nominatim.d.ts +0 -46
- package/lib/search/shared/sources/nominatim.interfaces.d.ts +0 -10
- package/lib/search/shared/sources/nominatim.providers.d.ts +0 -21
- package/lib/search/shared/sources/source.d.ts +0 -88
- package/lib/search/shared/sources/source.interfaces.d.ts +0 -65
- package/lib/search/shared/sources/storedqueries.d.ts +0 -76
- package/lib/search/shared/sources/storedqueries.interfaces.d.ts +0 -38
- package/lib/search/shared/sources/storedqueries.providers.d.ts +0 -37
- package/lib/search/shared/sources/workspace.d.ts +0 -34
- package/lib/search/shared/sources/workspace.interfaces.d.ts +0 -9
- package/lib/search/shared/sources/workspace.providers.d.ts +0 -21
- package/lib/style/index.d.ts +0 -4
- package/lib/style/shared/datasource/esri-style-generator.d.ts +0 -21
- package/lib/style/shared/datasource/index.d.ts +0 -1
- package/lib/style/shared/feature/feature-style.d.ts +0 -18
- package/lib/style/shared/feature/index.d.ts +0 -1
- package/lib/style/shared/font.enum.d.ts +0 -15
- package/lib/style/shared/index.d.ts +0 -4
- package/lib/style/shared/overlay/index.d.ts +0 -2
- package/lib/style/shared/overlay/overlay-marker-style.utils.d.ts +0 -11
- package/lib/style/shared/overlay/overlay-style.utils.d.ts +0 -19
- package/lib/style/shared/vector/commonVectorStyle.d.ts +0 -14
- package/lib/style/shared/vector/conversion.utils.d.ts +0 -21
- package/lib/style/shared/vector/index.d.ts +0 -3
- package/lib/style/shared/vector/vector-style.interface.d.ts +0 -66
- package/lib/style/style-list/index.d.ts +0 -4
- package/lib/style/style-list/style-list.interface.d.ts +0 -4
- package/lib/style/style-list/style-list.module.d.ts +0 -8
- package/lib/style/style-list/style-list.provider.d.ts +0 -8
- package/lib/style/style-list/style-list.service.d.ts +0 -18
- package/lib/style/style-modal/drawing/index.d.ts +0 -1
- package/lib/style/style-modal/drawing/style-modal-drawing.component.d.ts +0 -33
- package/lib/style/style-modal/index.d.ts +0 -4
- package/lib/style/style-modal/layer/index.d.ts +0 -1
- package/lib/style/style-modal/layer/style-modal-layer.component.d.ts +0 -32
- package/lib/style/style-modal/layer-button/index.d.ts +0 -1
- package/lib/style/style-modal/layer-button/style-modal-layer-button.component.d.ts +0 -14
- package/lib/style/style-modal/shared/index.d.ts +0 -1
- package/lib/style/style-modal/shared/style-modal.interface.d.ts +0 -17
- package/lib/style/style-service/draw-style.service.d.ts +0 -34
- package/lib/style/style-service/index.d.ts +0 -2
- package/lib/style/style-service/style.service.d.ts +0 -55
- package/lib/style/style.module.d.ts +0 -12
- package/lib/toast/index.d.ts +0 -1
- package/lib/toast/toast.component.d.ts +0 -32
- package/lib/toast/toast.module.d.ts +0 -12
- package/lib/utils/googleLinks.d.ts +0 -5
- package/lib/utils/id-generator.d.ts +0 -53
- package/lib/utils/index.d.ts +0 -4
- package/lib/utils/osmLinks.d.ts +0 -4
- package/lib/utils/propertyTypeDetector/index.d.ts +0 -2
- package/lib/utils/propertyTypeDetector/propertyTypeDetector.interface.d.ts +0 -5
- package/lib/utils/propertyTypeDetector/propertyTypeDetector.service.d.ts +0 -15
- package/lib/wkt/index.d.ts +0 -1
- package/lib/wkt/shared/index.d.ts +0 -1
- package/lib/wkt/shared/wkt.service.d.ts +0 -18
- package/lib/wkt/wkt.module.d.ts +0 -11
- package/lib/workspace/confirmation-popup/confirmation-popup.component.d.ts +0 -23
- package/lib/workspace/confirmation-popup/confirmation-popup.module.d.ts +0 -10
- package/lib/workspace/confirmation-popup/index.d.ts +0 -2
- package/lib/workspace/index.d.ts +0 -7
- package/lib/workspace/shared/edition-workspace.d.ts +0 -82
- package/lib/workspace/shared/edition-workspace.service.d.ts +0 -50
- package/lib/workspace/shared/feature-workspace.d.ts +0 -18
- package/lib/workspace/shared/feature-workspace.service.d.ts +0 -23
- package/lib/workspace/shared/index.d.ts +0 -8
- package/lib/workspace/shared/wfs-workspace.d.ts +0 -18
- package/lib/workspace/shared/wfs-workspace.service.d.ts +0 -23
- package/lib/workspace/shared/wms-workspace.service.d.ts +0 -25
- package/lib/workspace/shared/workspace.interface.d.ts +0 -4
- package/lib/workspace/shared/workspace.utils.d.ts +0 -24
- package/lib/workspace/widgets/index.d.ts +0 -3
- package/lib/workspace/widgets/interactive-selection/interactive-selection.component.d.ts +0 -58
- package/lib/workspace/widgets/ogc-filter/ogc-filter.component.d.ts +0 -30
- package/lib/workspace/widgets/ogc-filter/ogc-filter.module.d.ts +0 -10
- package/lib/workspace/widgets/widgets.d.ts +0 -16
- package/lib/workspace/workspace-selector/workspace-selector.directive.d.ts +0 -35
- package/lib/workspace/workspace-selector/workspace-selector.module.d.ts +0 -10
- package/lib/workspace/workspace-updator/workspace-updator.directive.d.ts +0 -26
- package/lib/workspace/workspace-updator/workspace-updator.module.d.ts +0 -10
- package/lib/workspace/workspace.module.d.ts +0 -10
- package/public_api.d.ts +0 -52
- package/src/geo.theme.scss +0 -15
- package/src/lib/catalog/catalog-browser/catalog-browser.theming.scss +0 -22
- package/src/lib/catalog/catalog.theming.scss +0 -5
- package/src/lib/directions/directions-inputs/directions-inputs.theming.scss +0 -21
- package/src/lib/directions/directions.theming.scss +0 -5
- package/src/lib/draw/draw.theming.scss +0 -17
- package/src/lib/layer/layer-legend/layer-legend.theme.scss +0 -21
- package/src/lib/layer/layer-list-tool/layer-list-tool.theming.scss +0 -22
- package/src/lib/layer/layer.theming.scss +0 -9
- package/src/lib/map/map-browser/map-browser.theming.scss +0 -20
- package/src/lib/map/map.theming.scss +0 -5
- package/src/lib/search/search-bar/search-bar.theming.scss +0 -9
- package/src/lib/search/search.theming.scss +0 -5
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, OnDestroy } from '@angular/core';
|
|
2
|
-
import { IgoMap } from '../shared/map';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Tool to display the center of the map
|
|
6
|
-
*/
|
|
7
|
-
export declare class MapCenterComponent implements AfterViewInit, OnDestroy {
|
|
8
|
-
/**
|
|
9
|
-
* Get an active map
|
|
10
|
-
*/
|
|
11
|
-
map: IgoMap;
|
|
12
|
-
/**
|
|
13
|
-
* Listener of toggle from advanced-map-tool
|
|
14
|
-
*/
|
|
15
|
-
private displayCenter$$;
|
|
16
|
-
/**
|
|
17
|
-
* Set a visibility for cursor of the center of the map
|
|
18
|
-
*/
|
|
19
|
-
ngAfterViewInit(): void;
|
|
20
|
-
/**
|
|
21
|
-
* Destroyer of a component
|
|
22
|
-
*/
|
|
23
|
-
ngOnDestroy(): void;
|
|
24
|
-
/**
|
|
25
|
-
* Zoom on div
|
|
26
|
-
*/
|
|
27
|
-
private letZoom;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MapCenterComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapCenterComponent, "igo-map-center", never, { "map": { "alias": "map"; "required": false; }; }, {}, never, never, true, never>;
|
|
30
|
-
}
|
package/lib/map/map.module.d.ts
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { BaseLayersSwitcherComponent } from './baselayers-switcher/baselayers-switcher.component';
|
|
2
|
-
import { MiniBaseMapComponent } from './baselayers-switcher/mini-basemap.component';
|
|
3
|
-
import { GeolocateButtonComponent } from './geolocate-button/geolocate-button.component';
|
|
4
|
-
import { HomeExtentButtonComponent } from './home-extent-button/home-extent-button.component';
|
|
5
|
-
import { InfoSectionComponent } from './info-section/info-section.component';
|
|
6
|
-
import { MapBrowserComponent } from './map-browser/map-browser.component';
|
|
7
|
-
import { MapCenterComponent } from './map-center/map-center.component';
|
|
8
|
-
import { MenuButtonComponent } from './menu-button/menu-button.component';
|
|
9
|
-
import { OfflineButtonComponent } from './offline-button/offline-button.component';
|
|
10
|
-
import { RotationButtonComponent } from './rotation-button/rotation-button.component';
|
|
11
|
-
import { HoverFeatureDirective } from './shared/hover-feature.directive';
|
|
12
|
-
import { PointerPositionDirective } from './shared/map-pointer-position.directive';
|
|
13
|
-
import { MapOfflineDirective } from './shared/mapOffline.directive';
|
|
14
|
-
import { SwipeControlComponent } from './swipe-control/swipe-control.component';
|
|
15
|
-
import { WakeLockButtonComponent } from './wake-lock-button/wake-lock-button.component';
|
|
16
|
-
import { ZoomButtonComponent } from './zoom-button/zoom-button.component';
|
|
17
|
-
import * as i0 from "@angular/core";
|
|
18
|
-
import * as i1 from "./baselayers-switcher/baselayers-switcher.component";
|
|
19
|
-
import * as i2 from "./geolocate-button/geolocate-button.component";
|
|
20
|
-
import * as i3 from "./home-extent-button/home-extent-button.component";
|
|
21
|
-
import * as i4 from "./shared/hover-feature.directive";
|
|
22
|
-
import * as i5 from "./info-section/info-section.component";
|
|
23
|
-
import * as i6 from "./map-browser/map-browser.component";
|
|
24
|
-
import * as i7 from "./map-center/map-center.component";
|
|
25
|
-
import * as i8 from "./shared/mapOffline.directive";
|
|
26
|
-
import * as i9 from "./menu-button/menu-button.component";
|
|
27
|
-
import * as i10 from "./baselayers-switcher/mini-basemap.component";
|
|
28
|
-
import * as i11 from "./offline-button/offline-button.component";
|
|
29
|
-
import * as i12 from "./shared/map-pointer-position.directive";
|
|
30
|
-
import * as i13 from "./rotation-button/rotation-button.component";
|
|
31
|
-
import * as i14 from "./swipe-control/swipe-control.component";
|
|
32
|
-
import * as i15 from "./wake-lock-button/wake-lock-button.component";
|
|
33
|
-
import * as i16 from "./zoom-button/zoom-button.component";
|
|
34
|
-
export declare const MAP_DIRECTIVES: readonly [typeof BaseLayersSwitcherComponent, typeof GeolocateButtonComponent, typeof HomeExtentButtonComponent, typeof HoverFeatureDirective, typeof InfoSectionComponent, typeof MapBrowserComponent, typeof MapCenterComponent, typeof MapOfflineDirective, typeof MenuButtonComponent, typeof MiniBaseMapComponent, typeof OfflineButtonComponent, typeof PointerPositionDirective, typeof RotationButtonComponent, typeof SwipeControlComponent, typeof WakeLockButtonComponent, typeof ZoomButtonComponent];
|
|
35
|
-
/**
|
|
36
|
-
* @deprecated import the components directly or the MAP_DIRECTIVES for the set
|
|
37
|
-
*/
|
|
38
|
-
export declare class IgoMapModule {
|
|
39
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoMapModule, never>;
|
|
40
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoMapModule, never, [typeof i1.BaseLayersSwitcherComponent, typeof i2.GeolocateButtonComponent, typeof i3.HomeExtentButtonComponent, typeof i4.HoverFeatureDirective, typeof i5.InfoSectionComponent, typeof i6.MapBrowserComponent, typeof i7.MapCenterComponent, typeof i8.MapOfflineDirective, typeof i9.MenuButtonComponent, typeof i10.MiniBaseMapComponent, typeof i11.OfflineButtonComponent, typeof i12.PointerPositionDirective, typeof i13.RotationButtonComponent, typeof i14.SwipeControlComponent, typeof i15.WakeLockButtonComponent, typeof i16.ZoomButtonComponent], [typeof i1.BaseLayersSwitcherComponent, typeof i2.GeolocateButtonComponent, typeof i3.HomeExtentButtonComponent, typeof i4.HoverFeatureDirective, typeof i5.InfoSectionComponent, typeof i6.MapBrowserComponent, typeof i7.MapCenterComponent, typeof i8.MapOfflineDirective, typeof i9.MenuButtonComponent, typeof i10.MiniBaseMapComponent, typeof i11.OfflineButtonComponent, typeof i12.PointerPositionDirective, typeof i13.RotationButtonComponent, typeof i14.SwipeControlComponent, typeof i15.WakeLockButtonComponent, typeof i16.ZoomButtonComponent]>;
|
|
41
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoMapModule>;
|
|
42
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './menu-button.component';
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { ConfigService } from '@igo2/core/config';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class MenuButtonComponent {
|
|
5
|
-
configService: ConfigService;
|
|
6
|
-
get sidenavOpened(): boolean;
|
|
7
|
-
set sidenavOpened(value: boolean);
|
|
8
|
-
private _sidenavOpenend;
|
|
9
|
-
openSidenav: EventEmitter<any>;
|
|
10
|
-
useThemeColor: boolean;
|
|
11
|
-
menuButtonClass: any;
|
|
12
|
-
constructor(configService: ConfigService);
|
|
13
|
-
getClassMenuButton(): void;
|
|
14
|
-
onToggleSidenavClick(): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MenuButtonComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MenuButtonComponent, "igo-menu-button", never, { "sidenavOpened": { "alias": "sidenavOpened"; "required": false; }; }, { "openSidenav": "openSidenav"; }, never, never, true, never>;
|
|
17
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './offline-button.component';
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { IgoMap } from '../shared/map';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class OfflineButtonComponent implements OnInit {
|
|
5
|
-
btnStyle: string;
|
|
6
|
-
map: IgoMap;
|
|
7
|
-
color: string;
|
|
8
|
-
enabled: boolean;
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
onClick(): void;
|
|
11
|
-
private handleButtonStyle;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OfflineButtonComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OfflineButtonComponent, "igo-offline-button", never, { "map": { "alias": "map"; "required": false; }; "color": { "alias": "color"; "required": false; }; "enabled": { "alias": "enabled"; "required": false; }; }, {}, never, never, true, never>;
|
|
14
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './rotation-button.component';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit } from '@angular/core';
|
|
2
|
-
import { BehaviorSubject } from 'rxjs';
|
|
3
|
-
import { IgoMap } from '../shared/map';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class RotationButtonComponent implements AfterContentInit {
|
|
6
|
-
readonly rotated$: BehaviorSubject<boolean>;
|
|
7
|
-
azimuthRounded: number;
|
|
8
|
-
rotationRounded: number;
|
|
9
|
-
readonly currentStyle$: BehaviorSubject<{
|
|
10
|
-
transform: string;
|
|
11
|
-
}>;
|
|
12
|
-
map: IgoMap;
|
|
13
|
-
showIfNoRotation: boolean;
|
|
14
|
-
color: string;
|
|
15
|
-
ngAfterContentInit(): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RotationButtonComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RotationButtonComponent, "igo-rotation-button", never, { "map": { "alias": "map"; "required": false; }; "showIfNoRotation": { "alias": "showIfNoRotation"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
|
18
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import OlMap from 'ol/Map';
|
|
2
|
-
import { EventsKey } from 'ol/events';
|
|
3
|
-
/**
|
|
4
|
-
* Base map controller
|
|
5
|
-
*/
|
|
6
|
-
export declare class MapController {
|
|
7
|
-
/**
|
|
8
|
-
* OL Map
|
|
9
|
-
*/
|
|
10
|
-
protected olMap: OlMap;
|
|
11
|
-
/**
|
|
12
|
-
* Array of observer keys
|
|
13
|
-
*/
|
|
14
|
-
protected observerKeys: EventsKey[];
|
|
15
|
-
/**
|
|
16
|
-
* Return the OL map this controller is bound to
|
|
17
|
-
* @returns OL Map
|
|
18
|
-
*/
|
|
19
|
-
getOlMap(): OlMap;
|
|
20
|
-
/**
|
|
21
|
-
* Add or remove this controller to/from a map.
|
|
22
|
-
* @param map OL Map
|
|
23
|
-
*/
|
|
24
|
-
setOlMap(olMap: OlMap | undefined): void;
|
|
25
|
-
/**
|
|
26
|
-
* Teardown any observers
|
|
27
|
-
*/
|
|
28
|
-
teardownObservers(): void;
|
|
29
|
-
}
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
import { ConfigService } from '@igo2/core/config';
|
|
2
|
-
import { StorageService } from '@igo2/core/storage';
|
|
3
|
-
import olGeolocation from 'ol/Geolocation';
|
|
4
|
-
import OlMap from 'ol/Map';
|
|
5
|
-
import { BehaviorSubject } from 'rxjs';
|
|
6
|
-
import type { MapBase } from '../map.abstract';
|
|
7
|
-
import { MapViewOptions } from '../map.interface';
|
|
8
|
-
import { MapController } from './controller';
|
|
9
|
-
import { GeolocationBuffer, MapGeolocationControllerOptions, MapGeolocationState } from './geolocation.interface';
|
|
10
|
-
/**
|
|
11
|
-
* Controller to handle map view interactions
|
|
12
|
-
*/
|
|
13
|
-
export declare class MapGeolocationController extends MapController {
|
|
14
|
-
private map;
|
|
15
|
-
private options?;
|
|
16
|
-
private storageService?;
|
|
17
|
-
private configService?;
|
|
18
|
-
private arrowRotation;
|
|
19
|
-
private subscriptions$$;
|
|
20
|
-
private geolocationOverlay;
|
|
21
|
-
private positionFeatureStyle;
|
|
22
|
-
private accuracyFeatureStyle;
|
|
23
|
-
private get bufferStyle();
|
|
24
|
-
private get arrowStyle();
|
|
25
|
-
private geolocation;
|
|
26
|
-
/**
|
|
27
|
-
* Observable of the current emission interval of the position. In seconds
|
|
28
|
-
*/
|
|
29
|
-
readonly emissionIntervalSeconds$: BehaviorSubject<number>;
|
|
30
|
-
/**
|
|
31
|
-
* Observable of the current position
|
|
32
|
-
*/
|
|
33
|
-
readonly position$: BehaviorSubject<MapGeolocationState>;
|
|
34
|
-
/**
|
|
35
|
-
* Observable of the tracking state
|
|
36
|
-
*/
|
|
37
|
-
readonly tracking$: BehaviorSubject<boolean>;
|
|
38
|
-
/**
|
|
39
|
-
* Observable of the follow position state
|
|
40
|
-
*/
|
|
41
|
-
readonly followPosition$: BehaviorSubject<boolean>;
|
|
42
|
-
private lastPosition;
|
|
43
|
-
/**
|
|
44
|
-
* Whether the geolocate should show a buffer around the current position
|
|
45
|
-
*/
|
|
46
|
-
set buffer(value: GeolocationBuffer);
|
|
47
|
-
get buffer(): GeolocationBuffer;
|
|
48
|
-
private _buffer;
|
|
49
|
-
/**
|
|
50
|
-
* Whether the geolocate controller accuracy threshold to store/show the position.
|
|
51
|
-
*/
|
|
52
|
-
set accuracyThreshold(value: number);
|
|
53
|
-
get accuracyThreshold(): number;
|
|
54
|
-
private _accuracyThreshold;
|
|
55
|
-
get olGeolocation(): olGeolocation;
|
|
56
|
-
/**
|
|
57
|
-
* Whether the activate the geolocation.
|
|
58
|
-
*/
|
|
59
|
-
get tracking(): boolean;
|
|
60
|
-
set tracking(value: boolean);
|
|
61
|
-
/**
|
|
62
|
-
* Whether the activate the view tracking of the current position
|
|
63
|
-
*/
|
|
64
|
-
set followPosition(value: boolean);
|
|
65
|
-
get followPosition(): boolean;
|
|
66
|
-
private _followPosition;
|
|
67
|
-
constructor(map: MapBase, options?: MapGeolocationControllerOptions, storageService?: StorageService, configService?: ConfigService);
|
|
68
|
-
/**
|
|
69
|
-
* Add or remove this controller to/from a map.
|
|
70
|
-
* @param map OL Map
|
|
71
|
-
*/
|
|
72
|
-
setOlMap(olMap: OlMap | undefined): void;
|
|
73
|
-
private deleteGeolocationFeatures;
|
|
74
|
-
setupObservers(): void;
|
|
75
|
-
updateArrowFeatureOrientation(position: MapGeolocationState): void;
|
|
76
|
-
/**
|
|
77
|
-
* @returns distance in km between coord1 and coord2
|
|
78
|
-
*/
|
|
79
|
-
private distanceBetweenPoints;
|
|
80
|
-
addOnChangedListener(event: (geo: olGeolocation) => any): () => void;
|
|
81
|
-
deleteChangedListener(event: () => any): void;
|
|
82
|
-
updateGeolocationOptions(options: MapViewOptions): void;
|
|
83
|
-
/**
|
|
84
|
-
* Teardown any observers
|
|
85
|
-
*/
|
|
86
|
-
teardownObservers(): void;
|
|
87
|
-
/**
|
|
88
|
-
* On position change, get the position, show it on the map and record it.
|
|
89
|
-
* @param emitEvent Map event
|
|
90
|
-
*/
|
|
91
|
-
private onPositionChange;
|
|
92
|
-
private getFeatureByType;
|
|
93
|
-
private deleteFeatureByType;
|
|
94
|
-
private handleFeatureCreation;
|
|
95
|
-
handleViewFromFeatures(position: MapGeolocationState, zoomTo?: boolean): void;
|
|
96
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { Coordinate } from 'ol/coordinate';
|
|
2
|
-
import { ProjectionLike } from 'ol/proj';
|
|
3
|
-
export interface GeolocationOptions {
|
|
4
|
-
activateDefault?: boolean;
|
|
5
|
-
basic?: boolean;
|
|
6
|
-
followPosition?: boolean;
|
|
7
|
-
button?: {
|
|
8
|
-
visible: boolean;
|
|
9
|
-
};
|
|
10
|
-
}
|
|
11
|
-
export interface MapGeolocationControllerOptions {
|
|
12
|
-
projection: ProjectionLike;
|
|
13
|
-
accuracyThreshold?: number;
|
|
14
|
-
followPosition?: boolean;
|
|
15
|
-
buffer?: GeolocationBuffer;
|
|
16
|
-
}
|
|
17
|
-
export interface MapGeolocationState {
|
|
18
|
-
position: Coordinate;
|
|
19
|
-
projection: string;
|
|
20
|
-
accuracy: number;
|
|
21
|
-
altitude: number;
|
|
22
|
-
altitudeAccuracy: number;
|
|
23
|
-
heading: number;
|
|
24
|
-
speed: number;
|
|
25
|
-
enableHighAccuracy: boolean;
|
|
26
|
-
timestamp: Date;
|
|
27
|
-
}
|
|
28
|
-
export interface GeolocationBuffer {
|
|
29
|
-
bufferRadius?: number;
|
|
30
|
-
bufferStroke?: [number, number, number, number];
|
|
31
|
-
bufferFill?: [number, number, number, number];
|
|
32
|
-
showBufferRadius?: boolean;
|
|
33
|
-
}
|
|
34
|
-
export declare enum GeolocationOverlayType {
|
|
35
|
-
Position = "position",
|
|
36
|
-
PositionDirection = "positionDirection",
|
|
37
|
-
Accuracy = "accuracy",
|
|
38
|
-
Buffer = "buffer"
|
|
39
|
-
}
|
|
@@ -1,200 +0,0 @@
|
|
|
1
|
-
import OlMap from 'ol/Map';
|
|
2
|
-
import OlView from 'ol/View';
|
|
3
|
-
import OlProjection from 'ol/proj/Projection';
|
|
4
|
-
import { BehaviorSubject } from 'rxjs';
|
|
5
|
-
import { MapExtent, MapViewState } from '../map.interface';
|
|
6
|
-
import { MapController } from './controller';
|
|
7
|
-
export interface MapViewControllerOptions {
|
|
8
|
-
stateHistory: boolean;
|
|
9
|
-
}
|
|
10
|
-
/**
|
|
11
|
-
* Controller to handle map view interactions
|
|
12
|
-
*/
|
|
13
|
-
export declare class MapViewController extends MapController {
|
|
14
|
-
private options?;
|
|
15
|
-
/**
|
|
16
|
-
* Observable of the current rotation in radians
|
|
17
|
-
*/
|
|
18
|
-
readonly rotation$: BehaviorSubject<number>;
|
|
19
|
-
/**
|
|
20
|
-
* Observable of the current resolution
|
|
21
|
-
*/
|
|
22
|
-
resolution$: BehaviorSubject<number>;
|
|
23
|
-
/**
|
|
24
|
-
* Observable of the current state
|
|
25
|
-
*/
|
|
26
|
-
state$: BehaviorSubject<MapViewState>;
|
|
27
|
-
/**
|
|
28
|
-
* View Padding
|
|
29
|
-
* Values in the array are top, right, bottom and left padding.
|
|
30
|
-
*/
|
|
31
|
-
padding: number[];
|
|
32
|
-
/**
|
|
33
|
-
* Max zoom after set extent
|
|
34
|
-
*/
|
|
35
|
-
maxZoomOnExtent: number;
|
|
36
|
-
/**
|
|
37
|
-
* Max extent possible when zooming
|
|
38
|
-
*/
|
|
39
|
-
maxLayerZoomExtent: MapExtent;
|
|
40
|
-
/**
|
|
41
|
-
* Extent stream
|
|
42
|
-
*/
|
|
43
|
-
private extent$;
|
|
44
|
-
/**
|
|
45
|
-
* Subscription to the movement stream
|
|
46
|
-
*/
|
|
47
|
-
private extent$$;
|
|
48
|
-
/**
|
|
49
|
-
* History of states
|
|
50
|
-
*/
|
|
51
|
-
private states;
|
|
52
|
-
/**
|
|
53
|
-
* Current state index
|
|
54
|
-
*/
|
|
55
|
-
private stateIndex;
|
|
56
|
-
/**
|
|
57
|
-
* Whether the view controller should keep the view's state history
|
|
58
|
-
*/
|
|
59
|
-
get stateHistory(): boolean;
|
|
60
|
-
/**
|
|
61
|
-
* OL View
|
|
62
|
-
*/
|
|
63
|
-
get olView(): OlView;
|
|
64
|
-
constructor(options?: MapViewControllerOptions);
|
|
65
|
-
setPadding(padding: {
|
|
66
|
-
top?: number;
|
|
67
|
-
bottom?: number;
|
|
68
|
-
left?: number;
|
|
69
|
-
right?: number;
|
|
70
|
-
}): void;
|
|
71
|
-
/**
|
|
72
|
-
* Add or remove this controller to/from a map.
|
|
73
|
-
* @param map OL Map
|
|
74
|
-
*/
|
|
75
|
-
setOlMap(olMap: OlMap | undefined): void;
|
|
76
|
-
/**
|
|
77
|
-
* Observe move moveend and subscribe to the extent stream
|
|
78
|
-
*/
|
|
79
|
-
setupObservers(): void;
|
|
80
|
-
monitorRotation(): void;
|
|
81
|
-
/**
|
|
82
|
-
* Teardown any observers
|
|
83
|
-
*/
|
|
84
|
-
teardownObservers(): void;
|
|
85
|
-
/**
|
|
86
|
-
* Get the view's OL projection
|
|
87
|
-
* @returns OL projection
|
|
88
|
-
*/
|
|
89
|
-
getOlProjection(): OlProjection;
|
|
90
|
-
/**
|
|
91
|
-
* Get the current map view center
|
|
92
|
-
* @param projection Output projection
|
|
93
|
-
* @returns Center
|
|
94
|
-
*/
|
|
95
|
-
getCenter(projection?: string | OlProjection): [number, number];
|
|
96
|
-
/**
|
|
97
|
-
* Get the current view extent
|
|
98
|
-
* @param projection Output projection
|
|
99
|
-
* @returns Extent
|
|
100
|
-
*/
|
|
101
|
-
getExtent(projection?: string | OlProjection): MapExtent;
|
|
102
|
-
/**
|
|
103
|
-
* Get the current scale
|
|
104
|
-
* @param dpi Dot per inches
|
|
105
|
-
* @returns View scale
|
|
106
|
-
*/
|
|
107
|
-
getScale(dpi?: number): number;
|
|
108
|
-
/**
|
|
109
|
-
* Get the current resolution
|
|
110
|
-
* @returns Projection denominator
|
|
111
|
-
*/
|
|
112
|
-
getResolution(): number;
|
|
113
|
-
/**
|
|
114
|
-
* Get the current zoom level
|
|
115
|
-
* @returns Zoom level
|
|
116
|
-
*/
|
|
117
|
-
getZoom(): number;
|
|
118
|
-
/**
|
|
119
|
-
* Zoom in
|
|
120
|
-
*/
|
|
121
|
-
zoomIn(): void;
|
|
122
|
-
/**
|
|
123
|
-
* Zoom out
|
|
124
|
-
*/
|
|
125
|
-
zoomOut(): void;
|
|
126
|
-
/**
|
|
127
|
-
* Zoom to specific zoom level
|
|
128
|
-
* @param zoom Zoom level
|
|
129
|
-
*/
|
|
130
|
-
zoomTo(zoom: number): void;
|
|
131
|
-
/**
|
|
132
|
-
* Move to extent after a short delay (100ms) unless
|
|
133
|
-
* a new movement gets registered in the meantime.
|
|
134
|
-
* @param extent Extent to move to
|
|
135
|
-
*/
|
|
136
|
-
moveToExtent(extent: [number, number, number, number]): void;
|
|
137
|
-
/**
|
|
138
|
-
* Zoom to extent after a short delay (100ms) unless
|
|
139
|
-
* a new movement gets registered in the meantime.
|
|
140
|
-
* @param extent Extent to zoom to
|
|
141
|
-
*/
|
|
142
|
-
zoomToExtent(extent: [number, number, number, number]): void;
|
|
143
|
-
/**
|
|
144
|
-
* Return the current view rotation
|
|
145
|
-
* @returns Rotation angle in radians
|
|
146
|
-
*/
|
|
147
|
-
getRotation(): number;
|
|
148
|
-
/**
|
|
149
|
-
* Reset the view rotation to 0
|
|
150
|
-
*/
|
|
151
|
-
resetRotation(): void;
|
|
152
|
-
/**
|
|
153
|
-
* Whether the view has a previous state
|
|
154
|
-
* @returns True if the view has a previous state
|
|
155
|
-
*/
|
|
156
|
-
hasPreviousState(): boolean;
|
|
157
|
-
/**
|
|
158
|
-
* Whether the view has a next state
|
|
159
|
-
* @returns True if the view has a next state
|
|
160
|
-
*/
|
|
161
|
-
hasNextState(): boolean;
|
|
162
|
-
/**
|
|
163
|
-
* Restore the previous view state
|
|
164
|
-
*/
|
|
165
|
-
previousState(): void;
|
|
166
|
-
/**
|
|
167
|
-
* Restore the next view state
|
|
168
|
-
*/
|
|
169
|
-
nextState(): void;
|
|
170
|
-
/**
|
|
171
|
-
* Clear the state history
|
|
172
|
-
*/
|
|
173
|
-
clearStateHistory(): void;
|
|
174
|
-
/**
|
|
175
|
-
* Update the the view to it's intial state
|
|
176
|
-
*/
|
|
177
|
-
setInitialState(): void;
|
|
178
|
-
/**
|
|
179
|
-
* Move to the extent retrieved from the stream
|
|
180
|
-
* @param extent Extent
|
|
181
|
-
* @param action Either zoom or move
|
|
182
|
-
* @param animation With or without animation to the target extent.
|
|
183
|
-
*/
|
|
184
|
-
private setExtent;
|
|
185
|
-
/**
|
|
186
|
-
* Set the view state index
|
|
187
|
-
* @param index State index
|
|
188
|
-
*/
|
|
189
|
-
private setStateIndex;
|
|
190
|
-
/**
|
|
191
|
-
* Set the view state
|
|
192
|
-
* @param state View state
|
|
193
|
-
*/
|
|
194
|
-
private setState;
|
|
195
|
-
/**
|
|
196
|
-
* On move end, get the view state and record it.
|
|
197
|
-
* @param event Map event
|
|
198
|
-
*/
|
|
199
|
-
private onMoveEnd;
|
|
200
|
-
}
|
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { MediaService } from '@igo2/core/media';
|
|
3
|
-
import OlFeature from 'ol/Feature';
|
|
4
|
-
import type { default as OlGeometry } from 'ol/geom/Geometry';
|
|
5
|
-
import RenderFeature from 'ol/render/Feature';
|
|
6
|
-
import { Feature } from '../../feature/shared/feature.interfaces';
|
|
7
|
-
import { FeatureStore } from '../../feature/shared/store';
|
|
8
|
-
import { VectorLayer, VectorTileLayer } from '../../layer/shared/layers';
|
|
9
|
-
import { MapBrowserComponent } from '../../map/map-browser/map-browser.component';
|
|
10
|
-
import { IgoMap } from '../../map/shared/map';
|
|
11
|
-
import { StyleByAttribute } from '../../style/shared/vector/vector-style.interface';
|
|
12
|
-
import { StyleService } from '../../style/style-service/style.service';
|
|
13
|
-
import * as i0 from "@angular/core";
|
|
14
|
-
/**
|
|
15
|
-
* This directive makes the mouse coordinate trigger a reverse search on available search sources.
|
|
16
|
-
* The search results are placed into a label, on a cross icon, representing the mouse coordinate.
|
|
17
|
-
* By default, no search sources. Config in config file must be defined.
|
|
18
|
-
* the layer level.
|
|
19
|
-
*/
|
|
20
|
-
export declare class HoverFeatureDirective implements OnInit, OnDestroy {
|
|
21
|
-
private component;
|
|
22
|
-
private mediaService;
|
|
23
|
-
private styleService;
|
|
24
|
-
store: FeatureStore<Feature>;
|
|
25
|
-
private pointerHoverFeatureStore;
|
|
26
|
-
private lastTimeoutRequest;
|
|
27
|
-
private store$$;
|
|
28
|
-
private selectionLayer;
|
|
29
|
-
private selectionMVT;
|
|
30
|
-
private mvtStyleOptions;
|
|
31
|
-
/**
|
|
32
|
-
* Listener to the pointer move event
|
|
33
|
-
*/
|
|
34
|
-
private pointerMoveListener;
|
|
35
|
-
private singleClickMapListener;
|
|
36
|
-
private hoverFeatureId;
|
|
37
|
-
/**
|
|
38
|
-
* The delay where the mouse must be motionless before trigger the reverse search
|
|
39
|
-
*/
|
|
40
|
-
igoHoverFeatureDelay: number;
|
|
41
|
-
/**
|
|
42
|
-
* If the user has enabled or not the directive
|
|
43
|
-
*/
|
|
44
|
-
igoHoverFeatureEnabled: boolean;
|
|
45
|
-
mouseout(): void;
|
|
46
|
-
/**
|
|
47
|
-
* IGO map
|
|
48
|
-
* @internal
|
|
49
|
-
*/
|
|
50
|
-
get map(): IgoMap;
|
|
51
|
-
get mapProjection(): string;
|
|
52
|
-
constructor(component: MapBrowserComponent, mediaService: MediaService, styleService: StyleService);
|
|
53
|
-
/**
|
|
54
|
-
* Start listening to pointermove and reverse search results.
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
ngOnInit(): void;
|
|
58
|
-
/**
|
|
59
|
-
* Initialize the pointer position store
|
|
60
|
-
* @internal
|
|
61
|
-
*/
|
|
62
|
-
private initStore;
|
|
63
|
-
createHoverStyle(feature: RenderFeature | OlFeature<OlGeometry>, hoverStyle: StyleByAttribute, resolution: number): any;
|
|
64
|
-
/**
|
|
65
|
-
* Stop listening to pointermove and reverse search results.
|
|
66
|
-
* @internal
|
|
67
|
-
*/
|
|
68
|
-
ngOnDestroy(): void;
|
|
69
|
-
/**
|
|
70
|
-
* Subscribe to pointermove result store
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
subscribeToPointerStore(): void;
|
|
74
|
-
/**
|
|
75
|
-
* On map pointermove
|
|
76
|
-
*/
|
|
77
|
-
private listenToMapPointerMove;
|
|
78
|
-
/**
|
|
79
|
-
* On map singleclick
|
|
80
|
-
*/
|
|
81
|
-
private listenToMapClick;
|
|
82
|
-
/**
|
|
83
|
-
* Unsubscribe to pointer store.
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
unsubscribeToPointerStore(): void;
|
|
87
|
-
/**
|
|
88
|
-
* Stop listening for map pointermove
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private unlistenToMapPointerMove;
|
|
92
|
-
/**
|
|
93
|
-
* Stop listening for map singleclick
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private unlistenToMapSingleClick;
|
|
97
|
-
/**
|
|
98
|
-
* Trigger clear layer on singleclick.
|
|
99
|
-
* @param event OL map browser singleclick event
|
|
100
|
-
*/
|
|
101
|
-
private onMapSingleClickEvent;
|
|
102
|
-
/**
|
|
103
|
-
* Trigger hover when the mouse is motionless during the defined delay (pointerMoveDelay).
|
|
104
|
-
* @param event OL map browser pointer event
|
|
105
|
-
*/
|
|
106
|
-
private onMapEvent;
|
|
107
|
-
canProcessHover(igoLayer: VectorLayer | VectorTileLayer): boolean;
|
|
108
|
-
handleRenderFeature(feature: RenderFeature | OlFeature<OlGeometry>): OlFeature<OlGeometry>;
|
|
109
|
-
/**
|
|
110
|
-
* Add a feature to the pointer store
|
|
111
|
-
* @param text string
|
|
112
|
-
*/
|
|
113
|
-
private addFeatureOverlay;
|
|
114
|
-
private setLayerStyleFromOptions;
|
|
115
|
-
private getHoverSummary;
|
|
116
|
-
private getGeometry;
|
|
117
|
-
/**
|
|
118
|
-
* Clear the pointer store features
|
|
119
|
-
*/
|
|
120
|
-
private clearLayer;
|
|
121
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HoverFeatureDirective, [{ self: true; }, null, null]>;
|
|
122
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<HoverFeatureDirective, "[igoHoverFeature]", never, { "igoHoverFeatureDelay": { "alias": "igoHoverFeatureDelay"; "required": false; }; "igoHoverFeatureEnabled": { "alias": "igoHoverFeatureEnabled"; "required": false; }; }, {}, never, never, true, never>;
|
|
123
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export * from './map';
|
|
2
|
-
export * from './map.abstract';
|
|
3
|
-
export * from './map.enums';
|
|
4
|
-
export * from './map.interface';
|
|
5
|
-
export * from './map.service';
|
|
6
|
-
export * from './map.utils';
|
|
7
|
-
export * from './mapOffline.directive';
|
|
8
|
-
export * from './map-pointer-position.directive';
|
|
9
|
-
export * from './hover-feature.directive';
|
|
10
|
-
export * from './projection.interfaces';
|
|
11
|
-
export * from './projection.service';
|
|
12
|
-
export * from './controllers';
|
|
13
|
-
export * from './projection.utils';
|
|
14
|
-
export * from './linkedLayers.utils';
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { AnyLayer } from '../../layer/shared/layers/any-layer';
|
|
2
|
-
import type { Layer } from '../../layer/shared/layers/layer';
|
|
3
|
-
import { LayersLinkProperties, LinkedProperties } from '../../layer/shared/layers/linked/linked-layer.interface';
|
|
4
|
-
import { MapViewController } from '../../map/shared/controllers/view';
|
|
5
|
-
import { LayerWatcherChange } from '../utils/layer-watcher';
|
|
6
|
-
export declare function getRootParentByProperty(layers: AnyLayer[], layer: Layer, property: LinkedProperties): Layer;
|
|
7
|
-
export declare function getAllChildLayersByProperty(layers: AnyLayer[], layer: Layer, knownChildLayers: AnyLayer[], property: LinkedProperties): AnyLayer[];
|
|
8
|
-
export declare function getRootParentByDeletion(layer: Layer, layers: AnyLayer[]): Layer;
|
|
9
|
-
export declare function getAllChildLayersByDeletion(layers: Layer[], layer: Layer, knownChildLayers: Layer[]): Layer[];
|
|
10
|
-
export declare function getLinkedLayersOptions(layer: Layer): import("../../layer/shared/layers/linked/linked-layer.interface").LayersLink;
|
|
11
|
-
export declare function findLayerByLinkId(layers: Layer[], id: string): Layer;
|
|
12
|
-
export declare function getLayersByDeletion(layers: Layer[], links: LayersLinkProperties[]): Layer[];
|
|
13
|
-
export declare function handleLayerPropertyChange(layers: AnyLayer[], change: LayerWatcherChange, viewController: MapViewController): void;
|