@igo2/geo 19.0.3 → 20.0.0-next.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/igo2-geo.mjs +1269 -1908
- package/fesm2022/igo2-geo.mjs.map +1 -1
- package/index.d.ts +11894 -3
- package/package.json +19 -16
- package/lib/catalog/catalog-browser/catalog-browser-group.component.d.ts +0 -117
- package/lib/catalog/catalog-browser/catalog-browser-layer.component.d.ts +0 -77
- package/lib/catalog/catalog-browser/catalog-browser.component.d.ts +0 -99
- package/lib/catalog/catalog-browser/catalog-browser.module.d.ts +0 -10
- package/lib/catalog/catalog-library/add-catalog-dialog.component.d.ts +0 -40
- package/lib/catalog/catalog-library/catalog-library-item.component.d.ts +0 -25
- package/lib/catalog/catalog-library/catalog-library.component.d.ts +0 -68
- package/lib/catalog/catalog-library/catalog-library.module.d.ts +0 -14
- package/lib/catalog/catalog-library/index.d.ts +0 -3
- package/lib/catalog/catalog.module.d.ts +0 -14
- package/lib/catalog/index.d.ts +0 -5
- package/lib/catalog/shared/catalog.abstract.d.ts +0 -37
- package/lib/catalog/shared/catalog.enum.d.ts +0 -16
- package/lib/catalog/shared/catalog.interface.d.ts +0 -77
- package/lib/catalog/shared/catalog.service.d.ts +0 -38
- package/lib/catalog/shared/catalogs.d.ts +0 -35
- package/lib/catalog/shared/index.d.ts +0 -4
- package/lib/datasource/index.d.ts +0 -2
- package/lib/datasource/shared/capabilities.interface.d.ts +0 -24
- package/lib/datasource/shared/capabilities.service.d.ts +0 -36
- package/lib/datasource/shared/datasource.service.d.ts +0 -39
- package/lib/datasource/shared/datasources/any-datasource.d.ts +0 -16
- package/lib/datasource/shared/datasources/any-datasource.interface.d.ts +0 -16
- package/lib/datasource/shared/datasources/arcgisrest-datasource.d.ts +0 -14
- package/lib/datasource/shared/datasources/arcgisrest-datasource.interface.d.ts +0 -14
- package/lib/datasource/shared/datasources/carto-datasource.d.ts +0 -16
- package/lib/datasource/shared/datasources/carto-datasource.interface.d.ts +0 -11
- package/lib/datasource/shared/datasources/cluster-datasource.d.ts +0 -11
- package/lib/datasource/shared/datasources/cluster-datasource.interface.d.ts +0 -9
- package/lib/datasource/shared/datasources/data.service.d.ts +0 -3
- package/lib/datasource/shared/datasources/datasource.d.ts +0 -38
- package/lib/datasource/shared/datasources/datasource.interface.d.ts +0 -109
- package/lib/datasource/shared/datasources/feature-datasource.d.ts +0 -12
- package/lib/datasource/shared/datasources/feature-datasource.interface.d.ts +0 -19
- package/lib/datasource/shared/datasources/imagearcgisrest-datasource.d.ts +0 -16
- package/lib/datasource/shared/datasources/imagearcgisrest-datasource.interface.d.ts +0 -13
- package/lib/datasource/shared/datasources/index.d.ts +0 -35
- package/lib/datasource/shared/datasources/mvt-datasource.d.ts +0 -11
- package/lib/datasource/shared/datasources/mvt-datasource.interface.d.ts +0 -11
- package/lib/datasource/shared/datasources/osm-datasource.d.ts +0 -9
- package/lib/datasource/shared/datasources/osm-datasource.interface.d.ts +0 -5
- package/lib/datasource/shared/datasources/tilearcgisrest-datasource.d.ts +0 -16
- package/lib/datasource/shared/datasources/tilearcgisrest-datasource.interface.d.ts +0 -12
- package/lib/datasource/shared/datasources/tiledebug-datasource.d.ts +0 -9
- package/lib/datasource/shared/datasources/tiledebug-datasource.interface.d.ts +0 -7
- package/lib/datasource/shared/datasources/websocket-datasource.d.ts +0 -14
- package/lib/datasource/shared/datasources/websocket-datasource.interface.d.ts +0 -7
- package/lib/datasource/shared/datasources/wfs-datasource.d.ts +0 -37
- package/lib/datasource/shared/datasources/wfs-datasource.interface.d.ts +0 -18
- package/lib/datasource/shared/datasources/wfs.service.d.ts +0 -17
- package/lib/datasource/shared/datasources/wms-datasource.d.ts +0 -58
- package/lib/datasource/shared/datasources/wms-datasource.interface.d.ts +0 -37
- package/lib/datasource/shared/datasources/wms-wfs.utils.d.ts +0 -43
- package/lib/datasource/shared/datasources/wmts-datasource.d.ts +0 -10
- package/lib/datasource/shared/datasources/wmts-datasource.interface.d.ts +0 -11
- package/lib/datasource/shared/datasources/xyz-datasource.d.ts +0 -9
- package/lib/datasource/shared/datasources/xyz-datasource.interface.d.ts +0 -9
- package/lib/datasource/shared/index.d.ts +0 -5
- package/lib/datasource/shared/options/index.d.ts +0 -4
- package/lib/datasource/shared/options/options-api.interface.d.ts +0 -4
- package/lib/datasource/shared/options/options-api.providers.d.ts +0 -10
- package/lib/datasource/shared/options/options-api.service.d.ts +0 -17
- package/lib/datasource/shared/options/options.service.d.ts +0 -6
- package/lib/datasource/utils/index.d.ts +0 -1
- package/lib/datasource/utils/tilegrid.d.ts +0 -2
- package/lib/directions/directions-buttons/directions-buttons.component.d.ts +0 -76
- package/lib/directions/directions-buttons/index.d.ts +0 -1
- package/lib/directions/directions-inputs/directions-inputs.component.d.ts +0 -147
- package/lib/directions/directions-inputs/index.d.ts +0 -1
- package/lib/directions/directions-results/directions-results.component.d.ts +0 -64
- package/lib/directions/directions-results/index.d.ts +0 -1
- package/lib/directions/directions-sources/directions-source.d.ts +0 -11
- package/lib/directions/directions-sources/directions-source.interface.d.ts +0 -28
- package/lib/directions/directions-sources/directions-source.provider.d.ts +0 -13
- package/lib/directions/directions-sources/index.d.ts +0 -4
- package/lib/directions/directions-sources/osrm-directions-source.d.ts +0 -33
- package/lib/directions/directions.component.d.ts +0 -76
- package/lib/directions/directions.module.d.ts +0 -15
- package/lib/directions/directions.provider.d.ts +0 -3
- package/lib/directions/index.d.ts +0 -7
- package/lib/directions/shared/directions-source.service.d.ts +0 -11
- package/lib/directions/shared/directions.enum.d.ts +0 -63
- package/lib/directions/shared/directions.interface.d.ts +0 -139
- package/lib/directions/shared/directions.service.d.ts +0 -69
- package/lib/directions/shared/directions.utils.d.ts +0 -121
- package/lib/directions/shared/index.d.ts +0 -5
- package/lib/directions/shared/store.d.ts +0 -18
- package/lib/download/download-button/download-button.component.d.ts +0 -14
- package/lib/download/download-button/index.d.ts +0 -1
- package/lib/download/download.module.d.ts +0 -12
- package/lib/download/index.d.ts +0 -2
- package/lib/download/shared/download.interface.d.ts +0 -10
- package/lib/download/shared/download.service.d.ts +0 -10
- package/lib/download/shared/index.d.ts +0 -2
- package/lib/draw/draw/draw-layer-popup.component.d.ts +0 -14
- package/lib/draw/draw/draw-popup.component.d.ts +0 -63
- package/lib/draw/draw/draw-shorcuts.component.d.ts +0 -7
- package/lib/draw/draw/draw.component.d.ts +0 -240
- package/lib/draw/draw/draw.module.d.ts +0 -10
- package/lib/draw/drawingTool.module.d.ts +0 -10
- package/lib/draw/index.d.ts +0 -2
- package/lib/draw/shared/draw-icon.service.d.ts +0 -12
- package/lib/draw/shared/draw.enum.d.ts +0 -17
- package/lib/draw/shared/draw.interface.d.ts +0 -39
- package/lib/draw/shared/draw.utils.d.ts +0 -36
- package/lib/draw/shared/index.d.ts +0 -4
- package/lib/environment/environment.interface.d.ts +0 -53
- package/lib/environment/index.d.ts +0 -1
- package/lib/feature/feature-details/feature-details.component.d.ts +0 -63
- package/lib/feature/feature-details/feature-details.directive.d.ts +0 -17
- package/lib/feature/feature-details/feature-details.module.d.ts +0 -14
- package/lib/feature/feature-details/index.d.ts +0 -3
- package/lib/feature/feature-form/feature-form.component.d.ts +0 -44
- package/lib/feature/feature-form/feature-form.module.d.ts +0 -10
- package/lib/feature/feature.module.d.ts +0 -14
- package/lib/feature/index.d.ts +0 -4
- package/lib/feature/shared/feature-store.utils.d.ts +0 -10
- package/lib/feature/shared/feature.enums.d.ts +0 -7
- package/lib/feature/shared/feature.interfaces.d.ts +0 -75
- package/lib/feature/shared/feature.utils.d.ts +0 -98
- package/lib/feature/shared/index.d.ts +0 -7
- package/lib/feature/shared/store.d.ts +0 -78
- package/lib/feature/shared/strategies/geo-properties.d.ts +0 -61
- package/lib/feature/shared/strategies/in-map-extent.d.ts +0 -53
- package/lib/feature/shared/strategies/in-map-resolution.d.ts +0 -52
- package/lib/feature/shared/strategies/index.d.ts +0 -7
- package/lib/feature/shared/strategies/loading-layer.d.ts +0 -59
- package/lib/feature/shared/strategies/loading.d.ts +0 -75
- package/lib/feature/shared/strategies/search.d.ts +0 -55
- package/lib/feature/shared/strategies/selection.d.ts +0 -176
- package/lib/feature/shared/strategies.utils.d.ts +0 -17
- package/lib/filter/filter.module.d.ts +0 -48
- package/lib/filter/index.d.ts +0 -16
- package/lib/filter/ogc-filter-button/index.d.ts +0 -1
- package/lib/filter/ogc-filter-button/ogc-filter-button.component.d.ts +0 -19
- package/lib/filter/ogc-filter-form/index.d.ts +0 -1
- package/lib/filter/ogc-filter-form/ogc-filter-form.component.d.ts +0 -63
- package/lib/filter/ogc-filter-selection/index.d.ts +0 -1
- package/lib/filter/ogc-filter-selection/ogc-filter-selection.component.d.ts +0 -99
- package/lib/filter/ogc-filter-time/index.d.ts +0 -2
- package/lib/filter/ogc-filter-time/ogc-filter-time-slider.component.d.ts +0 -39
- package/lib/filter/ogc-filter-time/ogc-filter-time.component.d.ts +0 -88
- package/lib/filter/ogc-filterable-form/index.d.ts +0 -1
- package/lib/filter/ogc-filterable-form/ogc-filterable-form.component.d.ts +0 -14
- package/lib/filter/ogc-filterable-item/index.d.ts +0 -1
- package/lib/filter/ogc-filterable-item/ogc-filterable-item.component.d.ts +0 -41
- package/lib/filter/ogc-filterable-list/index.d.ts +0 -2
- package/lib/filter/ogc-filterable-list/ogc-filterable-list-binding.directive.d.ts +0 -14
- package/lib/filter/ogc-filterable-list/ogc-filterable-list.component.d.ts +0 -9
- package/lib/filter/shared/date.utils.d.ts +0 -9
- package/lib/filter/shared/filter.utils.d.ts +0 -26
- package/lib/filter/shared/filterable-datasource.pipe.d.ts +0 -10
- package/lib/filter/shared/index.d.ts +0 -11
- package/lib/filter/shared/ogc-filter-time.service.d.ts +0 -18
- package/lib/filter/shared/ogc-filter.d.ts +0 -30
- package/lib/filter/shared/ogc-filter.enum.d.ts +0 -27
- package/lib/filter/shared/ogc-filter.interface.d.ts +0 -205
- package/lib/filter/shared/ogc-filter.service.d.ts +0 -12
- package/lib/filter/shared/spatial-filter.enum.d.ts +0 -19
- package/lib/filter/shared/spatial-filter.interface.d.ts +0 -10
- package/lib/filter/shared/spatial-filter.service.d.ts +0 -36
- package/lib/filter/shared/time-filter.enum.d.ts +0 -10
- package/lib/filter/shared/time-filter.interface.d.ts +0 -15
- package/lib/filter/shared/time-filter.service.d.ts +0 -10
- package/lib/filter/spatial-filter/spatial-filter-item/index.d.ts +0 -1
- package/lib/filter/spatial-filter/spatial-filter-item/spatial-filter-item.component.d.ts +0 -163
- package/lib/filter/spatial-filter/spatial-filter-list/index.d.ts +0 -1
- package/lib/filter/spatial-filter/spatial-filter-list/spatial-filter-list.component.d.ts +0 -51
- package/lib/filter/spatial-filter/spatial-filter-type/index.d.ts +0 -1
- package/lib/filter/spatial-filter/spatial-filter-type/spatial-filter-type.component.d.ts +0 -38
- package/lib/filter/time-filter-button/index.d.ts +0 -1
- package/lib/filter/time-filter-button/time-filter-button.component.d.ts +0 -19
- package/lib/filter/time-filter-form/index.d.ts +0 -1
- package/lib/filter/time-filter-form/time-filter-form.component.d.ts +0 -82
- package/lib/filter/time-filter-item/index.d.ts +0 -1
- package/lib/filter/time-filter-item/time-filter-item.component.d.ts +0 -29
- package/lib/filter/time-filter-list/index.d.ts +0 -2
- package/lib/filter/time-filter-list/time-filter-list-binding.directive.d.ts +0 -14
- package/lib/filter/time-filter-list/time-filter-list.component.d.ts +0 -7
- package/lib/geo.module.d.ts +0 -18
- package/lib/geometry/geometry-form-field/geometry-form-field-input.component.d.ts +0 -199
- package/lib/geometry/geometry-form-field/geometry-form-field.component.d.ts +0 -86
- package/lib/geometry/geometry-form-field/geometry-form-field.module.d.ts +0 -14
- package/lib/geometry/geometry-form-field/index.d.ts +0 -3
- package/lib/geometry/geometry.module.d.ts +0 -10
- package/lib/geometry/index.d.ts +0 -2
- package/lib/geometry/shared/controls/draw.d.ts +0 -150
- package/lib/geometry/shared/controls/index.d.ts +0 -3
- package/lib/geometry/shared/controls/modify.d.ts +0 -228
- package/lib/geometry/shared/controls/slice.d.ts +0 -99
- package/lib/geometry/shared/geometry.errors.d.ts +0 -11
- package/lib/geometry/shared/geometry.interfaces.d.ts +0 -13
- package/lib/geometry/shared/geometry.utils.d.ts +0 -43
- package/lib/geometry/shared/index.d.ts +0 -4
- package/lib/import-export/export-button/export-button.component.d.ts +0 -11
- package/lib/import-export/export-button/index.d.ts +0 -1
- package/lib/import-export/import-export/import-export.component.d.ts +0 -119
- package/lib/import-export/import-export/index.d.ts +0 -1
- package/lib/import-export/import-export.module.d.ts +0 -18
- package/lib/import-export/index.d.ts +0 -4
- package/lib/import-export/shared/drop-geo-file.directive.d.ts +0 -39
- package/lib/import-export/shared/export.errors.d.ts +0 -8
- package/lib/import-export/shared/export.interface.d.ts +0 -18
- package/lib/import-export/shared/export.service.d.ts +0 -43
- package/lib/import-export/shared/export.type.d.ts +0 -8
- package/lib/import-export/shared/export.utils.d.ts +0 -21
- package/lib/import-export/shared/import.errors.d.ts +0 -20
- package/lib/import-export/shared/import.interface.d.ts +0 -11
- package/lib/import-export/shared/import.service.d.ts +0 -31
- package/lib/import-export/shared/import.utils.d.ts +0 -20
- package/lib/import-export/shared/index.d.ts +0 -10
- package/lib/layer/index.d.ts +0 -15
- package/lib/layer/layer-group/index.d.ts +0 -1
- package/lib/layer/layer-group/layer-group.component.d.ts +0 -30
- package/lib/layer/layer-item/index.d.ts +0 -1
- package/lib/layer/layer-item/layer-item.component.d.ts +0 -43
- package/lib/layer/layer-legend/index.d.ts +0 -1
- package/lib/layer/layer-legend/layer-legend.component.d.ts +0 -86
- package/lib/layer/layer-legend-item/index.d.ts +0 -1
- package/lib/layer/layer-legend-item/layer-legend-item.component.d.ts +0 -22
- package/lib/layer/layer-legend-list/index.d.ts +0 -2
- package/lib/layer/layer-legend-list/layer-legend-list-binding.directive.d.ts +0 -16
- package/lib/layer/layer-legend-list/layer-legend-list.component.d.ts +0 -29
- package/lib/layer/layer-list/index.d.ts +0 -1
- package/lib/layer/layer-list/layer-list.component.d.ts +0 -55
- package/lib/layer/layer-list-tool/index.d.ts +0 -3
- package/lib/layer/layer-list-tool/layer-list-tool.component.d.ts +0 -25
- package/lib/layer/layer-list-tool/layer-list-tool.interface.d.ts +0 -12
- package/lib/layer/layer-list-tool/layer-list-tool.service.d.ts +0 -14
- package/lib/layer/layer-search/index.d.ts +0 -1
- package/lib/layer/layer-search/layer-search.component.d.ts +0 -16
- package/lib/layer/layer-unavailable/index.d.ts +0 -2
- package/lib/layer/layer-unavailable/layer-unavailable-list/layer-unavailable-list.component.d.ts +0 -10
- package/lib/layer/layer-unavailable/layer-unavailable.component.d.ts +0 -11
- package/lib/layer/layer-viewer/index.d.ts +0 -2
- package/lib/layer/layer-viewer/layer-viewer.component.d.ts +0 -52
- package/lib/layer/layer-viewer/layer-viewer.interface.d.ts +0 -22
- package/lib/layer/layer-viewer-bottom-actions/index.d.ts +0 -1
- package/lib/layer/layer-viewer-bottom-actions/layer-viewer-bottom-actions.component.d.ts +0 -44
- package/lib/layer/layer-visibility-button/index.d.ts +0 -1
- package/lib/layer/layer-visibility-button/layer-visibility-button.component.d.ts +0 -22
- package/lib/layer/layer.module.d.ts +0 -42
- package/lib/layer/shared/clusterParam.d.ts +0 -11
- package/lib/layer/shared/index.d.ts +0 -5
- package/lib/layer/shared/layer-controller.d.ts +0 -81
- package/lib/layer/shared/layer-selection.d.ts +0 -14
- package/lib/layer/shared/layer.enums.d.ts +0 -1
- package/lib/layer/shared/layer.service.d.ts +0 -40
- package/lib/layer/shared/layers/any-layer.d.ts +0 -3
- package/lib/layer/shared/layers/any-layer.interface.d.ts +0 -8
- package/lib/layer/shared/layers/image-layer.d.ts +0 -24
- package/lib/layer/shared/layers/image-layer.interface.d.ts +0 -16
- package/lib/layer/shared/layers/index.d.ts +0 -17
- package/lib/layer/shared/layers/layer-base.d.ts +0 -75
- package/lib/layer/shared/layers/layer-group.d.ts +0 -33
- package/lib/layer/shared/layers/layer-group.interface.d.ts +0 -8
- package/lib/layer/shared/layers/layer.d.ts +0 -46
- package/lib/layer/shared/layers/layer.interface.d.ts +0 -72
- package/lib/layer/shared/layers/legend.interface.d.ts +0 -22
- package/lib/layer/shared/layers/linked/index.d.ts +0 -3
- package/lib/layer/shared/layers/linked/linked-layer.d.ts +0 -36
- package/lib/layer/shared/layers/linked/linked-layer.interface.d.ts +0 -33
- package/lib/layer/shared/layers/linked/linked-layer.utils.d.ts +0 -9
- package/lib/layer/shared/layers/tile-layer.d.ts +0 -34
- package/lib/layer/shared/layers/tile-layer.interface.d.ts +0 -20
- package/lib/layer/shared/layers/vector-layer.d.ts +0 -91
- package/lib/layer/shared/layers/vector-layer.interface.d.ts +0 -42
- package/lib/layer/shared/layers/vectortile-layer.d.ts +0 -31
- package/lib/layer/shared/layers/vectortile-layer.interface.d.ts +0 -16
- package/lib/layer/track-feature-button/index.d.ts +0 -1
- package/lib/layer/track-feature-button/track-feature-button.component.d.ts +0 -14
- package/lib/layer/utils/image-watcher.d.ts +0 -16
- package/lib/layer/utils/index.d.ts +0 -6
- package/lib/layer/utils/layer-options.utils.d.ts +0 -12
- package/lib/layer/utils/layer.utils.d.ts +0 -12
- package/lib/layer/utils/outputLegend.d.ts +0 -7
- package/lib/layer/utils/tile-watcher.d.ts +0 -14
- package/lib/layer/utils/vector-watcher.d.ts +0 -13
- package/lib/map/baselayers-switcher/baselayers-switcher.animation.d.ts +0 -2
- package/lib/map/baselayers-switcher/baselayers-switcher.component.d.ts +0 -22
- package/lib/map/baselayers-switcher/index.d.ts +0 -2
- package/lib/map/baselayers-switcher/mini-basemap.component.d.ts +0 -26
- package/lib/map/geolocate-button/geolocate-button.component.d.ts +0 -22
- package/lib/map/geolocate-button/index.d.ts +0 -1
- package/lib/map/home-extent-button/home-extent-button.component.d.ts +0 -20
- package/lib/map/home-extent-button/home-extent-button.interface.d.ts +0 -6
- package/lib/map/home-extent-button/index.d.ts +0 -2
- package/lib/map/index.d.ts +0 -13
- package/lib/map/info-section/index.d.ts +0 -1
- package/lib/map/info-section/info-section.component.d.ts +0 -6
- package/lib/map/map-browser/index.d.ts +0 -1
- package/lib/map/map-browser/map-browser.component.d.ts +0 -25
- package/lib/map/map-center/index.d.ts +0 -1
- package/lib/map/map-center/map-center.component.d.ts +0 -30
- package/lib/map/map.module.d.ts +0 -42
- package/lib/map/menu-button/index.d.ts +0 -1
- package/lib/map/menu-button/menu-button.component.d.ts +0 -17
- package/lib/map/offline-button/index.d.ts +0 -1
- package/lib/map/offline-button/offline-button.component.d.ts +0 -14
- package/lib/map/rotation-button/index.d.ts +0 -1
- package/lib/map/rotation-button/rotation-button.component.d.ts +0 -18
- package/lib/map/shared/controllers/controller.d.ts +0 -29
- package/lib/map/shared/controllers/geolocation.d.ts +0 -96
- package/lib/map/shared/controllers/geolocation.interface.d.ts +0 -39
- package/lib/map/shared/controllers/index.d.ts +0 -4
- package/lib/map/shared/controllers/view.d.ts +0 -200
- package/lib/map/shared/hover-feature.directive.d.ts +0 -123
- package/lib/map/shared/index.d.ts +0 -14
- package/lib/map/shared/linkedLayers.utils.d.ts +0 -13
- package/lib/map/shared/map-pointer-position.directive.d.ts +0 -71
- package/lib/map/shared/map.abstract.d.ts +0 -43
- package/lib/map/shared/map.d.ts +0 -70
- package/lib/map/shared/map.enums.d.ts +0 -4
- package/lib/map/shared/map.interface.d.ts +0 -57
- package/lib/map/shared/map.service.d.ts +0 -18
- package/lib/map/shared/map.utils.d.ts +0 -92
- package/lib/map/shared/mapOffline.directive.d.ts +0 -19
- package/lib/map/shared/projection.interfaces.d.ts +0 -27
- package/lib/map/shared/projection.service.d.ts +0 -19
- package/lib/map/shared/projection.utils.d.ts +0 -30
- package/lib/map/swipe-control/index.d.ts +0 -1
- package/lib/map/swipe-control/swipe-control.component.d.ts +0 -96
- package/lib/map/utils/index.d.ts +0 -1
- package/lib/map/utils/layer-watcher.d.ts +0 -30
- package/lib/map/wake-lock-button/index.d.ts +0 -1
- package/lib/map/wake-lock-button/wake-lock-button.component.d.ts +0 -27
- package/lib/map/zoom-button/index.d.ts +0 -1
- package/lib/map/zoom-button/zoom-button.component.d.ts +0 -11
- package/lib/measure/index.d.ts +0 -2
- package/lib/measure/measure.module.d.ts +0 -10
- package/lib/measure/measurer/index.d.ts +0 -5
- package/lib/measure/measurer/measure-format.pipe.d.ts +0 -15
- package/lib/measure/measurer/measurer-dialog.component.d.ts +0 -14
- package/lib/measure/measurer/measurer-item.component.d.ts +0 -65
- package/lib/measure/measurer/measurer.component.d.ts +0 -401
- package/lib/measure/measurer/measurer.module.d.ts +0 -11
- package/lib/measure/shared/index.d.ts +0 -3
- package/lib/measure/shared/measure.enum.d.ts +0 -33
- package/lib/measure/shared/measure.interfaces.d.ts +0 -20
- package/lib/measure/shared/measure.utils.d.ts +0 -180
- package/lib/metadata/index.d.ts +0 -3
- package/lib/metadata/metadata-button/index.d.ts +0 -1
- package/lib/metadata/metadata-button/metadata-button.component.d.ts +0 -22
- package/lib/metadata/metadata.module.d.ts +0 -14
- package/lib/metadata/shared/index.d.ts +0 -2
- package/lib/metadata/shared/metadata.interface.d.ts +0 -13
- package/lib/metadata/shared/metadata.service.d.ts +0 -7
- package/lib/offline/geoDB/configFileToGeoDB.service.d.ts +0 -12
- package/lib/offline/geoDB/geoDB.d.ts +0 -36
- package/lib/offline/geoDB/geoDB.enums.d.ts +0 -4
- package/lib/offline/geoDB/geoDB.interface.d.ts +0 -19
- package/lib/offline/geoDB/index.d.ts +0 -4
- package/lib/offline/index.d.ts +0 -5
- package/lib/offline/layerDB/index.d.ts +0 -2
- package/lib/offline/layerDB/layerDB.d.ts +0 -34
- package/lib/offline/layerDB/layerDB.interface.d.ts +0 -7
- package/lib/offline/offline.interface.d.ts +0 -3
- package/lib/offline/offline.provider.d.ts +0 -5
- package/lib/offline/shared/geo-network.service.d.ts +0 -27
- package/lib/offline/shared/index.d.ts +0 -1
- package/lib/offline/shared/indexed-db.interface.d.ts +0 -16
- package/lib/offline/shared/indexed-db.utils.d.ts +0 -4
- package/lib/overlay/index.d.ts +0 -1
- package/lib/overlay/shared/index.d.ts +0 -3
- package/lib/overlay/shared/overlay.d.ts +0 -82
- package/lib/overlay/shared/overlay.enum.d.ts +0 -6
- package/lib/overlay/shared/overlay.utils.d.ts +0 -6
- package/lib/print/index.d.ts +0 -3
- package/lib/print/print/print.component.d.ts +0 -35
- package/lib/print/print-form/index.d.ts +0 -1
- package/lib/print/print-form/print-form.component.d.ts +0 -99
- package/lib/print/print.module.d.ts +0 -11
- package/lib/print/shared/geopdf.d.ts +0 -1
- package/lib/print/shared/index.d.ts +0 -4
- package/lib/print/shared/print.interface.d.ts +0 -23
- package/lib/print/shared/print.service.d.ts +0 -184
- package/lib/print/shared/print.type.d.ts +0 -40
- package/lib/query/index.d.ts +0 -1
- package/lib/query/query.module.d.ts +0 -11
- package/lib/query/shared/index.d.ts +0 -7
- package/lib/query/shared/query-search-source.d.ts +0 -17
- package/lib/query/shared/query-search-source.providers.d.ts +0 -17
- package/lib/query/shared/query.directive.d.ts +0 -105
- package/lib/query/shared/query.enums.d.ts +0 -26
- package/lib/query/shared/query.interfaces.d.ts +0 -34
- package/lib/query/shared/query.service.d.ts +0 -54
- package/lib/query/shared/query.utils.d.ts +0 -28
- package/lib/search/index.d.ts +0 -9
- package/lib/search/search-bar/search-bar.component.d.ts +0 -233
- package/lib/search/search-bar/search-bar.module.d.ts +0 -10
- package/lib/search/search-results/index.d.ts +0 -4
- package/lib/search/search-results/save-feature-dialog.component.d.ts +0 -32
- package/lib/search/search-results/search-results-add-button.component.d.ts +0 -84
- package/lib/search/search-results/search-results-item.component.d.ts +0 -52
- package/lib/search/search-results/search-results.component.d.ts +0 -155
- package/lib/search/search-results/search-results.directive.d.ts +0 -3
- package/lib/search/search-results/search-results.module.d.ts +0 -11
- package/lib/search/search-selector/search-selector.component.d.ts +0 -58
- package/lib/search/search-selector/search-selector.module.d.ts +0 -10
- package/lib/search/search-settings/search-settings.component.d.ts +0 -109
- package/lib/search/search-settings/search-settings.module.d.ts +0 -10
- package/lib/search/search.module.d.ts +0 -21
- package/lib/search/shared/index.d.ts +0 -9
- package/lib/search/shared/search-pointer-summary.directive.d.ts +0 -124
- package/lib/search/shared/search-source-service.providers.d.ts +0 -15
- package/lib/search/shared/search-source.service.d.ts +0 -39
- package/lib/search/shared/search.enums.d.ts +0 -1
- package/lib/search/shared/search.interfaces.d.ts +0 -54
- package/lib/search/shared/search.provider.d.ts +0 -8
- package/lib/search/shared/search.service.d.ts +0 -58
- package/lib/search/shared/search.utils.d.ts +0 -39
- package/lib/search/shared/sources/cadastre.d.ts +0 -35
- package/lib/search/shared/sources/cadastre.providers.d.ts +0 -22
- package/lib/search/shared/sources/coordinates.d.ts +0 -41
- package/lib/search/shared/sources/coordinates.interfaces.d.ts +0 -12
- package/lib/search/shared/sources/coordinates.providers.d.ts +0 -35
- package/lib/search/shared/sources/icherche-icons.d.ts +0 -5
- package/lib/search/shared/sources/icherche.d.ts +0 -101
- package/lib/search/shared/sources/icherche.interfaces.d.ts +0 -26
- package/lib/search/shared/sources/icherche.providers.d.ts +0 -42
- package/lib/search/shared/sources/ilayer.d.ts +0 -57
- package/lib/search/shared/sources/ilayer.interfaces.d.ts +0 -43
- package/lib/search/shared/sources/ilayer.providers.d.ts +0 -35
- package/lib/search/shared/sources/index.d.ts +0 -22
- package/lib/search/shared/sources/nominatim.d.ts +0 -46
- package/lib/search/shared/sources/nominatim.interfaces.d.ts +0 -10
- package/lib/search/shared/sources/nominatim.providers.d.ts +0 -21
- package/lib/search/shared/sources/source.d.ts +0 -88
- package/lib/search/shared/sources/source.interfaces.d.ts +0 -65
- package/lib/search/shared/sources/storedqueries.d.ts +0 -76
- package/lib/search/shared/sources/storedqueries.interfaces.d.ts +0 -38
- package/lib/search/shared/sources/storedqueries.providers.d.ts +0 -37
- package/lib/search/shared/sources/workspace.d.ts +0 -34
- package/lib/search/shared/sources/workspace.interfaces.d.ts +0 -9
- package/lib/search/shared/sources/workspace.providers.d.ts +0 -21
- package/lib/style/index.d.ts +0 -4
- package/lib/style/shared/datasource/esri-style-generator.d.ts +0 -21
- package/lib/style/shared/datasource/index.d.ts +0 -1
- package/lib/style/shared/feature/feature-style.d.ts +0 -18
- package/lib/style/shared/feature/index.d.ts +0 -1
- package/lib/style/shared/font.enum.d.ts +0 -15
- package/lib/style/shared/index.d.ts +0 -4
- package/lib/style/shared/overlay/index.d.ts +0 -2
- package/lib/style/shared/overlay/overlay-marker-style.utils.d.ts +0 -11
- package/lib/style/shared/overlay/overlay-style.utils.d.ts +0 -19
- package/lib/style/shared/vector/commonVectorStyle.d.ts +0 -14
- package/lib/style/shared/vector/conversion.utils.d.ts +0 -21
- package/lib/style/shared/vector/index.d.ts +0 -3
- package/lib/style/shared/vector/vector-style.interface.d.ts +0 -66
- package/lib/style/style-list/index.d.ts +0 -4
- package/lib/style/style-list/style-list.interface.d.ts +0 -4
- package/lib/style/style-list/style-list.module.d.ts +0 -8
- package/lib/style/style-list/style-list.provider.d.ts +0 -8
- package/lib/style/style-list/style-list.service.d.ts +0 -18
- package/lib/style/style-modal/drawing/index.d.ts +0 -1
- package/lib/style/style-modal/drawing/style-modal-drawing.component.d.ts +0 -33
- package/lib/style/style-modal/index.d.ts +0 -4
- package/lib/style/style-modal/layer/index.d.ts +0 -1
- package/lib/style/style-modal/layer/style-modal-layer.component.d.ts +0 -32
- package/lib/style/style-modal/layer-button/index.d.ts +0 -1
- package/lib/style/style-modal/layer-button/style-modal-layer-button.component.d.ts +0 -14
- package/lib/style/style-modal/shared/index.d.ts +0 -1
- package/lib/style/style-modal/shared/style-modal.interface.d.ts +0 -17
- package/lib/style/style-service/draw-style.service.d.ts +0 -34
- package/lib/style/style-service/index.d.ts +0 -2
- package/lib/style/style-service/style.service.d.ts +0 -55
- package/lib/style/style.module.d.ts +0 -12
- package/lib/toast/index.d.ts +0 -1
- package/lib/toast/toast.component.d.ts +0 -32
- package/lib/toast/toast.module.d.ts +0 -12
- package/lib/utils/googleLinks.d.ts +0 -5
- package/lib/utils/id-generator.d.ts +0 -53
- package/lib/utils/index.d.ts +0 -4
- package/lib/utils/osmLinks.d.ts +0 -4
- package/lib/utils/propertyTypeDetector/index.d.ts +0 -2
- package/lib/utils/propertyTypeDetector/propertyTypeDetector.interface.d.ts +0 -5
- package/lib/utils/propertyTypeDetector/propertyTypeDetector.service.d.ts +0 -15
- package/lib/wkt/index.d.ts +0 -1
- package/lib/wkt/shared/index.d.ts +0 -1
- package/lib/wkt/shared/wkt.service.d.ts +0 -18
- package/lib/wkt/wkt.module.d.ts +0 -11
- package/lib/workspace/confirmation-popup/confirmation-popup.component.d.ts +0 -23
- package/lib/workspace/confirmation-popup/confirmation-popup.module.d.ts +0 -10
- package/lib/workspace/confirmation-popup/index.d.ts +0 -2
- package/lib/workspace/index.d.ts +0 -7
- package/lib/workspace/shared/edition-workspace.d.ts +0 -82
- package/lib/workspace/shared/edition-workspace.service.d.ts +0 -50
- package/lib/workspace/shared/feature-workspace.d.ts +0 -18
- package/lib/workspace/shared/feature-workspace.service.d.ts +0 -23
- package/lib/workspace/shared/index.d.ts +0 -8
- package/lib/workspace/shared/wfs-workspace.d.ts +0 -18
- package/lib/workspace/shared/wfs-workspace.service.d.ts +0 -23
- package/lib/workspace/shared/wms-workspace.service.d.ts +0 -25
- package/lib/workspace/shared/workspace.interface.d.ts +0 -4
- package/lib/workspace/shared/workspace.utils.d.ts +0 -24
- package/lib/workspace/widgets/index.d.ts +0 -3
- package/lib/workspace/widgets/interactive-selection/interactive-selection.component.d.ts +0 -58
- package/lib/workspace/widgets/ogc-filter/ogc-filter.component.d.ts +0 -30
- package/lib/workspace/widgets/ogc-filter/ogc-filter.module.d.ts +0 -10
- package/lib/workspace/widgets/widgets.d.ts +0 -16
- package/lib/workspace/workspace-selector/workspace-selector.directive.d.ts +0 -35
- package/lib/workspace/workspace-selector/workspace-selector.module.d.ts +0 -10
- package/lib/workspace/workspace-updator/workspace-updator.directive.d.ts +0 -26
- package/lib/workspace/workspace-updator/workspace-updator.module.d.ts +0 -10
- package/lib/workspace/workspace.module.d.ts +0 -10
- package/public_api.d.ts +0 -52
- package/src/geo.theme.scss +0 -15
- package/src/lib/catalog/catalog-browser/catalog-browser.theming.scss +0 -22
- package/src/lib/catalog/catalog.theming.scss +0 -5
- package/src/lib/directions/directions-inputs/directions-inputs.theming.scss +0 -21
- package/src/lib/directions/directions.theming.scss +0 -5
- package/src/lib/draw/draw.theming.scss +0 -17
- package/src/lib/layer/layer-legend/layer-legend.theme.scss +0 -21
- package/src/lib/layer/layer-list-tool/layer-list-tool.theming.scss +0 -22
- package/src/lib/layer/layer.theming.scss +0 -9
- package/src/lib/map/map-browser/map-browser.theming.scss +0 -20
- package/src/lib/map/map.theming.scss +0 -5
- package/src/lib/search/search-bar/search-bar.theming.scss +0 -9
- package/src/lib/search/search.theming.scss +0 -5
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import { ActivityService } from '@igo2/core/activity';
|
|
2
|
-
import { ConfigService } from '@igo2/core/config';
|
|
3
|
-
import { LanguageService } from '@igo2/core/language';
|
|
4
|
-
import { SubjectStatus } from '@igo2/utils';
|
|
5
|
-
import { Position } from 'geojson';
|
|
6
|
-
import { Observable } from 'rxjs';
|
|
7
|
-
import { IgoMap } from '../../map/shared/map';
|
|
8
|
-
import { PrintService } from '../../print/shared/print.service';
|
|
9
|
-
import { DirectionOptions, Directions } from '../shared/directions.interface';
|
|
10
|
-
import { DirectionsSourceService } from './directions-source.service';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
export declare class DirectionsService {
|
|
13
|
-
private directionsSourceService;
|
|
14
|
-
private configService;
|
|
15
|
-
private languageService;
|
|
16
|
-
private printService;
|
|
17
|
-
private document;
|
|
18
|
-
private activityService;
|
|
19
|
-
constructor(directionsSourceService: DirectionsSourceService, configService: ConfigService, languageService: LanguageService, printService: PrintService, document: Document, activityService: ActivityService);
|
|
20
|
-
/**
|
|
21
|
-
* Routes the given coordinates using the specified directions source and options.
|
|
22
|
-
*
|
|
23
|
-
* @param {DirectionsSource} source - The directions source to use for routing.
|
|
24
|
-
* @param {Position[]} coordinates - The array of coordinates to route.
|
|
25
|
-
* @param {DirectionOptions} [directionsOptions={}] - The optional direction options.
|
|
26
|
-
* @return {Observable<Directions[]>} An observable that emits an array of directions.
|
|
27
|
-
*/
|
|
28
|
-
route(coordinates: Position[], directionsOptions?: DirectionOptions): Observable<Directions[]>;
|
|
29
|
-
/**
|
|
30
|
-
* Downloads directions for a given map and directions object.
|
|
31
|
-
*
|
|
32
|
-
* @param {IgoMap} map - The map object to download directions for.
|
|
33
|
-
* @param {Directions} directions - The directions object containing the route information.
|
|
34
|
-
* @return {Observable<SubjectStatus>} An observable that emits the status of the download process.
|
|
35
|
-
*/
|
|
36
|
-
downloadDirections(map: IgoMap, directions: Directions): Observable<SubjectStatus>;
|
|
37
|
-
/**
|
|
38
|
-
* Generates an HTML table element with directions steps.
|
|
39
|
-
*
|
|
40
|
-
* @param {Directions} directions - The directions object containing the steps.
|
|
41
|
-
* @return {Promise<HTMLTableElement>} - A promise that resolves to the generated HTML table element.
|
|
42
|
-
*/
|
|
43
|
-
private setHTMLTableDirections;
|
|
44
|
-
/**
|
|
45
|
-
* Generates formatted steps for the given directions.
|
|
46
|
-
*
|
|
47
|
-
* @param {Directions} directions - The directions object containing the steps.
|
|
48
|
-
* @return {Promise<{ instruction: string; icon: string; distanceDuration: string }[]>}
|
|
49
|
-
* A promise that resolves to an array of formatted steps.
|
|
50
|
-
*/
|
|
51
|
-
private directionsSteps;
|
|
52
|
-
/**
|
|
53
|
-
* Adds instructions to the given jsPDF document.
|
|
54
|
-
*
|
|
55
|
-
* @param {jsPDF} doc - The jsPDF document to add instructions to.
|
|
56
|
-
* @param {Directions} directions - The directions object containing the instructions.
|
|
57
|
-
* @param {string} title - The title of the instructions.
|
|
58
|
-
* @return {Promise<void>} A promise that resolves when the instructions are added to the document.
|
|
59
|
-
*/
|
|
60
|
-
private addInstructions;
|
|
61
|
-
/**
|
|
62
|
-
* Sets the header and footer of each page in the given jsPDF document.
|
|
63
|
-
*
|
|
64
|
-
* @param {jsPDF} doc - The jsPDF document to modify.
|
|
65
|
-
*/
|
|
66
|
-
private setPageHeaderFooter;
|
|
67
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DirectionsService, never>;
|
|
68
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DirectionsService>;
|
|
69
|
-
}
|
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
import { LanguageService } from '@igo2/core/language';
|
|
2
|
-
import olFeature from 'ol/Feature';
|
|
3
|
-
import type { default as OlGeometry } from 'ol/geom/Geometry';
|
|
4
|
-
import * as olStyle from 'ol/style';
|
|
5
|
-
import { DirectionRelativePositionType, ManeuverModifier } from './directions.enum';
|
|
6
|
-
import { Directions, IgoStep, Stop } from './directions.interface';
|
|
7
|
-
import { RoutesFeatureStore, StepsFeatureStore, StopsFeatureStore, StopsStore } from './store';
|
|
8
|
-
/**
|
|
9
|
-
* Updates the sorting of the stops in the provided StopsStore based on the specified field and direction.
|
|
10
|
-
*
|
|
11
|
-
* @param {StopsStore} stopsStore - The StopsStore to update the sorting for.
|
|
12
|
-
* @param {'asc' | 'desc'} [direction='asc'] - The direction of sorting ('asc' for ascending, 'desc' for descending).
|
|
13
|
-
* @param {string} [field='position'] - The field to sort the stops by.
|
|
14
|
-
*/
|
|
15
|
-
export declare function updateStoreSorting(stopsStore: StopsStore, direction?: 'asc' | 'desc', field?: string): void;
|
|
16
|
-
/**
|
|
17
|
-
* Computes the relative position of a stop in a list of stops.
|
|
18
|
-
*
|
|
19
|
-
* @param {number} stopIndex - The index of the stop.
|
|
20
|
-
* @param {number} stopListLength - The total number of stops.
|
|
21
|
-
* @return {DirectionRelativePositionType} The relative position of the stop.
|
|
22
|
-
*/
|
|
23
|
-
export declare function computeRelativePosition(stopIndex: number, stopListLength: number): DirectionRelativePositionType;
|
|
24
|
-
/**
|
|
25
|
-
* Computes the position and relative position of stops in the given stopsStore.
|
|
26
|
-
*
|
|
27
|
-
* @param {StopsStore} stopsStore - The store containing the stops.
|
|
28
|
-
*/
|
|
29
|
-
export declare function computeStopsPosition(deletedStopIndex: number, stopsStore: StopsStore): void;
|
|
30
|
-
/**
|
|
31
|
-
* Adds a stop to the given stopsStore. The stop is always added as the last stop.
|
|
32
|
-
*
|
|
33
|
-
* @param {StopsStore} stopsStore - The store containing the stops.
|
|
34
|
-
* @return {Stop} The newly added stop.
|
|
35
|
-
*/
|
|
36
|
-
export declare function addStopToStore(stopsStore: StopsStore): Stop;
|
|
37
|
-
/**
|
|
38
|
-
* Removes a stop from the given stopsStore and updates the positions of the remaining stops.
|
|
39
|
-
*
|
|
40
|
-
* @param {StopsStore} stopsStore - The store containing the stops.
|
|
41
|
-
* @param {Stop} stop - The stop to be removed.
|
|
42
|
-
*/
|
|
43
|
-
export declare function removeStopFromStore(stopsStore: StopsStore, stop: Stop): void;
|
|
44
|
-
/**
|
|
45
|
-
* Create a style for the directions steps, stops and route
|
|
46
|
-
* @param feature OlFeature
|
|
47
|
-
* @returns OL style function
|
|
48
|
-
*/
|
|
49
|
-
export declare function directionsStyle(feature: olFeature<OlGeometry>): olStyle.Style | olStyle.Style[];
|
|
50
|
-
/**
|
|
51
|
-
* Initializes the stops feature store with the provided language service.
|
|
52
|
-
*
|
|
53
|
-
* @param {StopsFeatureStore} stopsFeatureStore - The stops feature store to initialize.
|
|
54
|
-
* @param {LanguageService} languageService - The language service used for translations.
|
|
55
|
-
*/
|
|
56
|
-
export declare function initStopsFeatureStore(stopsFeatureStore: StopsFeatureStore, languageService: LanguageService): void;
|
|
57
|
-
/**
|
|
58
|
-
* Initializes the routes feature store with the provided language service.
|
|
59
|
-
*
|
|
60
|
-
* @param {StopsFeatureStore} routesFeatureStore - The routes feature store to initialize.
|
|
61
|
-
* @param {LanguageService} languageService - The language service used for translations.
|
|
62
|
-
*/
|
|
63
|
-
export declare function initRoutesFeatureStore(routesFeatureStore: RoutesFeatureStore, languageService: LanguageService): void;
|
|
64
|
-
/**
|
|
65
|
-
* Initializes the routes feature store.
|
|
66
|
-
*
|
|
67
|
-
* @param {StopsFeatureStore} stepsFeatureStore - The steps feature store to initialize.
|
|
68
|
-
*/
|
|
69
|
-
export declare function initStepsFeatureStore(stepsFeatureStore: StepsFeatureStore): void;
|
|
70
|
-
/**
|
|
71
|
-
* Adds a stop to the stopsFeatureStore.
|
|
72
|
-
*
|
|
73
|
-
* @param {Stop} stop - The stop to be added.
|
|
74
|
-
* @param {StopsFeatureStore} stopsFeatureStore - The stopsFeatureStore to add the stop to.
|
|
75
|
-
* @param {string} projection - The projection of the stop coordinates.
|
|
76
|
-
* @param {LanguageService} languageService - The language service for translating stop text.
|
|
77
|
-
*/
|
|
78
|
-
export declare function addStopToStopsFeatureStore(stop: Stop, stopsFeatureStore: StopsFeatureStore, projection: string, languageService: LanguageService): void;
|
|
79
|
-
/**
|
|
80
|
-
* Adds a route to the routes feature store.
|
|
81
|
-
*
|
|
82
|
-
* @param {RoutesFeatureStore} routesFeatureStore - The routes feature store to add the route to.
|
|
83
|
-
* @param {Directions} directions - The directions object containing the geometry and other information.
|
|
84
|
-
* @param {string} projection - The projection of the geometry coordinates.
|
|
85
|
-
* @param {boolean} [active=false] - Indicates whether the direction is active or not. Default is false.
|
|
86
|
-
*/
|
|
87
|
-
export declare function addRouteToRoutesFeatureStore(routesFeatureStore: RoutesFeatureStore, directions: Directions, projection: string, active?: boolean): void;
|
|
88
|
-
/**
|
|
89
|
-
* Formats the given distance in meters to a human-readable string.
|
|
90
|
-
*
|
|
91
|
-
* @param {number} meters - The distance in meters to be formatted.
|
|
92
|
-
* @return {string | undefined} The formatted distance string.
|
|
93
|
-
*/
|
|
94
|
-
export declare function formatDistance(meters: number): string;
|
|
95
|
-
/**
|
|
96
|
-
* Formats the given duration in seconds to a human-readable string.
|
|
97
|
-
*
|
|
98
|
-
* @param {number} seconds - The duration in seconds to be formatted.
|
|
99
|
-
* @return {string} The formatted duration string.
|
|
100
|
-
*/
|
|
101
|
-
export declare function formatDuration(seconds: number): string;
|
|
102
|
-
export declare function formatStep(step: IgoStep, languageService: LanguageService, lastStep?: boolean): {
|
|
103
|
-
instruction: string;
|
|
104
|
-
iconName: string;
|
|
105
|
-
};
|
|
106
|
-
/**
|
|
107
|
-
* Translates a maneuver modifier into a human-readable string using the provided language service.
|
|
108
|
-
*
|
|
109
|
-
* @param {ManeuverModifier} maneuverModifier - The maneuver modifier to be translated.
|
|
110
|
-
* @param {LanguageService} languageService - The language service used for translation.
|
|
111
|
-
* @return {string | undefined} The translated maneuver modifier string, or undefined if the modifier is falsy.
|
|
112
|
-
*/
|
|
113
|
-
export declare function translateManeuverModifier(maneuverModifier: ManeuverModifier, languageService: LanguageService): string;
|
|
114
|
-
/**
|
|
115
|
-
* Translates the given bearing value into a human-readable direction using the provided language service.
|
|
116
|
-
*
|
|
117
|
-
* @param {number} bearing - The bearing value to be translated.
|
|
118
|
-
* @param {LanguageService} languageService - The language service used for translation.
|
|
119
|
-
* @return {string} The translated direction corresponding to the given bearing value.
|
|
120
|
-
*/
|
|
121
|
-
export declare function translateManeuverBearing(bearing: number, languageService: LanguageService): string;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { EntityStore } from '@igo2/common/entity';
|
|
2
|
-
import { BehaviorSubject } from 'rxjs';
|
|
3
|
-
import { FeatureStore } from '../../feature/shared/store';
|
|
4
|
-
import { FeatureWithDirections, FeatureWithStep, FeatureWithStop, Stop } from './directions.interface';
|
|
5
|
-
/**
|
|
6
|
-
* The class is a specialized version of an EntityStore that stores
|
|
7
|
-
* stops.
|
|
8
|
-
*/
|
|
9
|
-
export declare class StopsStore extends EntityStore<Stop> {
|
|
10
|
-
storeInitialized$: BehaviorSubject<boolean>;
|
|
11
|
-
clearStops(): void;
|
|
12
|
-
}
|
|
13
|
-
export declare class StopsFeatureStore extends FeatureStore<FeatureWithStop> {
|
|
14
|
-
}
|
|
15
|
-
export declare class RoutesFeatureStore extends FeatureStore<FeatureWithDirections> {
|
|
16
|
-
}
|
|
17
|
-
export declare class StepsFeatureStore extends FeatureStore<FeatureWithStep> {
|
|
18
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Layer } from '../../layer';
|
|
2
|
-
import { DownloadDataSourceOptions } from '../shared/download.interface';
|
|
3
|
-
import { DownloadService } from '../shared/download.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class DownloadButtonComponent {
|
|
6
|
-
private downloadService;
|
|
7
|
-
layer: Layer;
|
|
8
|
-
color: string;
|
|
9
|
-
constructor(downloadService: DownloadService);
|
|
10
|
-
openDownload(): void;
|
|
11
|
-
get options(): DownloadDataSourceOptions;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DownloadButtonComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DownloadButtonComponent, "igo-download-button", never, { "layer": { "alias": "layer"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
|
14
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './download-button.component';
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./download-button/download-button.component";
|
|
4
|
-
/**
|
|
5
|
-
* @deprecated import the DownloadButtonComponent directly
|
|
6
|
-
*/
|
|
7
|
-
export declare class IgoDownloadModule {
|
|
8
|
-
static forRoot(): ModuleWithProviders<IgoDownloadModule>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoDownloadModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDownloadModule, never, [typeof i1.DownloadButtonComponent], [typeof i1.DownloadButtonComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoDownloadModule>;
|
|
12
|
-
}
|
package/lib/download/index.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ExportFormat } from '../../import-export/shared/export.type';
|
|
2
|
-
export interface DownloadOptions {
|
|
3
|
-
url: string;
|
|
4
|
-
dynamicUrl?: string;
|
|
5
|
-
extern?: boolean;
|
|
6
|
-
allowedFormats?: ExportFormat[];
|
|
7
|
-
}
|
|
8
|
-
export interface DownloadDataSourceOptions {
|
|
9
|
-
download?: DownloadOptions;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { MessageService } from '@igo2/core/message';
|
|
2
|
-
import { Layer } from '../../layer';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DownloadService {
|
|
5
|
-
private messageService;
|
|
6
|
-
constructor(messageService: MessageService);
|
|
7
|
-
open(layer: Layer): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DownloadService, never>;
|
|
9
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DownloadService>;
|
|
10
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export interface DialogData {
|
|
4
|
-
label: string;
|
|
5
|
-
}
|
|
6
|
-
export declare class DrawLayerPopupComponent {
|
|
7
|
-
dialogRef: MatDialogRef<DrawLayerPopupComponent>;
|
|
8
|
-
confirmFlag: boolean;
|
|
9
|
-
constructor(dialogRef: MatDialogRef<DrawLayerPopupComponent>);
|
|
10
|
-
cancelDrawing(): void;
|
|
11
|
-
confirm(labelString: string): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DrawLayerPopupComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DrawLayerPopupComponent, "igo-draw-popup-component", never, { "confirmFlag": { "alias": "confirmFlag"; "required": false; }; }, {}, never, never, true, never>;
|
|
14
|
-
}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
2
|
-
import { LanguageService } from '@igo2/core/language';
|
|
3
|
-
import { IgoMap } from '../../map/shared';
|
|
4
|
-
import { MeasureAreaUnit, MeasureLengthUnit } from '../../measure/shared/measure.enum';
|
|
5
|
-
import { CoordinatesUnit, GeometryType, LabelType } from '../shared/draw.enum';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class DrawPopupComponent {
|
|
8
|
-
private languageService;
|
|
9
|
-
dialogRef: MatDialogRef<DrawPopupComponent>;
|
|
10
|
-
data: {
|
|
11
|
-
olGeometry: any;
|
|
12
|
-
map: IgoMap;
|
|
13
|
-
};
|
|
14
|
-
confirmFlag: boolean;
|
|
15
|
-
labelFlag: LabelType | [LabelType, LabelType];
|
|
16
|
-
coordinatesMeasureUnit: CoordinatesUnit;
|
|
17
|
-
lengthMeasureUnit: MeasureLengthUnit;
|
|
18
|
-
areaMeasureUnit: MeasureAreaUnit;
|
|
19
|
-
geometryType: typeof GeometryType;
|
|
20
|
-
labelType: typeof LabelType;
|
|
21
|
-
arrayBuiltInType: any[];
|
|
22
|
-
currentLabel: string;
|
|
23
|
-
currentCoordinates: string;
|
|
24
|
-
currentArea: string;
|
|
25
|
-
currentLength: string;
|
|
26
|
-
olGeometryType: GeometryType;
|
|
27
|
-
lengthInMeters: string;
|
|
28
|
-
areaInMetersSquare: string;
|
|
29
|
-
coordinatesInDD: string;
|
|
30
|
-
currentCoordinatesUnit: string;
|
|
31
|
-
private longlatDD;
|
|
32
|
-
private labelLength;
|
|
33
|
-
polygonCheck: number;
|
|
34
|
-
constructor(languageService: LanguageService, dialogRef: MatDialogRef<DrawPopupComponent>, data: {
|
|
35
|
-
olGeometry: any;
|
|
36
|
-
map: IgoMap;
|
|
37
|
-
});
|
|
38
|
-
/**
|
|
39
|
-
* HTML Interactions
|
|
40
|
-
*/
|
|
41
|
-
cancelDrawing(): void;
|
|
42
|
-
confirm(input?: string): void;
|
|
43
|
-
onLabelTypeChange(labelType: LabelType, checked?: boolean): void;
|
|
44
|
-
onChangeLengthUnit(lengthUnit: MeasureLengthUnit): void;
|
|
45
|
-
onChangeAreaUnit(areaUnit: MeasureAreaUnit): void;
|
|
46
|
-
onChangeCoordinateUnit(coordinatesUnit: CoordinatesUnit): void;
|
|
47
|
-
buildArrayType(): void;
|
|
48
|
-
noLabelButton(): any;
|
|
49
|
-
get customOrPredefined(): LabelType.Predefined | LabelType.Custom;
|
|
50
|
-
optionAvailable(currentOption: LabelType): boolean;
|
|
51
|
-
get allLengthUnits(): MeasureLengthUnit[];
|
|
52
|
-
getLengthUnitEnum(lengthUnit: MeasureLengthUnit): string;
|
|
53
|
-
get allAreaUnits(): MeasureAreaUnit[];
|
|
54
|
-
get allCoordinatesUnits(): CoordinatesUnit[];
|
|
55
|
-
getAreaUnitEnum(areaUnit: MeasureAreaUnit): string;
|
|
56
|
-
private getRadius;
|
|
57
|
-
get lengthLabelT(): any;
|
|
58
|
-
getLabelLength(event?: any): void;
|
|
59
|
-
selectOptions(option: any): boolean;
|
|
60
|
-
getProperLengthLabel(option: any): any;
|
|
61
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DrawPopupComponent, never>;
|
|
62
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DrawPopupComponent, "igo-draw-popup-component", never, { "confirmFlag": { "alias": "confirmFlag"; "required": false; }; "labelFlag": { "alias": "labelFlag"; "required": false; }; "coordinatesMeasureUnit": { "alias": "coordinatesMeasureUnit"; "required": false; }; "lengthMeasureUnit": { "alias": "lengthMeasureUnit"; "required": false; }; "areaMeasureUnit": { "alias": "areaMeasureUnit"; "required": false; }; }, {}, never, never, true, never>;
|
|
63
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { IconSvg } from '@igo2/common/icon';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DrawShorcutsComponent {
|
|
4
|
-
svgIcon: IconSvg;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DrawShorcutsComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DrawShorcutsComponent, "igo-draw-shorcuts", never, {}, {}, never, never, true, never>;
|
|
7
|
-
}
|
|
@@ -1,240 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { UntypedFormBuilder, UntypedFormControl, UntypedFormGroup } from '@angular/forms';
|
|
3
|
-
import { MatDialog } from '@angular/material/dialog';
|
|
4
|
-
import { EntityTableTemplate } from '@igo2/common/entity';
|
|
5
|
-
import { LanguageService } from '@igo2/core/language';
|
|
6
|
-
import type { Type } from 'ol/geom/Geometry';
|
|
7
|
-
import { BehaviorSubject, Subscription } from 'rxjs';
|
|
8
|
-
import { FeatureStore } from '../../feature';
|
|
9
|
-
import { DrawControl } from '../../geometry/shared/controls/draw';
|
|
10
|
-
import { VectorLayer } from '../../layer/shared/layers/vector-layer';
|
|
11
|
-
import { IgoMap } from '../../map/shared/map';
|
|
12
|
-
import { MeasureLengthUnit } from '../../measure/shared/measure.enum';
|
|
13
|
-
import { FontType } from '../../style/shared/font.enum';
|
|
14
|
-
import { DrawStyleService } from '../../style/style-service/draw-style.service';
|
|
15
|
-
import { DrawIconService } from '../shared/draw-icon.service';
|
|
16
|
-
import { GeometryType } from '../shared/draw.enum';
|
|
17
|
-
import { Draw, FeatureWithDraw } from '../shared/draw.interface';
|
|
18
|
-
import * as i0 from "@angular/core";
|
|
19
|
-
export declare class DrawComponent implements OnInit, OnDestroy {
|
|
20
|
-
private languageService;
|
|
21
|
-
private formBuilder;
|
|
22
|
-
private drawStyleService;
|
|
23
|
-
private dialog;
|
|
24
|
-
private drawIconService;
|
|
25
|
-
/**
|
|
26
|
-
* Table template
|
|
27
|
-
* @internal
|
|
28
|
-
*/
|
|
29
|
-
tableTemplate: EntityTableTemplate;
|
|
30
|
-
geometryType: typeof GeometryType;
|
|
31
|
-
map: IgoMap;
|
|
32
|
-
get stores(): FeatureStore<FeatureWithDraw>[];
|
|
33
|
-
set stores(value: FeatureStore<FeatureWithDraw>[]);
|
|
34
|
-
private _stores;
|
|
35
|
-
get drawControls(): [string, DrawControl][];
|
|
36
|
-
set drawControls(value: [string, DrawControl][]);
|
|
37
|
-
private _drawControls;
|
|
38
|
-
get activeDrawingLayer(): VectorLayer;
|
|
39
|
-
set activeDrawingLayer(value: VectorLayer);
|
|
40
|
-
private _activeDrawingLayer;
|
|
41
|
-
activeLayerChange: EventEmitter<VectorLayer>;
|
|
42
|
-
drawControlsEvent: EventEmitter<[string, DrawControl][]>;
|
|
43
|
-
layersIDEvent: EventEmitter<string>;
|
|
44
|
-
fillColor: string;
|
|
45
|
-
strokeColor: string;
|
|
46
|
-
strokeWidth: number;
|
|
47
|
-
fontSize: string;
|
|
48
|
-
fontStyle: string;
|
|
49
|
-
activeStore: FeatureStore<FeatureWithDraw>;
|
|
50
|
-
private layerCounterID;
|
|
51
|
-
draw$: BehaviorSubject<Draw>;
|
|
52
|
-
private activeDrawingLayerSource;
|
|
53
|
-
private activeDrawControl;
|
|
54
|
-
private drawEnd$$;
|
|
55
|
-
private drawSelect$$;
|
|
56
|
-
selectedFeatures$: BehaviorSubject<FeatureWithDraw[]>;
|
|
57
|
-
fillForm: string;
|
|
58
|
-
strokeForm: string;
|
|
59
|
-
drawControlIsDisabled: boolean;
|
|
60
|
-
drawControlIsActive: boolean;
|
|
61
|
-
labelsAreShown: boolean;
|
|
62
|
-
freehandMode: boolean;
|
|
63
|
-
private subscriptions$$;
|
|
64
|
-
position: string;
|
|
65
|
-
form: UntypedFormGroup;
|
|
66
|
-
icons: string[];
|
|
67
|
-
icon: string;
|
|
68
|
-
radiusFormControl: UntypedFormControl;
|
|
69
|
-
measureUnit: MeasureLengthUnit;
|
|
70
|
-
radiusFormControlChange$$: Subscription;
|
|
71
|
-
predefinedRadius$: BehaviorSubject<number>;
|
|
72
|
-
radiusDrawEnd$: BehaviorSubject<number>;
|
|
73
|
-
/**
|
|
74
|
-
* Available measure units for the measure type given
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
get measureUnits(): string[];
|
|
78
|
-
private numberOfDrawings;
|
|
79
|
-
isCreatingNewLayer: boolean;
|
|
80
|
-
private currGeometryType;
|
|
81
|
-
select: any;
|
|
82
|
-
constructor(languageService: LanguageService, formBuilder: UntypedFormBuilder, drawStyleService: DrawStyleService, dialog: MatDialog, drawIconService: DrawIconService);
|
|
83
|
-
ngOnInit(): void;
|
|
84
|
-
/**
|
|
85
|
-
* Remove the drawing layer and the interactions
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
ngOnDestroy(): void;
|
|
89
|
-
/**
|
|
90
|
-
* Create a Draw Control
|
|
91
|
-
* @param fillColor the fill color
|
|
92
|
-
* @param strokeColor the stroke color
|
|
93
|
-
* @param strokeWidth the stroke width
|
|
94
|
-
* @returns a Draw Control
|
|
95
|
-
*/
|
|
96
|
-
createDrawControl(fillColor?: string, strokeColor?: string, strokeWidth?: number): DrawControl;
|
|
97
|
-
/**
|
|
98
|
-
* Store initialization, including drawing layer creation
|
|
99
|
-
*/
|
|
100
|
-
private initStore;
|
|
101
|
-
/**
|
|
102
|
-
* Open the style modal dialog box
|
|
103
|
-
*/
|
|
104
|
-
openStyleModalDialog(): void;
|
|
105
|
-
/**
|
|
106
|
-
* Open a dialog box to enter label and do something
|
|
107
|
-
* @param olGeometry geometry at draw end or selected geometry
|
|
108
|
-
* @param drawEnd event fired at drawEnd?
|
|
109
|
-
*/
|
|
110
|
-
private openDrawDialog;
|
|
111
|
-
/**
|
|
112
|
-
* Clear the draw source and track the geometry being draw
|
|
113
|
-
* @param olGeometry Ol linestring or polygon
|
|
114
|
-
*/
|
|
115
|
-
private onDrawEnd;
|
|
116
|
-
private onModifyDraw;
|
|
117
|
-
private onSelectDraw;
|
|
118
|
-
/**
|
|
119
|
-
* Add a feature with draw label to the store. The loading stragegy of the store
|
|
120
|
-
* will trigger and add the feature to the map.
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
private addFeatureToStore;
|
|
124
|
-
private buildForm;
|
|
125
|
-
setupLayer(isNewLayer?: boolean): void;
|
|
126
|
-
/**
|
|
127
|
-
* Called when the user double-clicks the selected drawing
|
|
128
|
-
*/
|
|
129
|
-
editLabelDrawing(feature: any): void;
|
|
130
|
-
openShorcutsDialog(): void;
|
|
131
|
-
deleteDrawings(): void;
|
|
132
|
-
/**
|
|
133
|
-
* Called when the user toggles the labels toggle
|
|
134
|
-
*/
|
|
135
|
-
onToggleLabels(): void;
|
|
136
|
-
/**
|
|
137
|
-
* Called when the user toggles the Draw control is toggled
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
|
-
onToggleDrawControl(toggleIsChecked: boolean): void;
|
|
141
|
-
onToggleFreehandMode(event: any): void;
|
|
142
|
-
/**
|
|
143
|
-
* Display the current layer with the current store and the current layerSource
|
|
144
|
-
*/
|
|
145
|
-
onLayerChange(currLayer?: VectorLayer): void;
|
|
146
|
-
createLayer(newTitle?: any, isNewLayer?: any): void;
|
|
147
|
-
/**
|
|
148
|
-
* Called when the user changes the color in a color picker
|
|
149
|
-
* @param labelsAreShown wheter the labels are shown or not
|
|
150
|
-
* @param isAnIcon wheter the feature is an icon or not
|
|
151
|
-
* @param fillColor which is the filling color
|
|
152
|
-
* @param strokeColor which is the stroke color
|
|
153
|
-
*/
|
|
154
|
-
onColorChange(labelsAreShown: boolean, isAnIcon: boolean, fillColor: string, strokeColor: string): void;
|
|
155
|
-
/**
|
|
156
|
-
* Called when the user changes the font size or/and style
|
|
157
|
-
* @param labelsAreShown wheter the labels are shown or not
|
|
158
|
-
* @param size the size of the font
|
|
159
|
-
* @param style the style of the font
|
|
160
|
-
*/
|
|
161
|
-
onFontChange(labelsAreShown: boolean, size: string, style: FontType): void;
|
|
162
|
-
/**
|
|
163
|
-
* Called when the user changes the value of the horizontal/vertical offset
|
|
164
|
-
* @param labelsAreShown wheter the labels are shown or not
|
|
165
|
-
* @param offsetX horizontal offset of the label
|
|
166
|
-
* @param offsetY vertical offset of the label
|
|
167
|
-
*/
|
|
168
|
-
onOffsetLabelChange(labelsAreShown: boolean, offsetX: number, offsetY: number): void;
|
|
169
|
-
onIconChange(event?: any): void;
|
|
170
|
-
/**
|
|
171
|
-
* Called when the user selects a new geometry type
|
|
172
|
-
* @param geometryType the geometry type selected by the user
|
|
173
|
-
*/
|
|
174
|
-
onGeometryTypeChange(geometryType: Type): void;
|
|
175
|
-
/**
|
|
176
|
-
* Update the label of a geometry when a label is entered in a dialog box
|
|
177
|
-
* @param OlFeature the feature
|
|
178
|
-
* @param label the label
|
|
179
|
-
*/
|
|
180
|
-
private updateLabelOfOlGeometry;
|
|
181
|
-
private updateFontSizeAndStyle;
|
|
182
|
-
private updateFillAndStrokeColor;
|
|
183
|
-
private updateOffset;
|
|
184
|
-
private updateLabelType;
|
|
185
|
-
private updateMeasureUnit;
|
|
186
|
-
getFeatureFontSize(): string;
|
|
187
|
-
getFeatureFontStyle(): string;
|
|
188
|
-
getFeatureFillColor(): string;
|
|
189
|
-
getFeatureStrokeColor(): string;
|
|
190
|
-
getFeatureOffsetX(): number;
|
|
191
|
-
getFeatureOffsetY(): number | "0";
|
|
192
|
-
get allFontStyles(): string[];
|
|
193
|
-
get allLayers(): import("@igo2/geo").AnyLayer[];
|
|
194
|
-
updateHeightTable(): void;
|
|
195
|
-
updateActiveLayer(): import("@igo2/geo").AnyLayer;
|
|
196
|
-
/**
|
|
197
|
-
* Activate the correct control
|
|
198
|
-
*/
|
|
199
|
-
private toggleDrawControl;
|
|
200
|
-
/**
|
|
201
|
-
* Clear the tooltips of an OL geometry
|
|
202
|
-
* @param olGeometry OL geometry with tooltips
|
|
203
|
-
*/
|
|
204
|
-
private clearLabelsOfOlGeometry;
|
|
205
|
-
/**
|
|
206
|
-
* Replace the feature in the store
|
|
207
|
-
* @param entity the entity to replace
|
|
208
|
-
* @param olGeometry the new geometry to insert in the store
|
|
209
|
-
*/
|
|
210
|
-
private replaceFeatureInStore;
|
|
211
|
-
/**
|
|
212
|
-
* Deactivate the active draw control
|
|
213
|
-
*/
|
|
214
|
-
private deactivateDrawControl;
|
|
215
|
-
/**
|
|
216
|
-
* Activate a given control
|
|
217
|
-
*/
|
|
218
|
-
private activateDrawControl;
|
|
219
|
-
/**
|
|
220
|
-
* get the geometry of design
|
|
221
|
-
*
|
|
222
|
-
*/
|
|
223
|
-
isPoint(): boolean;
|
|
224
|
-
isLineString(): boolean;
|
|
225
|
-
isPolygon(): boolean;
|
|
226
|
-
isCircle(): boolean;
|
|
227
|
-
/**
|
|
228
|
-
* The fonction to predefine the radius of the user
|
|
229
|
-
*
|
|
230
|
-
*/
|
|
231
|
-
changeRadius(radius: number): void;
|
|
232
|
-
onMeasureUnitChange(selectedMeasureUnit: MeasureLengthUnit): void;
|
|
233
|
-
/**
|
|
234
|
-
* Recreates the style of the feature stored
|
|
235
|
-
*/
|
|
236
|
-
private elementStyle;
|
|
237
|
-
private getRadius;
|
|
238
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DrawComponent, never>;
|
|
239
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DrawComponent, "igo-draw", never, { "map": { "alias": "map"; "required": false; }; "stores": { "alias": "stores"; "required": false; }; "drawControls": { "alias": "drawControls"; "required": false; }; "activeDrawingLayer": { "alias": "activeDrawingLayer"; "required": false; }; }, { "activeLayerChange": "activeLayerChange"; "drawControlsEvent": "drawControlsEvent"; "layersIDEvent": "layersIDEvent"; "fillColor": "fillColor"; "strokeColor": "strokeColor"; "strokeWidth": "strokeWidth"; "fontSize": "fontSize"; "fontStyle": "fontStyle"; }, never, never, true, never>;
|
|
240
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./draw.component";
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated import the DrawComponent directly
|
|
5
|
-
*/
|
|
6
|
-
export declare class IgoDrawModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoDrawModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDrawModule, never, [typeof i1.DrawComponent], [typeof i1.DrawComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoDrawModule>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./draw/draw.module";
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated import the DrawComponent directly
|
|
5
|
-
*/
|
|
6
|
-
export declare class IgoDrawingToolModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoDrawingToolModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoDrawingToolModule, never, never, [typeof i1.IgoDrawModule]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoDrawingToolModule>;
|
|
10
|
-
}
|
package/lib/draw/index.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ConfigService } from '@igo2/core/config';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DrawIconService {
|
|
4
|
-
protected config: ConfigService;
|
|
5
|
-
protected icons: string[];
|
|
6
|
-
constructor(config: ConfigService);
|
|
7
|
-
getIcons(): string[];
|
|
8
|
-
getPath(): string[];
|
|
9
|
-
getIconsList(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DrawIconService, never>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DrawIconService>;
|
|
12
|
-
}
|