@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,86 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { UntypedFormControl } from '@angular/forms';
|
|
3
|
-
import type { Type } from 'ol/geom/Geometry';
|
|
4
|
-
import { StyleLike as OlStyleLike } from 'ol/style/Style';
|
|
5
|
-
import { BehaviorSubject } from 'rxjs';
|
|
6
|
-
import { IgoMap } from '../../map/shared/map';
|
|
7
|
-
import { GeoJSONGeometry } from '../shared/geometry.interfaces';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
/**
|
|
10
|
-
* This input allows a user to draw a new geometry or to edit
|
|
11
|
-
* an existing one on a map.
|
|
12
|
-
*/
|
|
13
|
-
export declare class GeometryFormFieldComponent implements OnInit, OnDestroy {
|
|
14
|
-
private cdRef;
|
|
15
|
-
readonly value$: BehaviorSubject<GeoJSONGeometry>;
|
|
16
|
-
private value$$;
|
|
17
|
-
set drawControlIsActive(value: boolean);
|
|
18
|
-
get drawControlIsActive(): boolean;
|
|
19
|
-
private _drawControlIsActive;
|
|
20
|
-
set freehandDrawIsActive(value: boolean);
|
|
21
|
-
get freehandDrawIsActive(): boolean;
|
|
22
|
-
private _freehandDrawIsActive;
|
|
23
|
-
/**
|
|
24
|
-
* The field's form control
|
|
25
|
-
*/
|
|
26
|
-
formControl: UntypedFormControl;
|
|
27
|
-
/**
|
|
28
|
-
* The map to draw the geometry on
|
|
29
|
-
*/
|
|
30
|
-
map: IgoMap;
|
|
31
|
-
set geometryType(value: Type);
|
|
32
|
-
get geometryType(): Type;
|
|
33
|
-
readonly geometryType$: BehaviorSubject<Type>;
|
|
34
|
-
/**
|
|
35
|
-
* Whether a geometry type toggle should be displayed
|
|
36
|
-
*/
|
|
37
|
-
geometryTypeField: boolean;
|
|
38
|
-
/**
|
|
39
|
-
* Available geometry types
|
|
40
|
-
*/
|
|
41
|
-
geometryTypes: string[];
|
|
42
|
-
/**
|
|
43
|
-
* Whether a draw guide field should be displayed
|
|
44
|
-
*/
|
|
45
|
-
drawGuideField: boolean;
|
|
46
|
-
/**
|
|
47
|
-
* The drawGuide around the mouse pointer to help drawing
|
|
48
|
-
*/
|
|
49
|
-
set drawGuide(value: number);
|
|
50
|
-
get drawGuide(): number;
|
|
51
|
-
readonly drawGuide$: BehaviorSubject<number>;
|
|
52
|
-
/**
|
|
53
|
-
* Draw guide placeholder
|
|
54
|
-
*/
|
|
55
|
-
drawGuidePlaceholder: string;
|
|
56
|
-
/**
|
|
57
|
-
* Whether a measure tooltip should be displayed
|
|
58
|
-
*/
|
|
59
|
-
measure: boolean;
|
|
60
|
-
/**
|
|
61
|
-
* Control options
|
|
62
|
-
*/
|
|
63
|
-
controlOptions: Record<string, any>;
|
|
64
|
-
/**
|
|
65
|
-
* Style for the draw control (applies while the geometry is being drawn)
|
|
66
|
-
*/
|
|
67
|
-
drawStyle: OlStyleLike;
|
|
68
|
-
/**
|
|
69
|
-
* Style for the overlay layer (applies once the geometry is added to the map)
|
|
70
|
-
* If not specified, drawStyle applies
|
|
71
|
-
*/
|
|
72
|
-
overlayStyle: OlStyleLike;
|
|
73
|
-
constructor(cdRef: ChangeDetectorRef);
|
|
74
|
-
/**
|
|
75
|
-
* Set up a value stream
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
ngOnInit(): void;
|
|
79
|
-
/**
|
|
80
|
-
* Unsubscribe to the value stream
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
ngOnDestroy(): void;
|
|
84
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GeometryFormFieldComponent, never>;
|
|
85
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GeometryFormFieldComponent, "igo-geometry-form-field", never, { "formControl": { "alias": "formControl"; "required": false; }; "map": { "alias": "map"; "required": false; }; "geometryType": { "alias": "geometryType"; "required": false; }; "geometryTypeField": { "alias": "geometryTypeField"; "required": false; }; "geometryTypes": { "alias": "geometryTypes"; "required": false; }; "drawGuideField": { "alias": "drawGuideField"; "required": false; }; "drawGuide": { "alias": "drawGuide"; "required": false; }; "drawGuidePlaceholder": { "alias": "drawGuidePlaceholder"; "required": false; }; "measure": { "alias": "measure"; "required": false; }; "controlOptions": { "alias": "controlOptions"; "required": false; }; "drawStyle": { "alias": "drawStyle"; "required": false; }; "overlayStyle": { "alias": "overlayStyle"; "required": false; }; }, {}, never, never, true, never>;
|
|
86
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { GeometryFormFieldInputComponent } from './geometry-form-field-input.component';
|
|
2
|
-
import { GeometryFormFieldComponent } from './geometry-form-field.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./geometry-form-field.component";
|
|
5
|
-
import * as i2 from "./geometry-form-field-input.component";
|
|
6
|
-
export declare const GEOMETRY_FORM_FIELD_DIRECTIVES: readonly [typeof GeometryFormFieldComponent, typeof GeometryFormFieldInputComponent];
|
|
7
|
-
/**
|
|
8
|
-
* @deprecated import the components directly or the GEOMETRY_FORM_FIELD_DIRECTIVES for the set
|
|
9
|
-
*/
|
|
10
|
-
export declare class IgoGeometryFormFieldModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoGeometryFormFieldModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoGeometryFormFieldModule, never, [typeof i1.GeometryFormFieldComponent, typeof i2.GeometryFormFieldInputComponent], [typeof i1.GeometryFormFieldComponent, typeof i2.GeometryFormFieldInputComponent]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoGeometryFormFieldModule>;
|
|
14
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./geometry-form-field/geometry-form-field.module";
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated import the components directly or the GEOMETRY_FORM_FIELD_DIRECTIVES for the set
|
|
5
|
-
*/
|
|
6
|
-
export declare class IgoGeometryModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoGeometryModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoGeometryModule, never, never, [typeof i1.IgoGeometryFormFieldModule]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoGeometryModule>;
|
|
10
|
-
}
|
package/lib/geometry/index.d.ts
DELETED
|
@@ -1,150 +0,0 @@
|
|
|
1
|
-
import OlMap from 'ol/Map';
|
|
2
|
-
import type { Type } from 'ol/geom/Geometry';
|
|
3
|
-
import type { default as OlGeometry } from 'ol/geom/Geometry';
|
|
4
|
-
import OlVectorLayer from 'ol/layer/Vector';
|
|
5
|
-
import OlVectorSource from 'ol/source/Vector';
|
|
6
|
-
import { StyleLike as OlStyleLike } from 'ol/style/Style';
|
|
7
|
-
import { BehaviorSubject, Subject } from 'rxjs';
|
|
8
|
-
export interface DrawControlOptions {
|
|
9
|
-
geometryType: Type | string;
|
|
10
|
-
drawingLayerSource?: OlVectorSource;
|
|
11
|
-
drawingLayer?: OlVectorLayer<OlVectorSource>;
|
|
12
|
-
drawingLayerStyle?: OlStyleLike;
|
|
13
|
-
interactionStyle?: OlStyleLike;
|
|
14
|
-
maxPoints?: number;
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* Control to draw entities
|
|
18
|
-
*/
|
|
19
|
-
export declare class DrawControl {
|
|
20
|
-
private options;
|
|
21
|
-
/**
|
|
22
|
-
* Draw start observable
|
|
23
|
-
*/
|
|
24
|
-
start$: Subject<OlGeometry>;
|
|
25
|
-
/**
|
|
26
|
-
* Draw end observable
|
|
27
|
-
*/
|
|
28
|
-
end$: Subject<OlGeometry>;
|
|
29
|
-
/**
|
|
30
|
-
* Draw changes observable (while drawing)
|
|
31
|
-
*/
|
|
32
|
-
changes$: Subject<any>;
|
|
33
|
-
/**
|
|
34
|
-
* Draw modify observable (modify drawn features)
|
|
35
|
-
*/
|
|
36
|
-
modify$: Subject<OlGeometry>;
|
|
37
|
-
/**
|
|
38
|
-
* Draw select observable (modify drawn features)
|
|
39
|
-
*/
|
|
40
|
-
select$: Subject<any>;
|
|
41
|
-
/**
|
|
42
|
-
* Draw abort observable (abort drawn features)
|
|
43
|
-
*/
|
|
44
|
-
abort$: Subject<any>;
|
|
45
|
-
/**
|
|
46
|
-
* Freehand mode observable (defaults to false)
|
|
47
|
-
*/
|
|
48
|
-
freehand$: BehaviorSubject<boolean>;
|
|
49
|
-
/**
|
|
50
|
-
* Observables from predefined radius (defaults to false and undefined)
|
|
51
|
-
*/
|
|
52
|
-
ispredefinedRadius$: BehaviorSubject<boolean>;
|
|
53
|
-
predefinedRadius$: BehaviorSubject<number>;
|
|
54
|
-
radiusDrawEnd$: BehaviorSubject<number>;
|
|
55
|
-
private keyDown$$;
|
|
56
|
-
private olGeometryType;
|
|
57
|
-
private olInteractionStyle;
|
|
58
|
-
private olMap;
|
|
59
|
-
private olDrawingLayer;
|
|
60
|
-
private olDrawInteraction;
|
|
61
|
-
private olSelectInteraction;
|
|
62
|
-
private olModifyInteraction;
|
|
63
|
-
private onDrawStartKey;
|
|
64
|
-
private onDrawEndKey;
|
|
65
|
-
private onDrawAbortKey;
|
|
66
|
-
private onDrawKey;
|
|
67
|
-
radius: number;
|
|
68
|
-
private mousePosition;
|
|
69
|
-
/**
|
|
70
|
-
* take the value of radius
|
|
71
|
-
*/
|
|
72
|
-
get radiusVal(): number;
|
|
73
|
-
set radiusValData(radiusCercle: number);
|
|
74
|
-
/**
|
|
75
|
-
* Wheter the control is active
|
|
76
|
-
*/
|
|
77
|
-
get active(): boolean;
|
|
78
|
-
/**
|
|
79
|
-
* OL overlay source
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
get olDrawingLayerSource(): OlVectorSource;
|
|
83
|
-
constructor(options: DrawControlOptions);
|
|
84
|
-
/**
|
|
85
|
-
* Add or remove this control to/from a map.
|
|
86
|
-
* @param map OL Map
|
|
87
|
-
*/
|
|
88
|
-
setOlMap(olMap: OlMap | undefined, activateModifyAndSelect?: boolean): void;
|
|
89
|
-
/**
|
|
90
|
-
* Return the drawing layer source
|
|
91
|
-
*/
|
|
92
|
-
getSource(): OlVectorSource;
|
|
93
|
-
setOlInteractionStyle(style: any): void;
|
|
94
|
-
/**
|
|
95
|
-
* Set the current geometry type
|
|
96
|
-
* @param geometryType the geometry type
|
|
97
|
-
*/
|
|
98
|
-
setGeometryType(geometryType: Type): void;
|
|
99
|
-
/**
|
|
100
|
-
* Get the current geometry type
|
|
101
|
-
*/
|
|
102
|
-
getGeometryType(): string | typeof OlGeometry;
|
|
103
|
-
/**
|
|
104
|
-
* Create a drawing source if none is defined in the options
|
|
105
|
-
*/
|
|
106
|
-
private createOlInnerOverlayLayer;
|
|
107
|
-
/**
|
|
108
|
-
* Clear the drawing layer if it wasn't defined in the options
|
|
109
|
-
*/
|
|
110
|
-
private removeOlInnerOverlayLayer;
|
|
111
|
-
/**
|
|
112
|
-
* Add the drawing layer if it wasn't defined in the options
|
|
113
|
-
*/
|
|
114
|
-
private addOlInnerOverlayLayer;
|
|
115
|
-
/**
|
|
116
|
-
* Clear the drawing layer source if it wasn't defined in the options
|
|
117
|
-
*/
|
|
118
|
-
private clearOlInnerOverlaySource;
|
|
119
|
-
/**
|
|
120
|
-
* Add interactions to the map an set up some listeners
|
|
121
|
-
*/
|
|
122
|
-
addOlInteractions(activateModifyAndSelect?: boolean): void;
|
|
123
|
-
/**
|
|
124
|
-
* Remove interactions
|
|
125
|
-
*/
|
|
126
|
-
private removeOlInteractions;
|
|
127
|
-
/**
|
|
128
|
-
* When drawing starts, clear the overlay and start watching for changes
|
|
129
|
-
* @param event Draw start event
|
|
130
|
-
*/
|
|
131
|
-
private onDrawStart;
|
|
132
|
-
/**
|
|
133
|
-
* When drawing ends, update the drawing (feature) geometry observable and add
|
|
134
|
-
* @param event Draw event (drawend)
|
|
135
|
-
*/
|
|
136
|
-
private onDrawEnd;
|
|
137
|
-
/**
|
|
138
|
-
* When a feature is selected, update the selected feature observable
|
|
139
|
-
* @param event Modify event (modifyend)
|
|
140
|
-
*/
|
|
141
|
-
private onSelect;
|
|
142
|
-
/**
|
|
143
|
-
* Subscribe to key downs used as drawing interaction shorcuts
|
|
144
|
-
*/
|
|
145
|
-
private subscribeKeyDown;
|
|
146
|
-
/**
|
|
147
|
-
* Unsubscribe to key down
|
|
148
|
-
*/
|
|
149
|
-
private unsubscribeKeyDown;
|
|
150
|
-
}
|
|
@@ -1,228 +0,0 @@
|
|
|
1
|
-
import OlMap from 'ol/Map';
|
|
2
|
-
import type { default as OlGeometry } from 'ol/geom/Geometry';
|
|
3
|
-
import OlModify from 'ol/interaction/Modify';
|
|
4
|
-
import OlVectorLayer from 'ol/layer/Vector';
|
|
5
|
-
import OlVectorSource from 'ol/source/Vector';
|
|
6
|
-
import { StyleLike as OlStyleLike } from 'ol/style/Style';
|
|
7
|
-
import { Subject } from 'rxjs';
|
|
8
|
-
export interface ModifyControlOptions {
|
|
9
|
-
source?: OlVectorSource<any>;
|
|
10
|
-
layer?: OlVectorLayer<any>;
|
|
11
|
-
layerStyle?: OlStyleLike;
|
|
12
|
-
drawStyle?: OlStyleLike;
|
|
13
|
-
modify?: boolean;
|
|
14
|
-
translate?: boolean;
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* Control to modify geometries
|
|
18
|
-
*/
|
|
19
|
-
export declare class ModifyControl {
|
|
20
|
-
private options;
|
|
21
|
-
/**
|
|
22
|
-
* Modify start observable
|
|
23
|
-
*/
|
|
24
|
-
start$: Subject<OlGeometry>;
|
|
25
|
-
/**
|
|
26
|
-
* Modify end observable
|
|
27
|
-
*/
|
|
28
|
-
end$: Subject<OlGeometry>;
|
|
29
|
-
/**
|
|
30
|
-
* Geometry changes observable
|
|
31
|
-
*/
|
|
32
|
-
changes$: Subject<OlGeometry>;
|
|
33
|
-
private olMap;
|
|
34
|
-
private olOverlayLayer;
|
|
35
|
-
olModifyInteraction: OlModify;
|
|
36
|
-
private onModifyStartKey;
|
|
37
|
-
private onModifyEndKey;
|
|
38
|
-
private onModifyKey;
|
|
39
|
-
private olModifyInteractionIsActive;
|
|
40
|
-
private olTranslateInteraction;
|
|
41
|
-
private onTranslateStartKey;
|
|
42
|
-
private onTranslateEndKey;
|
|
43
|
-
private onTranslateKey;
|
|
44
|
-
private olTranslateInteractionIsActive;
|
|
45
|
-
private olDrawInteraction;
|
|
46
|
-
private onDrawStartKey;
|
|
47
|
-
private onDrawEndKey;
|
|
48
|
-
private onDrawKey;
|
|
49
|
-
private olDrawInteractionIsActive;
|
|
50
|
-
private mousePosition;
|
|
51
|
-
private keyDown$$;
|
|
52
|
-
private drawKeyUp$$;
|
|
53
|
-
private drawKeyDown$$;
|
|
54
|
-
private removedOlInteractions;
|
|
55
|
-
private olLinearRingsLayer;
|
|
56
|
-
private olOuterGeometry;
|
|
57
|
-
/**
|
|
58
|
-
* Wheter the control is active
|
|
59
|
-
*/
|
|
60
|
-
get active(): boolean;
|
|
61
|
-
/**
|
|
62
|
-
* OL overlay source
|
|
63
|
-
* @internal
|
|
64
|
-
*/
|
|
65
|
-
get olOverlaySource(): OlVectorSource<any>;
|
|
66
|
-
/**
|
|
67
|
-
* OL linear rings source
|
|
68
|
-
* @internal
|
|
69
|
-
*/
|
|
70
|
-
get olLinearRingsSource(): OlVectorSource<any>;
|
|
71
|
-
/**
|
|
72
|
-
* Whether a modify control should be available
|
|
73
|
-
*/
|
|
74
|
-
private modify;
|
|
75
|
-
/**
|
|
76
|
-
* Whether a translate control should be available
|
|
77
|
-
*/
|
|
78
|
-
private translate;
|
|
79
|
-
constructor(options: ModifyControlOptions);
|
|
80
|
-
/**
|
|
81
|
-
* Add or remove this control to/from a map.
|
|
82
|
-
* @param map OL Map
|
|
83
|
-
*/
|
|
84
|
-
setOlMap(olMap: OlMap | undefined): void;
|
|
85
|
-
/**
|
|
86
|
-
* Return the overlay source
|
|
87
|
-
*/
|
|
88
|
-
getSource(): OlVectorSource<any>;
|
|
89
|
-
/**
|
|
90
|
-
* Add an OL geometry to the overlay and start modifying it
|
|
91
|
-
* @param olGeometry Ol Geometry
|
|
92
|
-
*/
|
|
93
|
-
setOlGeometry(olGeometry: OlGeometry): void;
|
|
94
|
-
/**
|
|
95
|
-
* Create an overlay source if none is defined in the options
|
|
96
|
-
*/
|
|
97
|
-
private createOlInnerOverlayLayer;
|
|
98
|
-
/**
|
|
99
|
-
* Add the overlay layer if it wasn't defined in the options
|
|
100
|
-
*/
|
|
101
|
-
private addOlInnerOverlayLayer;
|
|
102
|
-
/**
|
|
103
|
-
* Clear the overlay layer if it wasn't defined in the options
|
|
104
|
-
*/
|
|
105
|
-
private removeOlInnerOverlayLayer;
|
|
106
|
-
/**
|
|
107
|
-
* Clear the overlay source if it wasn't defined in the options
|
|
108
|
-
*/
|
|
109
|
-
private clearOlInnerOverlaySource;
|
|
110
|
-
private createOlLinearRingsLayer;
|
|
111
|
-
/**
|
|
112
|
-
* Add the linear rings layer
|
|
113
|
-
*/
|
|
114
|
-
private addOlLinearRingsLayer;
|
|
115
|
-
/**
|
|
116
|
-
* Clear the linear rings layer
|
|
117
|
-
*/
|
|
118
|
-
private removeOlLinearRingsLayer;
|
|
119
|
-
/**
|
|
120
|
-
* Clear the linear rings source
|
|
121
|
-
*/
|
|
122
|
-
private clearOlLinearRingsSource;
|
|
123
|
-
/**
|
|
124
|
-
* Add a modify interaction to the map an set up some listeners
|
|
125
|
-
*/
|
|
126
|
-
private addOlModifyInteraction;
|
|
127
|
-
/**
|
|
128
|
-
* Remove the modify interaction
|
|
129
|
-
*/
|
|
130
|
-
private removeOlModifyInteraction;
|
|
131
|
-
private activateModifyInteraction;
|
|
132
|
-
private deactivateModifyInteraction;
|
|
133
|
-
/**
|
|
134
|
-
* When modifying starts, clear the overlay and start watching for changes
|
|
135
|
-
* @param event Modify start event
|
|
136
|
-
*/
|
|
137
|
-
private onModifyStart;
|
|
138
|
-
/**
|
|
139
|
-
* When modifying ends, update the geometry observable and stop watching for changes
|
|
140
|
-
* @param event Modify end event
|
|
141
|
-
*/
|
|
142
|
-
private onModifyEnd;
|
|
143
|
-
/**
|
|
144
|
-
* Subscribe to space key down to pan the map
|
|
145
|
-
*/
|
|
146
|
-
private subscribeToKeyDown;
|
|
147
|
-
/**
|
|
148
|
-
* Unsubscribe to key down
|
|
149
|
-
*/
|
|
150
|
-
private unsubscribeToKeyDown;
|
|
151
|
-
/**
|
|
152
|
-
* Add a translate interaction to the map an set up some listeners
|
|
153
|
-
*/
|
|
154
|
-
private addOlTranslateInteraction;
|
|
155
|
-
/**
|
|
156
|
-
* Remove the translate interaction
|
|
157
|
-
*/
|
|
158
|
-
private removeOlTranslateInteraction;
|
|
159
|
-
private activateTranslateInteraction;
|
|
160
|
-
private deactivateTranslateInteraction;
|
|
161
|
-
/**
|
|
162
|
-
* When translation starts, clear the overlay and start watching for changes
|
|
163
|
-
* @param event Translate start event
|
|
164
|
-
*/
|
|
165
|
-
private onTranslateStart;
|
|
166
|
-
/**
|
|
167
|
-
* When translation ends, update the geometry observable and stop watchign for changes
|
|
168
|
-
* @param event Translate end event
|
|
169
|
-
*/
|
|
170
|
-
private onTranslateEnd;
|
|
171
|
-
/**
|
|
172
|
-
* Add a draw interaction to the map an set up some listeners
|
|
173
|
-
*/
|
|
174
|
-
private addOlDrawInteraction;
|
|
175
|
-
/**
|
|
176
|
-
* Subscribe to CTRL key down to activate the draw control
|
|
177
|
-
*/
|
|
178
|
-
private subscribeToDrawKeyDown;
|
|
179
|
-
/**
|
|
180
|
-
* Subscribe to CTRL key up to deactivate the draw control
|
|
181
|
-
*/
|
|
182
|
-
private subscribeToDrawKeyUp;
|
|
183
|
-
/**
|
|
184
|
-
* Unsubscribe to draw key down
|
|
185
|
-
*/
|
|
186
|
-
private unsubscribeToDrawKeyDown;
|
|
187
|
-
/**
|
|
188
|
-
* Unsubscribe to key up
|
|
189
|
-
*/
|
|
190
|
-
private unsubscribeToDrawKeyUp;
|
|
191
|
-
/**
|
|
192
|
-
* Remove the draw interaction
|
|
193
|
-
*/
|
|
194
|
-
private removeOlDrawInteraction;
|
|
195
|
-
/**
|
|
196
|
-
* Activate the draw interaction
|
|
197
|
-
*/
|
|
198
|
-
private activateDrawInteraction;
|
|
199
|
-
/**
|
|
200
|
-
* Deactivate the draw interaction
|
|
201
|
-
*/
|
|
202
|
-
private deactivateDrawInteraction;
|
|
203
|
-
/**
|
|
204
|
-
* When draw start, add a new linerar ring to the geometry and start watching for changes
|
|
205
|
-
* @param event Draw start event
|
|
206
|
-
*/
|
|
207
|
-
private onDrawStart;
|
|
208
|
-
/**
|
|
209
|
-
* When translation ends, update the geometry observable and stop watchign for changes
|
|
210
|
-
* @param event Draw end event
|
|
211
|
-
*/
|
|
212
|
-
private onDrawEnd;
|
|
213
|
-
/**
|
|
214
|
-
* Add a linear ring to the geometry being modified
|
|
215
|
-
* @param coordinates Linear ring coordinates
|
|
216
|
-
*/
|
|
217
|
-
private addLinearRingToOlGeometry;
|
|
218
|
-
/**
|
|
219
|
-
* Update the last linear ring of the geometry being modified
|
|
220
|
-
* @param coordinates Linear ring coordinates
|
|
221
|
-
*/
|
|
222
|
-
private updateLinearRingOfOlGeometry;
|
|
223
|
-
/**
|
|
224
|
-
* Get the geometry being modified
|
|
225
|
-
* @returns OL Geometry
|
|
226
|
-
*/
|
|
227
|
-
private getOlGeometry;
|
|
228
|
-
}
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
import OlMap from 'ol/Map';
|
|
2
|
-
import type { default as OlGeometry } from 'ol/geom/Geometry';
|
|
3
|
-
import OlVectorLayer from 'ol/layer/Vector';
|
|
4
|
-
import OlVectorSource from 'ol/source/Vector';
|
|
5
|
-
import { StyleLike as OlStyleLike } from 'ol/style/Style';
|
|
6
|
-
import { Subject } from 'rxjs';
|
|
7
|
-
import { GeometrySliceError } from '../geometry.errors';
|
|
8
|
-
export interface SliceControlOptions {
|
|
9
|
-
source?: OlVectorSource;
|
|
10
|
-
layer?: OlVectorLayer<OlVectorSource>;
|
|
11
|
-
layerStyle?: OlStyleLike;
|
|
12
|
-
drawStyle?: OlStyleLike;
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* Control to modify geometries
|
|
16
|
-
*/
|
|
17
|
-
export declare class SliceControl {
|
|
18
|
-
private options;
|
|
19
|
-
/**
|
|
20
|
-
* Slice end observable
|
|
21
|
-
*/
|
|
22
|
-
end$: Subject<OlGeometry[]>;
|
|
23
|
-
/**
|
|
24
|
-
* Slice error, if any
|
|
25
|
-
*/
|
|
26
|
-
error$: Subject<GeometrySliceError>;
|
|
27
|
-
private olMap;
|
|
28
|
-
private olOverlayLayer;
|
|
29
|
-
/**
|
|
30
|
-
* Draw line control
|
|
31
|
-
*/
|
|
32
|
-
private drawLineControl;
|
|
33
|
-
/**
|
|
34
|
-
* Subscription to draw start
|
|
35
|
-
*/
|
|
36
|
-
private drawLineStart$$;
|
|
37
|
-
/**
|
|
38
|
-
* Subscription to draw end
|
|
39
|
-
*/
|
|
40
|
-
private drawLineEnd$$;
|
|
41
|
-
/**
|
|
42
|
-
* Wheter the control is active
|
|
43
|
-
*/
|
|
44
|
-
get active(): boolean;
|
|
45
|
-
/**
|
|
46
|
-
* OL overlay source
|
|
47
|
-
* @internal
|
|
48
|
-
*/
|
|
49
|
-
get olOverlaySource(): OlVectorSource;
|
|
50
|
-
constructor(options: SliceControlOptions);
|
|
51
|
-
/**
|
|
52
|
-
* Add or remove this control to/from a map.
|
|
53
|
-
* @param map OL Map
|
|
54
|
-
*/
|
|
55
|
-
setOlMap(olMap: OlMap | undefined): void;
|
|
56
|
-
/**
|
|
57
|
-
* Return the overlay source
|
|
58
|
-
*/
|
|
59
|
-
getSource(): OlVectorSource;
|
|
60
|
-
/**
|
|
61
|
-
* Add an OL geometry to the overlay for slicing
|
|
62
|
-
* @param olGeometry Ol Geometry
|
|
63
|
-
*/
|
|
64
|
-
setOlGeometry(olGeometry: OlGeometry): void;
|
|
65
|
-
/**
|
|
66
|
-
* Create an overlay source if none is defined in the options
|
|
67
|
-
*/
|
|
68
|
-
private createOlInnerOverlayLayer;
|
|
69
|
-
/**
|
|
70
|
-
* Clear the overlay layer if it wasn't defined in the options
|
|
71
|
-
*/
|
|
72
|
-
private removeOlInnerOverlayLayer;
|
|
73
|
-
/**
|
|
74
|
-
* Add the overlay layer if it wasn't defined in the options
|
|
75
|
-
*/
|
|
76
|
-
private addOlInnerOverlayLayer;
|
|
77
|
-
/**
|
|
78
|
-
* Clear the overlay source if it wasn't defined in the options
|
|
79
|
-
*/
|
|
80
|
-
private clearOlInnerOverlaySource;
|
|
81
|
-
/**
|
|
82
|
-
* Create a draw line control and add it to the map
|
|
83
|
-
*/
|
|
84
|
-
private addDrawLineControl;
|
|
85
|
-
/**
|
|
86
|
-
* Remove draw line control
|
|
87
|
-
*/
|
|
88
|
-
private removeDrawLineControl;
|
|
89
|
-
/**
|
|
90
|
-
* Clear the draw source and track the geometry being draw
|
|
91
|
-
* @param olLine Ol linestring or polygon
|
|
92
|
-
*/
|
|
93
|
-
private onDrawLineStart;
|
|
94
|
-
/**
|
|
95
|
-
* Slice the first geometry encountered with the drawn line
|
|
96
|
-
* @param olLine Ol linestring
|
|
97
|
-
*/
|
|
98
|
-
private onDrawLineEnd;
|
|
99
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export declare class GeometrySliceError extends Error {
|
|
2
|
-
}
|
|
3
|
-
export declare class GeometrySliceMultiPolygonError extends GeometrySliceError {
|
|
4
|
-
constructor();
|
|
5
|
-
}
|
|
6
|
-
export declare class GeometrySliceLineStringError extends GeometrySliceError {
|
|
7
|
-
constructor();
|
|
8
|
-
}
|
|
9
|
-
export declare class GeometrySliceTooManyIntersectionError extends GeometrySliceError {
|
|
10
|
-
constructor();
|
|
11
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { FormFieldInputs } from '@igo2/common/form';
|
|
2
|
-
import type { Type } from 'ol/geom/Geometry';
|
|
3
|
-
import { GeoJsonGeometryTypes } from 'geojson';
|
|
4
|
-
import { IgoMap } from '../../map/shared/map';
|
|
5
|
-
export interface GeometryFormFieldInputs extends FormFieldInputs {
|
|
6
|
-
map: IgoMap;
|
|
7
|
-
geometryType: Type;
|
|
8
|
-
tooltip?: string;
|
|
9
|
-
}
|
|
10
|
-
export interface GeoJSONGeometry {
|
|
11
|
-
type: GeoJsonGeometryTypes;
|
|
12
|
-
coordinates: any;
|
|
13
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import BasicEvent from 'ol/events/Event';
|
|
2
|
-
import type { default as OlGeometry } from 'ol/geom/Geometry';
|
|
3
|
-
import OlLineString from 'ol/geom/LineString';
|
|
4
|
-
import OlLinearRing from 'ol/geom/LinearRing';
|
|
5
|
-
import OlPolygon from 'ol/geom/Polygon';
|
|
6
|
-
import * as olstyle from 'ol/style';
|
|
7
|
-
import { Units } from '@turf/helpers';
|
|
8
|
-
import { FeatureGeometry } from '../../feature';
|
|
9
|
-
/**
|
|
10
|
-
* Create a default style for draw and modify interactions
|
|
11
|
-
* @param color Style color (R, G, B)
|
|
12
|
-
* @returns OL style
|
|
13
|
-
*/
|
|
14
|
-
export declare function createDrawInteractionStyle(color?: [number, number, number]): olstyle.Circle;
|
|
15
|
-
/**
|
|
16
|
-
* Create a default style for drawing a hole
|
|
17
|
-
* @returns OL style
|
|
18
|
-
*/
|
|
19
|
-
export declare function createDrawHoleInteractionStyle(): olstyle.Style;
|
|
20
|
-
/**
|
|
21
|
-
* Slice geometry into two parts
|
|
22
|
-
* @param olGeometry OL geometry
|
|
23
|
-
* @param olSlicer Slicing line
|
|
24
|
-
* @returns New OL geometries
|
|
25
|
-
*/
|
|
26
|
-
export declare function sliceOlGeometry(olGeometry: OlLineString | OlPolygon, olSlicer: OlLineString): (OlLineString | OlPolygon)[];
|
|
27
|
-
/**
|
|
28
|
-
* Slice OL Polygon into one or more polygons
|
|
29
|
-
* @param olPolygon OL polygon
|
|
30
|
-
* @param olSlicer Slicing line
|
|
31
|
-
* @returns New OL polygons
|
|
32
|
-
*/
|
|
33
|
-
export declare function sliceOlPolygon(olPolygon: OlPolygon, olSlicer: OlLineString): OlPolygon[];
|
|
34
|
-
/**
|
|
35
|
-
* Splice geometry into two parts
|
|
36
|
-
* @param olGeometry OL geometry
|
|
37
|
-
* @param olSlicer Slicing line
|
|
38
|
-
* @returns New OL geometries
|
|
39
|
-
*/
|
|
40
|
-
export declare function addLinearRingToOlPolygon(olPolygon: OlPolygon, olLinearRing: OlLinearRing): void;
|
|
41
|
-
export declare function getMousePositionFromOlGeometryEvent(olEvent: BasicEvent): [number, number];
|
|
42
|
-
export declare function doesOlGeometryIntersects(olGeometry1: OlGeometry, olGeometry2: OlGeometry): boolean;
|
|
43
|
-
export declare function bufferOlGeometry(olGeometry: OlGeometry, dist: number, units?: Units): FeatureGeometry;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { DataSourceOptions } from '../../datasource/shared/datasources';
|
|
2
|
-
import { Layer } from '../../layer/shared';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ExportButtonComponent {
|
|
5
|
-
layer: Layer;
|
|
6
|
-
color: string;
|
|
7
|
-
get options(): DataSourceOptions;
|
|
8
|
-
layerIsExportable(): boolean;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ExportButtonComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ExportButtonComponent, "igo-export-button", never, { "layer": { "alias": "layer"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
|
11
|
-
}
|