@igo2/geo 1.10.0 → 1.12.0
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/assets/icons/cross_black_18px.svg +88 -88
- package/assets/icons/place_blue_36px.svg +55 -55
- package/assets/icons/place_green_36px.svg +55 -55
- package/assets/icons/place_red_36px.svg +55 -55
- package/assets/icons/place_yellow_36px.svg +55 -55
- package/bundles/igo2-geo.umd.js +4971 -1353
- package/bundles/igo2-geo.umd.js.map +1 -1
- package/esm2015/lib/catalog/catalog-browser/catalog-browser-group.component.js +1 -1
- package/esm2015/lib/catalog/catalog-browser/catalog-browser-layer.component.js +1 -1
- package/esm2015/lib/catalog/catalog-browser/catalog-browser.component.js +2 -2
- package/esm2015/lib/catalog/catalog-browser/catalog-browser.module.js +1 -1
- package/esm2015/lib/catalog/catalog-library/add-catalog-dialog.component.js +1 -1
- package/esm2015/lib/catalog/catalog-library/catalog-library-item.component.js +1 -1
- package/esm2015/lib/catalog/catalog-library/catalog-library.component.js +6 -6
- package/esm2015/lib/catalog/catalog-library/catalog-library.module.js +1 -1
- package/esm2015/lib/catalog/catalog.module.js +1 -1
- package/esm2015/lib/catalog/index.js +1 -1
- package/esm2015/lib/catalog/shared/catalog.abstract.js +1 -1
- package/esm2015/lib/catalog/shared/catalog.enum.js +1 -1
- package/esm2015/lib/catalog/shared/catalog.interface.js +1 -1
- package/esm2015/lib/catalog/shared/catalog.service.js +117 -43
- package/esm2015/lib/catalog/shared/index.js +1 -1
- package/esm2015/lib/datasource/datasource.module.js +1 -1
- package/esm2015/lib/datasource/index.js +1 -1
- package/esm2015/lib/datasource/shared/capabilities.service.js +25 -11
- package/esm2015/lib/datasource/shared/datasource.service.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/any-datasource.interface.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/any-datasource.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/arcgisrest-datasource.interface.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/arcgisrest-datasource.js +84 -14
- package/esm2015/lib/datasource/shared/datasources/carto-datasource.interface.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/carto-datasource.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/cluster-datasource.interface.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/cluster-datasource.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/data.service.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/datasource.interface.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/datasource.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/feature-datasource.interface.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/feature-datasource.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/imagearcgisrest-datasource.interface.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/imagearcgisrest-datasource.js +7 -10
- package/esm2015/lib/datasource/shared/datasources/index.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/mvt-datasource.interface.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/mvt-datasource.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/osm-datasource.interface.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/osm-datasource.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/tilearcgisrest-datasource.interface.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/tilearcgisrest-datasource.js +7 -9
- package/esm2015/lib/datasource/shared/datasources/tiledebug-datasource.interface.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/tiledebug-datasource.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/websocket-datasource.interface.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/websocket-datasource.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/wfs-datasource.interface.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/wfs-datasource.js +6 -1
- package/esm2015/lib/datasource/shared/datasources/wfs.service.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/wms-datasource.interface.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/wms-datasource.js +11 -2
- package/esm2015/lib/datasource/shared/datasources/wms-wfs.utils.js +5 -2
- package/esm2015/lib/datasource/shared/datasources/wmts-datasource.interface.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/wmts-datasource.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/xyz-datasource.interface.js +1 -1
- package/esm2015/lib/datasource/shared/datasources/xyz-datasource.js +1 -1
- package/esm2015/lib/datasource/shared/index.js +1 -1
- package/esm2015/lib/datasource/shared/options/index.js +1 -1
- package/esm2015/lib/datasource/shared/options/options-api.interface.js +1 -1
- package/esm2015/lib/datasource/shared/options/options-api.providers.js +1 -1
- package/esm2015/lib/datasource/shared/options/options-api.service.js +1 -1
- package/esm2015/lib/datasource/shared/options/options.service.js +1 -1
- package/esm2015/lib/datasource/utils/esri-style-generator.js +1 -1
- package/esm2015/lib/datasource/utils/index.js +1 -1
- package/esm2015/lib/datasource/utils/tilegrid.js +1 -1
- package/esm2015/lib/directions/directions-buttons/directions-buttons.component.js +10 -4
- package/esm2015/lib/directions/directions-buttons/index.js +1 -1
- package/esm2015/lib/directions/directions-inputs/directions-inputs.component.js +1 -1
- package/esm2015/lib/directions/directions-inputs/index.js +1 -1
- package/esm2015/lib/directions/directions-results/directions-results.component.js +1 -1
- package/esm2015/lib/directions/directions-results/index.js +1 -1
- package/esm2015/lib/directions/directions-sources/directions-source.interface.js +1 -1
- package/esm2015/lib/directions/directions-sources/directions-source.js +1 -1
- package/esm2015/lib/directions/directions-sources/directions-source.provider.js +1 -1
- package/esm2015/lib/directions/directions-sources/index.js +1 -1
- package/esm2015/lib/directions/directions-sources/osrm-directions-source.js +1 -1
- package/esm2015/lib/directions/directions.component.js +6 -4
- package/esm2015/lib/directions/directions.module.js +1 -1
- package/esm2015/lib/directions/index.js +1 -1
- package/esm2015/lib/directions/shared/directions-source.service.js +1 -1
- package/esm2015/lib/directions/shared/directions.enum.js +1 -1
- package/esm2015/lib/directions/shared/directions.interface.js +1 -1
- package/esm2015/lib/directions/shared/directions.service.js +1 -1
- package/esm2015/lib/directions/shared/directions.utils.js +4 -1
- package/esm2015/lib/directions/shared/index.js +1 -1
- package/esm2015/lib/directions/shared/store.js +1 -1
- package/esm2015/lib/download/download-button/download-button.component.js +1 -1
- package/esm2015/lib/download/download-button/index.js +1 -1
- package/esm2015/lib/download/download.module.js +1 -1
- package/esm2015/lib/download/index.js +1 -1
- package/esm2015/lib/download/shared/download.interface.js +1 -1
- package/esm2015/lib/download/shared/download.service.js +1 -1
- package/esm2015/lib/download/shared/index.js +1 -1
- package/esm2015/lib/draw/draw/draw-popup.component.js +21 -15
- package/esm2015/lib/draw/draw/draw-shorcuts.component.js +1 -1
- package/esm2015/lib/draw/draw/draw.component.js +186 -77
- package/esm2015/lib/draw/draw/draw.module.js +1 -1
- package/esm2015/lib/draw/drawingTool.module.js +1 -1
- package/esm2015/lib/draw/index.js +1 -1
- package/esm2015/lib/draw/shared/draw-icon.service.js +1 -1
- package/esm2015/lib/draw/shared/draw-style.service.js +24 -5
- package/esm2015/lib/draw/shared/draw.enum.js +17 -1
- package/esm2015/lib/draw/shared/draw.interface.js +1 -1
- package/esm2015/lib/draw/shared/draw.utils.js +1 -1
- package/esm2015/lib/draw/shared/index.js +1 -1
- package/esm2015/lib/feature/feature-details/feature-details.component.js +119 -43
- package/esm2015/lib/feature/feature-details/feature-details.directive.js +2 -57
- package/esm2015/lib/feature/feature-details/feature-details.module.js +1 -1
- package/esm2015/lib/feature/feature-form/feature-form.component.js +1 -1
- package/esm2015/lib/feature/feature-form/feature-form.module.js +1 -1
- package/esm2015/lib/feature/feature.module.js +1 -1
- package/esm2015/lib/feature/index.js +1 -1
- package/esm2015/lib/feature/shared/feature.enums.js +1 -1
- package/esm2015/lib/feature/shared/feature.interfaces.js +1 -1
- package/esm2015/lib/feature/shared/feature.utils.js +2 -1
- package/esm2015/lib/feature/shared/index.js +1 -1
- package/esm2015/lib/feature/shared/store.js +1 -1
- package/esm2015/lib/feature/shared/strategies/in-map-extent.js +17 -4
- package/esm2015/lib/feature/shared/strategies/in-map-resolution.js +1 -1
- package/esm2015/lib/feature/shared/strategies/index.js +1 -1
- package/esm2015/lib/feature/shared/strategies/loading-layer.js +1 -1
- package/esm2015/lib/feature/shared/strategies/loading.js +1 -1
- package/esm2015/lib/feature/shared/strategies/selection.js +1 -1
- package/esm2015/lib/feature/shared/strategies.utils.js +1 -1
- package/esm2015/lib/filter/filter.module.js +7 -4
- package/esm2015/lib/filter/index.js +1 -1
- package/esm2015/lib/filter/ogc-filter-button/index.js +1 -1
- package/esm2015/lib/filter/ogc-filter-button/ogc-filter-button.component.js +46 -7
- package/esm2015/lib/filter/ogc-filter-form/index.js +1 -1
- package/esm2015/lib/filter/ogc-filter-form/ogc-filter-form.component.js +1 -1
- package/esm2015/lib/filter/ogc-filter-selection/index.js +1 -1
- package/esm2015/lib/filter/ogc-filter-selection/ogc-filter-selection.component.js +676 -296
- package/esm2015/lib/filter/ogc-filter-time/index.js +1 -1
- package/esm2015/lib/filter/ogc-filter-time/ogc-filter-time-slider.component.js +1 -1
- package/esm2015/lib/filter/ogc-filter-time/ogc-filter-time.component.js +296 -161
- package/esm2015/lib/filter/ogc-filterable-form/index.js +1 -1
- package/esm2015/lib/filter/ogc-filterable-form/ogc-filterable-form.component.js +1 -1
- package/esm2015/lib/filter/ogc-filterable-item/index.js +1 -1
- package/esm2015/lib/filter/ogc-filterable-item/ogc-filterable-item.component.js +3 -2
- package/esm2015/lib/filter/ogc-filterable-list/index.js +1 -1
- package/esm2015/lib/filter/ogc-filterable-list/ogc-filterable-list-binding.directive.js +1 -1
- package/esm2015/lib/filter/ogc-filterable-list/ogc-filterable-list.component.js +1 -1
- package/esm2015/lib/filter/shared/filterable-datasource.pipe.js +3 -2
- package/esm2015/lib/filter/shared/index.js +1 -1
- package/esm2015/lib/filter/shared/ogc-filter-time.service.js +1 -1
- package/esm2015/lib/filter/shared/ogc-filter.enum.js +1 -1
- package/esm2015/lib/filter/shared/ogc-filter.interface.js +1 -1
- package/esm2015/lib/filter/shared/ogc-filter.js +24 -6
- package/esm2015/lib/filter/shared/ogc-filter.service.js +1 -1
- package/esm2015/lib/filter/shared/spatial-filter.enum.js +1 -1
- package/esm2015/lib/filter/shared/spatial-filter.interface.js +1 -1
- package/esm2015/lib/filter/shared/spatial-filter.service.js +1 -1
- package/esm2015/lib/filter/shared/time-filter.enum.js +1 -1
- package/esm2015/lib/filter/shared/time-filter.interface.js +1 -1
- package/esm2015/lib/filter/shared/time-filter.service.js +1 -1
- package/esm2015/lib/filter/spatial-filter/spatial-filter-item/index.js +1 -1
- package/esm2015/lib/filter/spatial-filter/spatial-filter-item/spatial-filter-item.component.js +1 -1
- package/esm2015/lib/filter/spatial-filter/spatial-filter-list/index.js +1 -1
- package/esm2015/lib/filter/spatial-filter/spatial-filter-list/spatial-filter-list.component.js +1 -1
- package/esm2015/lib/filter/spatial-filter/spatial-filter-type/index.js +1 -1
- package/esm2015/lib/filter/spatial-filter/spatial-filter-type/spatial-filter-type.component.js +1 -1
- package/esm2015/lib/filter/time-filter-button/index.js +1 -1
- package/esm2015/lib/filter/time-filter-button/time-filter-button.component.js +1 -1
- package/esm2015/lib/filter/time-filter-form/index.js +1 -1
- package/esm2015/lib/filter/time-filter-form/time-filter-form.component.js +1 -1
- package/esm2015/lib/filter/time-filter-item/index.js +1 -1
- package/esm2015/lib/filter/time-filter-item/time-filter-item.component.js +1 -1
- package/esm2015/lib/filter/time-filter-list/index.js +1 -1
- package/esm2015/lib/filter/time-filter-list/time-filter-list-binding.directive.js +1 -1
- package/esm2015/lib/filter/time-filter-list/time-filter-list.component.js +1 -1
- package/esm2015/lib/geo.module.js +1 -1
- package/esm2015/lib/geometry/geometry-form-field/geometry-form-field-input.component.js +1 -1
- package/esm2015/lib/geometry/geometry-form-field/geometry-form-field.component.js +1 -1
- package/esm2015/lib/geometry/geometry-form-field/geometry-form-field.module.js +1 -1
- package/esm2015/lib/geometry/geometry.module.js +1 -1
- package/esm2015/lib/geometry/index.js +1 -1
- package/esm2015/lib/geometry/shared/controls/draw.js +7 -2
- package/esm2015/lib/geometry/shared/controls/index.js +1 -1
- package/esm2015/lib/geometry/shared/controls/modify.js +1 -1
- package/esm2015/lib/geometry/shared/controls/slice.js +1 -1
- package/esm2015/lib/geometry/shared/geometry.errors.js +1 -1
- package/esm2015/lib/geometry/shared/geometry.interfaces.js +1 -1
- package/esm2015/lib/geometry/shared/geometry.utils.js +1 -1
- package/esm2015/lib/geometry/shared/index.js +1 -1
- package/esm2015/lib/import-export/export-button/export-button.component.js +1 -1
- package/esm2015/lib/import-export/export-button/index.js +1 -1
- package/esm2015/lib/import-export/import-export/import-export.component.js +60 -11
- package/esm2015/lib/import-export/import-export/index.js +1 -1
- package/esm2015/lib/import-export/import-export.module.js +1 -1
- package/esm2015/lib/import-export/index.js +1 -1
- package/esm2015/lib/import-export/shared/drop-geo-file.directive.js +1 -1
- package/esm2015/lib/import-export/shared/export.errors.js +1 -1
- package/esm2015/lib/import-export/shared/export.interface.js +1 -1
- package/esm2015/lib/import-export/shared/export.service.js +10 -2
- package/esm2015/lib/import-export/shared/export.type.js +1 -1
- package/esm2015/lib/import-export/shared/export.utils.js +1 -1
- package/esm2015/lib/import-export/shared/import.errors.js +1 -1
- package/esm2015/lib/import-export/shared/import.interface.js +1 -1
- package/esm2015/lib/import-export/shared/import.service.js +1 -1
- package/esm2015/lib/import-export/shared/import.utils.js +65 -38
- package/esm2015/lib/import-export/shared/index.js +1 -1
- package/esm2015/lib/import-export/style-list/index.js +1 -1
- package/esm2015/lib/import-export/style-list/style-list.interface.js +1 -1
- package/esm2015/lib/import-export/style-list/style-list.module.js +1 -1
- package/esm2015/lib/import-export/style-list/style-list.provider.js +1 -1
- package/esm2015/lib/import-export/style-list/style-list.service.js +1 -1
- package/esm2015/lib/layer/index.js +1 -1
- package/esm2015/lib/layer/layer-item/index.js +1 -1
- package/esm2015/lib/layer/layer-item/layer-item.component.js +15 -8
- package/esm2015/lib/layer/layer-legend/index.js +1 -1
- package/esm2015/lib/layer/layer-legend/layer-legend.component.js +24 -24
- package/esm2015/lib/layer/layer-legend-item/index.js +1 -1
- package/esm2015/lib/layer/layer-legend-item/layer-legend-item.component.js +1 -1
- package/esm2015/lib/layer/layer-legend-list/index.js +1 -1
- package/esm2015/lib/layer/layer-legend-list/layer-legend-list-binding.directive.js +1 -1
- package/esm2015/lib/layer/layer-legend-list/layer-legend-list.component.js +1 -1
- package/esm2015/lib/layer/layer-list/index.js +1 -1
- package/esm2015/lib/layer/layer-list/layer-list-binding.directive.js +1 -1
- package/esm2015/lib/layer/layer-list/layer-list.component.js +2 -2
- package/esm2015/lib/layer/layer-list/layer-list.enum.js +1 -1
- package/esm2015/lib/layer/layer-list-tool/index.js +1 -1
- package/esm2015/lib/layer/layer-list-tool/layer-list-tool.component.js +1 -1
- package/esm2015/lib/layer/layer-list-tool/layer-list-tool.enum.js +1 -1
- package/esm2015/lib/layer/layer-list-tool/layer-list-tool.interface.js +1 -1
- package/esm2015/lib/layer/layer-list-tool/layer-list-tool.service.js +1 -1
- package/esm2015/lib/layer/layer.module.js +1 -1
- package/esm2015/lib/layer/shared/clusterParam.js +1 -1
- package/esm2015/lib/layer/shared/index.js +1 -1
- package/esm2015/lib/layer/shared/layer.enums.js +1 -1
- package/esm2015/lib/layer/shared/layer.service.js +44 -20
- package/esm2015/lib/layer/shared/layers/any-layer.interface.js +1 -1
- package/esm2015/lib/layer/shared/layers/any-layer.js +1 -1
- package/esm2015/lib/layer/shared/layers/image-layer.interface.js +1 -1
- package/esm2015/lib/layer/shared/layers/image-layer.js +1 -1
- package/esm2015/lib/layer/shared/layers/index.js +1 -1
- package/esm2015/lib/layer/shared/layers/layer.interface.js +1 -1
- package/esm2015/lib/layer/shared/layers/layer.js +9 -1
- package/esm2015/lib/layer/shared/layers/tile-layer.interface.js +1 -1
- package/esm2015/lib/layer/shared/layers/tile-layer.js +1 -1
- package/esm2015/lib/layer/shared/layers/vector-layer.interface.js +1 -1
- package/esm2015/lib/layer/shared/layers/vector-layer.js +106 -47
- package/esm2015/lib/layer/shared/layers/vectortile-layer.interface.js +1 -1
- package/esm2015/lib/layer/shared/layers/vectortile-layer.js +1 -1
- package/esm2015/lib/layer/shared/style.service.js +80 -11
- package/esm2015/lib/layer/shared/vector-style.interface.js +1 -1
- package/esm2015/lib/layer/track-feature-button/index.js +1 -1
- package/esm2015/lib/layer/track-feature-button/track-feature-button.component.js +1 -1
- package/esm2015/lib/layer/utils/image-watcher.js +1 -1
- package/esm2015/lib/layer/utils/index.js +1 -1
- package/esm2015/lib/layer/utils/layer.utils.js +1 -1
- package/esm2015/lib/layer/utils/layerSync-watcher.js +3 -3
- package/esm2015/lib/layer/utils/outputLegend.js +5 -3
- package/esm2015/lib/layer/utils/tile-watcher.js +1 -1
- package/esm2015/lib/layer/utils/vector-watcher.js +1 -1
- package/esm2015/lib/map/baselayers-switcher/baselayers-switcher.animation.js +1 -1
- package/esm2015/lib/map/baselayers-switcher/baselayers-switcher.component.js +1 -1
- package/esm2015/lib/map/baselayers-switcher/index.js +1 -1
- package/esm2015/lib/map/baselayers-switcher/mini-basemap.component.js +1 -1
- package/esm2015/lib/map/geolocate-button/geolocate-button.component.js +52 -17
- package/esm2015/lib/map/geolocate-button/index.js +1 -1
- package/esm2015/lib/map/home-extent-button/home-extent-button.component.js +69 -0
- package/esm2015/lib/map/home-extent-button/index.js +2 -0
- package/esm2015/lib/map/index.js +4 -1
- package/esm2015/lib/map/info-section/index.js +2 -0
- package/esm2015/lib/map/info-section/info-section.component.js +36 -0
- package/esm2015/lib/map/map-browser/index.js +1 -1
- package/esm2015/lib/map/map-browser/map-browser.component.js +2 -2
- package/esm2015/lib/map/map-center/index.js +1 -1
- package/esm2015/lib/map/map-center/map-center.component.js +2 -2
- package/esm2015/lib/map/map.module.js +16 -1
- package/esm2015/lib/map/menu-button/index.js +1 -1
- package/esm2015/lib/map/menu-button/menu-button.component.js +1 -1
- package/esm2015/lib/map/offline-button/index.js +1 -1
- package/esm2015/lib/map/offline-button/offline-button.component.js +1 -1
- package/esm2015/lib/map/rotation-button/index.js +1 -1
- package/esm2015/lib/map/rotation-button/rotation-button.component.js +1 -1
- package/esm2015/lib/map/shared/controllers/controller.js +1 -1
- package/esm2015/lib/map/shared/controllers/geolocation.js +295 -0
- package/esm2015/lib/map/shared/controllers/index.js +2 -1
- package/esm2015/lib/map/shared/controllers/view.js +17 -1
- package/esm2015/lib/map/shared/hover-feature.directive.js +9 -7
- package/esm2015/lib/map/shared/index.js +1 -1
- package/esm2015/lib/map/shared/map-pointer-position.directive.js +1 -1
- package/esm2015/lib/map/shared/map.enums.js +1 -1
- package/esm2015/lib/map/shared/map.interface.js +1 -1
- package/esm2015/lib/map/shared/map.js +14 -135
- package/esm2015/lib/map/shared/map.service.js +1 -1
- package/esm2015/lib/map/shared/map.utils.js +1 -1
- package/esm2015/lib/map/shared/mapOffline.directive.js +17 -6
- package/esm2015/lib/map/shared/projection.interfaces.js +1 -1
- package/esm2015/lib/map/shared/projection.service.js +1 -1
- package/esm2015/lib/map/shared/projection.utils.js +1 -1
- package/esm2015/lib/map/swipe-control/index.js +1 -1
- package/esm2015/lib/map/swipe-control/swipe-control.component.js +1 -1
- package/esm2015/lib/map/utils/layer-watcher.js +1 -1
- package/esm2015/lib/map/wake-lock-button/index.js +2 -0
- package/esm2015/lib/map/wake-lock-button/wake-lock-button.component.js +122 -0
- package/esm2015/lib/map/zoom-button/index.js +1 -1
- package/esm2015/lib/map/zoom-button/zoom-button.component.js +1 -1
- package/esm2015/lib/measure/index.js +1 -1
- package/esm2015/lib/measure/measure.module.js +1 -1
- package/esm2015/lib/measure/measurer/measure-format.pipe.js +1 -1
- package/esm2015/lib/measure/measurer/measurer-dialog.component.js +1 -1
- package/esm2015/lib/measure/measurer/measurer-item.component.js +1 -1
- package/esm2015/lib/measure/measurer/measurer.component.js +7 -1
- package/esm2015/lib/measure/measurer/measurer.module.js +1 -1
- package/esm2015/lib/measure/shared/index.js +1 -1
- package/esm2015/lib/measure/shared/measure.enum.js +1 -1
- package/esm2015/lib/measure/shared/measure.interfaces.js +1 -1
- package/esm2015/lib/measure/shared/measure.utils.js +1 -1
- package/esm2015/lib/metadata/index.js +1 -1
- package/esm2015/lib/metadata/metadata-button/index.js +1 -1
- package/esm2015/lib/metadata/metadata-button/metadata-button.component.js +1 -1
- package/esm2015/lib/metadata/metadata.module.js +1 -1
- package/esm2015/lib/metadata/shared/index.js +1 -1
- package/esm2015/lib/metadata/shared/metadata.interface.js +1 -1
- package/esm2015/lib/metadata/shared/metadata.service.js +1 -1
- package/esm2015/lib/offline/geoDB/geoDB.enums.js +6 -0
- package/esm2015/lib/offline/geoDB/geoDB.interface.js +2 -0
- package/esm2015/lib/offline/geoDB/geoDB.service.js +161 -0
- package/esm2015/lib/offline/geoDB/index.js +4 -0
- package/esm2015/lib/offline/index.js +3 -0
- package/esm2015/lib/offline/shared/geo-network.service.js +66 -0
- package/esm2015/lib/offline/shared/index.js +2 -0
- package/esm2015/lib/overlay/index.js +1 -1
- package/esm2015/lib/overlay/overlay.module.js +1 -1
- package/esm2015/lib/overlay/shared/index.js +1 -1
- package/esm2015/lib/overlay/shared/overlay-marker-style.utils.js +1 -1
- package/esm2015/lib/overlay/shared/overlay.directive.js +1 -1
- package/esm2015/lib/overlay/shared/overlay.enum.js +1 -1
- package/esm2015/lib/overlay/shared/overlay.js +1 -1
- package/esm2015/lib/overlay/shared/overlay.service.js +1 -1
- package/esm2015/lib/overlay/shared/overlay.utils.js +3 -3
- package/esm2015/lib/print/index.js +1 -1
- package/esm2015/lib/print/print/print.component.js +1 -1
- package/esm2015/lib/print/print-form/index.js +1 -1
- package/esm2015/lib/print/print-form/print-form.component.js +1 -1
- package/esm2015/lib/print/print.module.js +1 -1
- package/esm2015/lib/print/shared/index.js +1 -1
- package/esm2015/lib/print/shared/print.interface.js +1 -1
- package/esm2015/lib/print/shared/print.service.js +22 -16
- package/esm2015/lib/print/shared/print.type.js +1 -1
- package/esm2015/lib/query/index.js +1 -1
- package/esm2015/lib/query/query.module.js +5 -4
- package/esm2015/lib/query/shared/index.js +1 -1
- package/esm2015/lib/query/shared/query-search-source.js +1 -1
- package/esm2015/lib/query/shared/query-search-source.providers.js +1 -1
- package/esm2015/lib/query/shared/query.directive.js +4 -1
- package/esm2015/lib/query/shared/query.enums.js +1 -1
- package/esm2015/lib/query/shared/query.interfaces.js +1 -1
- package/esm2015/lib/query/shared/query.service.js +67 -18
- package/esm2015/lib/query/shared/query.utils.js +1 -1
- package/esm2015/lib/search/index.js +1 -1
- package/esm2015/lib/search/search-bar/search-bar.component.js +4 -2
- package/esm2015/lib/search/search-bar/search-bar.module.js +1 -1
- package/esm2015/lib/search/search-bar/search-url-param.directive.js +1 -1
- package/esm2015/lib/search/search-results/search-results-add-button.component.js +7 -7
- package/esm2015/lib/search/search-results/search-results-item.component.js +1 -1
- package/esm2015/lib/search/search-results/search-results.component.js +1 -1
- package/esm2015/lib/search/search-results/search-results.module.js +1 -1
- package/esm2015/lib/search/search-selector/search-selector.component.js +1 -1
- package/esm2015/lib/search/search-selector/search-selector.module.js +1 -1
- package/esm2015/lib/search/search-settings/search-settings.component.js +1 -1
- package/esm2015/lib/search/search-settings/search-settings.module.js +1 -1
- package/esm2015/lib/search/search.module.js +1 -1
- package/esm2015/lib/search/shared/index.js +1 -1
- package/esm2015/lib/search/shared/search-pointer-summary.directive.js +2 -1
- package/esm2015/lib/search/shared/search-source-service.providers.js +1 -1
- package/esm2015/lib/search/shared/search-source.service.js +1 -1
- package/esm2015/lib/search/shared/search.enums.js +1 -1
- package/esm2015/lib/search/shared/search.interfaces.js +1 -1
- package/esm2015/lib/search/shared/search.service.js +1 -1
- package/esm2015/lib/search/shared/search.utils.js +1 -1
- package/esm2015/lib/search/shared/sources/cadastre.js +1 -1
- package/esm2015/lib/search/shared/sources/cadastre.providers.js +1 -1
- package/esm2015/lib/search/shared/sources/coordinates.interfaces.js +1 -1
- package/esm2015/lib/search/shared/sources/coordinates.js +1 -1
- package/esm2015/lib/search/shared/sources/coordinates.providers.js +1 -1
- package/esm2015/lib/search/shared/sources/icherche.interfaces.js +1 -1
- package/esm2015/lib/search/shared/sources/icherche.js +1 -1
- package/esm2015/lib/search/shared/sources/icherche.providers.js +1 -1
- package/esm2015/lib/search/shared/sources/ilayer.interfaces.js +1 -1
- package/esm2015/lib/search/shared/sources/ilayer.js +1 -1
- package/esm2015/lib/search/shared/sources/ilayer.providers.js +1 -1
- package/esm2015/lib/search/shared/sources/index.js +1 -1
- package/esm2015/lib/search/shared/sources/nominatim.interfaces.js +1 -1
- package/esm2015/lib/search/shared/sources/nominatim.js +2 -2
- package/esm2015/lib/search/shared/sources/nominatim.providers.js +1 -1
- package/esm2015/lib/search/shared/sources/source.interfaces.js +1 -1
- package/esm2015/lib/search/shared/sources/source.js +3 -3
- package/esm2015/lib/search/shared/sources/storedqueries.interfaces.js +1 -1
- package/esm2015/lib/search/shared/sources/storedqueries.js +2 -2
- package/esm2015/lib/search/shared/sources/storedqueries.providers.js +1 -1
- package/esm2015/lib/toast/index.js +1 -1
- package/esm2015/lib/toast/toast.component.js +1 -1
- package/esm2015/lib/toast/toast.module.js +1 -1
- package/esm2015/lib/utils/commonVectorStyle.interface.js +1 -1
- package/esm2015/lib/utils/commonVectorStyle.js +1 -1
- package/esm2015/lib/utils/googleLinks.js +1 -1
- package/esm2015/lib/utils/id-generator.js +1 -1
- package/esm2015/lib/utils/index.js +1 -1
- package/esm2015/lib/utils/osmLinks.js +1 -1
- package/esm2015/lib/wkt/index.js +1 -1
- package/esm2015/lib/wkt/shared/index.js +1 -1
- package/esm2015/lib/wkt/shared/wkt.service.js +15 -15
- package/esm2015/lib/wkt/wkt.module.js +1 -1
- package/esm2015/lib/workspace/confirmation-popup/confirmation-popup.component.js +56 -0
- package/esm2015/lib/workspace/confirmation-popup/confirmation-popup.module.js +38 -0
- package/esm2015/lib/workspace/confirmation-popup/index.js +3 -0
- package/esm2015/lib/workspace/index.js +2 -1
- package/esm2015/lib/workspace/shared/edition-workspace.js +279 -0
- package/esm2015/lib/workspace/shared/edition-workspace.service.js +646 -0
- package/esm2015/lib/workspace/shared/feature-workspace.js +18 -1
- package/esm2015/lib/workspace/shared/feature-workspace.service.js +36 -10
- package/esm2015/lib/workspace/shared/index.js +3 -1
- package/esm2015/lib/workspace/shared/wfs-workspace.js +18 -1
- package/esm2015/lib/workspace/shared/wfs-workspace.service.js +36 -9
- package/esm2015/lib/workspace/shared/wms-workspace.service.js +87 -19
- package/esm2015/lib/workspace/shared/workspace.utils.js +1 -1
- package/esm2015/lib/workspace/widgets/index.js +1 -1
- package/esm2015/lib/workspace/widgets/ogc-filter/ogc-filter.component.js +1 -1
- package/esm2015/lib/workspace/widgets/ogc-filter/ogc-filter.module.js +1 -1
- package/esm2015/lib/workspace/widgets/widgets.js +1 -1
- package/esm2015/lib/workspace/workspace-selector/workspace-selector.directive.js +40 -10
- package/esm2015/lib/workspace/workspace-selector/workspace-selector.module.js +1 -1
- package/esm2015/lib/workspace/workspace-updator/workspace-updator.directive.js +22 -8
- package/esm2015/lib/workspace/workspace-updator/workspace-updator.module.js +1 -1
- package/esm2015/lib/workspace/workspace.module.js +19 -7
- package/esm2015/public_api.js +2 -1
- package/fesm2015/igo2-geo.js +4487 -1380
- package/fesm2015/igo2-geo.js.map +1 -1
- package/lib/catalog/shared/catalog.interface.d.ts +9 -1
- package/lib/catalog/shared/catalog.service.d.ts +1 -0
- package/lib/datasource/shared/datasources/arcgisrest-datasource.d.ts +2 -0
- package/lib/datasource/shared/datasources/datasource.interface.d.ts +50 -0
- package/lib/datasource/shared/datasources/wfs-datasource.d.ts +1 -0
- package/lib/datasource/shared/datasources/wms-wfs.utils.d.ts +1 -1
- package/lib/directions/directions-buttons/directions-buttons.component.d.ts +2 -1
- package/lib/directions/directions.component.d.ts +2 -1
- package/lib/draw/draw/draw-popup.component.d.ts +4 -2
- package/lib/draw/draw/draw.component.d.ts +19 -2
- package/lib/draw/shared/draw-style.service.d.ts +6 -0
- package/lib/draw/shared/draw.enum.d.ts +15 -0
- package/lib/feature/feature-details/feature-details.component.d.ts +12 -2
- package/lib/feature/feature-details/feature-details.directive.d.ts +2 -13
- package/lib/filter/filter.module.d.ts +1 -1
- package/lib/filter/ogc-filter-selection/ogc-filter-selection.component.d.ts +31 -13
- package/lib/filter/ogc-filter-time/ogc-filter-time.component.d.ts +6 -0
- package/lib/filter/shared/ogc-filter.interface.d.ts +20 -2
- package/lib/geometry/shared/controls/draw.d.ts +8 -4
- package/lib/geometry/shared/controls/modify.d.ts +3 -4
- package/lib/geometry/shared/controls/slice.d.ts +3 -4
- package/lib/import-export/shared/import.utils.d.ts +1 -1
- package/lib/layer/layer-item/layer-item.component.d.ts +1 -0
- package/lib/layer/layer-legend/layer-legend.component.d.ts +3 -2
- package/lib/layer/shared/layer.service.d.ts +6 -3
- package/lib/layer/shared/layers/layer.d.ts +6 -0
- package/lib/layer/shared/layers/layer.interface.d.ts +9 -0
- package/lib/layer/shared/layers/vector-layer.d.ts +7 -2
- package/lib/layer/shared/style.service.d.ts +38 -3
- package/lib/layer/shared/vector-style.interface.d.ts +11 -0
- package/lib/map/geolocate-button/geolocate-button.component.d.ts +8 -1
- package/lib/map/home-extent-button/home-extent-button.component.d.ts +20 -0
- package/lib/map/home-extent-button/index.d.ts +1 -0
- package/lib/map/index.d.ts +3 -0
- package/lib/map/info-section/index.d.ts +1 -0
- package/lib/map/info-section/info-section.component.d.ts +7 -0
- package/lib/map/map.module.d.ts +20 -17
- package/lib/map/shared/controllers/geolocation.d.ts +111 -0
- package/lib/map/shared/controllers/index.d.ts +1 -0
- package/lib/map/shared/controllers/view.d.ts +7 -0
- package/lib/map/shared/hover-feature.directive.d.ts +1 -1
- package/lib/map/shared/map.d.ts +6 -19
- package/lib/map/shared/map.interface.d.ts +0 -1
- package/lib/map/shared/mapOffline.directive.d.ts +1 -0
- package/lib/map/wake-lock-button/index.d.ts +1 -0
- package/lib/map/wake-lock-button/wake-lock-button.component.d.ts +30 -0
- package/lib/offline/geoDB/geoDB.enums.d.ts +4 -0
- package/lib/offline/geoDB/geoDB.interface.d.ts +9 -0
- package/lib/offline/geoDB/geoDB.service.d.ts +35 -0
- package/lib/offline/geoDB/index.d.ts +3 -0
- package/lib/offline/index.d.ts +2 -0
- package/lib/offline/shared/geo-network.service.d.ts +28 -0
- package/lib/offline/shared/index.d.ts +1 -0
- package/lib/print/shared/print.service.d.ts +3 -2
- package/lib/query/query.module.d.ts +2 -1
- package/lib/query/shared/query.interfaces.d.ts +1 -0
- package/lib/query/shared/query.service.d.ts +7 -1
- package/lib/workspace/confirmation-popup/confirmation-popup.component.d.ts +23 -0
- package/lib/workspace/confirmation-popup/confirmation-popup.module.d.ts +14 -0
- package/lib/workspace/confirmation-popup/index.d.ts +2 -0
- package/lib/workspace/index.d.ts +1 -0
- package/lib/workspace/shared/edition-workspace.d.ts +82 -0
- package/lib/workspace/shared/edition-workspace.service.d.ts +48 -0
- package/lib/workspace/shared/feature-workspace.d.ts +3 -0
- package/lib/workspace/shared/feature-workspace.service.d.ts +5 -2
- package/lib/workspace/shared/index.d.ts +2 -0
- package/lib/workspace/shared/wfs-workspace.d.ts +3 -0
- package/lib/workspace/shared/wfs-workspace.service.d.ts +5 -2
- package/lib/workspace/shared/wms-workspace.service.d.ts +7 -2
- package/lib/workspace/shared/workspace.utils.d.ts +3 -2
- package/lib/workspace/workspace-selector/workspace-selector.directive.d.ts +10 -3
- package/lib/workspace/workspace-updator/workspace-updator.directive.d.ts +3 -1
- package/lib/workspace/workspace.module.d.ts +8 -5
- package/ngcc.config.js +3 -3
- package/package.json +7 -5
- package/public_api.d.ts +1 -0
- package/style/geo.theming.scss +12 -11
|
@@ -13,7 +13,7 @@ export interface ICatalog {
|
|
|
13
13
|
type?: TypeCatalogStrings;
|
|
14
14
|
version?: string;
|
|
15
15
|
matrixSet?: string;
|
|
16
|
-
forcedProperties?:
|
|
16
|
+
forcedProperties?: ForcedProperty[];
|
|
17
17
|
requestEncoding?: string;
|
|
18
18
|
regFilters?: string[];
|
|
19
19
|
groupImpose?: CatalogItemGroup;
|
|
@@ -30,6 +30,14 @@ export interface ICatalog {
|
|
|
30
30
|
setCrossOriginAnonymous?: boolean;
|
|
31
31
|
showLegend?: boolean;
|
|
32
32
|
}
|
|
33
|
+
export interface ForcedProperty {
|
|
34
|
+
layerName: any;
|
|
35
|
+
title?: string;
|
|
36
|
+
metadataUrl?: string;
|
|
37
|
+
metadataAbstract?: string;
|
|
38
|
+
metadataAbstractAll?: string;
|
|
39
|
+
metadataUrlAll?: string;
|
|
40
|
+
}
|
|
33
41
|
export interface ICompositeCatalog extends ICatalog {
|
|
34
42
|
composite: ICatalog[];
|
|
35
43
|
}
|
|
@@ -22,6 +22,7 @@ export declare class CatalogService {
|
|
|
22
22
|
loadCatalogArcGISRestItems(catalog: Catalog): Observable<CatalogItem[]>;
|
|
23
23
|
loadCatalogCompositeLayerItems(catalog: Catalog): Observable<CatalogItem[]>;
|
|
24
24
|
private getCatalogCapabilities;
|
|
25
|
+
private computeForcedProperties;
|
|
25
26
|
private prepareCatalogItemLayer;
|
|
26
27
|
private prepareCatalogItemGroup;
|
|
27
28
|
private includeRecursiveItems;
|
|
@@ -8,5 +8,7 @@ export declare class ArcGISRestDataSource extends DataSource {
|
|
|
8
8
|
options: ArcGISRestDataSourceOptions;
|
|
9
9
|
protected createOlSource(): olSourceVector<OlGeometry>;
|
|
10
10
|
getLegend(): Legend[];
|
|
11
|
+
htmlImgSrc(contentType: string, imageData: string): string;
|
|
12
|
+
createSVG(symbol: any): string;
|
|
11
13
|
onUnwatch(): void;
|
|
12
14
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import olSource from 'ol/source/Source';
|
|
2
2
|
import { DownloadOptions } from '../../../download/shared/download.interface';
|
|
3
3
|
import { OgcFilterOperatorType } from '../../../filter/shared/ogc-filter.enum';
|
|
4
|
+
import type { default as OlGeometryType } from 'ol/geom/GeometryType';
|
|
4
5
|
export interface DataSourceOptions {
|
|
5
6
|
type?: 'wms' | 'wfs' | 'vector' | 'wmts' | 'xyz' | 'osm' | 'tiledebug' | 'carto' | 'arcgisrest' | 'imagearcgisrest' | 'tilearcgisrest' | 'websocket' | 'mvt' | 'cluster';
|
|
6
7
|
optionsFromCapabilities?: boolean;
|
|
@@ -17,6 +18,8 @@ export interface DataSourceOptions {
|
|
|
17
18
|
stepDate?: string;
|
|
18
19
|
sourceFields?: SourceFieldsOptionsParams[];
|
|
19
20
|
download?: DownloadOptions;
|
|
21
|
+
edition?: EditionOptions;
|
|
22
|
+
relations?: RelationOptions[];
|
|
20
23
|
}
|
|
21
24
|
export interface SourceFieldsOptionsParams {
|
|
22
25
|
name: any;
|
|
@@ -24,6 +27,53 @@ export interface SourceFieldsOptionsParams {
|
|
|
24
27
|
values?: any;
|
|
25
28
|
excludeFromOgcFilters?: boolean;
|
|
26
29
|
allowedOperatorsType?: OgcFilterOperatorType;
|
|
30
|
+
step?: number;
|
|
31
|
+
relation?: RelationOptions;
|
|
32
|
+
type?: number | number[] | string | string[] | boolean | Date;
|
|
33
|
+
primary?: boolean;
|
|
34
|
+
visible?: boolean;
|
|
35
|
+
validation?: SourceFieldsValidationParams;
|
|
36
|
+
linkColumnForce?: string;
|
|
37
|
+
multiple?: boolean;
|
|
38
|
+
tooltip?: string;
|
|
39
|
+
}
|
|
40
|
+
export interface EditionOptions {
|
|
41
|
+
enabled: boolean;
|
|
42
|
+
baseUrl: string;
|
|
43
|
+
addUrl: string;
|
|
44
|
+
deleteUrl: string;
|
|
45
|
+
modifyUrl: string;
|
|
46
|
+
geomType: typeof OlGeometryType;
|
|
47
|
+
hasGeometry: boolean;
|
|
48
|
+
addWithDraw?: boolean;
|
|
49
|
+
messages?: any[];
|
|
50
|
+
addHeaders?: {
|
|
51
|
+
[key: string]: any;
|
|
52
|
+
};
|
|
53
|
+
modifyHeaders?: {
|
|
54
|
+
[key: string]: any;
|
|
55
|
+
};
|
|
56
|
+
modifyProtocol?: string;
|
|
57
|
+
addButton?: boolean;
|
|
58
|
+
modifyButton?: boolean;
|
|
59
|
+
deleteButton?: boolean;
|
|
60
|
+
}
|
|
61
|
+
export interface RelationOptions {
|
|
62
|
+
title: string;
|
|
63
|
+
name: string;
|
|
64
|
+
table?: string;
|
|
65
|
+
url?: string;
|
|
66
|
+
alias?: string;
|
|
67
|
+
icon?: string;
|
|
68
|
+
parent?: string;
|
|
69
|
+
tooltip?: string;
|
|
70
|
+
}
|
|
71
|
+
export interface SourceFieldsValidationParams {
|
|
72
|
+
mandatory?: boolean;
|
|
73
|
+
maxLength?: number;
|
|
74
|
+
minLength?: number;
|
|
75
|
+
readonly?: boolean;
|
|
76
|
+
send?: boolean;
|
|
27
77
|
}
|
|
28
78
|
export interface Legend {
|
|
29
79
|
collapsed?: boolean;
|
|
@@ -11,6 +11,7 @@ export declare class WFSDataSource extends DataSource {
|
|
|
11
11
|
protected wfsService: WFSService;
|
|
12
12
|
private authInterceptor?;
|
|
13
13
|
ol: olSourceVector<OlGeometry>;
|
|
14
|
+
mostRecentIdCallOGCFilter: number;
|
|
14
15
|
set ogcFilters(value: OgcFiltersOptions);
|
|
15
16
|
get ogcFilters(): OgcFiltersOptions;
|
|
16
17
|
readonly ogcFilters$: BehaviorSubject<OgcFiltersOptions>;
|
|
@@ -16,7 +16,7 @@ export declare const jsonRegex: RegExp;
|
|
|
16
16
|
* @param ogcFilters OgcFiltersOptions
|
|
17
17
|
* @returns A string representing the datasource options, based on filter and views
|
|
18
18
|
*/
|
|
19
|
-
export declare function buildUrl(options: WFSDataSourceOptions, extent: any, proj: olProjection, ogcFilters: OgcFiltersOptions): string;
|
|
19
|
+
export declare function buildUrl(options: WFSDataSourceOptions, extent: any, proj: olProjection, ogcFilters: OgcFiltersOptions, randomParam?: boolean): string;
|
|
20
20
|
/**
|
|
21
21
|
* This method build/standardize WFS call query params based on the layer property.
|
|
22
22
|
* @param wfsDataSourceOptions WFSDataSourceOptions The common wfs datasource options interface
|
|
@@ -8,6 +8,7 @@ export declare class DirectionsButtonsComponent {
|
|
|
8
8
|
private messageService;
|
|
9
9
|
private route;
|
|
10
10
|
get activeRoute(): FeatureWithDirection;
|
|
11
|
+
contextUri: string;
|
|
11
12
|
zoomToActiveRoute$: Subject<void>;
|
|
12
13
|
stopsStore: StopsStore;
|
|
13
14
|
routesFeatureStore: RoutesFeatureStore;
|
|
@@ -25,5 +26,5 @@ export declare class DirectionsButtonsComponent {
|
|
|
25
26
|
};
|
|
26
27
|
private getUrl;
|
|
27
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<DirectionsButtonsComponent, [null, null, { optional: true; }]>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsButtonsComponent, "igo-directions-buttons", never, { "zoomToActiveRoute$": "zoomToActiveRoute$"; "stopsStore": "stopsStore"; "routesFeatureStore": "routesFeatureStore"; }, {}, never, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsButtonsComponent, "igo-directions-buttons", never, { "contextUri": "contextUri"; "zoomToActiveRoute$": "zoomToActiveRoute$"; "stopsStore": "stopsStore"; "routesFeatureStore": "routesFeatureStore"; }, {}, never, never>;
|
|
29
30
|
}
|
|
@@ -26,6 +26,7 @@ export declare class DirectionsComponent implements OnInit, OnDestroy {
|
|
|
26
26
|
private isTranslating;
|
|
27
27
|
previousStops: Stop[];
|
|
28
28
|
private searchs$$;
|
|
29
|
+
contextUri: string;
|
|
29
30
|
stopsStore: StopsStore;
|
|
30
31
|
stopsFeatureStore: StopsFeatureStore;
|
|
31
32
|
routesFeatureStore: RoutesFeatureStore;
|
|
@@ -51,5 +52,5 @@ export declare class DirectionsComponent implements OnInit, OnDestroy {
|
|
|
51
52
|
private getRoutes;
|
|
52
53
|
addStopOverlay(stop: Stop): void;
|
|
53
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<DirectionsComponent, never>;
|
|
54
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsComponent, "igo-directions", never, { "stopsStore": "stopsStore"; "stopsFeatureStore": "stopsFeatureStore"; "routesFeatureStore": "routesFeatureStore"; "stepFeatureStore": "stepFeatureStore"; "debounce": "debounce"; "length": "length"; "coordRoundedDecimals": "coordRoundedDecimals"; "zoomToActiveRoute$": "zoomToActiveRoute$"; }, {}, never, never>;
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsComponent, "igo-directions", never, { "contextUri": "contextUri"; "stopsStore": "stopsStore"; "stopsFeatureStore": "stopsFeatureStore"; "routesFeatureStore": "routesFeatureStore"; "stepFeatureStore": "stepFeatureStore"; "debounce": "debounce"; "length": "length"; "coordRoundedDecimals": "coordRoundedDecimals"; "zoomToActiveRoute$": "zoomToActiveRoute$"; }, {}, never, never>;
|
|
55
56
|
}
|
|
@@ -8,10 +8,12 @@ export declare class DrawPopupComponent {
|
|
|
8
8
|
data: {
|
|
9
9
|
currentLabel: string;
|
|
10
10
|
};
|
|
11
|
+
confirmFlag: boolean;
|
|
11
12
|
constructor(dialogRef: MatDialogRef<DrawPopupComponent>, data: {
|
|
12
13
|
currentLabel: string;
|
|
13
14
|
});
|
|
14
|
-
|
|
15
|
+
cancelDrawing(): void;
|
|
16
|
+
confirm(labelString: string): void;
|
|
15
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<DrawPopupComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DrawPopupComponent, "igo-draw-popup-component", never, {}, {}, never, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DrawPopupComponent, "igo-draw-popup-component", never, { "confirmFlag": "confirmFlag"; }, {}, never, never>;
|
|
17
19
|
}
|
|
@@ -2,7 +2,7 @@ import { OnInit, OnDestroy } from '@angular/core';
|
|
|
2
2
|
import { FeatureStore } from '../../feature';
|
|
3
3
|
import { LanguageService } from '@igo2/core';
|
|
4
4
|
import { MatDialog } from '@angular/material/dialog';
|
|
5
|
-
import { GeometryType } from '../shared/draw.enum';
|
|
5
|
+
import { FontType, GeometryType } from '../shared/draw.enum';
|
|
6
6
|
import { IgoMap } from '../../map/shared/map';
|
|
7
7
|
import { BehaviorSubject } from 'rxjs';
|
|
8
8
|
import { Draw, FeatureWithDraw } from '../shared/draw.interface';
|
|
@@ -28,6 +28,9 @@ export declare class DrawComponent implements OnInit, OnDestroy {
|
|
|
28
28
|
fillColor: string;
|
|
29
29
|
strokeColor: string;
|
|
30
30
|
strokeWidth: number;
|
|
31
|
+
fontSize: string;
|
|
32
|
+
fontStyle: string;
|
|
33
|
+
fontType: FontType;
|
|
31
34
|
map: IgoMap;
|
|
32
35
|
store: FeatureStore<FeatureWithDraw>;
|
|
33
36
|
draw$: BehaviorSubject<Draw>;
|
|
@@ -43,6 +46,8 @@ export declare class DrawComponent implements OnInit, OnDestroy {
|
|
|
43
46
|
drawControlIsActive: boolean;
|
|
44
47
|
labelsAreShown: boolean;
|
|
45
48
|
private subscriptions$$;
|
|
49
|
+
fontSizeForm: string;
|
|
50
|
+
fontStyleForm: string;
|
|
46
51
|
position: string;
|
|
47
52
|
form: FormGroup;
|
|
48
53
|
icons: Array<string>;
|
|
@@ -138,6 +143,18 @@ export declare class DrawComponent implements OnInit, OnDestroy {
|
|
|
138
143
|
private updateLabelOfOlGeometry;
|
|
139
144
|
onIconChange(event?: any): void;
|
|
140
145
|
openShorcutsDialog(): void;
|
|
146
|
+
/**
|
|
147
|
+
* Called when the user double-clicks the selected drawing
|
|
148
|
+
*/
|
|
149
|
+
editLabelDrawing(): void;
|
|
150
|
+
/**
|
|
151
|
+
* Called when the user changes the font size or/and style
|
|
152
|
+
* @param labelsAreShown wheter the labels are shown or not
|
|
153
|
+
* @param size the size of the font
|
|
154
|
+
* @param style the style of the font
|
|
155
|
+
*/
|
|
156
|
+
onFontChange(labelsAreShown: boolean, size: string, style: FontType): void;
|
|
157
|
+
get allFontStyles(): string[];
|
|
141
158
|
static ɵfac: i0.ɵɵFactoryDeclaration<DrawComponent, never>;
|
|
142
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DrawComponent, "igo-draw", never, { "map": "map"; "store": "store"; }, { "fillColor": "fillColor"; "strokeColor": "strokeColor"; "strokeWidth": "strokeWidth"; }, never, never>;
|
|
159
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DrawComponent, "igo-draw", never, { "fontType": "fontType"; "map": "map"; "store": "store"; }, { "fillColor": "fillColor"; "strokeColor": "strokeColor"; "strokeWidth": "strokeWidth"; "fontSize": "fontSize"; "fontStyle": "fontStyle"; }, never, never>;
|
|
143
160
|
}
|
|
@@ -8,6 +8,8 @@ export declare class DrawStyleService {
|
|
|
8
8
|
private strokeWidth;
|
|
9
9
|
private labelsAreShown;
|
|
10
10
|
private icon;
|
|
11
|
+
private fontSize;
|
|
12
|
+
private fontStyle;
|
|
11
13
|
constructor(mapService: MapService);
|
|
12
14
|
getFillColor(): string;
|
|
13
15
|
setFillColor(fillColor: string): void;
|
|
@@ -18,6 +20,10 @@ export declare class DrawStyleService {
|
|
|
18
20
|
toggleLabelsAreShown(): void;
|
|
19
21
|
setIcon(icon: string): void;
|
|
20
22
|
getIcon(): string;
|
|
23
|
+
getFontSize(): string;
|
|
24
|
+
setFontSize(fontSize: string): void;
|
|
25
|
+
getFontStyle(): string;
|
|
26
|
+
setFontStyle(fontStyle: string): void;
|
|
21
27
|
createDrawingLayerStyle(feature: any, resolution: any, labelsAreShown?: boolean, icon?: string): OlStyle.Style;
|
|
22
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<DrawStyleService, never>;
|
|
23
29
|
static ɵprov: i0.ɵɵInjectableDeclaration<DrawStyleService>;
|
|
@@ -4,3 +4,18 @@ export declare enum GeometryType {
|
|
|
4
4
|
Polygon = "Polygon",
|
|
5
5
|
Circle = "Circle"
|
|
6
6
|
}
|
|
7
|
+
export declare enum FontType {
|
|
8
|
+
Arial = "Arial",
|
|
9
|
+
ArialBlack = "Arial Black",
|
|
10
|
+
Verdana = "Verdana",
|
|
11
|
+
Tahoma = "Tahoma",
|
|
12
|
+
TrebuchetMS = "Trebuchet MS",
|
|
13
|
+
Impact = "Impact",
|
|
14
|
+
TimesNewRoman = "Times New Roman",
|
|
15
|
+
Georgia = "Georgia",
|
|
16
|
+
AmericanTypewriter = "American Typewriter",
|
|
17
|
+
Courier = "Courier",
|
|
18
|
+
LucidaConsole = "Lucida Console",
|
|
19
|
+
BrushScriptMT = "Brush Script MT",
|
|
20
|
+
ComicSansMS = "Comic Sans MS"
|
|
21
|
+
}
|
|
@@ -1,15 +1,21 @@
|
|
|
1
1
|
import { ChangeDetectorRef, EventEmitter, OnInit, OnDestroy } from '@angular/core';
|
|
2
2
|
import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
|
|
3
|
-
import { NetworkService } from '@igo2/core';
|
|
3
|
+
import { NetworkService, MessageService, LanguageService } from '@igo2/core';
|
|
4
|
+
import { ConfigService } from '@igo2/core';
|
|
4
5
|
import type { Toolbox } from '@igo2/common';
|
|
5
6
|
import { Feature } from '../shared';
|
|
6
7
|
import { SearchSource } from '../../search/shared/sources/source';
|
|
7
8
|
import { IgoMap } from '../../map/shared/map';
|
|
9
|
+
import { HttpClient } from '@angular/common/http';
|
|
8
10
|
import * as i0 from "@angular/core";
|
|
9
11
|
export declare class FeatureDetailsComponent implements OnInit, OnDestroy {
|
|
12
|
+
private http;
|
|
10
13
|
private cdRef;
|
|
11
14
|
private sanitizer;
|
|
12
15
|
private networkService;
|
|
16
|
+
private messageService;
|
|
17
|
+
private languageService;
|
|
18
|
+
private configService;
|
|
13
19
|
private state;
|
|
14
20
|
private unsubscribe$;
|
|
15
21
|
ready: boolean;
|
|
@@ -32,15 +38,19 @@ export declare class FeatureDetailsComponent implements OnInit, OnDestroy {
|
|
|
32
38
|
* @internal
|
|
33
39
|
*/
|
|
34
40
|
get icon(): string;
|
|
35
|
-
constructor(cdRef: ChangeDetectorRef, sanitizer: DomSanitizer, networkService: NetworkService);
|
|
41
|
+
constructor(http: HttpClient, cdRef: ChangeDetectorRef, sanitizer: DomSanitizer, networkService: NetworkService, messageService: MessageService, languageService: LanguageService, configService: ConfigService);
|
|
36
42
|
ngOnInit(): void;
|
|
37
43
|
ngOnDestroy(): void;
|
|
38
44
|
urlSanitizer(value: any): SafeResourceUrl;
|
|
39
45
|
isHtmlDisplay(): boolean;
|
|
40
46
|
htmlSanitizer(value: any): SafeResourceUrl;
|
|
41
47
|
isObject(value: any): boolean;
|
|
48
|
+
openSecureUrl(value: any): void;
|
|
42
49
|
isUrl(value: any): boolean;
|
|
50
|
+
isDoc(value: any): boolean;
|
|
43
51
|
isImg(value: any): boolean;
|
|
52
|
+
isEmbeddedLink(value: any): boolean;
|
|
53
|
+
getEmbeddedLinkText(value: any): any;
|
|
44
54
|
filterFeatureProperties(feature: any): any;
|
|
45
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureDetailsComponent, never>;
|
|
46
56
|
static ɵcmp: i0.ɵɵComponentDeclaration<FeatureDetailsComponent, "igo-feature-details", never, { "source": "source"; "map": "map"; "toolbox": "toolbox"; "feature": "feature"; }, { "routeEvent": "routeEvent"; "selectFeature": "selectFeature"; "htmlDisplayEvent": "htmlDisplayEvent"; }, never, never>;
|
|
@@ -1,30 +1,19 @@
|
|
|
1
1
|
import { OnInit, ElementRef, EventEmitter } from '@angular/core';
|
|
2
2
|
import { FeatureDetailsComponent } from './feature-details.component';
|
|
3
|
-
import olGeolocation from 'ol/Geolocation';
|
|
4
3
|
import { BehaviorSubject } from 'rxjs';
|
|
5
|
-
import { Feature } from '../shared';
|
|
6
4
|
import * as i0 from "@angular/core";
|
|
7
5
|
export declare class FeatureDetailsDirective implements OnInit {
|
|
8
6
|
private el;
|
|
9
7
|
private component;
|
|
10
|
-
|
|
11
|
-
start: Feature;
|
|
12
|
-
end: Feature;
|
|
13
|
-
get map(): import("@igo2/geo").IgoMap;
|
|
14
|
-
get feature(): Feature<{
|
|
8
|
+
get feature(): import("@igo2/geo").Feature<{
|
|
15
9
|
[key: string]: any;
|
|
16
10
|
}>;
|
|
17
11
|
feature$: BehaviorSubject<any>;
|
|
18
|
-
|
|
19
|
-
set geolocation(value: olGeolocation);
|
|
20
|
-
routingEvent: EventEmitter<Feature<{
|
|
21
|
-
[key: string]: any;
|
|
22
|
-
}>[]>;
|
|
12
|
+
routingEvent: EventEmitter<void>;
|
|
23
13
|
setFeature(): void;
|
|
24
14
|
constructor(component: FeatureDetailsComponent, el: ElementRef);
|
|
25
15
|
ngOnInit(): void;
|
|
26
16
|
bindClicking(): void;
|
|
27
|
-
activateRouting(): void;
|
|
28
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureDetailsDirective, [{ self: true; }, null]>;
|
|
29
18
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FeatureDetailsDirective, "[igoFeatureDetailsDirective]", never, {}, { "routingEvent": "routingEvent"; }, never>;
|
|
30
19
|
}
|
|
@@ -48,6 +48,6 @@ import * as i45 from "@angular/material/badge";
|
|
|
48
48
|
export declare class IgoFilterModule {
|
|
49
49
|
static forRoot(): ModuleWithProviders<IgoFilterModule>;
|
|
50
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoFilterModule, never>;
|
|
51
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFilterModule, [typeof i1.FilterableDataSourcePipe, typeof i2.TimeFilterButtonComponent, typeof i3.TimeFilterFormComponent, typeof i4.TimeFilterItemComponent, typeof i5.TimeFilterListComponent, typeof i6.TimeFilterListBindingDirective, typeof i7.OgcFilterFormComponent, typeof i8.OgcFilterButtonComponent, typeof i9.OgcFilterSelectionComponent, typeof i10.OgcFilterableFormComponent, typeof i11.OgcFilterableItemComponent, typeof i12.OgcFilterableListComponent, typeof i13.OgcFilterableListBindingDirective, typeof i14.SpatialFilterTypeComponent, typeof i15.SpatialFilterListComponent, typeof i16.SpatialFilterItemComponent, typeof i17.OgcFilterTimeComponent, typeof i18.OgcFilterTimeSliderComponent], [typeof i19.CommonModule, typeof i20.FormsModule, typeof i20.ReactiveFormsModule, typeof i21.MatAutocompleteModule, typeof i22.MatIconModule, typeof i23.MatButtonModule, typeof i24.MatTabsModule, typeof i25.MatRadioModule, typeof i26.MatMenuModule, typeof i27.MatTableModule, typeof i28.MatTreeModule, typeof i29.MatButtonToggleModule, typeof i30.MatCheckboxModule, typeof i31.MatSliderModule, typeof i32.MatSlideToggleModule, typeof i33.MatFormFieldModule, typeof i34.MatInputModule, typeof i35.MatOptionModule, typeof i36.MatSelectModule, typeof i37.MatListModule, typeof i38.MatTooltipModule, typeof i39.MatDatepickerModule, typeof i35.MatNativeDateModule, typeof i40.MatDatetimepickerModule, typeof i40.MatNativeDatetimeModule, typeof i41.IgoLanguageModule, typeof i42.IgoLayerModule, typeof i43.IgoCollapsibleModule, typeof i43.IgoListModule, typeof i43.IgoEntityModule, typeof i43.IgoKeyValueModule, typeof i44.IgoGeometryModule, typeof i45.MatBadgeModule], [typeof i1.FilterableDataSourcePipe, typeof i2.TimeFilterButtonComponent, typeof i3.TimeFilterFormComponent, typeof i4.TimeFilterItemComponent, typeof i5.TimeFilterListComponent, typeof i6.TimeFilterListBindingDirective, typeof i7.OgcFilterFormComponent, typeof i8.OgcFilterButtonComponent, typeof i9.OgcFilterSelectionComponent, typeof i10.OgcFilterableFormComponent, typeof i11.OgcFilterableItemComponent, typeof i12.OgcFilterableListComponent, typeof i13.OgcFilterableListBindingDirective, typeof i14.SpatialFilterTypeComponent, typeof i15.SpatialFilterListComponent, typeof i16.SpatialFilterItemComponent, typeof i17.OgcFilterTimeComponent, typeof i18.OgcFilterTimeSliderComponent]>;
|
|
51
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoFilterModule, [typeof i1.FilterableDataSourcePipe, typeof i2.TimeFilterButtonComponent, typeof i3.TimeFilterFormComponent, typeof i4.TimeFilterItemComponent, typeof i5.TimeFilterListComponent, typeof i6.TimeFilterListBindingDirective, typeof i7.OgcFilterFormComponent, typeof i8.OgcFilterButtonComponent, typeof i9.OgcFilterSelectionComponent, typeof i10.OgcFilterableFormComponent, typeof i11.OgcFilterableItemComponent, typeof i12.OgcFilterableListComponent, typeof i13.OgcFilterableListBindingDirective, typeof i14.SpatialFilterTypeComponent, typeof i15.SpatialFilterListComponent, typeof i16.SpatialFilterItemComponent, typeof i17.OgcFilterTimeComponent, typeof i18.OgcFilterTimeSliderComponent], [typeof i19.CommonModule, typeof i20.FormsModule, typeof i20.ReactiveFormsModule, typeof i21.MatAutocompleteModule, typeof i22.MatIconModule, typeof i23.MatButtonModule, typeof i24.MatTabsModule, typeof i25.MatRadioModule, typeof i26.MatMenuModule, typeof i27.MatTableModule, typeof i28.MatTreeModule, typeof i29.MatButtonToggleModule, typeof i30.MatCheckboxModule, typeof i31.MatSliderModule, typeof i32.MatSlideToggleModule, typeof i33.MatFormFieldModule, typeof i34.MatInputModule, typeof i35.MatOptionModule, typeof i36.MatSelectModule, typeof i37.MatListModule, typeof i38.MatTooltipModule, typeof i39.MatDatepickerModule, typeof i35.MatNativeDateModule, typeof i40.MatDatetimepickerModule, typeof i40.MatNativeDatetimeModule, typeof i41.IgoLanguageModule, typeof i42.IgoLayerModule, typeof i43.IgoCollapsibleModule, typeof i43.IgoListModule, typeof i43.IgoEntityModule, typeof i43.IgoDOMModule, typeof i43.IgoKeyValueModule, typeof i44.IgoGeometryModule, typeof i45.MatBadgeModule], [typeof i1.FilterableDataSourcePipe, typeof i2.TimeFilterButtonComponent, typeof i3.TimeFilterFormComponent, typeof i4.TimeFilterItemComponent, typeof i5.TimeFilterListComponent, typeof i6.TimeFilterListBindingDirective, typeof i7.OgcFilterFormComponent, typeof i8.OgcFilterButtonComponent, typeof i9.OgcFilterSelectionComponent, typeof i10.OgcFilterableFormComponent, typeof i11.OgcFilterableItemComponent, typeof i12.OgcFilterableListComponent, typeof i13.OgcFilterableListBindingDirective, typeof i14.SpatialFilterTypeComponent, typeof i15.SpatialFilterListComponent, typeof i16.SpatialFilterItemComponent, typeof i17.OgcFilterTimeComponent, typeof i18.OgcFilterTimeSliderComponent]>;
|
|
52
52
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoFilterModule>;
|
|
53
53
|
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
|
+
import { ConfigService } from '@igo2/core';
|
|
3
|
+
import { DOMService } from '@igo2/common';
|
|
2
4
|
import { OgcFilterableDataSource, OgcPushButton, OgcSelectorBundle, SelectorGroup } from '../../filter/shared/ogc-filter.interface';
|
|
3
5
|
import { IgoMap } from '../../map';
|
|
4
6
|
import { OGCFilterService } from '../shared/ogc-filter.service';
|
|
5
|
-
import { FormBuilder,
|
|
7
|
+
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
6
8
|
import { OgcFilterOperator } from '../shared/ogc-filter.enum';
|
|
7
9
|
import { MatSelect } from '@angular/material/select';
|
|
8
10
|
import { BehaviorSubject } from 'rxjs';
|
|
@@ -10,6 +12,9 @@ import * as i0 from "@angular/core";
|
|
|
10
12
|
export declare class OgcFilterSelectionComponent implements OnInit {
|
|
11
13
|
private ogcFilterService;
|
|
12
14
|
private formBuilder;
|
|
15
|
+
private domService;
|
|
16
|
+
private configService;
|
|
17
|
+
private cdRef;
|
|
13
18
|
sel: MatSelect;
|
|
14
19
|
refreshFilters: () => void;
|
|
15
20
|
datasource: OgcFilterableDataSource;
|
|
@@ -24,10 +29,11 @@ export declare class OgcFilterSelectionComponent implements OnInit {
|
|
|
24
29
|
form: FormGroup;
|
|
25
30
|
private ogcFilterWriter;
|
|
26
31
|
color: string;
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
32
|
+
selectAllSelected: boolean;
|
|
33
|
+
selectEnabled$: BehaviorSubject<any>;
|
|
34
|
+
selectEnableds$: BehaviorSubject<any[]>;
|
|
35
|
+
autocompleteEnabled$: BehaviorSubject<any>;
|
|
36
|
+
filteredOgcAutocomplete: {};
|
|
31
37
|
applyFiltersTimeout: any;
|
|
32
38
|
get ogcFiltersSelectors(): any[];
|
|
33
39
|
get currentPushButtonsGroup(): any;
|
|
@@ -38,30 +44,42 @@ export declare class OgcFilterSelectionComponent implements OnInit {
|
|
|
38
44
|
set currentRadioButtonsGroup(value: any);
|
|
39
45
|
get currentSelectGroup(): any;
|
|
40
46
|
set currentSelectGroup(value: any);
|
|
41
|
-
get
|
|
42
|
-
set
|
|
43
|
-
get
|
|
44
|
-
set
|
|
45
|
-
|
|
47
|
+
get currentAutocompleteGroup(): any;
|
|
48
|
+
set currentAutocompleteGroup(value: any);
|
|
49
|
+
get selectEnabled(): any;
|
|
50
|
+
set selectEnabled(value: any);
|
|
51
|
+
get selectEnableds(): any[];
|
|
52
|
+
set selectEnableds(value: any[]);
|
|
53
|
+
get autocompleteEnabled(): any;
|
|
54
|
+
set autocompleteEnabled(value: any);
|
|
55
|
+
constructor(ogcFilterService: OGCFilterService, formBuilder: FormBuilder, domService: DOMService, configService: ConfigService, cdRef: ChangeDetectorRef);
|
|
46
56
|
private buildForm;
|
|
47
57
|
getPushButtonsGroups(): SelectorGroup[];
|
|
48
58
|
getCheckboxesGroups(): SelectorGroup[];
|
|
49
59
|
getRadioButtonsGroups(): SelectorGroup[];
|
|
50
60
|
getSelectGroups(): SelectorGroup[];
|
|
51
|
-
|
|
61
|
+
getAutocompleteGroups(): SelectorGroup[];
|
|
62
|
+
ngOnInit(): Promise<void>;
|
|
52
63
|
private getSelectEnabled;
|
|
64
|
+
private getAutocompleteEnabled;
|
|
53
65
|
getToolTip(selector: any): string;
|
|
66
|
+
getSelectDomValues(): Promise<void>;
|
|
67
|
+
getAutocompleteDomValues(): Promise<void>;
|
|
54
68
|
getButtonColor(pushButton: OgcPushButton): {};
|
|
55
69
|
bundleIsVertical(bundle: OgcSelectorBundle): boolean;
|
|
56
70
|
private onPushButtonsChangeGroup;
|
|
57
71
|
private onCheckboxesChangeGroup;
|
|
58
72
|
private onRadioButtonsChangeGroup;
|
|
59
73
|
private onSelectChangeGroup;
|
|
74
|
+
private onAutocompleteChangeGroup;
|
|
60
75
|
onSelectionChange(currentOgcSelection?: any, selectorType?: any): void;
|
|
61
76
|
emptyRadioButtons(): void;
|
|
62
77
|
emptySelect(): void;
|
|
78
|
+
emptyAutocomplete(): void;
|
|
63
79
|
toggleAllSelection(): void;
|
|
64
|
-
|
|
80
|
+
selectOptionClick(value: any, bundle: any, event?: any): void;
|
|
81
|
+
autocompleteOptionClick(value: any): void;
|
|
82
|
+
displayFn(dom: any): string;
|
|
65
83
|
private applyFilters;
|
|
66
84
|
isMoreResults(bundle: any, type: any): boolean;
|
|
67
85
|
displayMoreResults(type: any): void;
|
|
@@ -34,6 +34,8 @@ export declare class OgcFilterTimeComponent implements OnInit {
|
|
|
34
34
|
onlyYearBegin: number;
|
|
35
35
|
onlyYearEnd: number;
|
|
36
36
|
calendarTypeYear: boolean;
|
|
37
|
+
resetIcon: string;
|
|
38
|
+
filterStateDisable: boolean;
|
|
37
39
|
endDatepickerTime: ElementRef;
|
|
38
40
|
beginDatepickerTime: ElementRef;
|
|
39
41
|
beginTime: HTMLInputElement;
|
|
@@ -73,6 +75,10 @@ export declare class OgcFilterTimeComponent implements OnInit {
|
|
|
73
75
|
handleMax(): any;
|
|
74
76
|
changePropertyByPass(event: any): void;
|
|
75
77
|
modeChange(event: any): void;
|
|
78
|
+
setFilterStateDisable(): void;
|
|
79
|
+
getDateFromStringWithoutTime(stringDate: string): Date;
|
|
80
|
+
resetFilter(): void;
|
|
81
|
+
toggleFilterState(): void;
|
|
76
82
|
static ɵfac: i0.ɵɵFactoryDeclaration<OgcFilterTimeComponent, never>;
|
|
77
83
|
static ɵcmp: i0.ɵɵComponentDeclaration<OgcFilterTimeComponent, "igo-ogc-filter-time", never, { "datasource": "datasource"; "currentFilter": "currentFilter"; }, { "changeProperty": "changeProperty"; }, never, never>;
|
|
78
84
|
}
|
|
@@ -3,6 +3,7 @@ import olFormatFilter from 'ol/format/filter/Filter';
|
|
|
3
3
|
import olSource from 'ol/source/Source';
|
|
4
4
|
import olSourceVector from 'ol/source/Vector';
|
|
5
5
|
import type { default as OlGeometry } from 'ol/geom/Geometry';
|
|
6
|
+
import { DOMValue } from '@igo2/common';
|
|
6
7
|
import { DataSource } from '../../datasource/shared/datasources/datasource';
|
|
7
8
|
import { DataSourceOptions } from '../../datasource/shared/datasources/datasource.interface';
|
|
8
9
|
import { OgcFilterOperatorType } from './ogc-filter.enum';
|
|
@@ -35,6 +36,7 @@ export interface OgcFiltersOptions {
|
|
|
35
36
|
checkboxes?: IgoOgcSelector;
|
|
36
37
|
radioButtons?: IgoOgcSelector;
|
|
37
38
|
select?: IgoOgcSelector;
|
|
39
|
+
autocomplete?: IgoOgcSelector;
|
|
38
40
|
interfaceOgcFilters?: OgcInterfaceFilterOptions[];
|
|
39
41
|
filtered?: boolean;
|
|
40
42
|
advancedOgcFilters?: boolean;
|
|
@@ -44,7 +46,7 @@ export interface OgcFiltersOptions {
|
|
|
44
46
|
export interface IgoOgcSelector {
|
|
45
47
|
groups: SelectorGroup[];
|
|
46
48
|
bundles: OgcSelectorBundle[];
|
|
47
|
-
selectorType: 'pushButton' | 'checkbox' | 'radioButton' | 'select';
|
|
49
|
+
selectorType: 'pushButton' | 'checkbox' | 'radioButton' | 'select' | 'autocomplete';
|
|
48
50
|
order?: number;
|
|
49
51
|
}
|
|
50
52
|
export interface SelectorGroup {
|
|
@@ -61,7 +63,9 @@ export interface OgcSelectorBundle {
|
|
|
61
63
|
vertical?: boolean;
|
|
62
64
|
multiple?: boolean;
|
|
63
65
|
unfiltered?: boolean;
|
|
64
|
-
selectors
|
|
66
|
+
selectors?: OgcPushButton[] | OgcCheckbox[] | OgcRadioButton[] | OgcSelect[] | OgcAutocomplete[];
|
|
67
|
+
domSelectors?: IgoDomSelector[];
|
|
68
|
+
width?: string;
|
|
65
69
|
}
|
|
66
70
|
export interface OgcPushButton {
|
|
67
71
|
title: string;
|
|
@@ -88,6 +92,12 @@ export interface OgcSelect {
|
|
|
88
92
|
enabled?: boolean;
|
|
89
93
|
filters: IgoOgcFilterObject;
|
|
90
94
|
}
|
|
95
|
+
export interface OgcAutocomplete {
|
|
96
|
+
title: string;
|
|
97
|
+
tooltip?: string;
|
|
98
|
+
enabled?: boolean;
|
|
99
|
+
filters: IgoOgcFilterObject;
|
|
100
|
+
}
|
|
91
101
|
export interface OgcFilterableDataSourceOptions extends DataSourceOptions {
|
|
92
102
|
ogcFilters?: OgcFiltersOptions;
|
|
93
103
|
ol?: olSourceVector<OlGeometry> | olSource;
|
|
@@ -101,6 +111,13 @@ export interface IgoLogicalArrayOptions {
|
|
|
101
111
|
logical: string;
|
|
102
112
|
filters: IgoLogicalArrayOptions | AnyBaseOgcFilterOptions[];
|
|
103
113
|
}
|
|
114
|
+
export interface IgoDomSelector {
|
|
115
|
+
id: number;
|
|
116
|
+
name: string;
|
|
117
|
+
operator: string;
|
|
118
|
+
propertyName: string;
|
|
119
|
+
domValue: DOMValue[];
|
|
120
|
+
}
|
|
104
121
|
export interface OgcFilterCondionsArrayOptions {
|
|
105
122
|
conditions: OgcFilter[];
|
|
106
123
|
}
|
|
@@ -127,6 +144,7 @@ export interface OgcFilterDuringOptions extends OgcFilterAttributeOptions {
|
|
|
127
144
|
sliderOptions?: SliderOptionsInterface;
|
|
128
145
|
displayFormat?: string;
|
|
129
146
|
calendarModeYear?: boolean;
|
|
147
|
+
title?: string;
|
|
130
148
|
}
|
|
131
149
|
export interface OgcFilterIsBetweenOptions extends OgcFilterAttributeOptions {
|
|
132
150
|
lowerBoundary: number;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import OlMap from 'ol/Map';
|
|
2
|
-
import
|
|
3
|
-
import * as OlStyle from 'ol/style';
|
|
2
|
+
import { StyleLike as OlStyleLike } from 'ol/style/Style';
|
|
4
3
|
import type { default as OlGeometryType } from 'ol/geom/GeometryType';
|
|
5
4
|
import OlVectorSource from 'ol/source/Vector';
|
|
6
5
|
import OlVectorLayer from 'ol/layer/Vector';
|
|
@@ -10,8 +9,8 @@ export interface DrawControlOptions {
|
|
|
10
9
|
geometryType: typeof OlGeometryType | string;
|
|
11
10
|
drawingLayerSource?: OlVectorSource<OlGeometry>;
|
|
12
11
|
drawingLayer?: OlVectorLayer<OlVectorSource<OlGeometry>>;
|
|
13
|
-
drawingLayerStyle?:
|
|
14
|
-
interactionStyle?:
|
|
12
|
+
drawingLayerStyle?: OlStyleLike;
|
|
13
|
+
interactionStyle?: OlStyleLike;
|
|
15
14
|
maxPoints?: number;
|
|
16
15
|
}
|
|
17
16
|
/**
|
|
@@ -39,6 +38,10 @@ export declare class DrawControl {
|
|
|
39
38
|
* Draw select observable (modify drawn features)
|
|
40
39
|
*/
|
|
41
40
|
select$: Subject<any>;
|
|
41
|
+
/**
|
|
42
|
+
* Draw abort observable (abort drawn features)
|
|
43
|
+
*/
|
|
44
|
+
abort$: Subject<any>;
|
|
42
45
|
/**
|
|
43
46
|
* Freehand mode observable (defaults to false)
|
|
44
47
|
*/
|
|
@@ -52,6 +55,7 @@ export declare class DrawControl {
|
|
|
52
55
|
private olModifyInteraction;
|
|
53
56
|
private onDrawStartKey;
|
|
54
57
|
private onDrawEndKey;
|
|
58
|
+
private onDrawAbortKey;
|
|
55
59
|
private onDrawKey;
|
|
56
60
|
private mousePosition;
|
|
57
61
|
/**
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import OlMap from 'ol/Map';
|
|
2
|
-
import
|
|
3
|
-
import * as OlStyle from 'ol/style';
|
|
2
|
+
import { StyleLike as OlStyleLike } from 'ol/style/Style';
|
|
4
3
|
import OlVectorSource from 'ol/source/Vector';
|
|
5
4
|
import OlVectorLayer from 'ol/layer/Vector';
|
|
6
5
|
import OlModify from 'ol/interaction/Modify';
|
|
@@ -9,8 +8,8 @@ import { Subject } from 'rxjs';
|
|
|
9
8
|
export interface ModifyControlOptions {
|
|
10
9
|
source?: OlVectorSource<any>;
|
|
11
10
|
layer?: OlVectorLayer<any>;
|
|
12
|
-
layerStyle?:
|
|
13
|
-
drawStyle?:
|
|
11
|
+
layerStyle?: OlStyleLike;
|
|
12
|
+
drawStyle?: OlStyleLike;
|
|
14
13
|
modify?: boolean;
|
|
15
14
|
translate?: boolean;
|
|
16
15
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import OlMap from 'ol/Map';
|
|
2
|
-
import
|
|
3
|
-
import OlStyle from 'ol/style/Style';
|
|
2
|
+
import { StyleLike as OlStyleLike } from 'ol/style/Style';
|
|
4
3
|
import OlVectorSource from 'ol/source/Vector';
|
|
5
4
|
import OlVectorLayer from 'ol/layer/Vector';
|
|
6
5
|
import type { default as OlGeometry } from 'ol/geom/Geometry';
|
|
@@ -9,8 +8,8 @@ import { GeometrySliceError } from '../geometry.errors';
|
|
|
9
8
|
export interface SliceControlOptions {
|
|
10
9
|
source?: OlVectorSource<OlGeometry>;
|
|
11
10
|
layer?: OlVectorLayer<OlVectorSource<OlGeometry>>;
|
|
12
|
-
layerStyle?:
|
|
13
|
-
drawStyle?:
|
|
11
|
+
layerStyle?: OlStyleLike;
|
|
12
|
+
drawStyle?: OlStyleLike;
|
|
14
13
|
}
|
|
15
14
|
/**
|
|
16
15
|
* Control to modify geometries
|
|
@@ -5,7 +5,7 @@ import { IgoMap } from '../../map/shared/map';
|
|
|
5
5
|
import { StyleService } from '../../layer/shared/style.service';
|
|
6
6
|
import { StyleListService } from '../style-list/style-list.service';
|
|
7
7
|
export declare function addLayerAndFeaturesToMap(features: Feature[], map: IgoMap, layerTitle: string): VectorLayer;
|
|
8
|
-
export declare function addLayerAndFeaturesStyledToMap(features: Feature[], map: IgoMap, layerTitle: string, styleListService: StyleListService, styleService: StyleService): VectorLayer;
|
|
8
|
+
export declare function addLayerAndFeaturesStyledToMap(features: Feature[], map: IgoMap, layerTitle: string, styleListService: StyleListService, styleService: StyleService, layerId?: string, imposedSourceOptions?: any, imposedLayerOptions?: any, zoomTo?: boolean): VectorLayer;
|
|
9
9
|
export declare function handleFileImportSuccess(file: File, features: Feature[], map: IgoMap, messageService: MessageService, languageService: LanguageService, styleListService?: StyleListService, styleService?: StyleService): void;
|
|
10
10
|
export declare function handleFileImportError(file: File, error: Error, messageService: MessageService, languageService: LanguageService, sizeMb?: number): void;
|
|
11
11
|
export declare function handleInvalidFileImportError(file: File, error: Error, messageService: MessageService, languageService: LanguageService): void;
|
|
@@ -40,6 +40,7 @@ export declare class LayerItemComponent implements OnInit, OnDestroy {
|
|
|
40
40
|
changeDetection: any;
|
|
41
41
|
get opacity(): number;
|
|
42
42
|
set opacity(opacity: number);
|
|
43
|
+
get eyeTooltip(): "igo.geo.layer.notInResolution" | "igo.geo.layer.hideLayer" | "igo.geo.layer.showLayer";
|
|
43
44
|
action: EventEmitter<Layer>;
|
|
44
45
|
checkbox: EventEmitter<{
|
|
45
46
|
layer: Layer;
|