@igo2/geo 19.0.2 → 20.0.0-next.1
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 +13 -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 +0,0 @@
|
|
|
1
|
-
export * from './export-button.component';
|
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
-
import { MatSlideToggleChange } from '@angular/material/slide-toggle';
|
|
4
|
-
import { ConfirmDialogService } from '@igo2/common/confirm-dialog';
|
|
5
|
-
import type { WorkspaceStore } from '@igo2/common/workspace';
|
|
6
|
-
import { ConfigService } from '@igo2/core/config';
|
|
7
|
-
import { LanguageService } from '@igo2/core/language';
|
|
8
|
-
import { MessageService } from '@igo2/core/message';
|
|
9
|
-
import { StorageService } from '@igo2/core/storage';
|
|
10
|
-
import { BehaviorSubject } from 'rxjs';
|
|
11
|
-
import { DownloadService } from '../../download/shared/download.service';
|
|
12
|
-
import { LayerService } from '../../layer/shared/layer.service';
|
|
13
|
-
import { Layer } from '../../layer/shared/layers/layer';
|
|
14
|
-
import { InputProjections, ProjectionsLimitationsOptions } from '../../map/';
|
|
15
|
-
import { IgoMap } from '../../map/shared/map';
|
|
16
|
-
import { StyleListService } from '../../style/style-list/style-list.service';
|
|
17
|
-
import { StyleService } from '../../style/style-service/style.service';
|
|
18
|
-
import { ExportOptions } from '../shared/export.interface';
|
|
19
|
-
import { ExportService } from '../shared/export.service';
|
|
20
|
-
import { isCsvExport } from '../shared/export.utils';
|
|
21
|
-
import { ImportService } from '../shared/import.service';
|
|
22
|
-
import * as i0 from "@angular/core";
|
|
23
|
-
type SelectMode = 'import' | 'export';
|
|
24
|
-
export declare class ImportExportComponent implements OnDestroy, OnInit {
|
|
25
|
-
private importService;
|
|
26
|
-
private exportService;
|
|
27
|
-
private languageService;
|
|
28
|
-
private messageService;
|
|
29
|
-
private styleListService;
|
|
30
|
-
private styleService;
|
|
31
|
-
private formBuilder;
|
|
32
|
-
private config;
|
|
33
|
-
private storageService;
|
|
34
|
-
private downloadService;
|
|
35
|
-
private layerService;
|
|
36
|
-
private confirmDialogService;
|
|
37
|
-
form: UntypedFormGroup;
|
|
38
|
-
importForm: UntypedFormGroup;
|
|
39
|
-
formats$: BehaviorSubject<("GeoJSON" | "Excel" | "Shapefile" | "GML" | "GPX" | "KML" | "CSV" | "URL")[]>;
|
|
40
|
-
exportableLayers$: BehaviorSubject<Layer[]>;
|
|
41
|
-
loading$: BehaviorSubject<boolean>;
|
|
42
|
-
forceNaming: boolean;
|
|
43
|
-
controlFormat: string;
|
|
44
|
-
csvSeparators: readonly ["auto", "comma", "semicolon"];
|
|
45
|
-
isCsvExport: typeof isCsvExport;
|
|
46
|
-
private layers$$;
|
|
47
|
-
private exportableLayers$$;
|
|
48
|
-
private formats$$;
|
|
49
|
-
private formLayer$$;
|
|
50
|
-
private exportOptions$$;
|
|
51
|
-
importHtmlClarifications: string;
|
|
52
|
-
exportHtmlClarifications: string;
|
|
53
|
-
private espgCodeRegex;
|
|
54
|
-
private clientSideFileSizeMax;
|
|
55
|
-
fileSizeMb: number;
|
|
56
|
-
projections$: BehaviorSubject<InputProjections[]>;
|
|
57
|
-
private projectionsConstraints;
|
|
58
|
-
popupChecked: boolean;
|
|
59
|
-
private configFormats;
|
|
60
|
-
private previousLayerSpecs$;
|
|
61
|
-
selectFirstProj: boolean;
|
|
62
|
-
map: IgoMap;
|
|
63
|
-
contextUri: string;
|
|
64
|
-
private _projectionsLimitations;
|
|
65
|
-
set projectionsLimitations(value: ProjectionsLimitationsOptions);
|
|
66
|
-
get projectionsLimitations(): ProjectionsLimitationsOptions;
|
|
67
|
-
/**
|
|
68
|
-
* Store that holds the available workspaces.
|
|
69
|
-
*/
|
|
70
|
-
store: WorkspaceStore;
|
|
71
|
-
selectedMode: SelectMode;
|
|
72
|
-
selectMode: EventEmitter<SelectMode>;
|
|
73
|
-
exportOptions$: BehaviorSubject<ExportOptions>;
|
|
74
|
-
exportOptionsChange: EventEmitter<ExportOptions>;
|
|
75
|
-
get layers(): any;
|
|
76
|
-
set layers(value: any);
|
|
77
|
-
get inputProj(): any;
|
|
78
|
-
set inputProj(value: any);
|
|
79
|
-
get popupAllowed(): boolean;
|
|
80
|
-
set popupAllowed(value: boolean);
|
|
81
|
-
constructor(importService: ImportService, exportService: ExportService, languageService: LanguageService, messageService: MessageService, styleListService: StyleListService, styleService: StyleService, formBuilder: UntypedFormBuilder, config: ConfigService, storageService: StorageService, downloadService: DownloadService, layerService: LayerService, confirmDialogService: ConfirmDialogService);
|
|
82
|
-
ngOnInit(): void;
|
|
83
|
-
private computeProjections;
|
|
84
|
-
getLayerTitleById(id: any): string;
|
|
85
|
-
layerHasSelectedFeatures(layer: Layer): boolean;
|
|
86
|
-
onlySelected(event: MatSlideToggleChange, id: string): void;
|
|
87
|
-
onlySelectedClick(event: any, id: string): void;
|
|
88
|
-
inLayersIdToExportSelectionOnly(layer: Layer): boolean;
|
|
89
|
-
ngOnDestroy(): void;
|
|
90
|
-
private handlePreviousLayerSpecs;
|
|
91
|
-
importFiles(files: File[]): void;
|
|
92
|
-
handlePopup(preCheck?: boolean): boolean;
|
|
93
|
-
private isOgreOrLink;
|
|
94
|
-
handleExportFormSubmit(data: ExportOptions): Promise<void>;
|
|
95
|
-
private handleUrlExport;
|
|
96
|
-
private validateGpxExport;
|
|
97
|
-
private handleCsvExport;
|
|
98
|
-
private handleExport;
|
|
99
|
-
private getAllLayerGeomTypes;
|
|
100
|
-
private createTitleEmptyRows;
|
|
101
|
-
private circleToPoint;
|
|
102
|
-
private buildForm;
|
|
103
|
-
private handleCsvForm;
|
|
104
|
-
private onFileImportSuccess;
|
|
105
|
-
private onFileImportError;
|
|
106
|
-
private onPopupBlockedError;
|
|
107
|
-
private onFileExportError;
|
|
108
|
-
private loadConfig;
|
|
109
|
-
private computeFormats;
|
|
110
|
-
private getAvailableFormats;
|
|
111
|
-
private validateListFormat;
|
|
112
|
-
private compareString;
|
|
113
|
-
modeChanged(mode: SelectMode): void;
|
|
114
|
-
private onFileExportSuccess;
|
|
115
|
-
onImportExportChange(event: any): void;
|
|
116
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ImportExportComponent, never>;
|
|
117
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ImportExportComponent, "igo-import-export", never, { "selectFirstProj": { "alias": "selectFirstProj"; "required": false; }; "map": { "alias": "map"; "required": false; }; "contextUri": { "alias": "contextUri"; "required": false; }; "projectionsLimitations": { "alias": "projectionsLimitations"; "required": false; }; "store": { "alias": "store"; "required": false; }; "selectedMode": { "alias": "selectedMode"; "required": false; }; "exportOptions$": { "alias": "exportOptions$"; "required": false; }; }, { "selectMode": "selectMode"; "exportOptionsChange": "exportOptionsChange"; }, never, never, true, never>;
|
|
118
|
-
}
|
|
119
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './import-export.component';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { ExportButtonComponent } from './export-button/export-button.component';
|
|
3
|
-
import { ImportExportComponent } from './import-export/import-export.component';
|
|
4
|
-
import { DropGeoFileDirective } from './shared/drop-geo-file.directive';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./import-export/import-export.component";
|
|
7
|
-
import * as i2 from "./shared/drop-geo-file.directive";
|
|
8
|
-
import * as i3 from "./export-button/export-button.component";
|
|
9
|
-
export declare const IMPORT_EXPORT_DIRECTIVES: readonly [typeof ImportExportComponent, typeof DropGeoFileDirective, typeof ExportButtonComponent];
|
|
10
|
-
/**
|
|
11
|
-
* @deprecated import the components directly or IMPORT_EXPORT_DIRECTIVES for the set
|
|
12
|
-
*/
|
|
13
|
-
export declare class IgoImportExportModule {
|
|
14
|
-
static forRoot(): ModuleWithProviders<IgoImportExportModule>;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoImportExportModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoImportExportModule, never, [typeof i1.ImportExportComponent, typeof i2.DropGeoFileDirective, typeof i3.ExportButtonComponent], [typeof i1.ImportExportComponent, typeof i2.DropGeoFileDirective, typeof i3.ExportButtonComponent]>;
|
|
17
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoImportExportModule>;
|
|
18
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { ConfirmDialogService } from '@igo2/common/confirm-dialog';
|
|
3
|
-
import { DragAndDropDirective } from '@igo2/common/drag-drop';
|
|
4
|
-
import { ConfigService } from '@igo2/core/config';
|
|
5
|
-
import { MessageService } from '@igo2/core/message';
|
|
6
|
-
import { LayerService } from '../../layer/shared/layer.service';
|
|
7
|
-
import { MapBrowserComponent } from '../../map/map-browser/map-browser.component';
|
|
8
|
-
import { IgoMap } from '../../map/shared/map';
|
|
9
|
-
import { StyleListService } from '../../style/style-list/style-list.service';
|
|
10
|
-
import { StyleService } from '../../style/style-service/style.service';
|
|
11
|
-
import { ImportService } from './import.service';
|
|
12
|
-
import * as i0 from "@angular/core";
|
|
13
|
-
export declare class DropGeoFileDirective extends DragAndDropDirective implements OnInit, OnDestroy {
|
|
14
|
-
private component;
|
|
15
|
-
private importService;
|
|
16
|
-
private styleListService;
|
|
17
|
-
private styleService;
|
|
18
|
-
private config;
|
|
19
|
-
private messageService;
|
|
20
|
-
private layerService;
|
|
21
|
-
private confirmDialogService;
|
|
22
|
-
protected filesDropped: EventEmitter<File[]>;
|
|
23
|
-
protected filesInvalid: EventEmitter<File[]>;
|
|
24
|
-
private epsgCode$$;
|
|
25
|
-
private filesDropped$$;
|
|
26
|
-
get map(): IgoMap;
|
|
27
|
-
contextUri: string;
|
|
28
|
-
constructor(component: MapBrowserComponent, importService: ImportService, styleListService: StyleListService, styleService: StyleService, config: ConfigService, messageService: MessageService, layerService: LayerService, confirmDialogService: ConfirmDialogService);
|
|
29
|
-
ngOnInit(): void;
|
|
30
|
-
ngOnDestroy(): void;
|
|
31
|
-
onDragOver(evt: any): void;
|
|
32
|
-
onDragLeave(evt: any): void;
|
|
33
|
-
onDrop(evt: any): void;
|
|
34
|
-
private onFilesDropped;
|
|
35
|
-
private onFileImportSuccess;
|
|
36
|
-
private onFileImportError;
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropGeoFileDirective, never>;
|
|
38
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DropGeoFileDirective, "[igoDropGeoFile]", never, { "contextUri": { "alias": "contextUri"; "required": false; }; }, {}, never, never, true, never>;
|
|
39
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import type { default as OlFeature } from 'ol/Feature';
|
|
2
|
-
import type { Type } from 'ol/geom/Geometry';
|
|
3
|
-
import { AnyExportFormat, CsvSeparator } from './export.type';
|
|
4
|
-
export interface ExportOptions {
|
|
5
|
-
format?: AnyExportFormat;
|
|
6
|
-
layers: string[];
|
|
7
|
-
layersWithSelection?: string[];
|
|
8
|
-
name?: string;
|
|
9
|
-
combineLayers?: boolean;
|
|
10
|
-
separator?: boolean;
|
|
11
|
-
csvSeparator?: CsvSeparator;
|
|
12
|
-
featureInMapExtent?: boolean;
|
|
13
|
-
}
|
|
14
|
-
export interface GeometryCollection {
|
|
15
|
-
/** The geometry type */
|
|
16
|
-
type: Type | null;
|
|
17
|
-
features: OlFeature[];
|
|
18
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { Workspace, WorkspaceStore } from '@igo2/common/workspace';
|
|
3
|
-
import { ConfigService } from '@igo2/core/config';
|
|
4
|
-
import OlFeature from 'ol/Feature';
|
|
5
|
-
import * as olformat from 'ol/format';
|
|
6
|
-
import type { default as OlGeometry } from 'ol/geom/Geometry';
|
|
7
|
-
import { Observable } from 'rxjs';
|
|
8
|
-
import { Layer } from '../../layer';
|
|
9
|
-
import { IgoMap } from '../../map';
|
|
10
|
-
import { ExportOptions, GeometryCollection } from './export.interface';
|
|
11
|
-
import { AnyExportFormat, ExportOgreFormat } from './export.type';
|
|
12
|
-
import * as i0 from "@angular/core";
|
|
13
|
-
export declare class ExportService {
|
|
14
|
-
private config;
|
|
15
|
-
private httpClient;
|
|
16
|
-
static ogreFormats: Record<ExportOgreFormat, string>;
|
|
17
|
-
static noOgreFallbacks: Partial<AnyExportFormat[]>;
|
|
18
|
-
private ogreUrl;
|
|
19
|
-
private aggregateInComment;
|
|
20
|
-
constructor(config: ConfigService, httpClient: HttpClient);
|
|
21
|
-
export(olFeatures: OlFeature<OlGeometry>[], options: ExportOptions, title: string, projectionIn?: string, projectionOut?: string): Observable<void>;
|
|
22
|
-
cleanFeatures(olFeatures: OlFeature<OlGeometry>[], format: AnyExportFormat, excludePrefix?: string): OlFeature<OlGeometry>[];
|
|
23
|
-
private generateAggregatedFeature;
|
|
24
|
-
private exportAsync;
|
|
25
|
-
protected exportToFile(olFeatures: OlFeature<OlGeometry>[], format: AnyExportFormat, title: string, projectionIn: string, projectionOut: string): Promise<void>;
|
|
26
|
-
private formatFeatures;
|
|
27
|
-
getFormatter(format: AnyExportFormat): import("ol/format/GML3").default | olformat.GPX | olformat.KML | olformat.GeoJSON<OlFeature<OlGeometry>>;
|
|
28
|
-
exportExcel(map: IgoMap, store: WorkspaceStore, data: ExportOptions): Promise<void>;
|
|
29
|
-
private getTitleFromLayers;
|
|
30
|
-
private getLayerTitleFromId;
|
|
31
|
-
private formatRecord;
|
|
32
|
-
private formatDataType;
|
|
33
|
-
private exportWithOgre;
|
|
34
|
-
private formatFilename;
|
|
35
|
-
private nothingToExport;
|
|
36
|
-
private getFeaturesFromMap;
|
|
37
|
-
private getFeaturesFromWorkspace;
|
|
38
|
-
getFeatures(map: IgoMap, layer: Layer, data: ExportOptions, store: WorkspaceStore): Observable<OlFeature[]>;
|
|
39
|
-
getWorkspaceByLayerId(id: string, store: WorkspaceStore): Workspace;
|
|
40
|
-
getGeomTypes(features: OlFeature[], format?: AnyExportFormat): GeometryCollection[];
|
|
41
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ExportService, never>;
|
|
42
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ExportService>;
|
|
43
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export type AnyExportFormat = ExportFormat | ExportFormatLegacy;
|
|
2
|
-
export declare const ExportFormat: readonly ["GeoJSON", "Excel", "Shapefile", "GML", "GPX", "KML", "CSV", "URL"];
|
|
3
|
-
export type ExportFormat = (typeof ExportFormat)[number];
|
|
4
|
-
export declare const ExportFormatLegacy: readonly ["CSVcomma", "CSVsemicolon"];
|
|
5
|
-
export type ExportFormatLegacy = (typeof ExportFormatLegacy)[number];
|
|
6
|
-
export declare const CsvSeparator: readonly ["auto", "comma", "semicolon"];
|
|
7
|
-
export type CsvSeparator = (typeof CsvSeparator)[number];
|
|
8
|
-
export type ExportOgreFormat = Extract<AnyExportFormat, 'GML' | 'GPX' | 'KML' | 'Shapefile' | 'CSVcomma' | 'CSVsemicolon' | 'CSV'>;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { EntityTableColumn } from '@igo2/common/entity';
|
|
2
|
-
import { MessageService } from '@igo2/core/message';
|
|
3
|
-
import { AnyExportFormat } from './export.type';
|
|
4
|
-
export declare function handleFileExportError(error: Error, messageService: MessageService): void;
|
|
5
|
-
export declare function handleFileExportSuccess(messageService: MessageService): void;
|
|
6
|
-
export declare function handleNothingToExportError(messageService: MessageService): void;
|
|
7
|
-
/**
|
|
8
|
-
* Export array to CSV
|
|
9
|
-
*
|
|
10
|
-
* @param rows Array of arrays to export as CSV
|
|
11
|
-
* @param separator Cell separator
|
|
12
|
-
*/
|
|
13
|
-
export declare function exportToCSV(rows: any[][], fileName: string, separator?: string): void;
|
|
14
|
-
/**
|
|
15
|
-
* Return an array of values from an array of entities.
|
|
16
|
-
*
|
|
17
|
-
* @param entities Array of entities
|
|
18
|
-
* @param scolumns Columns definition of the output data
|
|
19
|
-
*/
|
|
20
|
-
export declare function entitiesToRowData(entities: object[], columns: EntityTableColumn[]): any[][];
|
|
21
|
-
export declare function isCsvExport(format: AnyExportFormat): boolean;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export declare class ImportError extends Error {
|
|
2
|
-
}
|
|
3
|
-
export declare class ImportInvalidFileError extends ImportError {
|
|
4
|
-
constructor();
|
|
5
|
-
}
|
|
6
|
-
export declare class ImportUnreadableFileError extends ImportError {
|
|
7
|
-
constructor();
|
|
8
|
-
}
|
|
9
|
-
export declare class ImportNothingToImportError extends ImportError {
|
|
10
|
-
constructor();
|
|
11
|
-
}
|
|
12
|
-
export declare class ImportSizeError extends ImportError {
|
|
13
|
-
constructor();
|
|
14
|
-
}
|
|
15
|
-
export declare class ImportSRSError extends ImportError {
|
|
16
|
-
constructor();
|
|
17
|
-
}
|
|
18
|
-
export declare class ImportOgreServerError extends ImportError {
|
|
19
|
-
constructor();
|
|
20
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ExportFormat } from './export.type';
|
|
2
|
-
export interface ImportExportServiceOptions {
|
|
3
|
-
url: string;
|
|
4
|
-
clientSideFileSizeMaxMb?: number;
|
|
5
|
-
forceNaming?: boolean;
|
|
6
|
-
formats?: ExportFormat[];
|
|
7
|
-
gpxAggregateInComment?: boolean;
|
|
8
|
-
configFileToGeoDBService?: string;
|
|
9
|
-
allowToStoreLayer?: boolean;
|
|
10
|
-
importWithStyle?: boolean;
|
|
11
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { ConfigService } from '@igo2/core/config';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
import { Feature } from '../../feature/shared/feature.interfaces';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class ImportService {
|
|
7
|
-
private http;
|
|
8
|
-
private config;
|
|
9
|
-
static formatExtensionAssociation: {
|
|
10
|
-
GeoJSON: string;
|
|
11
|
-
GML: string;
|
|
12
|
-
GPX: string;
|
|
13
|
-
KML: string;
|
|
14
|
-
Shapefile: string;
|
|
15
|
-
};
|
|
16
|
-
static allowedMimeTypes: string[];
|
|
17
|
-
static allowedZipMimeTypes: string[];
|
|
18
|
-
static allowedExtensions: string[];
|
|
19
|
-
private ogreUrl;
|
|
20
|
-
private clientSideFileSizeMax;
|
|
21
|
-
constructor(http: HttpClient, config: ConfigService);
|
|
22
|
-
import(file: File, projectionIn?: string, projectionOut?: string): Observable<Feature[]>;
|
|
23
|
-
private getFileImporter;
|
|
24
|
-
private importAsync;
|
|
25
|
-
private importFile;
|
|
26
|
-
private importFileWithOgre;
|
|
27
|
-
private parseFeaturesFromFile;
|
|
28
|
-
private parseFeaturesFromGeoJSON;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ImportService, never>;
|
|
30
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ImportService>;
|
|
31
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { ConfirmDialogService } from '@igo2/common/confirm-dialog';
|
|
2
|
-
import { MessageService } from '@igo2/core/message';
|
|
3
|
-
import { Feature } from '../../feature/shared/feature.interfaces';
|
|
4
|
-
import { LayerService } from '../../layer/shared/layer.service';
|
|
5
|
-
import { VectorLayer } from '../../layer/shared/layers/vector-layer';
|
|
6
|
-
import { IgoMap } from '../../map/shared/map';
|
|
7
|
-
import { StyleListService } from '../../style/style-list/style-list.service';
|
|
8
|
-
import { StyleService } from '../../style/style-service/style.service';
|
|
9
|
-
export declare function addLayerAndFeaturesToMap(features: Feature[], map: IgoMap, contextUri: string, layerTitle: string, layerService: LayerService, storeToIdb?: boolean): VectorLayer;
|
|
10
|
-
export declare function addLayerAndFeaturesStyledToMap(features: Feature[], map: IgoMap, layerTitle: string, styleListService: StyleListService, styleService: StyleService, layerId?: string, imposedSourceOptions?: any, imposedLayerOptions?: any, zoomTo?: boolean): VectorLayer;
|
|
11
|
-
export declare function handleFileImportSuccess(file: File, features: Feature[], map: IgoMap, contextUri: string, messageService: MessageService, layerService: LayerService, confirmDialogService?: ConfirmDialogService, styleListService?: StyleListService, styleService?: StyleService): void;
|
|
12
|
-
export declare function handleFileImportError(file: File, error: Error, messageService: MessageService, sizeMb?: number): void;
|
|
13
|
-
export declare function handleInvalidFileImportError(file: File, error: Error, messageService: MessageService): void;
|
|
14
|
-
export declare function handleUnreadbleFileImportError(file: File, error: Error, messageService: MessageService): void;
|
|
15
|
-
export declare function handleSizeFileImportError(file: File, error: Error, messageService: MessageService, sizeMb: number): void;
|
|
16
|
-
export declare function handleNothingToImportError(file: File, messageService: MessageService): void;
|
|
17
|
-
export declare function handleSRSImportError(file: File, messageService: MessageService): void;
|
|
18
|
-
export declare function handleOgreServerImportError(file: File, error: Error, messageService: MessageService): void;
|
|
19
|
-
export declare function getFileExtension(file: File): string;
|
|
20
|
-
export declare function computeLayerTitleFromFile(file: File): string;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export * from './drop-geo-file.directive';
|
|
2
|
-
export * from './export.errors';
|
|
3
|
-
export * from './export.interface';
|
|
4
|
-
export * from './export.service';
|
|
5
|
-
export * from './export.type';
|
|
6
|
-
export * from './export.utils';
|
|
7
|
-
export * from './import.errors';
|
|
8
|
-
export * from './import.interface';
|
|
9
|
-
export * from './import.service';
|
|
10
|
-
export * from './import.utils';
|
package/lib/layer/index.d.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export * from './layer-group';
|
|
2
|
-
export * from './layer-item';
|
|
3
|
-
export * from './layer-legend-item';
|
|
4
|
-
export * from './layer-legend-list';
|
|
5
|
-
export * from './layer-legend';
|
|
6
|
-
export * from './layer-list-tool';
|
|
7
|
-
export * from './layer-list';
|
|
8
|
-
export * from './layer-search';
|
|
9
|
-
export * from './layer-unavailable';
|
|
10
|
-
export * from './layer-viewer-bottom-actions';
|
|
11
|
-
export * from './layer-viewer';
|
|
12
|
-
export * from './layer-visibility-button';
|
|
13
|
-
export * from './shared';
|
|
14
|
-
export * from './track-feature-button';
|
|
15
|
-
export * from './utils';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './layer-group.component';
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { MatCheckboxChange } from '@angular/material/checkbox';
|
|
3
|
-
import { LayerViewerOptions } from '../layer-viewer/layer-viewer.interface';
|
|
4
|
-
import type { AnyLayer } from '../shared/layers/any-layer';
|
|
5
|
-
import type { LayerGroup } from '../shared/layers/layer-group';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class LayerGroupComponent implements OnInit {
|
|
8
|
-
layer: LayerGroup;
|
|
9
|
-
viewerOptions: LayerViewerOptions;
|
|
10
|
-
selected: boolean;
|
|
11
|
-
selectionDisabled: boolean;
|
|
12
|
-
action: EventEmitter<AnyLayer>;
|
|
13
|
-
visibilityChange: EventEmitter<Event>;
|
|
14
|
-
expand: EventEmitter<void>;
|
|
15
|
-
selectChange: EventEmitter<boolean>;
|
|
16
|
-
isDisabled: boolean;
|
|
17
|
-
get title(): string;
|
|
18
|
-
get collapsed(): boolean;
|
|
19
|
-
set collapsed(value: boolean);
|
|
20
|
-
get tooltipMessage(): string;
|
|
21
|
-
ngOnInit(): void;
|
|
22
|
-
onToggle(): void;
|
|
23
|
-
toggleVisibility(event: Event): void;
|
|
24
|
-
toggleLayerGroupTool(event: Event): void;
|
|
25
|
-
toggleLayerTool(layer: AnyLayer): void;
|
|
26
|
-
handleExpand(): void;
|
|
27
|
-
handleSelect(event: MatCheckboxChange): void;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LayerGroupComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LayerGroupComponent, "igo-layer-group", never, { "layer": { "alias": "layer"; "required": false; }; "viewerOptions": { "alias": "viewerOptions"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "selectionDisabled": { "alias": "selectionDisabled"; "required": false; }; }, { "action": "action"; "visibilityChange": "visibilityChange"; "expand": "expand"; "selectChange": "selectChange"; }, never, ["*"], true, never>;
|
|
30
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './layer-item.component';
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { MatCheckboxChange } from '@angular/material/checkbox';
|
|
3
|
-
import { ConnectionState, NetworkService } from '@igo2/core/network';
|
|
4
|
-
import { BehaviorSubject } from 'rxjs';
|
|
5
|
-
import { LayerViewerOptions } from '../layer-viewer/layer-viewer.interface';
|
|
6
|
-
import type { Layer } from '../shared/layers/layer';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class LayerItemComponent implements OnInit, OnDestroy {
|
|
9
|
-
private networkService;
|
|
10
|
-
showLegend$: BehaviorSubject<boolean>;
|
|
11
|
-
inResolutionRange$: BehaviorSubject<boolean>;
|
|
12
|
-
queryBadgeHidden$: BehaviorSubject<boolean>;
|
|
13
|
-
tooltipText: string;
|
|
14
|
-
state: ConnectionState;
|
|
15
|
-
private resolution$$;
|
|
16
|
-
private network$$;
|
|
17
|
-
layer: Layer;
|
|
18
|
-
/** Pass the visibility to trigger change detection */
|
|
19
|
-
visible: boolean;
|
|
20
|
-
selected: boolean;
|
|
21
|
-
selectionDisabled: boolean;
|
|
22
|
-
viewerOptions: LayerViewerOptions;
|
|
23
|
-
action: EventEmitter<Layer>;
|
|
24
|
-
selectChange: EventEmitter<boolean>;
|
|
25
|
-
visibilityChange: EventEmitter<Event>;
|
|
26
|
-
isDisabled: boolean;
|
|
27
|
-
get opacity(): number;
|
|
28
|
-
set opacity(opacity: number);
|
|
29
|
-
get visibilityTooltip(): "igo.geo.layer.notInResolution" | "igo.geo.layer.group.hideChildren" | "igo.geo.layer.hideLayer" | "igo.geo.layer.showLayer";
|
|
30
|
-
constructor(networkService: NetworkService);
|
|
31
|
-
ngOnInit(): void;
|
|
32
|
-
ngOnDestroy(): void;
|
|
33
|
-
toggleLegend(collapsed: boolean): void;
|
|
34
|
-
toggleLegendOnClick(): void;
|
|
35
|
-
handleVisibilityChange(event: Event): void;
|
|
36
|
-
computeTooltip(): string;
|
|
37
|
-
private onResolutionChange;
|
|
38
|
-
private updateQueryBadge;
|
|
39
|
-
toggleLayerTool(): void;
|
|
40
|
-
handleSelect(event: MatCheckboxChange): void;
|
|
41
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LayerItemComponent, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LayerItemComponent, "igo-layer-item", never, { "layer": { "alias": "layer"; "required": true; }; "visible": { "alias": "visible"; "required": true; }; "selected": { "alias": "selected"; "required": false; }; "selectionDisabled": { "alias": "selectionDisabled"; "required": false; }; "viewerOptions": { "alias": "viewerOptions"; "required": false; }; }, { "action": "action"; "selectChange": "selectChange"; "visibilityChange": "visibilityChange"; }, never, ["*"], true, never>;
|
|
43
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './layer-legend.component';
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { ChangeDetectorRef, ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
3
|
-
import type { QueryList } from '@angular/core';
|
|
4
|
-
import { ConfigService } from '@igo2/core/config';
|
|
5
|
-
import { LanguageService } from '@igo2/core/language';
|
|
6
|
-
import { BehaviorSubject, Observable } from 'rxjs';
|
|
7
|
-
import { CapabilitiesService } from '../../datasource/shared/capabilities.service';
|
|
8
|
-
import { Legend } from '../../datasource/shared/datasources';
|
|
9
|
-
import { Layer } from '../shared/layers';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class LayerLegendComponent implements OnInit, OnDestroy {
|
|
12
|
-
private capabilitiesService;
|
|
13
|
-
private languageService;
|
|
14
|
-
private configService;
|
|
15
|
-
private http;
|
|
16
|
-
private cdRef;
|
|
17
|
-
updateLegendOnResolutionChange: boolean;
|
|
18
|
-
/**
|
|
19
|
-
* Observable of the legend items
|
|
20
|
-
*/
|
|
21
|
-
legendItems$: BehaviorSubject<Legend[]>;
|
|
22
|
-
/**
|
|
23
|
-
* Subscription to the map's resolution
|
|
24
|
-
*/
|
|
25
|
-
private state$$;
|
|
26
|
-
/**
|
|
27
|
-
* The available styles
|
|
28
|
-
*/
|
|
29
|
-
styles: any;
|
|
30
|
-
/**
|
|
31
|
-
* The style used to make the legend
|
|
32
|
-
*/
|
|
33
|
-
currentStyle: any;
|
|
34
|
-
/**
|
|
35
|
-
* The scale used to make the legend
|
|
36
|
-
*/
|
|
37
|
-
private scale;
|
|
38
|
-
/**
|
|
39
|
-
* The extent used to make the legend
|
|
40
|
-
*/
|
|
41
|
-
private view;
|
|
42
|
-
/**
|
|
43
|
-
* Get list of images display
|
|
44
|
-
*/
|
|
45
|
-
renderedLegends: QueryList<ElementRef>;
|
|
46
|
-
/**
|
|
47
|
-
* List of size of images displayed
|
|
48
|
-
*/
|
|
49
|
-
imagesHeight: Record<string, number>;
|
|
50
|
-
layer: Layer;
|
|
51
|
-
/**
|
|
52
|
-
* if getLegendGraphic is authorized
|
|
53
|
-
*/
|
|
54
|
-
getLegend: boolean;
|
|
55
|
-
/**
|
|
56
|
-
* activeLegend
|
|
57
|
-
*/
|
|
58
|
-
constructor(capabilitiesService: CapabilitiesService, languageService: LanguageService, configService: ConfigService, http: HttpClient, cdRef: ChangeDetectorRef);
|
|
59
|
-
/**
|
|
60
|
-
* On init, subscribe to the map's resolution and update the legend accordingly
|
|
61
|
-
*/
|
|
62
|
-
ngOnInit(): void;
|
|
63
|
-
/**
|
|
64
|
-
* On destroy, unsubscribe to the map's view state
|
|
65
|
-
*/
|
|
66
|
-
ngOnDestroy(): void;
|
|
67
|
-
getLegendGraphic(item: Legend): void;
|
|
68
|
-
toggleLegendItem(collapsed: boolean, item: Legend): void;
|
|
69
|
-
private transfertToggleLegendItem;
|
|
70
|
-
computeItemTitle(layerLegend: any): Observable<string>;
|
|
71
|
-
/**
|
|
72
|
-
* On resolution change, compute the effective scale level and update the
|
|
73
|
-
* legend accordingly.
|
|
74
|
-
* @param resolution Map resolution
|
|
75
|
-
*/
|
|
76
|
-
private onViewControllerStateChange;
|
|
77
|
-
/**
|
|
78
|
-
* Update the legend with scale level and style define
|
|
79
|
-
*/
|
|
80
|
-
private updateLegend;
|
|
81
|
-
private listStyles;
|
|
82
|
-
onChangeStyle(): void;
|
|
83
|
-
onLoadImage(id: string): void;
|
|
84
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LayerLegendComponent, never>;
|
|
85
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LayerLegendComponent, "igo-layer-legend", never, { "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; }; "layer": { "alias": "layer"; "required": false; }; }, {}, never, never, true, never>;
|
|
86
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './layer-legend-item.component';
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { ConnectionState, NetworkService } from '@igo2/core/network';
|
|
3
|
-
import { BehaviorSubject } from 'rxjs';
|
|
4
|
-
import { Layer } from '../shared/layers/layer';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class LayerLegendItemComponent implements OnInit, OnDestroy {
|
|
7
|
-
private networkService;
|
|
8
|
-
inResolutionRange$: BehaviorSubject<boolean>;
|
|
9
|
-
tooltipText: string;
|
|
10
|
-
state: ConnectionState;
|
|
11
|
-
private resolution$$;
|
|
12
|
-
private network$$;
|
|
13
|
-
layer: Layer;
|
|
14
|
-
updateLegendOnResolutionChange: boolean;
|
|
15
|
-
constructor(networkService: NetworkService);
|
|
16
|
-
ngOnInit(): void;
|
|
17
|
-
ngOnDestroy(): void;
|
|
18
|
-
computeTooltip(): string;
|
|
19
|
-
private onResolutionChange;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LayerLegendItemComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LayerLegendItemComponent, "igo-layer-legend-item", never, { "layer": { "alias": "layer"; "required": false; }; "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; }; }, {}, never, never, true, never>;
|
|
22
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { Subscription } from 'rxjs';
|
|
3
|
-
import { MapService } from '../../map/shared/map.service';
|
|
4
|
-
import { LayerLegendListComponent } from './layer-legend-list.component';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class LayerLegendListBindingDirective implements OnInit, OnDestroy {
|
|
7
|
-
private mapService;
|
|
8
|
-
private component;
|
|
9
|
-
private layersOrResolutionChange$$;
|
|
10
|
-
layersVisibility$$: Subscription;
|
|
11
|
-
constructor(component: LayerLegendListComponent, mapService: MapService);
|
|
12
|
-
ngOnInit(): void;
|
|
13
|
-
ngOnDestroy(): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LayerLegendListBindingDirective, [{ self: true; }, null]>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LayerLegendListBindingDirective, "[igoLayerLegendListBinding]", never, {}, {}, never, never, true, never>;
|
|
16
|
-
}
|