@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
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { NetworkService } from '@igo2/core';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { GeoDBService } from '../geoDB/geoDB.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare enum ResponseType {
|
|
7
|
+
Arraybuffer = "arraybuffer",
|
|
8
|
+
Blob = "blob",
|
|
9
|
+
Text = "text",
|
|
10
|
+
Json = "json"
|
|
11
|
+
}
|
|
12
|
+
export interface SimpleGetOptions {
|
|
13
|
+
responseType: ResponseType;
|
|
14
|
+
withCredentials?: boolean;
|
|
15
|
+
}
|
|
16
|
+
export declare class GeoNetworkService {
|
|
17
|
+
private http;
|
|
18
|
+
geoDBService: GeoDBService;
|
|
19
|
+
private networkService;
|
|
20
|
+
private networkOnline;
|
|
21
|
+
constructor(http: HttpClient, geoDBService: GeoDBService, networkService: NetworkService);
|
|
22
|
+
get(url: string, simpleGetOptions: SimpleGetOptions): Observable<any>;
|
|
23
|
+
private getOnline;
|
|
24
|
+
private getOffline;
|
|
25
|
+
isOnline(): boolean;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GeoNetworkService, never>;
|
|
27
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<GeoNetworkService>;
|
|
28
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './geo-network.service';
|
|
@@ -2,7 +2,7 @@ import { HttpClient } from '@angular/common/http';
|
|
|
2
2
|
import { Observable, Subject } from 'rxjs';
|
|
3
3
|
import jspdf from 'jspdf';
|
|
4
4
|
import * as JSZip from 'jszip';
|
|
5
|
-
import { MessageService, ActivityService, LanguageService } from '@igo2/core';
|
|
5
|
+
import { MessageService, ActivityService, LanguageService, ConfigService } from '@igo2/core';
|
|
6
6
|
import { IgoMap } from '../../map/shared/map';
|
|
7
7
|
import { PrintOptions } from './print.interface';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
@@ -11,10 +11,11 @@ export declare class PrintService {
|
|
|
11
11
|
private messageService;
|
|
12
12
|
private activityService;
|
|
13
13
|
private languageService;
|
|
14
|
+
private configService;
|
|
14
15
|
zipFile: JSZip;
|
|
15
16
|
nbFileToProcess: number;
|
|
16
17
|
activityId: string;
|
|
17
|
-
constructor(http: HttpClient, messageService: MessageService, activityService: ActivityService, languageService: LanguageService);
|
|
18
|
+
constructor(http: HttpClient, messageService: MessageService, activityService: ActivityService, languageService: LanguageService, configService: ConfigService);
|
|
18
19
|
print(map: IgoMap, options: PrintOptions): Subject<any>;
|
|
19
20
|
/**
|
|
20
21
|
* Add measure overlay on the map on the document when the measure layer is present
|
|
@@ -2,9 +2,10 @@ import { ModuleWithProviders } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./shared/query.directive";
|
|
4
4
|
import * as i2 from "@angular/common";
|
|
5
|
+
import * as i3 from "@igo2/core";
|
|
5
6
|
export declare class IgoQueryModule {
|
|
6
7
|
static forRoot(): ModuleWithProviders<IgoQueryModule>;
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoQueryModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoQueryModule, [typeof i1.QueryDirective], [typeof i2.CommonModule], [typeof i1.QueryDirective]>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoQueryModule, [typeof i1.QueryDirective], [typeof i2.CommonModule, typeof i3.IgoLanguageModule, typeof i3.IgoMessageModule], [typeof i1.QueryDirective]>;
|
|
9
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoQueryModule>;
|
|
10
11
|
}
|
|
@@ -18,6 +18,7 @@ export interface QueryableDataSourceOptions extends DataSourceOptions {
|
|
|
18
18
|
mapLabel?: string;
|
|
19
19
|
queryHtmlTarget?: QueryHtmlTarget;
|
|
20
20
|
ol?: olSourceVector<OlGeometry> | olSource;
|
|
21
|
+
queryFormatAsWms?: boolean;
|
|
21
22
|
}
|
|
22
23
|
export interface QueryableDataSource extends DataSource {
|
|
23
24
|
queryTitle?: string;
|
|
@@ -2,6 +2,7 @@ import { HttpClient } from '@angular/common/http';
|
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import olFeature from 'ol/Feature';
|
|
4
4
|
import * as olgeom from 'ol/geom';
|
|
5
|
+
import { LanguageService, MessageService } from '@igo2/core';
|
|
5
6
|
import { Feature } from '../../feature/shared/feature.interfaces';
|
|
6
7
|
import { Layer } from '../../layer/shared/layers/layer';
|
|
7
8
|
import { QueryOptions, QueryableDataSource } from './query.interfaces';
|
|
@@ -9,8 +10,13 @@ import { MapExtent } from '../../map/shared/map.interface';
|
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
export declare class QueryService {
|
|
11
12
|
private http;
|
|
13
|
+
private messageService;
|
|
14
|
+
private languageService;
|
|
12
15
|
queryEnabled: boolean;
|
|
13
|
-
|
|
16
|
+
defaultFeatureCount: number;
|
|
17
|
+
featureCount: number;
|
|
18
|
+
private previousMessageIds;
|
|
19
|
+
constructor(http: HttpClient, messageService: MessageService, languageService: LanguageService);
|
|
14
20
|
query(layers: Layer[], options: QueryOptions): Observable<Feature[]>[];
|
|
15
21
|
queryLayer(layer: Layer, options: QueryOptions): Observable<Feature[]>;
|
|
16
22
|
private mergeGML;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { LanguageService } from '@igo2/core';
|
|
2
|
+
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export interface DialogData {
|
|
5
|
+
type: string;
|
|
6
|
+
cancel: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare class ConfirmationPopupComponent {
|
|
9
|
+
dialogRef: MatDialogRef<ConfirmationPopupComponent>;
|
|
10
|
+
languageService: LanguageService;
|
|
11
|
+
data: {
|
|
12
|
+
type: string;
|
|
13
|
+
cancel: boolean;
|
|
14
|
+
};
|
|
15
|
+
constructor(dialogRef: MatDialogRef<ConfirmationPopupComponent>, languageService: LanguageService, data: {
|
|
16
|
+
type: string;
|
|
17
|
+
cancel: boolean;
|
|
18
|
+
});
|
|
19
|
+
cancelAction(): void;
|
|
20
|
+
confirmedAction(): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationPopupComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationPopupComponent, "igo-confirmation-popup-component", never, {}, {}, never, never>;
|
|
23
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./confirmation-popup.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/button";
|
|
5
|
+
import * as i4 from "@angular/material/dialog";
|
|
6
|
+
import * as i5 from "@angular/material/button-toggle";
|
|
7
|
+
/**
|
|
8
|
+
* @ignore
|
|
9
|
+
*/
|
|
10
|
+
export declare class IgoConfirmationPopupModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgoConfirmationPopupModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoConfirmationPopupModule, [typeof i1.ConfirmationPopupComponent], [typeof i2.CommonModule, typeof i3.MatButtonModule, typeof i4.MatDialogModule, typeof i5.MatButtonToggleModule], [typeof i1.ConfirmationPopupComponent]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgoConfirmationPopupModule>;
|
|
14
|
+
}
|
package/lib/workspace/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from './shared';
|
|
2
|
+
export * from './confirmation-popup/index';
|
|
2
3
|
export * from './workspace-selector/workspace-selector.directive';
|
|
3
4
|
export * from './workspace-selector/workspace-selector.module';
|
|
4
5
|
export * from './workspace-updator/workspace-updator.directive';
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
2
|
+
import { Workspace, WorkspaceOptions } from '@igo2/common';
|
|
3
|
+
import { ConfigService } from '@igo2/core';
|
|
4
|
+
import { BehaviorSubject } from 'rxjs';
|
|
5
|
+
import { ImageLayer, VectorLayer } from '../../layer';
|
|
6
|
+
import { IgoMap } from '../../map';
|
|
7
|
+
import { EditionWorkspaceService } from './edition-workspace.service';
|
|
8
|
+
import { DrawControl } from '../../geometry';
|
|
9
|
+
import { GeometryType } from '../../draw';
|
|
10
|
+
import type { default as OlGeometryType } from 'ol/geom/GeometryType';
|
|
11
|
+
import type { default as OlGeometry } from 'ol/geom/Geometry';
|
|
12
|
+
import * as OlStyle from 'ol/style';
|
|
13
|
+
import OlFeature from 'ol/Feature';
|
|
14
|
+
export interface EditionWorkspaceOptions extends WorkspaceOptions {
|
|
15
|
+
layer: ImageLayer | VectorLayer;
|
|
16
|
+
map: IgoMap;
|
|
17
|
+
}
|
|
18
|
+
export declare class EditionWorkspace extends Workspace {
|
|
19
|
+
protected options: EditionWorkspaceOptions;
|
|
20
|
+
private editionWorkspaceService;
|
|
21
|
+
private dialog;
|
|
22
|
+
private configService;
|
|
23
|
+
readonly inResolutionRange$: BehaviorSubject<boolean>;
|
|
24
|
+
get layer(): ImageLayer | VectorLayer;
|
|
25
|
+
get map(): IgoMap;
|
|
26
|
+
private drawControl;
|
|
27
|
+
private drawEnd$$;
|
|
28
|
+
private olDrawingLayerSource;
|
|
29
|
+
private olDrawingLayer;
|
|
30
|
+
geometryType: typeof GeometryType;
|
|
31
|
+
modify: any;
|
|
32
|
+
modifyStyle: OlStyle.Style;
|
|
33
|
+
private newFeaturefilterClauseFunc;
|
|
34
|
+
private editFeaturefilterClauseFunc;
|
|
35
|
+
fillColor: string;
|
|
36
|
+
strokeColor: string;
|
|
37
|
+
strokeWidth: number;
|
|
38
|
+
constructor(options: EditionWorkspaceOptions, editionWorkspaceService: EditionWorkspaceService, dialog: MatDialog, configService: ConfigService);
|
|
39
|
+
private getInResolutionRange;
|
|
40
|
+
deleteFeature(feature: any, workspace: any): void;
|
|
41
|
+
editFeature(feature: any, workspace: EditionWorkspace): void;
|
|
42
|
+
/**
|
|
43
|
+
* Create a Draw Control
|
|
44
|
+
* @param fillColor the fill color
|
|
45
|
+
* @param strokeColor the stroke color
|
|
46
|
+
* @param strokeWidth the stroke width
|
|
47
|
+
* @returns a Draw Control
|
|
48
|
+
*/
|
|
49
|
+
createDrawControl(fillColor?: string, strokeColor?: string, strokeWidth?: number): DrawControl;
|
|
50
|
+
/**
|
|
51
|
+
* Called when the user selects a new geometry type
|
|
52
|
+
* @param geometryType the geometry type selected by the user
|
|
53
|
+
*/
|
|
54
|
+
onGeometryTypeChange(geometryType: typeof OlGeometryType, feature: any, workspace: EditionWorkspace): void;
|
|
55
|
+
/**
|
|
56
|
+
* Activate the correct control
|
|
57
|
+
*/
|
|
58
|
+
private toggleDrawControl;
|
|
59
|
+
/**
|
|
60
|
+
* Deactivate the active draw control
|
|
61
|
+
*/
|
|
62
|
+
deactivateDrawControl(): void;
|
|
63
|
+
/**
|
|
64
|
+
* Activate a given control
|
|
65
|
+
*/
|
|
66
|
+
private activateDrawControl;
|
|
67
|
+
/**
|
|
68
|
+
* Add a feature to layer. The loading strategy of the layer
|
|
69
|
+
* will trigger and add the feature to the workspace store.
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
72
|
+
private addFeatureToStore;
|
|
73
|
+
/**
|
|
74
|
+
* Delete drawings layer and source from the map AND feature from the entity store.
|
|
75
|
+
* Layer refresh will automatically add the new feature into the store.
|
|
76
|
+
*/
|
|
77
|
+
deleteDrawings(): void;
|
|
78
|
+
/**
|
|
79
|
+
* Create a modify interaction to allow a geometry change one feature at the time (drag and drop)
|
|
80
|
+
*/
|
|
81
|
+
createModifyInteraction(olFeature: OlFeature<OlGeometry>, feature: any, workspace: EditionWorkspace): void;
|
|
82
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
3
|
+
import { ConfigService, LanguageService, MessageService, StorageService } from '@igo2/core';
|
|
4
|
+
import { AuthInterceptor } from '@igo2/auth';
|
|
5
|
+
import { RelationOptions } from '../../datasource';
|
|
6
|
+
import { ImageLayer, LayerService, VectorLayer } from '../../layer';
|
|
7
|
+
import { StyleService } from '../../layer/shared/style.service';
|
|
8
|
+
import { IgoMap } from '../../map';
|
|
9
|
+
import { EditionWorkspace } from './edition-workspace';
|
|
10
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
12
|
+
export declare class EditionWorkspaceService {
|
|
13
|
+
private layerService;
|
|
14
|
+
private storageService;
|
|
15
|
+
private configService;
|
|
16
|
+
private messageService;
|
|
17
|
+
private languageService;
|
|
18
|
+
private http;
|
|
19
|
+
private dialog;
|
|
20
|
+
private styleService;
|
|
21
|
+
authInterceptor?: AuthInterceptor;
|
|
22
|
+
ws$: BehaviorSubject<string>;
|
|
23
|
+
adding$: BehaviorSubject<boolean>;
|
|
24
|
+
relationLayers$: BehaviorSubject<ImageLayer[] | VectorLayer[]>;
|
|
25
|
+
rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>;
|
|
26
|
+
loading: boolean;
|
|
27
|
+
get zoomAuto(): boolean;
|
|
28
|
+
constructor(layerService: LayerService, storageService: StorageService, configService: ConfigService, messageService: MessageService, languageService: LanguageService, http: HttpClient, dialog: MatDialog, styleService: StyleService, authInterceptor?: AuthInterceptor);
|
|
29
|
+
createWorkspace(layer: ImageLayer, map: IgoMap): EditionWorkspace;
|
|
30
|
+
private createFeatureStore;
|
|
31
|
+
private createTableTemplate;
|
|
32
|
+
private createFilterInMapExtentOrResolutionStrategy;
|
|
33
|
+
saveFeature(feature: any, workspace: EditionWorkspace): boolean;
|
|
34
|
+
addFeature(feature: any, workspace: EditionWorkspace, url: string, headers: {
|
|
35
|
+
[key: string]: any;
|
|
36
|
+
}): void;
|
|
37
|
+
deleteFeature(workspace: EditionWorkspace, url: string): void;
|
|
38
|
+
modifyFeature(feature: any, workspace: EditionWorkspace, url: string, headers: {
|
|
39
|
+
[key: string]: any;
|
|
40
|
+
}, protocole?: string): void;
|
|
41
|
+
cancelEdit(workspace: EditionWorkspace, feature: any, fromSave?: boolean): void;
|
|
42
|
+
getDomainValues(relation: RelationOptions): Observable<any>;
|
|
43
|
+
refreshMap(layer: VectorLayer, map: IgoMap): void;
|
|
44
|
+
validateFeature(feature: any, workspace: EditionWorkspace): boolean;
|
|
45
|
+
sanitizeParameter(feature: any, workspace: EditionWorkspace): void;
|
|
46
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditionWorkspaceService, never>;
|
|
47
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<EditionWorkspaceService>;
|
|
48
|
+
}
|
|
@@ -12,4 +12,7 @@ export declare class FeatureWorkspace extends Workspace {
|
|
|
12
12
|
get layer(): VectorLayer;
|
|
13
13
|
get map(): IgoMap;
|
|
14
14
|
constructor(options: FeatureWorkspaceOptions);
|
|
15
|
+
getLayerWksOptionTabQuery(): boolean;
|
|
16
|
+
getLayerWksOptionMapQuery(): boolean;
|
|
17
|
+
private getInResolutionRange;
|
|
15
18
|
}
|
|
@@ -1,12 +1,15 @@
|
|
|
1
|
+
import { BehaviorSubject } from 'rxjs';
|
|
1
2
|
import { VectorLayer } from '../../layer';
|
|
2
3
|
import { IgoMap } from '../../map';
|
|
3
4
|
import { FeatureWorkspace } from './feature-workspace';
|
|
4
|
-
import { StorageService } from '@igo2/core';
|
|
5
|
+
import { ConfigService, StorageService } from '@igo2/core';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class FeatureWorkspaceService {
|
|
7
8
|
private storageService;
|
|
9
|
+
private configService;
|
|
8
10
|
get zoomAuto(): boolean;
|
|
9
|
-
|
|
11
|
+
ws$: BehaviorSubject<string>;
|
|
12
|
+
constructor(storageService: StorageService, configService: ConfigService);
|
|
10
13
|
createWorkspace(layer: VectorLayer, map: IgoMap): FeatureWorkspace;
|
|
11
14
|
private createFeatureStore;
|
|
12
15
|
private createTableTemplate;
|
|
@@ -2,4 +2,6 @@ export * from './wfs-workspace';
|
|
|
2
2
|
export * from './wfs-workspace.service';
|
|
3
3
|
export * from './feature-workspace';
|
|
4
4
|
export * from './feature-workspace.service';
|
|
5
|
+
export * from './edition-workspace';
|
|
6
|
+
export * from './edition-workspace.service';
|
|
5
7
|
export * from './workspace.utils';
|
|
@@ -12,4 +12,7 @@ export declare class WfsWorkspace extends Workspace {
|
|
|
12
12
|
get layer(): VectorLayer;
|
|
13
13
|
get map(): IgoMap;
|
|
14
14
|
constructor(options: WfsWorkspaceOptions);
|
|
15
|
+
getLayerWksOptionTabQuery(): boolean;
|
|
16
|
+
getLayerWksOptionMapQuery(): boolean;
|
|
17
|
+
private getInResolutionRange;
|
|
15
18
|
}
|
|
@@ -1,12 +1,15 @@
|
|
|
1
|
+
import { BehaviorSubject } from 'rxjs';
|
|
1
2
|
import { VectorLayer } from '../../layer';
|
|
2
3
|
import { IgoMap } from '../../map';
|
|
3
4
|
import { WfsWorkspace } from './wfs-workspace';
|
|
4
|
-
import { StorageService } from '@igo2/core';
|
|
5
|
+
import { StorageService, ConfigService } from '@igo2/core';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class WfsWorkspaceService {
|
|
7
8
|
private storageService;
|
|
9
|
+
private configService;
|
|
8
10
|
get zoomAuto(): boolean;
|
|
9
|
-
|
|
11
|
+
ws$: BehaviorSubject<string>;
|
|
12
|
+
constructor(storageService: StorageService, configService: ConfigService);
|
|
10
13
|
createWorkspace(layer: VectorLayer, map: IgoMap): WfsWorkspace;
|
|
11
14
|
private createFeatureStore;
|
|
12
15
|
private createTableTemplate;
|
|
@@ -1,13 +1,18 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BehaviorSubject } from 'rxjs';
|
|
2
|
+
import { StorageService, ConfigService } from '@igo2/core';
|
|
2
3
|
import { ImageLayer, LayerService } from '../../layer';
|
|
4
|
+
import { StyleService } from '../../layer/shared/style.service';
|
|
3
5
|
import { IgoMap } from '../../map';
|
|
4
6
|
import { WfsWorkspace } from './wfs-workspace';
|
|
5
7
|
import * as i0 from "@angular/core";
|
|
6
8
|
export declare class WmsWorkspaceService {
|
|
7
9
|
private layerService;
|
|
8
10
|
private storageService;
|
|
11
|
+
private styleService;
|
|
12
|
+
private configService;
|
|
9
13
|
get zoomAuto(): boolean;
|
|
10
|
-
|
|
14
|
+
ws$: BehaviorSubject<string>;
|
|
15
|
+
constructor(layerService: LayerService, storageService: StorageService, styleService: StyleService, configService: ConfigService);
|
|
11
16
|
createWorkspace(layer: ImageLayer, map: IgoMap): WfsWorkspace;
|
|
12
17
|
private createFeatureStore;
|
|
13
18
|
private createTableTemplate;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { WfsWorkspace } from './wfs-workspace';
|
|
2
2
|
import { FeatureWorkspace } from './feature-workspace';
|
|
3
|
+
import { EditionWorkspace } from './edition-workspace';
|
|
3
4
|
import { Observable } from 'rxjs';
|
|
4
5
|
export declare function getRowsInMapExtent(layerId: any, storageService: any): boolean;
|
|
5
6
|
export declare function setRowsInMapExtent(value: any, layerId: any, storageService: any): void;
|
|
6
7
|
export declare function getSelectedOnly(layerId: any, storageService: any): boolean;
|
|
7
8
|
export declare function setSelectedOnly(value: any, layerId: any, storageService: any): void;
|
|
8
|
-
export declare function mapExtentStrategyActiveToolTip(ws: WfsWorkspace | FeatureWorkspace): Observable<string>;
|
|
9
|
-
export declare function noElementSelected(ws: WfsWorkspace | FeatureWorkspace): Observable<boolean>;
|
|
9
|
+
export declare function mapExtentStrategyActiveToolTip(ws: WfsWorkspace | FeatureWorkspace | EditionWorkspace): Observable<string>;
|
|
10
|
+
export declare function noElementSelected(ws: WfsWorkspace | FeatureWorkspace | EditionWorkspace): Observable<boolean>;
|
|
@@ -1,25 +1,32 @@
|
|
|
1
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
1
|
+
import { OnInit, OnDestroy, EventEmitter } from '@angular/core';
|
|
2
2
|
import { WorkspaceStore, WorkspaceSelectorComponent } from '@igo2/common';
|
|
3
|
+
import { ImageLayer, VectorLayer } from '../../layer';
|
|
3
4
|
import { IgoMap } from '../../map';
|
|
4
5
|
import { WfsWorkspaceService } from '../shared/wfs-workspace.service';
|
|
5
6
|
import { WmsWorkspaceService } from '../shared/wms-workspace.service';
|
|
7
|
+
import { EditionWorkspaceService } from '../shared/edition-workspace.service';
|
|
6
8
|
import { FeatureWorkspaceService } from '../shared/feature-workspace.service';
|
|
7
9
|
import * as i0 from "@angular/core";
|
|
8
10
|
export declare class WorkspaceSelectorDirective implements OnInit, OnDestroy {
|
|
9
11
|
private component;
|
|
10
12
|
private wfsWorkspaceService;
|
|
11
13
|
private wmsWorkspaceService;
|
|
14
|
+
private editionWorkspaceService;
|
|
12
15
|
private featureWorkspaceService;
|
|
13
16
|
private layers$$;
|
|
14
17
|
private entities$$;
|
|
15
18
|
map: IgoMap;
|
|
19
|
+
changeWorkspace: EventEmitter<string>;
|
|
20
|
+
disableSwitch: EventEmitter<boolean>;
|
|
21
|
+
relationLayers: EventEmitter<ImageLayer[] | VectorLayer[]>;
|
|
22
|
+
rowsInMapExtentCheckCondition: EventEmitter<boolean>;
|
|
16
23
|
get workspaceStore(): WorkspaceStore;
|
|
17
|
-
constructor(component: WorkspaceSelectorComponent, wfsWorkspaceService: WfsWorkspaceService, wmsWorkspaceService: WmsWorkspaceService, featureWorkspaceService: FeatureWorkspaceService);
|
|
24
|
+
constructor(component: WorkspaceSelectorComponent, wfsWorkspaceService: WfsWorkspaceService, wmsWorkspaceService: WmsWorkspaceService, editionWorkspaceService: EditionWorkspaceService, featureWorkspaceService: FeatureWorkspaceService);
|
|
18
25
|
ngOnInit(): void;
|
|
19
26
|
ngOnDestroy(): void;
|
|
20
27
|
private onLayersChange;
|
|
21
28
|
private getOrCreateWorkspace;
|
|
22
29
|
private layerIsEditable;
|
|
23
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<WorkspaceSelectorDirective, never>;
|
|
24
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<WorkspaceSelectorDirective, "[igoWorkspaceSelector]", never, { "map": "map"; }, {}, never>;
|
|
31
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<WorkspaceSelectorDirective, "[igoWorkspaceSelector]", never, { "map": "map"; }, { "changeWorkspace": "changeWorkspace"; "disableSwitch": "disableSwitch"; "relationLayers": "relationLayers"; "rowsInMapExtentCheckCondition": "rowsInMapExtentCheckCondition"; }, never>;
|
|
25
32
|
}
|
|
@@ -3,17 +3,19 @@ import type { WorkspaceStore } from '@igo2/common';
|
|
|
3
3
|
import { IgoMap } from '../../map';
|
|
4
4
|
import { WfsWorkspaceService } from '../shared/wfs-workspace.service';
|
|
5
5
|
import { WmsWorkspaceService } from '../shared/wms-workspace.service';
|
|
6
|
+
import { EditionWorkspaceService } from '../shared/edition-workspace.service';
|
|
6
7
|
import { FeatureWorkspaceService } from '../shared/feature-workspace.service';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
export declare class WorkspaceUpdatorDirective implements OnInit, OnDestroy {
|
|
9
10
|
private wfsWorkspaceService;
|
|
10
11
|
private wmsWorkspaceService;
|
|
12
|
+
private editionWorkspaceService;
|
|
11
13
|
private featureWorkspaceService;
|
|
12
14
|
private layers$$;
|
|
13
15
|
private entities$$;
|
|
14
16
|
map: IgoMap;
|
|
15
17
|
workspaceStore: WorkspaceStore;
|
|
16
|
-
constructor(wfsWorkspaceService: WfsWorkspaceService, wmsWorkspaceService: WmsWorkspaceService, featureWorkspaceService: FeatureWorkspaceService);
|
|
18
|
+
constructor(wfsWorkspaceService: WfsWorkspaceService, wmsWorkspaceService: WmsWorkspaceService, editionWorkspaceService: EditionWorkspaceService, featureWorkspaceService: FeatureWorkspaceService);
|
|
17
19
|
ngOnInit(): void;
|
|
18
20
|
ngOnDestroy(): void;
|
|
19
21
|
private onLayersChange;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "@igo2/
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "./workspace-
|
|
6
|
-
import * as i5 from "./
|
|
3
|
+
import * as i2 from "@igo2/core";
|
|
4
|
+
import * as i3 from "@igo2/common";
|
|
5
|
+
import * as i4 from "./workspace-selector/workspace-selector.module";
|
|
6
|
+
import * as i5 from "./workspace-updator/workspace-updator.module";
|
|
7
|
+
import * as i6 from "./widgets/ogc-filter/ogc-filter.module";
|
|
8
|
+
import * as i7 from "@angular/material/dialog";
|
|
9
|
+
import * as i8 from "./confirmation-popup/confirmation-popup.module";
|
|
7
10
|
export declare class IgoGeoWorkspaceModule {
|
|
8
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoGeoWorkspaceModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoGeoWorkspaceModule, never, [typeof i1.CommonModule, typeof i2.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoGeoWorkspaceModule, never, [typeof i1.CommonModule, typeof i2.IgoLanguageModule, typeof i3.IgoWidgetModule, typeof i4.IgoWorkspaceSelectorModule, typeof i5.IgoWorkspaceUpdatorModule, typeof i6.IgoOgcFilterModule, typeof i7.MatDialogModule], [typeof i4.IgoWorkspaceSelectorModule, typeof i5.IgoWorkspaceUpdatorModule, typeof i6.IgoOgcFilterModule, typeof i8.IgoConfirmationPopupModule]>;
|
|
10
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoGeoWorkspaceModule>;
|
|
11
14
|
}
|
package/ngcc.config.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
ignorableDeepImportMatchers: [/ol\//, /ol-mapbox-style\//]
|
|
3
|
-
};
|
|
1
|
+
module.exports = {
|
|
2
|
+
ignorableDeepImportMatchers: [/ol\//, /ol-mapbox-style\//]
|
|
3
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/geo",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.12.0",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "MSP",
|
|
6
6
|
"keywords": [
|
|
@@ -21,7 +21,9 @@
|
|
|
21
21
|
"@turf/helpers": "^6.5.0",
|
|
22
22
|
"@turf/line-intersect": "^6.5.0",
|
|
23
23
|
"@turf/point-on-feature": "^6.5.0",
|
|
24
|
-
"tslib": "^2.0.0"
|
|
24
|
+
"tslib": "^2.0.0",
|
|
25
|
+
"nosleep.js": "^0.12.0",
|
|
26
|
+
"windows-1252": "^3.0.4"
|
|
25
27
|
},
|
|
26
28
|
"peerDependencies": {
|
|
27
29
|
"@angular/animations": "^12.2.9",
|
|
@@ -29,9 +31,9 @@
|
|
|
29
31
|
"@angular/core": "^12.2.9",
|
|
30
32
|
"@angular/forms": "^12.2.9",
|
|
31
33
|
"@angular/material": "^12.2.9",
|
|
32
|
-
"@igo2/common": "^1.
|
|
33
|
-
"@igo2/core": "^1.
|
|
34
|
-
"@igo2/utils": "^1.
|
|
34
|
+
"@igo2/common": "^1.12.0",
|
|
35
|
+
"@igo2/core": "^1.12.0",
|
|
36
|
+
"@igo2/utils": "^1.12.0",
|
|
35
37
|
"ol": "^6.8.1",
|
|
36
38
|
"proj4": "^2.7.5",
|
|
37
39
|
"rxjs": "^6.6.7",
|
package/public_api.d.ts
CHANGED
package/style/geo.theming.scss
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
@import '~ol/ol.css';
|
|
2
|
-
|
|
3
|
-
@mixin igo-geo-theming($theme, $typography) {
|
|
4
|
-
@include igo-drawingTool-theming($theme, $typography);
|
|
5
|
-
@include igo-feature-theming($theme);
|
|
6
|
-
@include igo-filter-theming($theme, $typography);
|
|
7
|
-
@include igo-layer-theming($theme);
|
|
8
|
-
@include igo-map-theming($theme, $typography);
|
|
9
|
-
@include igo-measure-theming($theme, $typography);
|
|
10
|
-
@include igo-directions-theming($theme);
|
|
11
|
-
|
|
1
|
+
@import '~ol/ol.css';
|
|
2
|
+
|
|
3
|
+
@mixin igo-geo-theming($theme, $typography) {
|
|
4
|
+
@include igo-drawingTool-theming($theme, $typography);
|
|
5
|
+
@include igo-feature-theming($theme);
|
|
6
|
+
@include igo-filter-theming($theme, $typography);
|
|
7
|
+
@include igo-layer-theming($theme);
|
|
8
|
+
@include igo-map-theming($theme, $typography);
|
|
9
|
+
@include igo-measure-theming($theme, $typography);
|
|
10
|
+
@include igo-directions-theming($theme);
|
|
11
|
+
@include igo-workspace-theming($theme, $typography);
|
|
12
|
+
}
|