@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,101 +0,0 @@
|
|
|
1
|
-
import { HttpClient, HttpParameterCodec } from '@angular/common/http';
|
|
2
|
-
import { Injector } from '@angular/core';
|
|
3
|
-
import { LanguageService } from '@igo2/core/language';
|
|
4
|
-
import { StorageService } from '@igo2/core/storage';
|
|
5
|
-
import { BehaviorSubject, Observable } from 'rxjs';
|
|
6
|
-
import { Feature } from '../../../feature/shared/feature.interfaces';
|
|
7
|
-
import { ReverseSearch, SearchResult, TextSearch } from '../search.interfaces';
|
|
8
|
-
import { SearchSource } from './source';
|
|
9
|
-
import { ReverseSearchOptions, SearchSourceOptions, TextSearchOptions } from './source.interfaces';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class IChercheSearchResultFormatter {
|
|
12
|
-
private languageService;
|
|
13
|
-
constructor(languageService: LanguageService);
|
|
14
|
-
formatResult(result: SearchResult<Feature>): SearchResult<Feature>;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IChercheSearchResultFormatter, never>;
|
|
16
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<IChercheSearchResultFormatter>;
|
|
17
|
-
}
|
|
18
|
-
export declare class IgoHttpParameterCodec implements HttpParameterCodec {
|
|
19
|
-
encodeKey(key: string): string;
|
|
20
|
-
encodeValue(value: string): string;
|
|
21
|
-
decodeKey(key: string): string;
|
|
22
|
-
decodeValue(value: string): string;
|
|
23
|
-
}
|
|
24
|
-
/**
|
|
25
|
-
* ICherche search source
|
|
26
|
-
*/
|
|
27
|
-
export declare class IChercheSearchSource extends SearchSource implements TextSearch {
|
|
28
|
-
private http;
|
|
29
|
-
private languageService;
|
|
30
|
-
private formatter;
|
|
31
|
-
static id: string;
|
|
32
|
-
static type: string;
|
|
33
|
-
static propertiesBlacklist: string[];
|
|
34
|
-
title$: BehaviorSubject<string>;
|
|
35
|
-
static defaultIchercheTypes: string[];
|
|
36
|
-
private hashtagsLieuxToKeep;
|
|
37
|
-
get title(): string;
|
|
38
|
-
constructor(http: HttpClient, languageService: LanguageService, storageService: StorageService, options: SearchSourceOptions, formatter: IChercheSearchResultFormatter, injector: Injector);
|
|
39
|
-
getId(): string;
|
|
40
|
-
getType(): string;
|
|
41
|
-
protected getEffectiveOptions(): SearchSourceOptions;
|
|
42
|
-
/**
|
|
43
|
-
* Search a location by name or keyword
|
|
44
|
-
* @param term Location name or keyword
|
|
45
|
-
* @returns Observable of <SearchResult<Feature>[]
|
|
46
|
-
*/
|
|
47
|
-
search(term: string, options?: TextSearchOptions): Observable<SearchResult<Feature>[]>;
|
|
48
|
-
private getSearch;
|
|
49
|
-
private getAllowedTypes;
|
|
50
|
-
private computeRequestParams;
|
|
51
|
-
private extractResults;
|
|
52
|
-
private dataToResult;
|
|
53
|
-
private computeProperties;
|
|
54
|
-
/**
|
|
55
|
-
* Remove hashtag from query
|
|
56
|
-
* @param term Query with hashtag
|
|
57
|
-
*/
|
|
58
|
-
private computeTerm;
|
|
59
|
-
/**
|
|
60
|
-
* Add hashtag to param if valid
|
|
61
|
-
* @param term Query with hashtag
|
|
62
|
-
* @param options TextSearchOptions
|
|
63
|
-
*/
|
|
64
|
-
private computeOptionsParam;
|
|
65
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IChercheSearchSource, never>;
|
|
66
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<IChercheSearchSource>;
|
|
67
|
-
}
|
|
68
|
-
/**
|
|
69
|
-
* IChercheReverse search source
|
|
70
|
-
*/
|
|
71
|
-
export declare class IChercheReverseSearchSource extends SearchSource implements ReverseSearch {
|
|
72
|
-
private http;
|
|
73
|
-
private languageService;
|
|
74
|
-
static id: string;
|
|
75
|
-
static type: string;
|
|
76
|
-
static propertiesBlacklist: string[];
|
|
77
|
-
static defaultIchercheTypes: string[];
|
|
78
|
-
title$: BehaviorSubject<string>;
|
|
79
|
-
get title(): string;
|
|
80
|
-
constructor(http: HttpClient, languageService: LanguageService, storageService: StorageService, options: SearchSourceOptions, injector: Injector);
|
|
81
|
-
getId(): string;
|
|
82
|
-
getType(): string;
|
|
83
|
-
protected getEffectiveOptions(): SearchSourceOptions;
|
|
84
|
-
/**
|
|
85
|
-
* Search a location by coordinates
|
|
86
|
-
* @param lonLat Location coordinates
|
|
87
|
-
* @param distance Search raidus around lonLat
|
|
88
|
-
* @returns Observable of <SearchResult<Feature>[]
|
|
89
|
-
*/
|
|
90
|
-
reverseSearch(lonLat: [number, number], options?: ReverseSearchOptions): Observable<SearchResult<Feature>[]>;
|
|
91
|
-
private getReverseSearch;
|
|
92
|
-
private getAllowedTypes;
|
|
93
|
-
private computeRequestParams;
|
|
94
|
-
private extractResults;
|
|
95
|
-
private getSubtitle;
|
|
96
|
-
private dataToResult;
|
|
97
|
-
private computeProperties;
|
|
98
|
-
private computeExtent;
|
|
99
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IChercheReverseSearchSource, never>;
|
|
100
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<IChercheReverseSearchSource>;
|
|
101
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { FeatureGeometry } from '../../../feature/shared/feature.interfaces';
|
|
2
|
-
export interface IChercheData {
|
|
3
|
-
index: string;
|
|
4
|
-
geometry: FeatureGeometry;
|
|
5
|
-
bbox: [number, number, number, number];
|
|
6
|
-
properties: Record<string, any>;
|
|
7
|
-
icon?: string;
|
|
8
|
-
highlight: {
|
|
9
|
-
title: string;
|
|
10
|
-
title2?: string;
|
|
11
|
-
title3?: string;
|
|
12
|
-
};
|
|
13
|
-
score?: number;
|
|
14
|
-
}
|
|
15
|
-
export interface IChercheResponse {
|
|
16
|
-
features: IChercheData[];
|
|
17
|
-
}
|
|
18
|
-
export interface IChercheReverseData {
|
|
19
|
-
geometry: FeatureGeometry;
|
|
20
|
-
bbox: [number, number, number, number];
|
|
21
|
-
icon?: string;
|
|
22
|
-
properties: Record<string, any>;
|
|
23
|
-
}
|
|
24
|
-
export interface IChercheReverseResponse {
|
|
25
|
-
features: IChercheReverseData[];
|
|
26
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { Injector, Provider } from '@angular/core';
|
|
3
|
-
import { ConfigService } from '@igo2/core/config';
|
|
4
|
-
import { LanguageService } from '@igo2/core/language';
|
|
5
|
-
import { StorageService } from '@igo2/core/storage';
|
|
6
|
-
import { IChercheReverseSearchSource, IChercheSearchResultFormatter, IChercheSearchSource } from './icherche';
|
|
7
|
-
import { SearchSource } from './source';
|
|
8
|
-
import { SearchSourceFeature, SearchSourceKind } from './source.interfaces';
|
|
9
|
-
/**
|
|
10
|
-
* ICherche search result formatter factory
|
|
11
|
-
* @ignore
|
|
12
|
-
*/
|
|
13
|
-
export declare function defaultIChercheSearchResultFormatterFactory(languageService: LanguageService): IChercheSearchResultFormatter;
|
|
14
|
-
/**
|
|
15
|
-
* Function that returns a provider for the ICherche search result formatter
|
|
16
|
-
*/
|
|
17
|
-
export declare function provideDefaultIChercheSearchResultFormatter(): Provider;
|
|
18
|
-
/**
|
|
19
|
-
* ICherche search source factory
|
|
20
|
-
* @ignore
|
|
21
|
-
*/
|
|
22
|
-
export declare function ichercheSearchSourceFactory(http: HttpClient, languageService: LanguageService, storageService: StorageService, config: ConfigService, formatter: IChercheSearchResultFormatter, injector: Injector): IChercheSearchSource;
|
|
23
|
-
/**
|
|
24
|
-
* Function that returns a provider for the ICherche search source
|
|
25
|
-
*/
|
|
26
|
-
export declare function provideIChercheSearchSource(): Provider;
|
|
27
|
-
export declare function withIChercheSource(): SearchSourceFeature<SearchSourceKind.ICherche>;
|
|
28
|
-
/**
|
|
29
|
-
* IChercheReverse search source factory
|
|
30
|
-
* @ignore
|
|
31
|
-
*/
|
|
32
|
-
export declare function ichercheReverseSearchSourceFactory(http: HttpClient, languageService: LanguageService, storageService: StorageService, config: ConfigService, injector: Injector): IChercheReverseSearchSource;
|
|
33
|
-
/**
|
|
34
|
-
* Function that returns a provider for the IChercheReverse search source
|
|
35
|
-
*/
|
|
36
|
-
export declare function provideIChercheReverseSearchSource(): {
|
|
37
|
-
provide: typeof SearchSource;
|
|
38
|
-
useFactory: typeof ichercheReverseSearchSourceFactory;
|
|
39
|
-
multi: boolean;
|
|
40
|
-
deps: (typeof HttpClient | typeof ConfigService | typeof LanguageService | typeof StorageService | typeof Injector)[];
|
|
41
|
-
};
|
|
42
|
-
export declare function withIChercheReverseSource(): SearchSourceFeature<SearchSourceKind.IChercheReverse>;
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { LanguageService } from '@igo2/core/language';
|
|
3
|
-
import { StorageService } from '@igo2/core/storage';
|
|
4
|
-
import { BehaviorSubject, Observable } from 'rxjs';
|
|
5
|
-
import { SearchResult, TextSearch } from '../search.interfaces';
|
|
6
|
-
import { ILayerData, ILayerItemResponse, ILayerSearchSourceOptions } from './ilayer.interfaces';
|
|
7
|
-
import { SearchSource } from './source';
|
|
8
|
-
import { TextSearchOptions } from './source.interfaces';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class ILayerSearchResultFormatter {
|
|
11
|
-
private languageService;
|
|
12
|
-
constructor(languageService: LanguageService);
|
|
13
|
-
formatResult(data: ILayerData): ILayerData;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ILayerSearchResultFormatter, never>;
|
|
15
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ILayerSearchResultFormatter>;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* ILayer search source
|
|
19
|
-
*/
|
|
20
|
-
export declare class ILayerSearchSource extends SearchSource implements TextSearch {
|
|
21
|
-
private http;
|
|
22
|
-
private languageService;
|
|
23
|
-
private formatter;
|
|
24
|
-
static id: string;
|
|
25
|
-
static type: string;
|
|
26
|
-
title$: BehaviorSubject<string>;
|
|
27
|
-
get title(): string;
|
|
28
|
-
constructor(http: HttpClient, languageService: LanguageService, storageService: StorageService, options: ILayerSearchSourceOptions, formatter: ILayerSearchResultFormatter);
|
|
29
|
-
getId(): string;
|
|
30
|
-
getType(): string;
|
|
31
|
-
protected getEffectiveOptions(): ILayerSearchSourceOptions;
|
|
32
|
-
/**
|
|
33
|
-
* Search a layer by name or keyword
|
|
34
|
-
* @param term Layer name or keyword
|
|
35
|
-
* @returns Observable of <SearchResult<LayerOptions>[]
|
|
36
|
-
*/
|
|
37
|
-
search(term: string | undefined, options?: TextSearchOptions): Observable<SearchResult<ILayerItemResponse>[]>;
|
|
38
|
-
private getSearch;
|
|
39
|
-
private computeSearchRequestParams;
|
|
40
|
-
/**
|
|
41
|
-
* Remove hashtag from query
|
|
42
|
-
* @param term Query with hashtag
|
|
43
|
-
*/
|
|
44
|
-
private computeTerm;
|
|
45
|
-
/**
|
|
46
|
-
* Add hashtag to param if valid
|
|
47
|
-
* @param term Query with hashtag
|
|
48
|
-
* @param options TextSearchOptions
|
|
49
|
-
*/
|
|
50
|
-
private computeOptionsParam;
|
|
51
|
-
private extractResults;
|
|
52
|
-
private dataToResult;
|
|
53
|
-
private computeLayerOptions;
|
|
54
|
-
private extractQueryParamsFromSourceUrl;
|
|
55
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ILayerSearchSource, never>;
|
|
56
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ILayerSearchSource>;
|
|
57
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { WMSDataSourceOptions } from '../../../datasource/shared/datasources/wms-datasource.interface';
|
|
2
|
-
import { ImageLayerOptions } from '../../../layer/shared/layers/image-layer.interface';
|
|
3
|
-
import { QueryableDataSourceOptions } from './../../../query/shared/query.interfaces';
|
|
4
|
-
import { SearchSourceOptions } from './source.interfaces';
|
|
5
|
-
export interface ILayerSearchSourceOptions extends SearchSourceOptions {
|
|
6
|
-
queryFormat?: Record<string, string | {
|
|
7
|
-
urls: string[];
|
|
8
|
-
}>;
|
|
9
|
-
}
|
|
10
|
-
export interface ILayerServiceResponse {
|
|
11
|
-
items: ILayerData[];
|
|
12
|
-
}
|
|
13
|
-
export interface ILayerData {
|
|
14
|
-
score: number;
|
|
15
|
-
properties: ILayerDataSource;
|
|
16
|
-
highlight: ILayerDataHighlight;
|
|
17
|
-
}
|
|
18
|
-
export interface ILayerDataSource {
|
|
19
|
-
id?: string;
|
|
20
|
-
title: string;
|
|
21
|
-
groupTitle: string;
|
|
22
|
-
abstract: string;
|
|
23
|
-
format?: 'wms' | 'wfs';
|
|
24
|
-
url?: string;
|
|
25
|
-
type?: string;
|
|
26
|
-
name?: string;
|
|
27
|
-
queryable?: boolean;
|
|
28
|
-
metadataUrl?: string;
|
|
29
|
-
maxScaleDenom?: string;
|
|
30
|
-
minScaleDenom?: string;
|
|
31
|
-
}
|
|
32
|
-
export interface ILayerDataHighlight {
|
|
33
|
-
title?: string;
|
|
34
|
-
groupTitle?: string;
|
|
35
|
-
}
|
|
36
|
-
interface QueryWMSDataSourceOptions extends WMSDataSourceOptions, Omit<QueryableDataSourceOptions, 'url'> {
|
|
37
|
-
}
|
|
38
|
-
export interface ILayerItemResponse extends ImageLayerOptions {
|
|
39
|
-
title: string;
|
|
40
|
-
sourceOptions: QueryWMSDataSourceOptions;
|
|
41
|
-
properties: Record<string, any>;
|
|
42
|
-
}
|
|
43
|
-
export {};
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { ConfigService } from '@igo2/core/config';
|
|
3
|
-
import { LanguageService } from '@igo2/core/language';
|
|
4
|
-
import { StorageService } from '@igo2/core/storage';
|
|
5
|
-
import { ILayerSearchResultFormatter, ILayerSearchSource } from './ilayer';
|
|
6
|
-
import { SearchSource } from './source';
|
|
7
|
-
import { SearchSourceFeature, SearchSourceKind } from './source.interfaces';
|
|
8
|
-
/**
|
|
9
|
-
* ILayer search result formatter factory
|
|
10
|
-
* @ignore
|
|
11
|
-
*/
|
|
12
|
-
export declare function ilayerSearchResultFormatterFactory(languageService: LanguageService): ILayerSearchResultFormatter;
|
|
13
|
-
/**
|
|
14
|
-
* Function that returns a provider for the ILayer search result formatter
|
|
15
|
-
*/
|
|
16
|
-
export declare function provideILayerSearchResultFormatter(): {
|
|
17
|
-
provide: typeof ILayerSearchResultFormatter;
|
|
18
|
-
useFactory: typeof ilayerSearchResultFormatterFactory;
|
|
19
|
-
deps: (typeof LanguageService)[];
|
|
20
|
-
};
|
|
21
|
-
/**
|
|
22
|
-
* ILayer search source factory
|
|
23
|
-
* @ignore
|
|
24
|
-
*/
|
|
25
|
-
export declare function ilayerSearchSourceFactory(http: HttpClient, languageService: LanguageService, storageService: StorageService, config: ConfigService, formatter: ILayerSearchResultFormatter): ILayerSearchSource;
|
|
26
|
-
/**
|
|
27
|
-
* Function that returns a provider for the ILayer search source
|
|
28
|
-
*/
|
|
29
|
-
export declare function provideILayerSearchSource(): {
|
|
30
|
-
provide: typeof SearchSource;
|
|
31
|
-
useFactory: typeof ilayerSearchSourceFactory;
|
|
32
|
-
multi: boolean;
|
|
33
|
-
deps: (typeof HttpClient | typeof ConfigService | typeof LanguageService | typeof StorageService | typeof ILayerSearchResultFormatter)[];
|
|
34
|
-
};
|
|
35
|
-
export declare function withILayerSource(): SearchSourceFeature<SearchSourceKind.ILayer>;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export * from './cadastre';
|
|
2
|
-
export * from './cadastre.providers';
|
|
3
|
-
export * from './source';
|
|
4
|
-
export * from './source.interfaces';
|
|
5
|
-
export * from './icherche';
|
|
6
|
-
export * from './icherche.interfaces';
|
|
7
|
-
export * from './icherche.providers';
|
|
8
|
-
export * from './ilayer';
|
|
9
|
-
export * from './ilayer.interfaces';
|
|
10
|
-
export * from './ilayer.providers';
|
|
11
|
-
export * from './nominatim';
|
|
12
|
-
export * from './nominatim.interfaces';
|
|
13
|
-
export * from './nominatim.providers';
|
|
14
|
-
export * from './storedqueries';
|
|
15
|
-
export * from './storedqueries.interfaces';
|
|
16
|
-
export * from './storedqueries.providers';
|
|
17
|
-
export * from './coordinates';
|
|
18
|
-
export * from './coordinates.interfaces';
|
|
19
|
-
export * from './coordinates.providers';
|
|
20
|
-
export * from './workspace';
|
|
21
|
-
export * from './workspace.interfaces';
|
|
22
|
-
export * from './workspace.providers';
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { StorageService } from '@igo2/core/storage';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
import { Feature } from '../../../feature/shared/feature.interfaces';
|
|
5
|
-
import { SearchResult, TextSearch } from '../search.interfaces';
|
|
6
|
-
import { SearchSource } from './source';
|
|
7
|
-
import { SearchSourceOptions, TextSearchOptions } from './source.interfaces';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
/**
|
|
10
|
-
* Nominatim search source
|
|
11
|
-
*/
|
|
12
|
-
export declare class NominatimSearchSource extends SearchSource implements TextSearch {
|
|
13
|
-
private http;
|
|
14
|
-
static id: string;
|
|
15
|
-
static type: string;
|
|
16
|
-
constructor(http: HttpClient, options: SearchSourceOptions, storageService: StorageService);
|
|
17
|
-
getId(): string;
|
|
18
|
-
getType(): string;
|
|
19
|
-
protected getEffectiveOptions(): SearchSourceOptions;
|
|
20
|
-
/**
|
|
21
|
-
* Search a place by name
|
|
22
|
-
* @param term Place name
|
|
23
|
-
* @returns Observable of <SearchResult<Feature>[]
|
|
24
|
-
*/
|
|
25
|
-
search(term: string | undefined, options?: TextSearchOptions): Observable<SearchResult<Feature>[]>;
|
|
26
|
-
private getSearch;
|
|
27
|
-
private computeSearchRequestParams;
|
|
28
|
-
private extractResults;
|
|
29
|
-
private dataToResult;
|
|
30
|
-
private computeProperties;
|
|
31
|
-
private computeGeometry;
|
|
32
|
-
private computeExtent;
|
|
33
|
-
private computeTerm;
|
|
34
|
-
/**
|
|
35
|
-
* Add hashtag from query in Nominatim's format (+[])
|
|
36
|
-
* @param term Query with hashtag
|
|
37
|
-
*/
|
|
38
|
-
private computeTermTags;
|
|
39
|
-
/**
|
|
40
|
-
* Add hashtag from settings in Nominatim's format (+[])
|
|
41
|
-
* @param term Query
|
|
42
|
-
*/
|
|
43
|
-
private computeTermSettings;
|
|
44
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NominatimSearchSource, never>;
|
|
45
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<NominatimSearchSource>;
|
|
46
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { ConfigService } from '@igo2/core/config';
|
|
3
|
-
import { StorageService } from '@igo2/core/storage';
|
|
4
|
-
import { NominatimSearchSource } from './nominatim';
|
|
5
|
-
import { SearchSource } from './source';
|
|
6
|
-
import { SearchSourceFeature, SearchSourceKind } from './source.interfaces';
|
|
7
|
-
/**
|
|
8
|
-
* Nominatim search source factory
|
|
9
|
-
* @ignore
|
|
10
|
-
*/
|
|
11
|
-
export declare function nominatimSearchSourceFactory(http: HttpClient, config: ConfigService, storageService: StorageService): NominatimSearchSource;
|
|
12
|
-
/**
|
|
13
|
-
* Function that returns a provider for the Nominatim search source
|
|
14
|
-
*/
|
|
15
|
-
export declare function provideNominatimSearchSource(): {
|
|
16
|
-
provide: typeof SearchSource;
|
|
17
|
-
useFactory: typeof nominatimSearchSourceFactory;
|
|
18
|
-
multi: boolean;
|
|
19
|
-
deps: (typeof HttpClient | typeof ConfigService | typeof StorageService)[];
|
|
20
|
-
};
|
|
21
|
-
export declare function withNominatimSource(): SearchSourceFeature<SearchSourceKind.Nominatim>;
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
import { Workspace } from '@igo2/common/workspace';
|
|
2
|
-
import { StorageService } from '@igo2/core/storage';
|
|
3
|
-
import { FeatureStore } from '../../../feature/shared/store';
|
|
4
|
-
import { ISearchSourceParams, SearchSourceOptions, SearchSourceSettings } from './source.interfaces';
|
|
5
|
-
/**
|
|
6
|
-
* Base search source class
|
|
7
|
-
*/
|
|
8
|
-
export declare class SearchSource {
|
|
9
|
-
private storageService?;
|
|
10
|
-
/**
|
|
11
|
-
* Search source ID
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
|
-
static id: string;
|
|
15
|
-
/**
|
|
16
|
-
* Search source type
|
|
17
|
-
* @internal
|
|
18
|
-
*/
|
|
19
|
-
static type: string;
|
|
20
|
-
/**
|
|
21
|
-
* Search source options
|
|
22
|
-
* @internal
|
|
23
|
-
*/
|
|
24
|
-
protected options: SearchSourceOptions;
|
|
25
|
-
protected defaultOptions: SearchSourceOptions;
|
|
26
|
-
/**
|
|
27
|
-
* Get search source's id
|
|
28
|
-
* @returns Search source's id
|
|
29
|
-
*/
|
|
30
|
-
getId(): string;
|
|
31
|
-
/**
|
|
32
|
-
* Get search source's type
|
|
33
|
-
* @returns Search source's type
|
|
34
|
-
*/
|
|
35
|
-
getType(): string;
|
|
36
|
-
/**
|
|
37
|
-
* Get search source's default options
|
|
38
|
-
* @returns Search source default options
|
|
39
|
-
*/
|
|
40
|
-
protected getEffectiveOptions(): SearchSourceOptions;
|
|
41
|
-
/**
|
|
42
|
-
* Search source's title
|
|
43
|
-
*/
|
|
44
|
-
get title(): string;
|
|
45
|
-
/**
|
|
46
|
-
* Whether the search source is available
|
|
47
|
-
*/
|
|
48
|
-
get available(): boolean;
|
|
49
|
-
/**
|
|
50
|
-
* Whether the search source is enabled
|
|
51
|
-
*/
|
|
52
|
-
set enabled(value: boolean);
|
|
53
|
-
get enabled(): boolean;
|
|
54
|
-
get showInPointerSummary(): boolean;
|
|
55
|
-
get showInSettings(): boolean;
|
|
56
|
-
/**
|
|
57
|
-
* Search url
|
|
58
|
-
*/
|
|
59
|
-
get searchUrl(): string;
|
|
60
|
-
/**
|
|
61
|
-
* Search query params
|
|
62
|
-
*/
|
|
63
|
-
get params(): ISearchSourceParams | null;
|
|
64
|
-
/**
|
|
65
|
-
* Search settings
|
|
66
|
-
*/
|
|
67
|
-
get settings(): SearchSourceSettings[];
|
|
68
|
-
set featureStoresWithIndex(storesWithIndex: FeatureStore[]);
|
|
69
|
-
get featureStoresWithIndex(): FeatureStore[];
|
|
70
|
-
private _featureStoresWithIndex;
|
|
71
|
-
resetSourceOptions(): void;
|
|
72
|
-
setWorkspaces(workspaces: Workspace[]): void;
|
|
73
|
-
/**
|
|
74
|
-
* Set params from selected settings
|
|
75
|
-
*/
|
|
76
|
-
setParamFromSetting(setting: SearchSourceSettings, saveInStorage?: boolean): void;
|
|
77
|
-
/**
|
|
78
|
-
* Search results display order
|
|
79
|
-
*/
|
|
80
|
-
get displayOrder(): number;
|
|
81
|
-
constructor(options: SearchSourceOptions, storageService?: StorageService);
|
|
82
|
-
/**
|
|
83
|
-
* Get hashtags valid
|
|
84
|
-
* @param hashtag hashtag from query
|
|
85
|
-
*/
|
|
86
|
-
getHashtagsValid(term: string, settingsName: string): string[];
|
|
87
|
-
getSettingsValues(search: string): SearchSourceSettings;
|
|
88
|
-
}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { Provider } from '@angular/core';
|
|
2
|
-
export interface SearchSourceOptions {
|
|
3
|
-
title?: string;
|
|
4
|
-
searchUrl?: string;
|
|
5
|
-
available?: boolean;
|
|
6
|
-
enabled?: boolean;
|
|
7
|
-
order?: number;
|
|
8
|
-
distance?: number;
|
|
9
|
-
params?: ISearchSourceParams;
|
|
10
|
-
settings?: SearchSourceSettings[];
|
|
11
|
-
showInPointerSummary?: boolean;
|
|
12
|
-
showInSettings?: boolean;
|
|
13
|
-
showAdvancedSettings?: boolean;
|
|
14
|
-
}
|
|
15
|
-
export interface SearchSourceSettings {
|
|
16
|
-
type: 'radiobutton' | 'checkbox';
|
|
17
|
-
values: SettingOptions[];
|
|
18
|
-
title: string;
|
|
19
|
-
name: string;
|
|
20
|
-
allEnabled?: boolean;
|
|
21
|
-
}
|
|
22
|
-
export interface ISearchSourceParams {
|
|
23
|
-
limit?: string;
|
|
24
|
-
datasets?: string;
|
|
25
|
-
ecmax?: string;
|
|
26
|
-
page?: string;
|
|
27
|
-
type?: string;
|
|
28
|
-
}
|
|
29
|
-
export interface SettingOptions {
|
|
30
|
-
value: string | number;
|
|
31
|
-
enabled: boolean;
|
|
32
|
-
title: string;
|
|
33
|
-
hashtags?: string[];
|
|
34
|
-
available?: boolean;
|
|
35
|
-
}
|
|
36
|
-
export interface TextSearchOptions {
|
|
37
|
-
params?: Record<string, string>;
|
|
38
|
-
searchType?: 'Feature' | 'Layer';
|
|
39
|
-
getEnabledOnly?: boolean;
|
|
40
|
-
extent?: [number, number, number, number];
|
|
41
|
-
page?: number;
|
|
42
|
-
sourceId?: string;
|
|
43
|
-
forceNA?: boolean;
|
|
44
|
-
}
|
|
45
|
-
export interface ReverseSearchOptions {
|
|
46
|
-
distance?: number;
|
|
47
|
-
conf?: number;
|
|
48
|
-
zoom?: number;
|
|
49
|
-
params?: Record<string, string>;
|
|
50
|
-
}
|
|
51
|
-
export interface SearchSourceFeature<KindT extends SearchSourceKind> {
|
|
52
|
-
kind: KindT;
|
|
53
|
-
providers: Provider[];
|
|
54
|
-
}
|
|
55
|
-
export declare enum SearchSourceKind {
|
|
56
|
-
ICherche = 0,
|
|
57
|
-
IChercheReverse = 1,
|
|
58
|
-
Cadastre = 2,
|
|
59
|
-
CoordinatesReverse = 3,
|
|
60
|
-
ILayer = 4,
|
|
61
|
-
Nominatim = 5,
|
|
62
|
-
StoredQueries = 6,
|
|
63
|
-
StoredQueriesReverse = 7,
|
|
64
|
-
Workspace = 8
|
|
65
|
-
}
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { LanguageService } from '@igo2/core/language';
|
|
3
|
-
import { StorageService } from '@igo2/core/storage';
|
|
4
|
-
import { Observable } from 'rxjs';
|
|
5
|
-
import { Feature } from '../../../feature/shared/feature.interfaces';
|
|
6
|
-
import { ReverseSearch, SearchResult, TextSearch } from '../search.interfaces';
|
|
7
|
-
import { SearchSource } from './source';
|
|
8
|
-
import { ReverseSearchOptions, SearchSourceOptions, TextSearchOptions } from './source.interfaces';
|
|
9
|
-
import { StoredQueriesReverseSearchSourceOptions, StoredQueriesSearchSourceOptions } from './storedqueries.interfaces';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* StoredQueries search source
|
|
13
|
-
*/
|
|
14
|
-
export declare class StoredQueriesSearchSource extends SearchSource implements TextSearch {
|
|
15
|
-
private http;
|
|
16
|
-
private languageService;
|
|
17
|
-
static id: string;
|
|
18
|
-
static type: string;
|
|
19
|
-
static propertiesBlacklist: string[];
|
|
20
|
-
resultTitle: 'title';
|
|
21
|
-
storedQueriesOptions: StoredQueriesSearchSourceOptions;
|
|
22
|
-
multipleFieldsQuery: boolean;
|
|
23
|
-
constructor(http: HttpClient, languageService: LanguageService, storageService: StorageService, options: SearchSourceOptions);
|
|
24
|
-
getId(): string;
|
|
25
|
-
getType(): string;
|
|
26
|
-
protected getEffectiveOptions(): SearchSourceOptions;
|
|
27
|
-
/**
|
|
28
|
-
* Search a location by name or keyword
|
|
29
|
-
* @param term Location name or keyword
|
|
30
|
-
* @returns Observable of <SearchResult<Feature>[]
|
|
31
|
-
*/
|
|
32
|
-
search(term: string, options?: TextSearchOptions): Observable<SearchResult<Feature>[]>;
|
|
33
|
-
private getSearch;
|
|
34
|
-
private getFormatFromOptions;
|
|
35
|
-
private extractWFSData;
|
|
36
|
-
private termSplitter;
|
|
37
|
-
private computeRequestParams;
|
|
38
|
-
private extractResults;
|
|
39
|
-
private dataToResult;
|
|
40
|
-
private computeProperties;
|
|
41
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StoredQueriesSearchSource, never>;
|
|
42
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<StoredQueriesSearchSource>;
|
|
43
|
-
}
|
|
44
|
-
/**
|
|
45
|
-
* StoredQueriesReverse search source
|
|
46
|
-
*/
|
|
47
|
-
export declare class StoredQueriesReverseSearchSource extends SearchSource implements ReverseSearch {
|
|
48
|
-
private http;
|
|
49
|
-
private languageService;
|
|
50
|
-
static id: string;
|
|
51
|
-
static type: string;
|
|
52
|
-
static propertiesBlacklist: string[];
|
|
53
|
-
resultTitle: 'title';
|
|
54
|
-
storedQueriesOptions: StoredQueriesReverseSearchSourceOptions;
|
|
55
|
-
multipleFieldsQuery: boolean;
|
|
56
|
-
constructor(http: HttpClient, languageService: LanguageService, storageService: StorageService, options: SearchSourceOptions);
|
|
57
|
-
getId(): string;
|
|
58
|
-
getType(): string;
|
|
59
|
-
protected getEffectiveOptions(): SearchSourceOptions;
|
|
60
|
-
/**
|
|
61
|
-
* Search a location by coordinates
|
|
62
|
-
* @param lonLat Location coordinates
|
|
63
|
-
* @param distance Search raidus around lonLat
|
|
64
|
-
* @returns Observable of <SearchResult<Feature>[]
|
|
65
|
-
*/
|
|
66
|
-
reverseSearch(lonLat: [number, number], options?: ReverseSearchOptions): Observable<SearchResult<Feature>[]>;
|
|
67
|
-
private getReverseSearch;
|
|
68
|
-
private getFormatFromOptions;
|
|
69
|
-
private extractWFSData;
|
|
70
|
-
private computeRequestParams;
|
|
71
|
-
private extractResults;
|
|
72
|
-
private dataToResult;
|
|
73
|
-
private computeProperties;
|
|
74
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StoredQueriesReverseSearchSource, never>;
|
|
75
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<StoredQueriesReverseSearchSource>;
|
|
76
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { FeatureGeometry } from '../../../feature/shared/feature.interfaces';
|
|
2
|
-
import { SearchSourceOptions } from './source.interfaces';
|
|
3
|
-
export interface StoredQueriesSearchSourceOptions extends SearchSourceOptions {
|
|
4
|
-
storedquery_id: string;
|
|
5
|
-
fields: StoredQueriesFields[];
|
|
6
|
-
srsname?: string;
|
|
7
|
-
outputformat?: string;
|
|
8
|
-
resultTitle?: string;
|
|
9
|
-
}
|
|
10
|
-
export interface StoredQueriesFields {
|
|
11
|
-
name: string;
|
|
12
|
-
defaultValue: any;
|
|
13
|
-
splitPrefix?: string;
|
|
14
|
-
}
|
|
15
|
-
export interface StoredQueriesData {
|
|
16
|
-
id: string;
|
|
17
|
-
geometry: FeatureGeometry;
|
|
18
|
-
properties: Record<string, any>;
|
|
19
|
-
}
|
|
20
|
-
export interface StoredQueriesResponse {
|
|
21
|
-
features: StoredQueriesData[];
|
|
22
|
-
}
|
|
23
|
-
export interface StoredQueriesReverseSearchSourceOptions extends SearchSourceOptions {
|
|
24
|
-
storedquery_id: string;
|
|
25
|
-
longField: string;
|
|
26
|
-
latField: string;
|
|
27
|
-
srsname?: string;
|
|
28
|
-
outputformat?: string;
|
|
29
|
-
resultTitle?: string;
|
|
30
|
-
}
|
|
31
|
-
export interface StoredQueriesReverseData {
|
|
32
|
-
id: string;
|
|
33
|
-
geometry: FeatureGeometry;
|
|
34
|
-
properties: Record<string, any>;
|
|
35
|
-
}
|
|
36
|
-
export interface StoredQueriesReverseResponse {
|
|
37
|
-
features: StoredQueriesData[];
|
|
38
|
-
}
|