@igo2/geo 16.0.2 → 16.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/catalog/catalog-browser/catalog-browser-group.component.mjs +28 -132
- package/esm2022/lib/catalog/catalog-browser/catalog-browser-layer.component.mjs +22 -86
- package/esm2022/lib/catalog/catalog-browser/catalog-browser.component.mjs +22 -65
- package/esm2022/lib/catalog/catalog-browser/catalog-browser.module.mjs +42 -47
- package/esm2022/lib/catalog/catalog-library/add-catalog-dialog.component.mjs +13 -129
- package/esm2022/lib/catalog/catalog-library/catalog-library-item.component.mjs +14 -55
- package/esm2022/lib/catalog/catalog-library/catalog-library.component.mjs +27 -57
- package/esm2022/lib/catalog/catalog-library/catalog-library.module.mjs +46 -54
- package/esm2022/lib/catalog/catalog.module.mjs +28 -29
- package/esm2022/lib/catalog/shared/catalog.abstract.mjs +1 -1
- package/esm2022/lib/catalog/shared/catalog.interface.mjs +1 -1
- package/esm2022/lib/catalog/shared/catalog.service.mjs +14 -14
- package/esm2022/lib/datasource/datasource.module.mjs +12 -12
- package/esm2022/lib/datasource/shared/capabilities.interface.mjs +9 -0
- package/esm2022/lib/datasource/shared/capabilities.service.mjs +10 -17
- package/esm2022/lib/datasource/shared/datasource.service.mjs +11 -11
- package/esm2022/lib/datasource/shared/datasources/index.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/wfs.service.mjs +9 -9
- package/esm2022/lib/datasource/shared/datasources/wms-datasource.interface.mjs +1 -1
- package/esm2022/lib/datasource/shared/datasources/wms-datasource.mjs +1 -1
- package/esm2022/lib/datasource/shared/index.mjs +2 -1
- package/esm2022/lib/datasource/shared/options/options-api.service.mjs +12 -12
- package/esm2022/lib/directions/directions-buttons/directions-buttons.component.mjs +19 -102
- package/esm2022/lib/directions/directions-inputs/directions-inputs.component.mjs +21 -122
- package/esm2022/lib/directions/directions-results/directions-results.component.mjs +11 -103
- package/esm2022/lib/directions/directions-sources/osrm-directions-source.mjs +6 -6
- package/esm2022/lib/directions/directions.component.mjs +25 -47
- package/esm2022/lib/directions/directions.module.mjs +61 -62
- package/esm2022/lib/directions/shared/directions.service.mjs +15 -14
- package/esm2022/lib/download/download-button/download-button.component.mjs +11 -26
- package/esm2022/lib/download/download.module.mjs +22 -23
- package/esm2022/lib/download/shared/download.service.mjs +9 -9
- package/esm2022/lib/draw/draw/draw-layer-popup.component.mjs +9 -35
- package/esm2022/lib/draw/draw/draw-popup.component.mjs +20 -299
- package/esm2022/lib/draw/draw/draw-shorcuts.component.mjs +7 -40
- package/esm2022/lib/draw/draw/draw.component.mjs +56 -322
- package/esm2022/lib/draw/draw/draw.module.mjs +64 -65
- package/esm2022/lib/draw/drawingTool.module.mjs +12 -13
- package/esm2022/lib/draw/shared/draw-icon.service.mjs +9 -9
- package/esm2022/lib/draw/shared/draw.interface.mjs +1 -1
- package/esm2022/lib/environment/environment.interface.mjs +1 -1
- package/esm2022/lib/feature/feature-details/feature-details.component.mjs +21 -171
- package/esm2022/lib/feature/feature-details/feature-details.directive.mjs +17 -19
- package/esm2022/lib/feature/feature-details/feature-details.module.mjs +22 -23
- package/esm2022/lib/feature/feature-form/feature-form.component.mjs +16 -34
- package/esm2022/lib/feature/feature-form/feature-form.module.mjs +12 -13
- package/esm2022/lib/feature/feature.module.mjs +13 -14
- package/esm2022/lib/feature/shared/feature-store.utils.mjs +2 -2
- package/esm2022/lib/feature/shared/feature.interfaces.mjs +1 -1
- package/esm2022/lib/feature/shared/feature.utils.mjs +1 -1
- package/esm2022/lib/feature/shared/store.mjs +1 -1
- package/esm2022/lib/feature/shared/strategies/geo-properties.mjs +1 -1
- package/esm2022/lib/feature/shared/strategies/in-map-extent.mjs +1 -1
- package/esm2022/lib/feature/shared/strategies/index.mjs +1 -1
- package/esm2022/lib/feature/shared/strategies/selection.mjs +2 -2
- package/esm2022/lib/filter/filter.module.mjs +158 -197
- package/esm2022/lib/filter/ogc-filter-button/ogc-filter-button.component.mjs +24 -49
- package/esm2022/lib/filter/ogc-filter-form/ogc-filter-form.component.mjs +32 -397
- package/esm2022/lib/filter/ogc-filter-selection/ogc-filter-selection.component.mjs +39 -625
- package/esm2022/lib/filter/ogc-filter-time/ogc-filter-time-slider.component.mjs +20 -47
- package/esm2022/lib/filter/ogc-filter-time/ogc-filter-time.component.mjs +44 -340
- package/esm2022/lib/filter/ogc-filterable-form/ogc-filterable-form.component.mjs +36 -58
- package/esm2022/lib/filter/ogc-filterable-item/ogc-filterable-item.component.mjs +26 -126
- package/esm2022/lib/filter/ogc-filterable-list/ogc-filterable-list-binding.directive.mjs +11 -11
- package/esm2022/lib/filter/ogc-filterable-list/ogc-filterable-list.component.mjs +17 -40
- package/esm2022/lib/filter/shared/filterable-datasource.pipe.mjs +9 -9
- package/esm2022/lib/filter/shared/ogc-filter-time.service.mjs +6 -6
- package/esm2022/lib/filter/shared/ogc-filter.service.mjs +6 -6
- package/esm2022/lib/filter/shared/spatial-filter.service.mjs +9 -9
- package/esm2022/lib/filter/shared/time-filter.service.mjs +6 -6
- package/esm2022/lib/filter/spatial-filter/spatial-filter-item/spatial-filter-item.component.mjs +73 -386
- package/esm2022/lib/filter/spatial-filter/spatial-filter-list/spatial-filter-list.component.mjs +23 -87
- package/esm2022/lib/filter/spatial-filter/spatial-filter-type/spatial-filter-type.component.mjs +37 -86
- package/esm2022/lib/filter/time-filter-button/time-filter-button.component.mjs +24 -49
- package/esm2022/lib/filter/time-filter-form/time-filter-form.component.mjs +20 -268
- package/esm2022/lib/filter/time-filter-item/time-filter-item.component.mjs +20 -72
- package/esm2022/lib/filter/time-filter-list/time-filter-list-binding.directive.mjs +11 -11
- package/esm2022/lib/filter/time-filter-list/time-filter-list.component.mjs +13 -24
- package/esm2022/lib/geo.module.mjs +54 -55
- package/esm2022/lib/geometry/geometry-form-field/geometry-form-field-input.component.mjs +36 -39
- package/esm2022/lib/geometry/geometry-form-field/geometry-form-field.component.mjs +32 -97
- package/esm2022/lib/geometry/geometry-form-field/geometry-form-field.module.mjs +30 -31
- package/esm2022/lib/geometry/geometry.module.mjs +13 -14
- package/esm2022/lib/geometry/shared/geometry.interfaces.mjs +1 -1
- package/esm2022/lib/import-export/export-button/export-button.component.mjs +11 -24
- package/esm2022/lib/import-export/import-export/import-export.component.mjs +25 -434
- package/esm2022/lib/import-export/import-export.module.mjs +54 -55
- package/esm2022/lib/import-export/shared/drop-geo-file.directive.mjs +20 -22
- package/esm2022/lib/import-export/shared/export.service.mjs +10 -10
- package/esm2022/lib/import-export/shared/import.service.mjs +9 -9
- package/esm2022/lib/layer/layer-item/layer-item.component.mjs +47 -127
- package/esm2022/lib/layer/layer-legend/layer-legend.component.mjs +16 -183
- package/esm2022/lib/layer/layer-legend-item/layer-legend-item.component.mjs +16 -26
- package/esm2022/lib/layer/layer-legend-list/layer-legend-list-binding.directive.mjs +11 -11
- package/esm2022/lib/layer/layer-legend-list/layer-legend-list.component.mjs +26 -130
- package/esm2022/lib/layer/layer-list/layer-list-binding.directive.mjs +13 -13
- package/esm2022/lib/layer/layer-list/layer-list.component.mjs +50 -272
- package/esm2022/lib/layer/layer-list-tool/layer-list-tool.component.mjs +21 -72
- package/esm2022/lib/layer/layer-list-tool/layer-list-tool.service.mjs +9 -9
- package/esm2022/lib/layer/layer.module.mjs +94 -114
- package/esm2022/lib/layer/shared/layer.service.mjs +12 -12
- package/esm2022/lib/layer/shared/layers/image-layer.mjs +2 -2
- package/esm2022/lib/layer/shared/layers/layer.mjs +1 -1
- package/esm2022/lib/layer/shared/layers/tile-layer.mjs +2 -2
- package/esm2022/lib/layer/shared/layers/vector-layer.mjs +2 -2
- package/esm2022/lib/layer/shared/layers/vectortile-layer.mjs +2 -2
- package/esm2022/lib/layer/track-feature-button/track-feature-button.component.mjs +12 -27
- package/esm2022/lib/map/baselayers-switcher/baselayers-switcher.component.mjs +18 -60
- package/esm2022/lib/map/baselayers-switcher/mini-basemap.component.mjs +20 -48
- package/esm2022/lib/map/geolocate-button/geolocate-button.component.mjs +11 -31
- package/esm2022/lib/map/home-extent-button/home-extent-button.component.mjs +17 -26
- package/esm2022/lib/map/index.mjs +1 -1
- package/esm2022/lib/map/info-section/info-section.component.mjs +9 -22
- package/esm2022/lib/map/map-browser/map-browser.component.mjs +11 -18
- package/esm2022/lib/map/map-center/map-center.component.mjs +9 -13
- package/esm2022/lib/map/map.module.mjs +88 -96
- package/esm2022/lib/map/menu-button/menu-button.component.mjs +11 -19
- package/esm2022/lib/map/offline-button/offline-button.component.mjs +13 -24
- package/esm2022/lib/map/rotation-button/rotation-button.component.mjs +13 -39
- package/esm2022/lib/map/shared/hover-feature.directive.mjs +18 -20
- package/esm2022/lib/map/shared/linkedLayers.utils.mjs +1 -1
- package/esm2022/lib/map/shared/map-pointer-position.directive.mjs +15 -15
- package/esm2022/lib/map/shared/map.abstract.mjs +1 -1
- package/esm2022/lib/map/shared/map.service.mjs +9 -9
- package/esm2022/lib/map/shared/mapOffline.directive.mjs +9 -9
- package/esm2022/lib/map/shared/projection.service.mjs +9 -9
- package/esm2022/lib/map/swipe-control/swipe-control.component.mjs +9 -16
- package/esm2022/lib/map/wake-lock-button/wake-lock-button.component.mjs +11 -24
- package/esm2022/lib/map/zoom-button/zoom-button.component.mjs +11 -28
- package/esm2022/lib/measure/measure.module.mjs +12 -13
- package/esm2022/lib/measure/measurer/measure-format.pipe.mjs +9 -9
- package/esm2022/lib/measure/measurer/measurer-dialog.component.mjs +13 -166
- package/esm2022/lib/measure/measurer/measurer-item.component.mjs +19 -51
- package/esm2022/lib/measure/measurer/measurer.component.mjs +74 -241
- package/esm2022/lib/measure/measurer/measurer.module.mjs +46 -59
- package/esm2022/lib/measure/shared/measure.interfaces.mjs +1 -1
- package/esm2022/lib/metadata/metadata-button/metadata-button.component.mjs +20 -69
- package/esm2022/lib/metadata/metadata.module.mjs +24 -25
- package/esm2022/lib/metadata/shared/metadata.interface.mjs +1 -1
- package/esm2022/lib/metadata/shared/metadata.service.mjs +9 -9
- package/esm2022/lib/offline/geoDB/configFileToGeoDB.service.mjs +9 -9
- package/esm2022/lib/offline/geoDB/geoDB.service.mjs +9 -9
- package/esm2022/lib/offline/layerDB/layerDB.service.mjs +9 -9
- package/esm2022/lib/offline/shared/geo-network.service.mjs +9 -9
- package/esm2022/lib/overlay/overlay.module.mjs +12 -13
- package/esm2022/lib/overlay/shared/overlay.directive.mjs +11 -11
- package/esm2022/lib/overlay/shared/overlay.mjs +1 -1
- package/esm2022/lib/overlay/shared/overlay.service.mjs +9 -9
- package/esm2022/lib/overlay/shared/overlay.utils.mjs +2 -2
- package/esm2022/lib/print/print/print.component.mjs +21 -27
- package/esm2022/lib/print/print-form/print-form.component.mjs +56 -349
- package/esm2022/lib/print/print.module.mjs +36 -37
- package/esm2022/lib/print/shared/print.service.mjs +14 -14
- package/esm2022/lib/print/shared/print.type.mjs +2 -2
- package/esm2022/lib/query/query.module.mjs +13 -14
- package/esm2022/lib/query/shared/query-search-source.mjs +9 -9
- package/esm2022/lib/query/shared/query.directive.mjs +21 -21
- package/esm2022/lib/query/shared/query.service.mjs +10 -10
- package/esm2022/lib/search/search-bar/search-bar.component.mjs +66 -165
- package/esm2022/lib/search/search-bar/search-bar.module.mjs +38 -39
- package/esm2022/lib/search/search-bar/search-url-param.directive.mjs +13 -13
- package/esm2022/lib/search/search-results/save-feature-dialog.component.mjs +12 -68
- package/esm2022/lib/search/search-results/search-results-add-button.component.mjs +23 -66
- package/esm2022/lib/search/search-results/search-results-item.component.mjs +18 -74
- package/esm2022/lib/search/search-results/search-results.component.mjs +41 -238
- package/esm2022/lib/search/search-results/search-results.module.mjs +58 -59
- package/esm2022/lib/search/search-selector/search-selector.component.mjs +13 -43
- package/esm2022/lib/search/search-selector/search-selector.module.mjs +30 -31
- package/esm2022/lib/search/search-settings/search-settings.component.mjs +24 -233
- package/esm2022/lib/search/search-settings/search-settings.module.mjs +32 -33
- package/esm2022/lib/search/search.module.mjs +32 -33
- package/esm2022/lib/search/shared/search-pointer-summary.directive.mjs +18 -20
- package/esm2022/lib/search/shared/search.enums.mjs +3 -3
- package/esm2022/lib/search/shared/search.interfaces.mjs +1 -1
- package/esm2022/lib/search/shared/search.service.mjs +10 -10
- package/esm2022/lib/search/shared/sources/cadastre.mjs +10 -10
- package/esm2022/lib/search/shared/sources/coordinates.mjs +19 -19
- package/esm2022/lib/search/shared/sources/icherche.interfaces.mjs +1 -1
- package/esm2022/lib/search/shared/sources/icherche.mjs +37 -26
- package/esm2022/lib/search/shared/sources/ilayer.mjs +19 -19
- package/esm2022/lib/search/shared/sources/index.mjs +1 -1
- package/esm2022/lib/search/shared/sources/nominatim.mjs +10 -10
- package/esm2022/lib/search/shared/sources/source.mjs +1 -1
- package/esm2022/lib/search/shared/sources/storedqueries.interfaces.mjs +1 -1
- package/esm2022/lib/search/shared/sources/storedqueries.mjs +18 -18
- package/esm2022/lib/search/shared/sources/workspace.mjs +10 -10
- package/esm2022/lib/style/index.mjs +1 -1
- package/esm2022/lib/style/shared/index.mjs +1 -1
- package/esm2022/lib/style/style-list/style-list.module.mjs +12 -12
- package/esm2022/lib/style/style-list/style-list.service.mjs +9 -9
- package/esm2022/lib/style/style-modal/drawing/style-modal-drawing.component.mjs +12 -121
- package/esm2022/lib/style/style-modal/layer/style-modal-layer.component.mjs +13 -59
- package/esm2022/lib/style/style-modal/layer-button/style-modal-layer-button.component.mjs +9 -17
- package/esm2022/lib/style/style-service/draw-style.service.mjs +9 -9
- package/esm2022/lib/style/style-service/style.service.mjs +9 -9
- package/esm2022/lib/style/style.module.mjs +51 -52
- package/esm2022/lib/toast/toast.component.mjs +15 -44
- package/esm2022/lib/toast/toast.module.mjs +24 -25
- package/esm2022/lib/utils/id-generator.mjs +1 -1
- package/esm2022/lib/utils/index.mjs +1 -1
- package/esm2022/lib/utils/propertyTypeDetector/index.mjs +1 -1
- package/esm2022/lib/utils/propertyTypeDetector/propertyTypeDetector.service.mjs +9 -9
- package/esm2022/lib/wkt/shared/wkt.service.mjs +9 -9
- package/esm2022/lib/wkt/wkt.module.mjs +12 -12
- package/esm2022/lib/workspace/confirmation-popup/confirmation-popup.component.mjs +10 -27
- package/esm2022/lib/workspace/confirmation-popup/confirmation-popup.module.mjs +20 -21
- package/esm2022/lib/workspace/shared/edition-workspace.mjs +4 -4
- package/esm2022/lib/workspace/shared/edition-workspace.service.mjs +10 -10
- package/esm2022/lib/workspace/shared/feature-workspace.mjs +1 -1
- package/esm2022/lib/workspace/shared/feature-workspace.service.mjs +14 -13
- package/esm2022/lib/workspace/shared/wfs-workspace.mjs +1 -1
- package/esm2022/lib/workspace/shared/wfs-workspace.service.mjs +14 -13
- package/esm2022/lib/workspace/shared/wms-workspace.service.mjs +12 -12
- package/esm2022/lib/workspace/shared/workspace.utils.mjs +1 -1
- package/esm2022/lib/workspace/widgets/ogc-filter/ogc-filter.component.mjs +15 -19
- package/esm2022/lib/workspace/widgets/ogc-filter/ogc-filter.module.mjs +12 -13
- package/esm2022/lib/workspace/workspace-selector/workspace-selector.directive.mjs +21 -21
- package/esm2022/lib/workspace/workspace-selector/workspace-selector.module.mjs +12 -13
- package/esm2022/lib/workspace/workspace-updator/workspace-updator.directive.mjs +15 -15
- package/esm2022/lib/workspace/workspace-updator/workspace-updator.module.mjs +12 -13
- package/esm2022/lib/workspace/workspace.module.mjs +35 -36
- package/fesm2022/igo2-geo.mjs +16547 -23425
- package/fesm2022/igo2-geo.mjs.map +1 -1
- package/lib/catalog/catalog-browser/catalog-browser-group.component.d.ts +1 -1
- package/lib/catalog/catalog-browser/catalog-browser-layer.component.d.ts +1 -1
- package/lib/catalog/catalog-browser/catalog-browser.component.d.ts +1 -1
- package/lib/catalog/catalog-library/catalog-library-item.component.d.ts +1 -1
- package/lib/catalog/catalog-library/catalog-library.component.d.ts +2 -2
- package/lib/catalog/shared/catalog.abstract.d.ts +3 -3
- package/lib/catalog/shared/catalog.interface.d.ts +2 -2
- package/lib/catalog/shared/catalog.service.d.ts +1 -1
- package/lib/datasource/shared/capabilities.interface.d.ts +8 -0
- package/lib/datasource/shared/capabilities.service.d.ts +1 -8
- package/lib/datasource/shared/datasources/wms-datasource.d.ts +1 -1
- package/lib/datasource/shared/datasources/wms-datasource.interface.d.ts +1 -1
- package/lib/datasource/shared/index.d.ts +1 -0
- package/lib/directions/shared/directions.service.d.ts +2 -2
- package/lib/download/shared/download.service.d.ts +1 -1
- package/lib/draw/shared/draw.interface.d.ts +1 -1
- package/lib/environment/environment.interface.d.ts +8 -6
- package/lib/feature/shared/feature.interfaces.d.ts +3 -3
- package/lib/feature/shared/feature.utils.d.ts +2 -1
- package/lib/feature/shared/store.d.ts +1 -1
- package/lib/filter/ogc-filter-button/ogc-filter-button.component.d.ts +1 -1
- package/lib/filter/ogc-filter-form/ogc-filter-form.component.d.ts +1 -1
- package/lib/filter/ogc-filter-selection/ogc-filter-selection.component.d.ts +1 -1
- package/lib/filter/ogc-filter-time/ogc-filter-time.component.d.ts +1 -0
- package/lib/filter/ogc-filterable-form/ogc-filterable-form.component.d.ts +1 -1
- package/lib/filter/ogc-filterable-item/ogc-filterable-item.component.d.ts +1 -1
- package/lib/filter/ogc-filterable-list/ogc-filterable-list.component.d.ts +1 -1
- package/lib/filter/shared/spatial-filter.service.d.ts +1 -1
- package/lib/filter/spatial-filter/spatial-filter-item/spatial-filter-item.component.d.ts +1 -1
- package/lib/filter/time-filter-button/time-filter-button.component.d.ts +2 -2
- package/lib/filter/time-filter-item/time-filter-item.component.d.ts +1 -1
- package/lib/geometry/geometry-form-field/geometry-form-field-input.component.d.ts +1 -1
- package/lib/geometry/geometry-form-field/geometry-form-field.component.d.ts +1 -1
- package/lib/geometry/shared/geometry.interfaces.d.ts +1 -1
- package/lib/import-export/export-button/export-button.component.d.ts +1 -1
- package/lib/layer/layer-item/layer-item.component.d.ts +1 -1
- package/lib/layer/layer-legend/layer-legend.component.d.ts +1 -1
- package/lib/layer/layer-legend-item/layer-legend-item.component.d.ts +1 -1
- package/lib/layer/layer-legend-list/layer-legend-list.component.d.ts +1 -1
- package/lib/layer/shared/layers/image-layer.d.ts +1 -1
- package/lib/layer/shared/layers/layer.d.ts +2 -1
- package/lib/layer/shared/layers/tile-layer.d.ts +1 -1
- package/lib/layer/shared/layers/vectortile-layer.d.ts +1 -1
- package/lib/layer/track-feature-button/track-feature-button.component.d.ts +1 -1
- package/lib/map/baselayers-switcher/baselayers-switcher.component.d.ts +1 -1
- package/lib/map/baselayers-switcher/mini-basemap.component.d.ts +1 -1
- package/lib/map/shared/map.abstract.d.ts +5 -4
- package/lib/measure/measurer/measurer.component.d.ts +8 -4
- package/lib/measure/shared/measure.interfaces.d.ts +2 -2
- package/lib/metadata/shared/metadata.interface.d.ts +1 -1
- package/lib/overlay/shared/overlay.d.ts +1 -1
- package/lib/print/print-form/print-form.component.d.ts +4 -6
- package/lib/print/shared/print.service.d.ts +2 -1
- package/lib/print/shared/print.type.d.ts +2 -6
- package/lib/search/search-results/search-results-add-button.component.d.ts +1 -1
- package/lib/search/search-results/search-results-item.component.d.ts +1 -1
- package/lib/search/search-results/search-results.component.d.ts +1 -1
- package/lib/search/shared/search.interfaces.d.ts +1 -1
- package/lib/search/shared/sources/cadastre.d.ts +1 -1
- package/lib/search/shared/sources/coordinates.d.ts +1 -1
- package/lib/search/shared/sources/icherche.d.ts +1 -1
- package/lib/search/shared/sources/icherche.interfaces.d.ts +1 -1
- package/lib/search/shared/sources/nominatim.d.ts +1 -1
- package/lib/search/shared/sources/source.d.ts +1 -1
- package/lib/search/shared/sources/storedqueries.d.ts +1 -1
- package/lib/search/shared/sources/storedqueries.interfaces.d.ts +1 -1
- package/lib/search/shared/sources/workspace.d.ts +1 -1
- package/lib/utils/id-generator.d.ts +1 -1
- package/lib/workspace/shared/edition-workspace.d.ts +3 -3
- package/lib/workspace/shared/edition-workspace.service.d.ts +1 -1
- package/lib/workspace/shared/feature-workspace.d.ts +1 -1
- package/lib/workspace/shared/feature-workspace.service.d.ts +2 -2
- package/lib/workspace/shared/wfs-workspace.d.ts +1 -1
- package/lib/workspace/shared/wfs-workspace.service.d.ts +2 -2
- package/lib/workspace/shared/wms-workspace.service.d.ts +2 -2
- package/lib/workspace/shared/workspace.utils.d.ts +1 -1
- package/lib/workspace/workspace-selector/workspace-selector.directive.d.ts +1 -1
- package/lib/workspace/workspace-updator/workspace-updator.directive.d.ts +1 -1
- package/locale/en.geo.json +5 -3
- package/locale/fr.geo.json +5 -3
- package/package.json +26 -29
- package/{lib → src/lib}/search/search-bar/search-bar.theming.scss +1 -0
- package/src/style/style.scss +1 -0
- /package/{geo-theme.scss → src/geo-theme.scss} +0 -0
- /package/{lib → src/lib}/catalog/catalog-browser/catalog-browser.theming.scss +0 -0
- /package/{lib → src/lib}/catalog/catalog.theming.scss +0 -0
- /package/{lib → src/lib}/directions/directions-results/directions-results.theming.scss +0 -0
- /package/{lib → src/lib}/directions/directions.theming.scss +0 -0
- /package/{lib → src/lib}/draw/draw.theming.scss +0 -0
- /package/{lib → src/lib}/feature/feature-details/feature-details.theming.scss +0 -0
- /package/{lib → src/lib}/feature/feature.theming.scss +0 -0
- /package/{lib → src/lib}/filter/filter.theming.scss +0 -0
- /package/{lib → src/lib}/filter/ogc-filter-selection/ogc-filter-selection.theming.scss +0 -0
- /package/{lib → src/lib}/filter/time-filter-form/time-filter-form.theming.scss +0 -0
- /package/{lib → src/lib}/layer/layer-item/layer-item.theme.scss +0 -0
- /package/{lib → src/lib}/layer/layer-legend/layer-legend.theming.scss +0 -0
- /package/{lib → src/lib}/layer/layer-list-tool/layer-list-tool.theming.scss +0 -0
- /package/{lib → src/lib}/layer/layer.theming.scss +0 -0
- /package/{lib → src/lib}/map/map-browser/map-browser.theming.scss +0 -0
- /package/{lib → src/lib}/map/map.theming.scss +0 -0
- /package/{lib → src/lib}/map/menu-button/menu-button.theming.scss +0 -0
- /package/{lib → src/lib}/map/zoom-button/zoom-button.theming.scss +0 -0
- /package/{lib → src/lib}/measure/measure.theming.scss +0 -0
- /package/{lib → src/lib}/measure/measurer/measurer.theming.scss +0 -0
- /package/{lib → src/lib}/search/search-results/search-results-item.theme.scss +0 -0
- /package/{lib → src/lib}/search/search.theming.scss +0 -0
- /package/{lib → src/lib}/workspace/confirmation-popup/confirmation-popup.theming.scss +0 -0
- /package/{lib → src/lib}/workspace/workspace.theming.scss +0 -0
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { UntypedFormBuilder, UntypedFormControl, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { MediaService } from '@igo2/core';
|
|
3
4
|
import { BehaviorSubject } from 'rxjs';
|
|
4
5
|
import { PrintOptions } from '../shared/print.interface';
|
|
5
6
|
import { PrintLegendPosition, PrintOrientation, PrintOutputFormat, PrintPaperFormat, PrintResolution, PrintSaveImageFormat } from '../shared/print.type';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class PrintFormComponent implements OnInit {
|
|
8
9
|
private formBuilder;
|
|
10
|
+
private mediaService;
|
|
9
11
|
form: UntypedFormGroup;
|
|
10
12
|
outputFormats: {
|
|
11
13
|
Pdf: "Pdf";
|
|
@@ -25,11 +27,7 @@ export declare class PrintFormComponent implements OnInit {
|
|
|
25
27
|
landscape: "landscape";
|
|
26
28
|
portrait: "portrait";
|
|
27
29
|
};
|
|
28
|
-
resolutions:
|
|
29
|
-
72: "72";
|
|
30
|
-
96: "96";
|
|
31
|
-
150: "150";
|
|
32
|
-
};
|
|
30
|
+
resolutions: ("72" | "96" | "150" | "300")[];
|
|
33
31
|
imageFormats: {
|
|
34
32
|
Bmp: "Bmp";
|
|
35
33
|
Gif: "Gif";
|
|
@@ -88,7 +86,7 @@ export declare class PrintFormComponent implements OnInit {
|
|
|
88
86
|
get legendPositionField(): UntypedFormControl;
|
|
89
87
|
submit: EventEmitter<PrintOptions>;
|
|
90
88
|
maxLength: number;
|
|
91
|
-
constructor(formBuilder: UntypedFormBuilder);
|
|
89
|
+
constructor(formBuilder: UntypedFormBuilder, mediaService: MediaService);
|
|
92
90
|
ngOnInit(): void;
|
|
93
91
|
handleFormSubmit(data: PrintOptions, isValid: boolean): void;
|
|
94
92
|
toggleImageSaveProp(): void;
|
|
@@ -22,6 +22,7 @@ export declare class PrintService {
|
|
|
22
22
|
nbFileToProcess: number;
|
|
23
23
|
activityId: string;
|
|
24
24
|
imgSizeAdded: Array<number>;
|
|
25
|
+
mapPrintExtent: Array<number>;
|
|
25
26
|
TEXTPDFFONT: {
|
|
26
27
|
titleFont: string;
|
|
27
28
|
titleFontStyle: string;
|
|
@@ -33,7 +34,7 @@ export declare class PrintService {
|
|
|
33
34
|
};
|
|
34
35
|
constructor(http: HttpClient, messageService: MessageService, activityService: ActivityService, languageService: LanguageService, configService: ConfigService);
|
|
35
36
|
print(map: IgoMap, options: PrintOptions): Subject<any>;
|
|
36
|
-
addGeoRef(doc: any,
|
|
37
|
+
addGeoRef(doc: any, width: any, height: any, margins: any): void;
|
|
37
38
|
/**
|
|
38
39
|
* Add measure overlay on the map on the document when the measure layer is present
|
|
39
40
|
* @param doc - Pdf document where measure tooltip will be added
|
|
@@ -19,12 +19,8 @@ export declare const PrintOrientation: {
|
|
|
19
19
|
portrait: "portrait";
|
|
20
20
|
};
|
|
21
21
|
export type PrintOrientation = keyof typeof PrintOrientation;
|
|
22
|
-
export declare const PrintResolution:
|
|
23
|
-
|
|
24
|
-
96: "96";
|
|
25
|
-
150: "150";
|
|
26
|
-
};
|
|
27
|
-
export type PrintResolution = keyof typeof PrintResolution;
|
|
22
|
+
export declare const PrintResolution: readonly ["72", "96", "150", "300"];
|
|
23
|
+
export type PrintResolution = (typeof PrintResolution)[number];
|
|
28
24
|
export declare const PrintSaveImageFormat: {
|
|
29
25
|
Bmp: "Bmp";
|
|
30
26
|
Gif: "Gif";
|
|
@@ -3,7 +3,7 @@ import { MatDialog } from '@angular/material/dialog';
|
|
|
3
3
|
import { EntityStore } from '@igo2/common';
|
|
4
4
|
import { MediaService } from '@igo2/core';
|
|
5
5
|
import { BehaviorSubject } from 'rxjs';
|
|
6
|
-
import { DataSourceService } from '../../datasource';
|
|
6
|
+
import { DataSourceService } from '../../datasource/shared/datasource.service';
|
|
7
7
|
import { Feature, FeatureStore } from '../../feature';
|
|
8
8
|
import { LayerService } from '../../layer/shared/layer.service';
|
|
9
9
|
import { IgoMap } from '../../map/shared/map';
|
|
@@ -3,7 +3,7 @@ import type { TemplateRef } from '@angular/core';
|
|
|
3
3
|
import { EntityStoreWithStrategy } from '@igo2/common';
|
|
4
4
|
import { ConfigService } from '@igo2/core';
|
|
5
5
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
6
|
-
import { IgoMap } from '../../map/shared';
|
|
6
|
+
import { IgoMap } from '../../map/shared/map';
|
|
7
7
|
import { Research, SearchResult } from '../shared/search.interfaces';
|
|
8
8
|
import { SearchService } from '../shared/search.service';
|
|
9
9
|
import { SearchSource } from '../shared/sources/source';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { CommonVectorStyleOptions } from '../../style/shared/vector/vector-style.interface';
|
|
3
|
-
import { ReverseSearchOptions, TextSearchOptions } from './sources';
|
|
4
3
|
import { SearchSource } from './sources/source';
|
|
4
|
+
import { ReverseSearchOptions, TextSearchOptions } from './sources/source.interfaces';
|
|
5
5
|
export interface Research {
|
|
6
6
|
request: Observable<SearchResult[]>;
|
|
7
7
|
reverse: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { LanguageService, StorageService } from '@igo2/core';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
|
-
import { Feature } from '../../../feature';
|
|
4
|
+
import { Feature } from '../../../feature/shared/feature.interfaces';
|
|
5
5
|
import { SearchResult, TextSearch } from '../search.interfaces';
|
|
6
6
|
import { SearchSource } from './source';
|
|
7
7
|
import { SearchSourceOptions, TextSearchOptions } from './source.interfaces';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LanguageService, StorageService } from '@igo2/core';
|
|
2
2
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
3
|
-
import { Feature } from '../../../feature';
|
|
3
|
+
import { Feature } from '../../../feature/shared/feature.interfaces';
|
|
4
4
|
import { Projection } from '../../../map/shared/projection.interfaces';
|
|
5
5
|
import { ReverseSearch, SearchResult } from '../search.interfaces';
|
|
6
6
|
import { SearchSource } from './source';
|
|
@@ -2,7 +2,7 @@ import { HttpClient, HttpParameterCodec } from '@angular/common/http';
|
|
|
2
2
|
import { Injector } from '@angular/core';
|
|
3
3
|
import { LanguageService, StorageService } from '@igo2/core';
|
|
4
4
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
5
|
-
import { Feature } from '../../../feature';
|
|
5
|
+
import { Feature } from '../../../feature/shared/feature.interfaces';
|
|
6
6
|
import { ReverseSearch, SearchResult, TextSearch } from '../search.interfaces';
|
|
7
7
|
import { SearchSource } from './source';
|
|
8
8
|
import { ReverseSearchOptions, SearchSourceOptions, TextSearchOptions } from './source.interfaces';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { StorageService } from '@igo2/core';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
|
-
import { Feature } from '../../../feature';
|
|
4
|
+
import { Feature } from '../../../feature/shared/feature.interfaces';
|
|
5
5
|
import { SearchResult, TextSearch } from '../search.interfaces';
|
|
6
6
|
import { SearchSource } from './source';
|
|
7
7
|
import { SearchSourceOptions, TextSearchOptions } from './source.interfaces';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Workspace } from '@igo2/common';
|
|
2
2
|
import { StorageService } from '@igo2/core';
|
|
3
|
-
import { FeatureStore } from '../../../feature';
|
|
3
|
+
import { FeatureStore } from '../../../feature/shared/store';
|
|
4
4
|
import { ISearchSourceParams, SearchSourceOptions, SearchSourceSettings } from './source.interfaces';
|
|
5
5
|
/**
|
|
6
6
|
* Base search source class
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { LanguageService, StorageService } from '@igo2/core';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
|
-
import { Feature } from '../../../feature';
|
|
4
|
+
import { Feature } from '../../../feature/shared/feature.interfaces';
|
|
5
5
|
import { ReverseSearch, SearchResult, TextSearch } from '../search.interfaces';
|
|
6
6
|
import { SearchSource } from './source';
|
|
7
7
|
import { ReverseSearchOptions, SearchSourceOptions, TextSearchOptions } from './source.interfaces';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FeatureGeometry } from '../../../feature';
|
|
1
|
+
import { FeatureGeometry } from '../../../feature/shared/feature.interfaces';
|
|
2
2
|
import { SearchSourceOptions } from './source.interfaces';
|
|
3
3
|
export interface StoredQueriesSearchSourceOptions extends SearchSourceOptions {
|
|
4
4
|
storedquery_id: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LanguageService, StorageService } from '@igo2/core';
|
|
2
2
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
3
|
-
import { Feature } from '../../../feature';
|
|
3
|
+
import { Feature } from '../../../feature/shared/feature.interfaces';
|
|
4
4
|
import { SearchResult, TextSearch } from '../search.interfaces';
|
|
5
5
|
import { SearchSource } from './source';
|
|
6
6
|
import { SearchSourceOptions, TextSearchOptions } from './source.interfaces';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { WFSDataSourceOptions } from '../datasource';
|
|
1
|
+
import { WFSDataSourceOptions } from '../datasource/shared/datasources';
|
|
2
2
|
import { AnyDataSourceOptions } from '../datasource/shared/datasources/any-datasource.interface';
|
|
3
3
|
import { DataSourceOptions } from '../datasource/shared/datasources/datasource.interface';
|
|
4
4
|
import { WMSDataSourceOptions } from '../datasource/shared/datasources/wms-datasource.interface';
|
|
@@ -7,10 +7,10 @@ import type { default as OlGeometry } from 'ol/geom/Geometry';
|
|
|
7
7
|
import * as OlStyle from 'ol/style';
|
|
8
8
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
9
9
|
import { RelationOptions } from '../../datasource/shared';
|
|
10
|
-
import { GeometryType } from '../../draw';
|
|
11
|
-
import { DrawControl } from '../../geometry';
|
|
10
|
+
import { GeometryType } from '../../draw/shared';
|
|
11
|
+
import { DrawControl } from '../../geometry/shared';
|
|
12
12
|
import { ImageLayer, VectorLayer } from '../../layer/shared';
|
|
13
|
-
import { IgoMap } from '../../map/shared';
|
|
13
|
+
import { IgoMap } from '../../map/shared/map';
|
|
14
14
|
export interface EditionWorkspaceOptions extends WorkspaceOptions {
|
|
15
15
|
layer: ImageLayer | VectorLayer;
|
|
16
16
|
map: IgoMap;
|
|
@@ -5,7 +5,7 @@ import { ConfigService, MessageService, StorageService } from '@igo2/core';
|
|
|
5
5
|
import GeoJSON from 'ol/format/GeoJSON';
|
|
6
6
|
import WKT from 'ol/format/WKT';
|
|
7
7
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
8
|
-
import { RelationOptions } from '../../datasource';
|
|
8
|
+
import { RelationOptions } from '../../datasource/shared/datasources';
|
|
9
9
|
import { ImageLayer, LayerService, VectorLayer } from '../../layer/shared';
|
|
10
10
|
import { IgoMap, MapBase } from '../../map/shared';
|
|
11
11
|
import { StyleService } from '../../style/style-service/style.service';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Workspace, WorkspaceOptions } from '@igo2/common';
|
|
2
2
|
import { BehaviorSubject } from 'rxjs';
|
|
3
3
|
import { VectorLayer } from '../../layer/shared';
|
|
4
|
-
import { IgoMap } from '../../map/shared';
|
|
4
|
+
import { IgoMap } from '../../map/shared/map';
|
|
5
5
|
export interface FeatureWorkspaceOptions extends WorkspaceOptions {
|
|
6
6
|
layer: VectorLayer;
|
|
7
7
|
map: IgoMap;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ConfigService, StorageService } from '@igo2/core';
|
|
2
2
|
import { BehaviorSubject } from 'rxjs';
|
|
3
|
-
import { CapabilitiesService } from '../../datasource';
|
|
3
|
+
import { CapabilitiesService } from '../../datasource/shared/capabilities.service';
|
|
4
4
|
import { LayerService, VectorLayer } from '../../layer/shared';
|
|
5
|
-
import { IgoMap } from '../../map/shared';
|
|
5
|
+
import { IgoMap } from '../../map/shared/map';
|
|
6
6
|
import { PropertyTypeDetectorService } from '../../utils/propertyTypeDetector/propertyTypeDetector.service';
|
|
7
7
|
import { FeatureWorkspace } from './feature-workspace';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Workspace, WorkspaceOptions } from '@igo2/common';
|
|
2
2
|
import { BehaviorSubject } from 'rxjs';
|
|
3
3
|
import { VectorLayer } from '../../layer/shared';
|
|
4
|
-
import { IgoMap } from '../../map/shared';
|
|
4
|
+
import { IgoMap } from '../../map/shared/map';
|
|
5
5
|
export interface WfsWorkspaceOptions extends WorkspaceOptions {
|
|
6
6
|
layer: VectorLayer;
|
|
7
7
|
map: IgoMap;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ConfigService, StorageService } from '@igo2/core';
|
|
2
2
|
import { BehaviorSubject } from 'rxjs';
|
|
3
|
-
import { CapabilitiesService } from '../../datasource';
|
|
3
|
+
import { CapabilitiesService } from '../../datasource/shared/capabilities.service';
|
|
4
4
|
import { LayerService, VectorLayer } from '../../layer/shared';
|
|
5
|
-
import { IgoMap } from '../../map/shared';
|
|
5
|
+
import { IgoMap } from '../../map/shared/map';
|
|
6
6
|
import { PropertyTypeDetectorService } from '../../utils/propertyTypeDetector';
|
|
7
7
|
import { WfsWorkspace } from './wfs-workspace';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ConfigService, StorageService } from '@igo2/core';
|
|
2
2
|
import { BehaviorSubject } from 'rxjs/internal/BehaviorSubject';
|
|
3
|
-
import { CapabilitiesService } from '../../datasource';
|
|
3
|
+
import { CapabilitiesService } from '../../datasource/shared/capabilities.service';
|
|
4
4
|
import { ImageLayer, LayerService } from '../../layer/shared';
|
|
5
|
-
import { IgoMap } from '../../map/shared';
|
|
5
|
+
import { IgoMap } from '../../map/shared/map';
|
|
6
6
|
import { StyleService } from '../../style/style-service/style.service';
|
|
7
7
|
import { PropertyTypeDetectorService } from '../../utils/propertyTypeDetector/propertyTypeDetector.service';
|
|
8
8
|
import { WfsWorkspace } from './wfs-workspace';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EntityRecord, EntityStoreFilterCustomFuncStrategy, EntityTableButton, EntityTableColumnRenderer, Workspace } from '@igo2/common';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { Feature } from '../../feature/shared/feature.interfaces';
|
|
4
|
-
import { LayerService, VectorLayer } from '../../layer';
|
|
4
|
+
import { LayerService, VectorLayer } from '../../layer/shared';
|
|
5
5
|
import { IgoMap } from '../../map/shared/map';
|
|
6
6
|
import { FeatureWorkspace } from './feature-workspace';
|
|
7
7
|
import { WfsWorkspace } from './wfs-workspace';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { WorkspaceSelectorComponent, WorkspaceStore } from '@igo2/common';
|
|
3
3
|
import { ImageLayer, VectorLayer } from '../../layer/shared';
|
|
4
|
-
import { IgoMap } from '../../map/shared';
|
|
4
|
+
import { IgoMap } from '../../map/shared/map';
|
|
5
5
|
import { EditionWorkspaceService } from '../shared/edition-workspace.service';
|
|
6
6
|
import { FeatureWorkspaceService } from '../shared/feature-workspace.service';
|
|
7
7
|
import { WfsWorkspaceService } from '../shared/wfs-workspace.service';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import type { WorkspaceStore } from '@igo2/common';
|
|
3
|
-
import { IgoMap } from '../../map/shared';
|
|
3
|
+
import { IgoMap } from '../../map/shared/map';
|
|
4
4
|
import { EditionWorkspaceService } from '../shared/edition-workspace.service';
|
|
5
5
|
import { FeatureWorkspaceService } from '../shared/feature-workspace.service';
|
|
6
6
|
import { WfsWorkspaceService } from '../shared/wfs-workspace.service';
|
package/locale/en.geo.json
CHANGED
|
@@ -510,7 +510,8 @@
|
|
|
510
510
|
"cadastre": "Cadastre",
|
|
511
511
|
"restArea": "Rest area",
|
|
512
512
|
"cycleStop": "Cycle stop",
|
|
513
|
-
"cultpatri": "Culture and heritage"
|
|
513
|
+
"cultpatri": "Culture and heritage",
|
|
514
|
+
"unites":"Unit number"
|
|
514
515
|
},
|
|
515
516
|
"restrictExtent": {
|
|
516
517
|
"map": "Map extent",
|
|
@@ -673,7 +674,8 @@
|
|
|
673
674
|
"palais-justice": "Courthouses",
|
|
674
675
|
"penitencier-fed": "Federal penitentiaries",
|
|
675
676
|
"penitencier-prov": "Provincial penitentiaries",
|
|
676
|
-
"polices": "Police station"
|
|
677
|
+
"polices": "Police station",
|
|
678
|
+
"unites":"Unit number"
|
|
677
679
|
},
|
|
678
680
|
"measure": {
|
|
679
681
|
"dialog": {
|
|
@@ -813,4 +815,4 @@
|
|
|
813
815
|
}
|
|
814
816
|
}
|
|
815
817
|
}
|
|
816
|
-
}
|
|
818
|
+
}
|
package/locale/fr.geo.json
CHANGED
|
@@ -510,7 +510,8 @@
|
|
|
510
510
|
"cadastre": "Cadastre",
|
|
511
511
|
"restArea": "Halte routière",
|
|
512
512
|
"cycleStop": "Halte cyclable",
|
|
513
|
-
"cultpatri": "Culture et patrimoine"
|
|
513
|
+
"cultpatri": "Culture et patrimoine",
|
|
514
|
+
"unites":"Numéro d'unite"
|
|
514
515
|
},
|
|
515
516
|
"restrictExtent": {
|
|
516
517
|
"map": "Étendue de la carte",
|
|
@@ -674,7 +675,8 @@
|
|
|
674
675
|
"palais-justice": "Palais de justice",
|
|
675
676
|
"penitencier-fed": "Pénitenciers fédéraux",
|
|
676
677
|
"penitencier-prov": "Pénitenciers provinciaux",
|
|
677
|
-
"polices": "Poste de police"
|
|
678
|
+
"polices": "Poste de police",
|
|
679
|
+
"unites":"Numéro d'unite"
|
|
678
680
|
},
|
|
679
681
|
"measure": {
|
|
680
682
|
"dialog": {
|
|
@@ -814,4 +816,4 @@
|
|
|
814
816
|
}
|
|
815
817
|
}
|
|
816
818
|
}
|
|
817
|
-
}
|
|
819
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/geo",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.1.1",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
@@ -16,30 +16,30 @@
|
|
|
16
16
|
"url": "https://github.com/infra-geo-ouverte/igo2-lib/issues"
|
|
17
17
|
},
|
|
18
18
|
"exports": {
|
|
19
|
+
".": {
|
|
20
|
+
"types": "./index.d.ts",
|
|
21
|
+
"esm2022": "./esm2022/igo2-geo.mjs",
|
|
22
|
+
"esm": "./esm2022/igo2-geo.mjs",
|
|
23
|
+
"default": "./fesm2022/igo2-geo.mjs"
|
|
24
|
+
},
|
|
19
25
|
"./style": {
|
|
20
26
|
"sass": "./style/style.scss"
|
|
21
27
|
},
|
|
22
28
|
"./theming": {
|
|
23
|
-
"sass": "./geo-theme.scss"
|
|
29
|
+
"sass": "./src/geo-theme.scss"
|
|
24
30
|
},
|
|
25
31
|
"./package.json": {
|
|
26
32
|
"default": "./package.json"
|
|
27
|
-
},
|
|
28
|
-
".": {
|
|
29
|
-
"types": "./index.d.ts",
|
|
30
|
-
"esm2022": "./esm2022/igo2-geo.mjs",
|
|
31
|
-
"esm": "./esm2022/igo2-geo.mjs",
|
|
32
|
-
"default": "./fesm2022/igo2-geo.mjs"
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"ts-cacheable": "^1.0.6",
|
|
37
|
-
"ts-md5": "^1.3.0",
|
|
38
36
|
"@turf/helpers": "^6.5.0",
|
|
39
37
|
"@turf/line-intersect": "^6.5.0",
|
|
40
38
|
"@turf/point-on-feature": "^6.5.0",
|
|
41
|
-
"tslib": "^2.6.0",
|
|
42
39
|
"nosleep.js": "^0.12.0",
|
|
40
|
+
"ts-cacheable": "^1.0.6",
|
|
41
|
+
"ts-md5": "^1.3.0",
|
|
42
|
+
"tslib": "^2.6.0",
|
|
43
43
|
"windows-1252": "^3.0.4"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
@@ -49,32 +49,29 @@
|
|
|
49
49
|
"@angular/forms": "^16.2.5",
|
|
50
50
|
"@angular/material": "^16.2.4",
|
|
51
51
|
"@angular/platform-browser": "^16.2.5",
|
|
52
|
-
"@igo2/common": "^16.
|
|
53
|
-
"@igo2/core": "^16.
|
|
54
|
-
"@igo2/utils": "^16.
|
|
52
|
+
"@igo2/common": "^16.1.1",
|
|
53
|
+
"@igo2/core": "^16.1.1",
|
|
54
|
+
"@igo2/utils": "^16.1.1",
|
|
55
55
|
"@mat-datetimepicker/core": "~12.0.0",
|
|
56
|
-
"flexsearch": "0.7.21",
|
|
57
|
-
"ol": "^7.5.2",
|
|
58
|
-
"ol-mapbox-style": "^12.0.0",
|
|
59
|
-
"proj4": "^2.9.0",
|
|
60
|
-
"rxjs": "^7.8.0",
|
|
61
|
-
"striptags": "^3.2.0",
|
|
62
|
-
"ngx-indexed-db": "^11.0.2"
|
|
63
|
-
},
|
|
64
|
-
"optionalDependencies": {
|
|
65
56
|
"file-saver": "^2.0.2",
|
|
57
|
+
"flexsearch": "0.7.21",
|
|
66
58
|
"html2canvas": "^1.4.1",
|
|
67
59
|
"jspdf": "^2.5.1",
|
|
60
|
+
"jspdf-autotable": "^3.5.29",
|
|
68
61
|
"jszip": "^3.10.1",
|
|
69
|
-
"moment": "^2.29.4"
|
|
62
|
+
"moment": "^2.29.4",
|
|
63
|
+
"ngx-color-picker": "^14.0.0",
|
|
64
|
+
"ngx-indexed-db": "^11.0.2",
|
|
65
|
+
"ol-mapbox-style": "^12.0.0",
|
|
66
|
+
"ol": "^7.5.2",
|
|
67
|
+
"proj4": "^2.9.0",
|
|
68
|
+
"rxjs": "^7.8.0",
|
|
69
|
+
"striptags": "^3.2.0"
|
|
70
70
|
},
|
|
71
71
|
"engines": {
|
|
72
72
|
"node": ">=18.10.0"
|
|
73
73
|
},
|
|
74
74
|
"module": "fesm2022/igo2-geo.mjs",
|
|
75
75
|
"typings": "index.d.ts",
|
|
76
|
-
"sideEffects": false
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
}
|
|
80
|
-
}
|
|
76
|
+
"sideEffects": false
|
|
77
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ol/ol';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|