@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,36 +0,0 @@
|
|
|
1
|
-
import type { LayerController } from '../../layer-controller';
|
|
2
|
-
import type { Layer } from '../layer';
|
|
3
|
-
import type { LayerGroup } from '../layer-group';
|
|
4
|
-
import { LayersLinkProperties } from './linked-layer.interface';
|
|
5
|
-
export declare class Linked {
|
|
6
|
-
layer: Layer;
|
|
7
|
-
private children;
|
|
8
|
-
private watcher;
|
|
9
|
-
private bidirectionnalChildren;
|
|
10
|
-
private childrenByProperty;
|
|
11
|
-
private disabledProperties;
|
|
12
|
-
constructor(layer: Layer);
|
|
13
|
-
get options(): import("@igo2/geo").LayerOptions;
|
|
14
|
-
get links(): LayersLinkProperties[];
|
|
15
|
-
get map(): import("@igo2/geo").MapBase;
|
|
16
|
-
init(): void;
|
|
17
|
-
private initZIndexLinkOptions;
|
|
18
|
-
destroy(): void;
|
|
19
|
-
add(layer: Layer): void;
|
|
20
|
-
hasSyncDeletion(layer: Layer): boolean;
|
|
21
|
-
remove(layer: Layer): void;
|
|
22
|
-
deleteChildren(controller: LayerController): void;
|
|
23
|
-
move(layer: Layer, parent?: LayerGroup): void;
|
|
24
|
-
private disable;
|
|
25
|
-
private enable;
|
|
26
|
-
private getByProperty;
|
|
27
|
-
private propertyIsDisabled;
|
|
28
|
-
private getLayerLinks;
|
|
29
|
-
private removeArrayItem;
|
|
30
|
-
private getLinkedLayersOnZindex;
|
|
31
|
-
private unwatch;
|
|
32
|
-
private handleChange;
|
|
33
|
-
private handleDisplayChange;
|
|
34
|
-
private findChildren;
|
|
35
|
-
private handleRefreshChanges;
|
|
36
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import type { AnyLayer } from '../any-layer';
|
|
2
|
-
import type { Layer } from '../layer';
|
|
3
|
-
export type AnyPropertyOptions = ZindexPropertyOptions | BasePropertyOptions;
|
|
4
|
-
export interface ZindexPropertyOptions extends BasePropertyOptions {
|
|
5
|
-
initialOrder: AnyLayer[];
|
|
6
|
-
}
|
|
7
|
-
interface BasePropertyOptions {
|
|
8
|
-
layers: Layer[];
|
|
9
|
-
}
|
|
10
|
-
export interface LayersLink {
|
|
11
|
-
linkId: string;
|
|
12
|
-
/** Default value is true */
|
|
13
|
-
showInMiniBaseMap?: boolean;
|
|
14
|
-
links?: LayersLinkProperties[];
|
|
15
|
-
}
|
|
16
|
-
export interface LayersLinkProperties {
|
|
17
|
-
bidirectionnal?: boolean;
|
|
18
|
-
linkedIds: string[];
|
|
19
|
-
syncedDelete: boolean;
|
|
20
|
-
properties: LinkedProperties[];
|
|
21
|
-
}
|
|
22
|
-
export declare enum LinkedProperties {
|
|
23
|
-
OPACITY = "opacity",
|
|
24
|
-
VISIBLE = "visible",
|
|
25
|
-
DISPLAYED = "displayed",
|
|
26
|
-
OGCFILTERS = "ogcFilters",
|
|
27
|
-
MINRESOLUTION = "minResolution",
|
|
28
|
-
MAXRESOLUTION = "maxResolution",
|
|
29
|
-
ZINDEX = "zIndex",
|
|
30
|
-
TIMEFILTER = "timeFilter",
|
|
31
|
-
REFRESH = "refresh"
|
|
32
|
-
}
|
|
33
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { AnyLayer } from '../any-layer';
|
|
2
|
-
import type { AnyLayerItemOptions, AnyLayerOptions } from '../any-layer.interface';
|
|
3
|
-
import type { Layer } from '../layer';
|
|
4
|
-
import type { LinkedProperties } from './linked-layer.interface';
|
|
5
|
-
export declare function isLayerLinked(layer: AnyLayer): layer is Layer;
|
|
6
|
-
export declare function isLinkMaster(layer: Layer): boolean;
|
|
7
|
-
export declare function isLayerLinkedTogether(layerA: AnyLayer, layerB: AnyLayer, layers: AnyLayer[], property?: LinkedProperties): boolean;
|
|
8
|
-
export declare function isLayerLinkedOptions(options: AnyLayerOptions): options is AnyLayerItemOptions;
|
|
9
|
-
export declare function isBaseLayerLinked(layer: AnyLayer, allLayers: AnyLayer[]): layer is Layer;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { AuthInterceptor } from '@igo2/auth';
|
|
2
|
-
import { MessageService } from '@igo2/core/message';
|
|
3
|
-
import olLayerTile from 'ol/layer/Tile';
|
|
4
|
-
import olSourceTile from 'ol/source/Tile';
|
|
5
|
-
import { CartoDataSource } from '../../../datasource/shared/datasources/carto-datasource';
|
|
6
|
-
import { OSMDataSource } from '../../../datasource/shared/datasources/osm-datasource';
|
|
7
|
-
import { TileArcGISRestDataSource } from '../../../datasource/shared/datasources/tilearcgisrest-datasource';
|
|
8
|
-
import { TileDebugDataSource } from '../../../datasource/shared/datasources/tiledebug-datasource';
|
|
9
|
-
import { WMTSDataSource } from '../../../datasource/shared/datasources/wmts-datasource';
|
|
10
|
-
import { XYZDataSource } from '../../../datasource/shared/datasources/xyz-datasource';
|
|
11
|
-
import type { MapBase } from '../../../map/shared/map.abstract';
|
|
12
|
-
import { Layer } from './layer';
|
|
13
|
-
import { LayerType } from './layer.interface';
|
|
14
|
-
import { TileLayerOptions } from './tile-layer.interface';
|
|
15
|
-
export declare class TileLayer extends Layer {
|
|
16
|
-
messageService?: MessageService;
|
|
17
|
-
authInterceptor?: AuthInterceptor;
|
|
18
|
-
type: LayerType;
|
|
19
|
-
dataSource: OSMDataSource | WMTSDataSource | XYZDataSource | TileDebugDataSource | CartoDataSource | TileArcGISRestDataSource;
|
|
20
|
-
options: TileLayerOptions;
|
|
21
|
-
ol: olLayerTile<olSourceTile>;
|
|
22
|
-
private watcher;
|
|
23
|
-
constructor(options: TileLayerOptions, messageService?: MessageService, authInterceptor?: AuthInterceptor);
|
|
24
|
-
protected createOlLayer(): olLayerTile<olSourceTile>;
|
|
25
|
-
/**
|
|
26
|
-
* Custom loader for tile layer.
|
|
27
|
-
* @internal
|
|
28
|
-
* @param tile the current tile
|
|
29
|
-
* @param url the url string or function to retrieve the data
|
|
30
|
-
*/
|
|
31
|
-
customLoader(tile: any, url: string, interceptor: AuthInterceptor): void;
|
|
32
|
-
init(map: MapBase | undefined): void;
|
|
33
|
-
remove(): void;
|
|
34
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import olLayerTile from 'ol/layer/Tile';
|
|
2
|
-
import olSourceTile from 'ol/source/Tile';
|
|
3
|
-
import { CartoDataSource } from '../../../datasource/shared/datasources/carto-datasource';
|
|
4
|
-
import { CartoDataSourceOptions } from '../../../datasource/shared/datasources/carto-datasource.interface';
|
|
5
|
-
import { OSMDataSource } from '../../../datasource/shared/datasources/osm-datasource';
|
|
6
|
-
import { OSMDataSourceOptions } from '../../../datasource/shared/datasources/osm-datasource.interface';
|
|
7
|
-
import { TileArcGISRestDataSource } from '../../../datasource/shared/datasources/tilearcgisrest-datasource';
|
|
8
|
-
import { TileArcGISRestDataSourceOptions } from '../../../datasource/shared/datasources/tilearcgisrest-datasource.interface';
|
|
9
|
-
import { TileDebugDataSource } from '../../../datasource/shared/datasources/tiledebug-datasource';
|
|
10
|
-
import { TileDebugDataSourceOptions } from '../../../datasource/shared/datasources/tiledebug-datasource.interface';
|
|
11
|
-
import { WMTSDataSource } from '../../../datasource/shared/datasources/wmts-datasource';
|
|
12
|
-
import { WMTSDataSourceOptions } from '../../../datasource/shared/datasources/wmts-datasource.interface';
|
|
13
|
-
import { XYZDataSource } from '../../../datasource/shared/datasources/xyz-datasource';
|
|
14
|
-
import { XYZDataSourceOptions } from '../../../datasource/shared/datasources/xyz-datasource.interface';
|
|
15
|
-
import { LayerOptions } from './layer.interface';
|
|
16
|
-
export interface TileLayerOptions extends LayerOptions {
|
|
17
|
-
source?: OSMDataSource | WMTSDataSource | XYZDataSource | TileDebugDataSource | CartoDataSource | TileArcGISRestDataSource;
|
|
18
|
-
sourceOptions?: OSMDataSourceOptions | WMTSDataSourceOptions | XYZDataSourceOptions | TileDebugDataSourceOptions | CartoDataSourceOptions | TileArcGISRestDataSourceOptions;
|
|
19
|
-
ol?: olLayerTile<olSourceTile>;
|
|
20
|
-
}
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
import { AuthInterceptor } from '@igo2/auth';
|
|
2
|
-
import { MessageService } from '@igo2/core/message';
|
|
3
|
-
import OlFeature from 'ol/Feature';
|
|
4
|
-
import { Extent } from 'ol/extent';
|
|
5
|
-
import olLayerVector from 'ol/layer/Vector';
|
|
6
|
-
import olProjection from 'ol/proj/Projection';
|
|
7
|
-
import olSourceVector from 'ol/source/Vector';
|
|
8
|
-
import { ArcGISRestDataSource } from '../../../datasource/shared/datasources/arcgisrest-datasource';
|
|
9
|
-
import { ClusterDataSource } from '../../../datasource/shared/datasources/cluster-datasource';
|
|
10
|
-
import { FeatureDataSource } from '../../../datasource/shared/datasources/feature-datasource';
|
|
11
|
-
import { WebSocketDataSource } from '../../../datasource/shared/datasources/websocket-datasource';
|
|
12
|
-
import { WFSDataSource } from '../../../datasource/shared/datasources/wfs-datasource';
|
|
13
|
-
import { WFSDataSourceOptions } from '../../../datasource/shared/datasources/wfs-datasource.interface';
|
|
14
|
-
import type { MapBase, MapExtent } from '../../../map/shared';
|
|
15
|
-
import { GeoNetworkService } from '../../../offline/shared/geo-network.service';
|
|
16
|
-
import { Layer } from './layer';
|
|
17
|
-
import { LayerType } from './layer.interface';
|
|
18
|
-
import type { VectorLayerOptions } from './vector-layer.interface';
|
|
19
|
-
export declare class VectorLayer extends Layer {
|
|
20
|
-
messageService?: MessageService;
|
|
21
|
-
authInterceptor?: AuthInterceptor;
|
|
22
|
-
private geoNetworkService?;
|
|
23
|
-
type: LayerType;
|
|
24
|
-
private lastRequest;
|
|
25
|
-
private ongoingRequests;
|
|
26
|
-
dataSource: FeatureDataSource | WFSDataSource | ArcGISRestDataSource | WebSocketDataSource | ClusterDataSource;
|
|
27
|
-
options: VectorLayerOptions;
|
|
28
|
-
ol: olLayerVector<olSourceVector>;
|
|
29
|
-
private watcher;
|
|
30
|
-
private trackFeatureListenerId;
|
|
31
|
-
get browsable(): boolean;
|
|
32
|
-
get exportable(): boolean;
|
|
33
|
-
constructor(options: VectorLayerOptions, messageService?: MessageService, authInterceptor?: AuthInterceptor, geoNetworkService?: GeoNetworkService);
|
|
34
|
-
protected createOlLayer(): olLayerVector<olSourceVector>;
|
|
35
|
-
private handleIdbStorage;
|
|
36
|
-
private handlePreload;
|
|
37
|
-
remove(): void;
|
|
38
|
-
private removeLayerFromIDB;
|
|
39
|
-
private maintainOptionsInIdb;
|
|
40
|
-
private maintainFeaturesInIdb;
|
|
41
|
-
protected flash(feature: OlFeature): void;
|
|
42
|
-
init(map: MapBase | undefined): void;
|
|
43
|
-
setExtent(extent: MapExtent): void;
|
|
44
|
-
onUnwatch(): void;
|
|
45
|
-
stopAnimation(): void;
|
|
46
|
-
enableTrackFeature(id: string | number): void;
|
|
47
|
-
centerMapOnFeature(id: string | number): void;
|
|
48
|
-
trackFeature(id: string | number, feat: {
|
|
49
|
-
feature: OlFeature;
|
|
50
|
-
}): void;
|
|
51
|
-
disableTrackFeature(): void;
|
|
52
|
-
/**
|
|
53
|
-
* Custom loader for a WFS datasource
|
|
54
|
-
* @internal
|
|
55
|
-
* @param vectorSource the vector source to be created
|
|
56
|
-
* @param options olOptions from source
|
|
57
|
-
* @param extent the extent of the requested data
|
|
58
|
-
* @param resolution the current resolution
|
|
59
|
-
* @param proj the projection to retrieve the data
|
|
60
|
-
* @param success success callback
|
|
61
|
-
* @param failure failure callback
|
|
62
|
-
* @param randomParam random parameter to ensure cache is not causing problems in retrieving new data
|
|
63
|
-
*/
|
|
64
|
-
customWFSLoader(vectorSource: olSourceVector, options: WFSDataSourceOptions, extent: Extent, resolution: number, proj: olProjection, success: (features: OlFeature[]) => void, failure: () => void, randomParam?: boolean): void;
|
|
65
|
-
private abortRequests;
|
|
66
|
-
private getProjection;
|
|
67
|
-
private batchGetFeatures;
|
|
68
|
-
/**
|
|
69
|
-
* Custom loader to get feature from a WFS datasource
|
|
70
|
-
* @internal
|
|
71
|
-
* @param vectorSource the vector source to be created
|
|
72
|
-
* @param extent the extent of the requested data
|
|
73
|
-
* @param dataProjection the projection of the retrieved data
|
|
74
|
-
* @param featureProjection the projection of the created features
|
|
75
|
-
* @param url the url string to retrieve the data
|
|
76
|
-
* @param success success callback
|
|
77
|
-
* @param failure failure callback
|
|
78
|
-
*/
|
|
79
|
-
private getFeatures;
|
|
80
|
-
private removeRequest;
|
|
81
|
-
private handleOnLoad;
|
|
82
|
-
/**
|
|
83
|
-
* Custom loader for vector layer.
|
|
84
|
-
* @internal
|
|
85
|
-
* @param vectorSource the vector source to be created
|
|
86
|
-
* @param url the url string or function to retrieve the data
|
|
87
|
-
* @param extent the extent of the requested data
|
|
88
|
-
* @param projection the projection to retrieve the data
|
|
89
|
-
*/
|
|
90
|
-
private customLoader;
|
|
91
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import Feature from 'ol/Feature';
|
|
2
|
-
import * as olColor from 'ol/color';
|
|
3
|
-
import olLayerVector from 'ol/layer/Vector';
|
|
4
|
-
import RenderFeature from 'ol/render/Feature';
|
|
5
|
-
import olSourceVector from 'ol/source/Vector';
|
|
6
|
-
import olStyle from 'ol/style/Style';
|
|
7
|
-
import { ArcGISRestDataSource } from '../../../datasource/shared/datasources/arcgisrest-datasource';
|
|
8
|
-
import { ArcGISRestDataSourceOptions } from '../../../datasource/shared/datasources/arcgisrest-datasource.interface';
|
|
9
|
-
import { ClusterDataSource } from '../../../datasource/shared/datasources/cluster-datasource';
|
|
10
|
-
import { ClusterDataSourceOptions } from '../../../datasource/shared/datasources/cluster-datasource.interface';
|
|
11
|
-
import { FeatureDataSource } from '../../../datasource/shared/datasources/feature-datasource';
|
|
12
|
-
import { FeatureDataSourceOptions } from '../../../datasource/shared/datasources/feature-datasource.interface';
|
|
13
|
-
import { WebSocketDataSource } from '../../../datasource/shared/datasources/websocket-datasource';
|
|
14
|
-
import { WebSocketDataSourceOptions } from '../../../datasource/shared/datasources/websocket-datasource.interface';
|
|
15
|
-
import { WFSDataSource } from '../../../datasource/shared/datasources/wfs-datasource';
|
|
16
|
-
import { WFSDataSourceOptions } from '../../../datasource/shared/datasources/wfs-datasource.interface';
|
|
17
|
-
import { IgoStyle } from '../../../style/shared/vector/vector-style.interface';
|
|
18
|
-
import { ClusterParam } from '../clusterParam';
|
|
19
|
-
import { LayerOptions } from './layer.interface';
|
|
20
|
-
export interface VectorLayerOptions extends LayerOptions {
|
|
21
|
-
source?: FeatureDataSource | WFSDataSource | ArcGISRestDataSource | WebSocketDataSource | ClusterDataSource;
|
|
22
|
-
sourceOptions?: FeatureDataSourceOptions | WFSDataSourceOptions | ArcGISRestDataSourceOptions | WebSocketDataSourceOptions | ClusterDataSourceOptions;
|
|
23
|
-
style?: olStyle | olStyle[] | ((arg0: RenderFeature | Feature<any>, arg1: number) => void | olStyle | olStyle[]);
|
|
24
|
-
browsable?: boolean;
|
|
25
|
-
exportable?: boolean;
|
|
26
|
-
ol?: olLayerVector<olSourceVector>;
|
|
27
|
-
animation?: VectorAnimation;
|
|
28
|
-
clusterParam?: ClusterParam;
|
|
29
|
-
trackFeature?: string | number;
|
|
30
|
-
idbInfo?: IdbInfo;
|
|
31
|
-
igoStyle?: IgoStyle;
|
|
32
|
-
}
|
|
33
|
-
export interface IdbInfo {
|
|
34
|
-
storeToIdb: boolean;
|
|
35
|
-
contextUri?: string;
|
|
36
|
-
/** Interface restricted for system usage. You don't need to set a value */
|
|
37
|
-
firstLoad?: boolean;
|
|
38
|
-
}
|
|
39
|
-
export interface VectorAnimation {
|
|
40
|
-
duration?: number;
|
|
41
|
-
color?: olColor.Color;
|
|
42
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { AuthInterceptor } from '@igo2/auth';
|
|
2
|
-
import { MessageService } from '@igo2/core/message';
|
|
3
|
-
import olLayerVectorTile from 'ol/layer/VectorTile';
|
|
4
|
-
import { MVTDataSource } from '../../../datasource/shared/datasources/mvt-datasource';
|
|
5
|
-
import type { MapBase } from '../../../map/shared/map.abstract';
|
|
6
|
-
import { Layer } from './layer';
|
|
7
|
-
import { LayerType } from './layer.interface';
|
|
8
|
-
import { VectorTileLayerOptions } from './vectortile-layer.interface';
|
|
9
|
-
export declare class VectorTileLayer extends Layer {
|
|
10
|
-
messageService?: MessageService;
|
|
11
|
-
authInterceptor?: AuthInterceptor;
|
|
12
|
-
type: LayerType;
|
|
13
|
-
dataSource: MVTDataSource;
|
|
14
|
-
options: VectorTileLayerOptions;
|
|
15
|
-
ol: olLayerVectorTile;
|
|
16
|
-
private watcher;
|
|
17
|
-
constructor(options: VectorTileLayerOptions, messageService?: MessageService, authInterceptor?: AuthInterceptor);
|
|
18
|
-
protected createOlLayer(): olLayerVectorTile;
|
|
19
|
-
/**
|
|
20
|
-
* Custom loader for vector tile layer. Modified from the loadFeaturesXhr function in ol\featureloader.js
|
|
21
|
-
* @internal
|
|
22
|
-
* @param url the url string or function to retrieve the data
|
|
23
|
-
* @param format the format of the tile
|
|
24
|
-
* @param interceptor the interceptor of the data
|
|
25
|
-
* @param success On success event action to trigger
|
|
26
|
-
* @param failure On failure event action to trigger TODO
|
|
27
|
-
*/
|
|
28
|
-
customLoader(url: any, format: any, interceptor: any, success: any, failure?: any): (extent: any, resolution: any, projection: any) => void;
|
|
29
|
-
init(map: MapBase | undefined): void;
|
|
30
|
-
remove(): void;
|
|
31
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import Feature from 'ol/Feature';
|
|
2
|
-
import olLayerVectorTile from 'ol/layer/VectorTile';
|
|
3
|
-
import RenderFeature from 'ol/render/Feature';
|
|
4
|
-
import olStyle from 'ol/style/Style';
|
|
5
|
-
import { MVTDataSource } from '../../../datasource/shared/datasources/mvt-datasource';
|
|
6
|
-
import { MVTDataSourceOptions } from '../../../datasource/shared/datasources/mvt-datasource.interface';
|
|
7
|
-
import { IgoStyle } from '../../../style/shared/vector/vector-style.interface';
|
|
8
|
-
import { LayerOptions } from './layer.interface';
|
|
9
|
-
export interface VectorTileLayerOptions extends LayerOptions {
|
|
10
|
-
style?: olStyle | olStyle[] | ((arg0: RenderFeature | Feature<any>, arg1: number) => void | olStyle | olStyle[]);
|
|
11
|
-
source?: MVTDataSource;
|
|
12
|
-
sourceOptions?: MVTDataSourceOptions;
|
|
13
|
-
ol?: olLayerVectorTile;
|
|
14
|
-
declutter?: boolean;
|
|
15
|
-
igoStyle?: IgoStyle;
|
|
16
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './track-feature-button.component';
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { VectorLayer } from '../shared/layers/vector-layer';
|
|
3
|
-
import { VectorLayerOptions } from '../shared/layers/vector-layer.interface';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class TrackFeatureButtonComponent implements OnInit {
|
|
6
|
-
layer: VectorLayer;
|
|
7
|
-
trackFeature: boolean;
|
|
8
|
-
get options(): VectorLayerOptions;
|
|
9
|
-
color: string;
|
|
10
|
-
ngOnInit(): void;
|
|
11
|
-
toggleTrackFeature(): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TrackFeatureButtonComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TrackFeatureButtonComponent, "igo-track-feature-button", never, { "layer": { "alias": "layer"; "required": false; }; "trackFeature": { "alias": "trackFeature"; "required": false; }; }, {}, never, never, true, never>;
|
|
14
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { MessageService } from '@igo2/core/message';
|
|
2
|
-
import { Watcher } from '@igo2/utils';
|
|
3
|
-
import type { ImageLayer } from '../shared/layers/image-layer';
|
|
4
|
-
export declare class ImageWatcher extends Watcher {
|
|
5
|
-
private messageService?;
|
|
6
|
-
protected id: string;
|
|
7
|
-
protected loaded: number;
|
|
8
|
-
protected loading: number;
|
|
9
|
-
private source;
|
|
10
|
-
constructor(layer: ImageLayer, messageService?: MessageService);
|
|
11
|
-
protected watch(): void;
|
|
12
|
-
protected unwatch(): void;
|
|
13
|
-
private handleLoadStart;
|
|
14
|
-
private handleLoadEnd;
|
|
15
|
-
private handleLoadError;
|
|
16
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { AnyLayerOptions } from '../shared';
|
|
2
|
-
export declare function mergeLayersOptions(layersOptionsTree: AnyLayerOptions[], layersOptions: AnyLayerOptions[]): AnyLayerOptions[];
|
|
3
|
-
export declare function getLayerOptionIdentifier(layerOptions: AnyLayerOptions): string | undefined;
|
|
4
|
-
/**
|
|
5
|
-
* Recursively finds the parent ID of a target layer option within a tree structure.
|
|
6
|
-
*
|
|
7
|
-
* @param tree - The array of layer options representing the tree structure.
|
|
8
|
-
* @param target - The target layer option whose parent ID is to be found.
|
|
9
|
-
* @param path - The current path of IDs traversed during the search (used internally).
|
|
10
|
-
* @returns The parent ID as a dot-separated string, or undefined if no parent is found.
|
|
11
|
-
*/
|
|
12
|
-
export declare function findParentId(tree: AnyLayerOptions[], target: AnyLayerOptions, path?: string[]): string | undefined;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { AnyLayer, AnyLayerItemOptions, AnyLayerOptions, Layer, LayerGroup, LayerGroupOptions } from '../shared/layers';
|
|
2
|
-
type SortDirection = 'asc' | 'desc';
|
|
3
|
-
export declare function isLayerGroupOptions(option: AnyLayerOptions): option is LayerGroupOptions;
|
|
4
|
-
export declare function isLayerItemOptions(options: AnyLayerOptions): options is AnyLayerItemOptions;
|
|
5
|
-
export declare function isLayerGroup(layer: AnyLayer): layer is LayerGroup;
|
|
6
|
-
export declare function isLayerItem(layer: AnyLayer): layer is Layer;
|
|
7
|
-
export declare function isBaseLayer(layer: AnyLayer): layer is Layer;
|
|
8
|
-
export declare function computeMVTOptionsOnHover(layerOptions: AnyLayerItemOptions): AnyLayerItemOptions;
|
|
9
|
-
export declare function isSaveableLayer(layer: Layer): boolean;
|
|
10
|
-
/** Recursive */
|
|
11
|
-
export declare function sortLayersByZindex(layers: AnyLayer[], direction: SortDirection): AnyLayer[];
|
|
12
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Watcher } from '@igo2/utils';
|
|
2
|
-
import type { TileLayer } from '../shared/layers/tile-layer';
|
|
3
|
-
import type { VectorTileLayer } from '../shared/layers/vectortile-layer';
|
|
4
|
-
export declare class TileWatcher extends Watcher {
|
|
5
|
-
private id;
|
|
6
|
-
private loaded;
|
|
7
|
-
private loading;
|
|
8
|
-
private source;
|
|
9
|
-
constructor(layer: TileLayer | VectorTileLayer);
|
|
10
|
-
protected watch(): void;
|
|
11
|
-
protected unwatch(): void;
|
|
12
|
-
private handleLoadStart;
|
|
13
|
-
private handleLoadEnd;
|
|
14
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Watcher } from '@igo2/utils';
|
|
2
|
-
import type { VectorLayer } from '../shared/layers/vector-layer';
|
|
3
|
-
export declare class VectorWatcher extends Watcher {
|
|
4
|
-
private id;
|
|
5
|
-
private loaded;
|
|
6
|
-
private loading;
|
|
7
|
-
private layer;
|
|
8
|
-
constructor(layer: VectorLayer);
|
|
9
|
-
protected watch(): void;
|
|
10
|
-
protected unwatch(): void;
|
|
11
|
-
private handleLoadStart;
|
|
12
|
-
private handleLoadEnd;
|
|
13
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, OnDestroy } from '@angular/core';
|
|
2
|
-
import { MediaService } from '@igo2/core/media';
|
|
3
|
-
import { Layer } from '../../layer/shared';
|
|
4
|
-
import { IgoMap } from '../shared/map';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class BaseLayersSwitcherComponent implements AfterViewInit, OnDestroy {
|
|
7
|
-
private mediaService;
|
|
8
|
-
map: IgoMap;
|
|
9
|
-
useStaticIcon: boolean;
|
|
10
|
-
_baseLayers: Layer[];
|
|
11
|
-
expand: boolean;
|
|
12
|
-
showButton: boolean;
|
|
13
|
-
private layers$$;
|
|
14
|
-
get hasMoreThanTwo(): boolean;
|
|
15
|
-
constructor(mediaService: MediaService);
|
|
16
|
-
ngAfterViewInit(): void;
|
|
17
|
-
ngOnDestroy(): void;
|
|
18
|
-
collapseOrExpand(): void;
|
|
19
|
-
get baseLayers(): Layer[];
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BaseLayersSwitcherComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BaseLayersSwitcherComponent, "igo-baselayers-switcher", never, { "map": { "alias": "map"; "required": false; }; "useStaticIcon": { "alias": "useStaticIcon"; "required": false; }; }, {}, never, never, true, never>;
|
|
22
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ApplicationRef } from '@angular/core';
|
|
2
|
-
import { Layer } from '../../layer/shared';
|
|
3
|
-
import { LayerService } from '../../layer/shared/layer.service';
|
|
4
|
-
import { IgoMap } from '../shared/map';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class MiniBaseMapComponent implements AfterViewInit {
|
|
7
|
-
private layerService;
|
|
8
|
-
private appRef;
|
|
9
|
-
map: IgoMap;
|
|
10
|
-
disabled: boolean;
|
|
11
|
-
title: string;
|
|
12
|
-
get display(): boolean;
|
|
13
|
-
set display(value: boolean);
|
|
14
|
-
private _display;
|
|
15
|
-
get baseLayer(): Layer;
|
|
16
|
-
set baseLayer(value: Layer);
|
|
17
|
-
private _baseLayer;
|
|
18
|
-
basemap: IgoMap;
|
|
19
|
-
constructor(layerService: LayerService, appRef: ApplicationRef);
|
|
20
|
-
ngAfterViewInit(): void;
|
|
21
|
-
changeBaseLayer(baseLayer: Layer): void;
|
|
22
|
-
private handleBaseLayerChanged;
|
|
23
|
-
private handleLinkedBaseLayer;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MiniBaseMapComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MiniBaseMapComponent, "igo-mini-basemap", never, { "map": { "alias": "map"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "title": { "alias": "title"; "required": false; }; "display": { "alias": "display"; "required": false; }; "baseLayer": { "alias": "baseLayer"; "required": false; }; }, {}, never, never, true, never>;
|
|
26
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, OnDestroy } from '@angular/core';
|
|
2
|
-
import { ConfigService } from '@igo2/core/config';
|
|
3
|
-
import { BehaviorSubject } from 'rxjs';
|
|
4
|
-
import { IgoMap } from '../shared/map';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class GeolocateButtonComponent implements AfterContentInit, OnDestroy {
|
|
7
|
-
private configService;
|
|
8
|
-
private tracking$$;
|
|
9
|
-
readonly icon$: BehaviorSubject<string>;
|
|
10
|
-
get map(): IgoMap;
|
|
11
|
-
set map(value: IgoMap);
|
|
12
|
-
private _map;
|
|
13
|
-
get color(): string;
|
|
14
|
-
set color(value: string);
|
|
15
|
-
private _color;
|
|
16
|
-
constructor(configService: ConfigService);
|
|
17
|
-
ngAfterContentInit(): void;
|
|
18
|
-
ngOnDestroy(): void;
|
|
19
|
-
onGeolocationClick(): void;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GeolocateButtonComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GeolocateButtonComponent, "igo-geolocate-button", never, { "map": { "alias": "map"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
|
22
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './geolocate-button.component';
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { ConfigService } from '@igo2/core/config';
|
|
2
|
-
import { IgoMap } from '../shared/map';
|
|
3
|
-
import { MapExtent } from '../shared/map.interface';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class HomeExtentButtonComponent {
|
|
6
|
-
configService: ConfigService;
|
|
7
|
-
map: IgoMap;
|
|
8
|
-
color: string;
|
|
9
|
-
extentOverride?: MapExtent;
|
|
10
|
-
centerOverride?: [number, number];
|
|
11
|
-
zoomOverride?: number;
|
|
12
|
-
private homeExtentButtonExtent;
|
|
13
|
-
private homeExtentButtonCenter;
|
|
14
|
-
private homeExtentButtonZoom;
|
|
15
|
-
constructor(configService: ConfigService);
|
|
16
|
-
computeHomeExtent(): void;
|
|
17
|
-
onToggleClick(): void;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HomeExtentButtonComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HomeExtentButtonComponent, "igo-home-extent-button", never, { "map": { "alias": "map"; "required": false; }; "color": { "alias": "color"; "required": false; }; "extentOverride": { "alias": "extentOverride"; "required": false; }; "centerOverride": { "alias": "centerOverride"; "required": false; }; "zoomOverride": { "alias": "zoomOverride"; "required": false; }; }, {}, never, never, true, never>;
|
|
20
|
-
}
|
package/lib/map/index.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export * from './shared';
|
|
2
|
-
export * from './map-browser';
|
|
3
|
-
export * from './zoom-button';
|
|
4
|
-
export * from './menu-button';
|
|
5
|
-
export * from './geolocate-button';
|
|
6
|
-
export * from './home-extent-button';
|
|
7
|
-
export * from './offline-button';
|
|
8
|
-
export * from './wake-lock-button';
|
|
9
|
-
export * from './baselayers-switcher';
|
|
10
|
-
export * from './rotation-button';
|
|
11
|
-
export * from './swipe-control';
|
|
12
|
-
export * from './map-center';
|
|
13
|
-
export * from './info-section';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './info-section.component';
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class InfoSectionComponent {
|
|
3
|
-
infoContent: string;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InfoSectionComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InfoSectionComponent, "igo-info-section", never, { "infoContent": { "alias": "infoContent"; "required": false; }; }, {}, never, never, true, never>;
|
|
6
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './map-browser.component';
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { ActivityService } from '@igo2/core/activity';
|
|
3
|
-
import { IgoMap } from '../shared/map';
|
|
4
|
-
import { MapControlsOptions, MapViewOptions } from '../shared/map.interface';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class MapBrowserComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
7
|
-
private activityService;
|
|
8
|
-
private activityId;
|
|
9
|
-
private status$$;
|
|
10
|
-
map: IgoMap;
|
|
11
|
-
get view(): MapViewOptions;
|
|
12
|
-
set view(value: MapViewOptions);
|
|
13
|
-
private _view;
|
|
14
|
-
get controls(): MapControlsOptions;
|
|
15
|
-
set controls(value: MapControlsOptions);
|
|
16
|
-
private _controls;
|
|
17
|
-
id: string;
|
|
18
|
-
constructor(activityService: ActivityService);
|
|
19
|
-
ngOnInit(): void;
|
|
20
|
-
ngAfterViewInit(): void;
|
|
21
|
-
ngOnDestroy(): void;
|
|
22
|
-
private handleStatusChange;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MapBrowserComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapBrowserComponent, "igo-map-browser", never, { "map": { "alias": "map"; "required": false; }; "view": { "alias": "view"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
25
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './map-center.component';
|