geonetwork-ui 2.2.0-dev.f866474c → 2.3.0-dev.179fba83
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/libs/api/metadata-converter/src/index.mjs +5 -5
- package/esm2022/libs/api/metadata-converter/src/lib/base.converter.mjs +14 -0
- package/esm2022/libs/api/metadata-converter/src/lib/find-converter.mjs +15 -0
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/atomic-operations.mjs +29 -2
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.converter.mjs +52 -0
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +102 -61
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/index.mjs +4 -0
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.mjs +1 -1
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/index.mjs +2 -0
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.mjs +123 -0
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.mjs +116 -0
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.mjs +138 -0
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/index.mjs +2 -0
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.mjs +242 -0
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +102 -74
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.mjs +18 -0
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.mjs +14 -0
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/role.mapper.mjs +48 -0
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.mjs +18 -0
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.mjs +64 -0
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +116 -79
- package/esm2022/libs/api/metadata-converter/src/lib/xml-utils.mjs +76 -14
- package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.mjs +2 -2
- package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +4 -4
- package/esm2022/libs/api/repository/src/lib/gn4/index.mjs +3 -1
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.mjs +10 -3
- package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.mjs +14 -5
- package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +33 -8
- package/esm2022/libs/api/repository/src/lib/gn4/selection/selection.service.mjs +13 -26
- package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
- package/esm2022/libs/common/domain/src/lib/model/search/aggregation.model.mjs +1 -1
- package/esm2022/libs/common/domain/src/lib/model/search/field.model.mjs +2 -0
- package/esm2022/libs/common/domain/src/lib/model/search/filter.model.mjs +1 -1
- package/esm2022/libs/common/domain/src/lib/model/search/index.mjs +2 -1
- package/esm2022/libs/common/domain/src/lib/model/search/search.model.mjs +1 -1
- package/esm2022/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.mjs +1 -1
- package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +1 -1
- package/esm2022/libs/data-access/gn4/src/openapi/api/records.api.service.mjs +35 -7
- package/esm2022/libs/data-access/gn4/src/openapi/model/models.mjs +1 -2
- package/esm2022/libs/feature/catalog/src/lib/my-org/my-org.service.mjs +4 -10
- package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +6 -5
- package/esm2022/libs/feature/editor/src/index.mjs +6 -1
- package/esm2022/libs/feature/editor/src/lib/+state/editor.actions.mjs +8 -0
- package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +26 -0
- package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +30 -0
- package/esm2022/libs/feature/editor/src/lib/+state/editor.models.mjs +2 -0
- package/esm2022/libs/feature/editor/src/lib/+state/editor.reducer.mjs +42 -0
- package/esm2022/libs/feature/editor/src/lib/+state/editor.selectors.mjs +13 -0
- package/esm2022/libs/feature/editor/src/lib/expressions.mjs +13 -0
- package/esm2022/libs/feature/editor/src/lib/feature-editor.module.mjs +16 -4
- package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +34 -0
- package/esm2022/libs/feature/editor/src/lib/models/fields.model.mjs +2 -0
- package/esm2022/libs/feature/editor/src/lib/record-form/record-form.component.mjs +17 -11
- package/esm2022/libs/feature/editor/src/lib/services/editor.service.mjs +24 -46
- package/esm2022/libs/feature/map/src/index.mjs +2 -1
- package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.mjs +7 -3
- package/esm2022/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.mjs +106 -0
- package/esm2022/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.mjs +72 -0
- package/esm2022/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.mjs +64 -0
- package/esm2022/libs/feature/map/src/lib/constant/index.mjs +2 -1
- package/esm2022/libs/feature/map/src/lib/constant/projections.mjs +2 -0
- package/esm2022/libs/feature/map/src/lib/feature-map.module.mjs +29 -5
- package/esm2022/libs/feature/map/src/lib/geocoding/geocoding.component.mjs +93 -0
- package/esm2022/libs/feature/map/src/lib/geocoding.service.mjs +40 -0
- package/esm2022/libs/feature/map/src/lib/layers-panel/layers-panel.component.mjs +12 -5
- package/esm2022/libs/feature/map/src/lib/map-context/map-context.model.mjs +2 -1
- package/esm2022/libs/feature/map/src/lib/map-context/map-context.service.mjs +61 -24
- package/esm2022/libs/feature/map/src/lib/utils/index.mjs +1 -3
- package/esm2022/libs/feature/map/src/lib/utils/map-utils.service.mjs +63 -69
- package/esm2022/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.mjs +13 -13
- package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +34 -21
- package/esm2022/libs/feature/record/src/lib/state/mdview.reducer.mjs +2 -2
- package/esm2022/libs/feature/router/src/lib/default/index.mjs +2 -1
- package/esm2022/libs/feature/router/src/lib/default/router.service.mjs +1 -1
- package/esm2022/libs/feature/search/src/index.mjs +4 -1
- package/esm2022/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.mjs +7 -4
- package/esm2022/libs/feature/search/src/lib/feature-search.module.mjs +2 -6
- package/esm2022/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.mjs +1 -1
- package/esm2022/libs/feature/search/src/lib/filter-geometry.token.mjs +4 -0
- package/esm2022/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.mjs +7 -3
- package/esm2022/libs/feature/search/src/lib/record-url.token.mjs +4 -0
- package/esm2022/libs/feature/search/src/lib/results-list/results-list.container.component.mjs +3 -3
- package/esm2022/libs/feature/search/src/lib/results-table/results-table.component.mjs +128 -0
- package/esm2022/libs/feature/search/src/lib/state/effects.mjs +6 -4
- package/esm2022/libs/feature/search/src/lib/state/search.facade.mjs +3 -2
- package/esm2022/libs/feature/search/src/lib/utils/service/fields.mjs +41 -26
- package/esm2022/libs/feature/search/src/lib/utils/service/fields.service.mjs +11 -9
- package/esm2022/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.mjs +4 -4
- package/esm2022/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.mjs +1 -1
- package/esm2022/libs/ui/elements/src/index.mjs +4 -1
- package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.mjs +27 -0
- package/esm2022/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.mjs +17 -0
- package/esm2022/libs/ui/elements/src/lib/max-lines/max-lines.component.mjs +5 -3
- package/esm2022/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +47 -16
- package/esm2022/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.mjs +3 -4
- package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +9 -6
- package/esm2022/libs/ui/elements/src/lib/related-record-card/related-record-card.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/thumbnail/thumbnail.component.mjs +9 -4
- package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +20 -7
- package/esm2022/libs/ui/inputs/src/index.mjs +2 -1
- package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +3 -3
- package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +10 -9
- package/esm2022/libs/ui/inputs/src/lib/checkbox/checkbox.component.mjs +3 -3
- package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.mjs +3 -3
- package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +3 -3
- package/esm2022/libs/ui/inputs/src/lib/editable-label/editable-label.directive.mjs +46 -0
- package/esm2022/libs/ui/inputs/src/lib/files-drop/files-drop.directive.mjs +59 -0
- package/esm2022/libs/ui/inputs/src/lib/form-field/form-field.component.mjs +4 -2
- package/esm2022/libs/ui/inputs/src/lib/form-field/form-field.model.mjs +1 -1
- package/esm2022/libs/ui/inputs/src/lib/image-input/image-input.component.mjs +183 -0
- package/esm2022/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.mjs +3 -3
- package/esm2022/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.mjs +2 -2
- package/esm2022/libs/ui/inputs/src/lib/text-area/text-area.component.mjs +3 -3
- package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +19 -8
- package/esm2022/libs/ui/layout/src/index.mjs +3 -1
- package/esm2022/libs/ui/layout/src/lib/carousel/carousel.component.mjs +3 -3
- package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.mjs +36 -0
- package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table.component.mjs +37 -0
- package/esm2022/libs/ui/search/src/index.mjs +1 -2
- package/esm2022/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.mjs +1 -1
- package/esm2022/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.mjs +1 -1
- package/esm2022/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.mjs +1 -1
- package/esm2022/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.mjs +1 -1
- package/esm2022/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.mjs +1 -1
- package/esm2022/libs/ui/search/src/lib/ui-search.module.mjs +9 -10
- package/esm2022/libs/ui/widgets/src/lib/badge/badge.component.mjs +3 -3
- package/esm2022/libs/util/i18n/src/index.mjs +1 -2
- package/esm2022/libs/util/i18n/src/lib/i18n.constants.mjs +18 -1
- package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +29 -13
- package/esm2022/libs/util/shared/src/lib/utils/bytes-convert.mjs +4 -0
- package/esm2022/libs/util/shared/src/lib/utils/image-resize.mjs +60 -0
- package/esm2022/libs/util/shared/src/lib/utils/index.mjs +8 -5
- package/esm2022/libs/util/shared/src/lib/utils/temporal-extent-union.mjs +32 -0
- package/esm2022/translations/de.json +143 -109
- package/esm2022/translations/en.json +75 -41
- package/esm2022/translations/es.json +53 -19
- package/esm2022/translations/fr.json +69 -35
- package/esm2022/translations/it.json +70 -36
- package/esm2022/translations/nl.json +54 -20
- package/esm2022/translations/pt.json +53 -19
- package/fesm2022/geonetwork-ui.mjs +5799 -3893
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/libs/api/metadata-converter/src/index.d.ts +4 -4
- package/libs/api/metadata-converter/src/index.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/{metadata-base.mapper.d.ts → base.converter.d.ts} +3 -3
- package/libs/api/metadata-converter/src/lib/base.converter.d.ts.map +1 -0
- package/libs/api/metadata-converter/src/lib/find-converter.d.ts +3 -0
- package/libs/api/metadata-converter/src/lib/find-converter.d.ts.map +1 -0
- package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts +3 -0
- package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/gn4/{gn4.metadata.mapper.d.ts → gn4.converter.d.ts} +5 -5
- package/libs/api/metadata-converter/src/lib/gn4/gn4.converter.d.ts.map +1 -0
- package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/gn4/index.d.ts +4 -0
- package/libs/api/metadata-converter/src/lib/gn4/index.d.ts.map +1 -0
- package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts +4 -5
- package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/iso19115-3/index.d.ts +2 -0
- package/libs/api/metadata-converter/src/lib/iso19115-3/index.d.ts.map +1 -0
- package/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.d.ts +9 -0
- package/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.d.ts.map +1 -0
- package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts +20 -0
- package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts.map +1 -0
- package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts +21 -0
- package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts.map +1 -0
- package/libs/api/metadata-converter/src/lib/iso19139/index.d.ts +2 -0
- package/libs/api/metadata-converter/src/lib/iso19139/index.d.ts.map +1 -0
- package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts +11 -0
- package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts.map +1 -0
- package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts +39 -10
- package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.d.ts +8 -0
- package/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.d.ts.map +1 -0
- package/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.d.ts +3 -0
- package/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.d.ts.map +1 -0
- package/libs/api/metadata-converter/src/lib/iso19139/utils/role.mapper.d.ts.map +1 -0
- package/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.d.ts.map +1 -0
- package/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.d.ts.map +1 -0
- package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts +43 -6
- package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/xml-utils.d.ts +14 -1
- package/libs/api/metadata-converter/src/lib/xml-utils.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +2 -2
- package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/index.d.ts +2 -0
- package/libs/api/repository/src/lib/gn4/index.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts +1 -1
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +9 -2
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/selection/selection.service.d.ts +4 -5
- package/libs/api/repository/src/lib/gn4/selection/selection.service.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +36 -20
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/search/aggregation.model.d.ts +1 -1
- package/libs/common/domain/src/lib/model/search/aggregation.model.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/search/field.model.d.ts +2 -0
- package/libs/common/domain/src/lib/model/search/field.model.d.ts.map +1 -0
- package/libs/common/domain/src/lib/model/search/filter.model.d.ts +1 -1
- package/libs/common/domain/src/lib/model/search/filter.model.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/search/index.d.ts +1 -0
- package/libs/common/domain/src/lib/model/search/index.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/search/search.model.d.ts +2 -3
- package/libs/common/domain/src/lib/model/search/search.model.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.d.ts +1 -0
- package/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.d.ts.map +1 -1
- package/libs/common/domain/src/lib/platform.service.interface.d.ts +1 -1
- package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +1 -1
- package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts +9 -5
- package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts.map +1 -1
- package/libs/data-access/gn4/src/openapi/model/models.d.ts +0 -1
- package/libs/data-access/gn4/src/openapi/model/models.d.ts.map +1 -1
- package/libs/feature/catalog/src/lib/my-org/my-org.service.d.ts +0 -1
- package/libs/feature/catalog/src/lib/my-org/my-org.service.d.ts.map +1 -1
- package/libs/feature/dataviz/src/lib/service/data.service.d.ts +15 -2
- package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
- package/libs/feature/editor/src/index.d.ts +5 -0
- package/libs/feature/editor/src/index.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.actions.d.ts +23 -0
- package/libs/feature/editor/src/lib/+state/editor.actions.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/+state/editor.effects.d.ts +15 -0
- package/libs/feature/editor/src/lib/+state/editor.effects.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +19 -0
- package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/+state/editor.models.d.ts +2 -0
- package/libs/feature/editor/src/lib/+state/editor.models.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts +18 -0
- package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts +15 -0
- package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/expressions.d.ts +4 -0
- package/libs/feature/editor/src/lib/expressions.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/feature-editor.module.d.ts +3 -1
- package/libs/feature/editor/src/lib/feature-editor.module.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/fields.config.d.ts +3 -0
- package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/models/fields.model.d.ts +15 -0
- package/libs/feature/editor/src/lib/models/fields.model.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/record-form/record-form.component.d.ts +10 -5
- package/libs/feature/editor/src/lib/record-form/record-form.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/services/editor.service.d.ts +3 -13
- package/libs/feature/editor/src/lib/services/editor.service.d.ts.map +1 -1
- package/libs/feature/map/src/index.d.ts +1 -0
- package/libs/feature/map/src/index.d.ts.map +1 -1
- package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.d.ts.map +1 -1
- package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts +22 -0
- package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts.map +1 -0
- package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts +23 -0
- package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts.map +1 -0
- package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts +22 -0
- package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts.map +1 -0
- package/libs/feature/map/src/lib/constant/index.d.ts +1 -0
- package/libs/feature/map/src/lib/constant/index.d.ts.map +1 -1
- package/libs/feature/map/src/lib/constant/projections.d.ts.map +1 -0
- package/libs/feature/map/src/lib/feature-map.module.d.ts +16 -12
- package/libs/feature/map/src/lib/feature-map.module.d.ts.map +1 -1
- package/libs/feature/map/src/lib/geocoding/geocoding.component.d.ts +25 -0
- package/libs/feature/map/src/lib/geocoding/geocoding.component.d.ts.map +1 -0
- package/libs/feature/map/src/lib/geocoding.service.d.ts +18 -0
- package/libs/feature/map/src/lib/geocoding.service.d.ts.map +1 -0
- package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts +2 -0
- package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts.map +1 -1
- package/libs/feature/map/src/lib/map-context/map-context.model.d.ts +10 -5
- package/libs/feature/map/src/lib/map-context/map-context.model.d.ts.map +1 -1
- package/libs/feature/map/src/lib/map-context/map-context.service.d.ts +2 -0
- package/libs/feature/map/src/lib/map-context/map-context.service.d.ts.map +1 -1
- package/libs/feature/map/src/lib/utils/index.d.ts +0 -2
- package/libs/feature/map/src/lib/utils/index.d.ts.map +1 -1
- package/libs/feature/map/src/lib/utils/map-utils.service.d.ts +13 -12
- package/libs/feature/map/src/lib/utils/map-utils.service.d.ts.map +1 -1
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +1 -3
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/index.d.ts +1 -0
- package/libs/feature/router/src/lib/default/index.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/router.service.d.ts +1 -1
- package/libs/feature/router/src/lib/default/router.service.d.ts.map +1 -1
- package/libs/feature/search/src/index.d.ts +3 -0
- package/libs/feature/search/src/index.d.ts.map +1 -1
- package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts +5 -4
- package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/feature-search.module.d.ts +0 -4
- package/libs/feature/search/src/lib/feature-search.module.d.ts.map +1 -1
- package/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.d.ts +3 -2
- package/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/filter-geometry.token.d.ts +4 -0
- package/libs/feature/search/src/lib/filter-geometry.token.d.ts.map +1 -0
- package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts +1 -1
- package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/record-url.token.d.ts +3 -0
- package/libs/feature/search/src/lib/record-url.token.d.ts.map +1 -0
- package/libs/feature/search/src/lib/results-table/results-table.component.d.ts +33 -0
- package/libs/feature/search/src/lib/results-table/results-table.component.d.ts.map +1 -0
- package/libs/feature/search/src/lib/state/effects.d.ts.map +1 -1
- package/libs/feature/search/src/lib/state/search.facade.d.ts +1 -1
- package/libs/feature/search/src/lib/state/search.facade.d.ts.map +1 -1
- package/libs/feature/search/src/lib/utils/service/fields.d.ts +21 -8
- package/libs/feature/search/src/lib/utils/service/fields.d.ts.map +1 -1
- package/libs/feature/search/src/lib/utils/service/fields.service.d.ts.map +1 -1
- package/libs/ui/dataviz/src/lib/chart/chart.component.d.ts +1 -1
- package/libs/ui/elements/src/index.d.ts +3 -0
- package/libs/ui/elements/src/index.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +1 -1
- package/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.d.ts +10 -0
- package/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.d.ts.map +1 -0
- package/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.d.ts +8 -0
- package/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.d.ts.map +1 -0
- package/libs/ui/elements/src/lib/max-lines/max-lines.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts +16 -5
- package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts +3 -1
- package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts +3 -2
- package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/ui-elements.module.d.ts +10 -8
- package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
- package/libs/ui/inputs/src/index.d.ts +1 -0
- package/libs/ui/inputs/src/index.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/button/button.component.d.ts +1 -1
- package/libs/ui/inputs/src/lib/button/button.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/editable-label/editable-label.directive.d.ts +13 -0
- package/libs/ui/inputs/src/lib/editable-label/editable-label.directive.d.ts.map +1 -0
- package/libs/ui/inputs/src/lib/files-drop/files-drop.directive.d.ts +14 -0
- package/libs/ui/inputs/src/lib/files-drop/files-drop.directive.d.ts.map +1 -0
- package/libs/ui/inputs/src/lib/form-field/form-field.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/form-field/form-field.model.d.ts +0 -1
- package/libs/ui/inputs/src/lib/form-field/form-field.model.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/image-input/image-input.component.d.ts +44 -0
- package/libs/ui/inputs/src/lib/image-input/image-input.component.d.ts.map +1 -0
- package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts +1 -1
- package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +41 -39
- package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts.map +1 -1
- package/libs/ui/layout/src/index.d.ts +2 -0
- package/libs/ui/layout/src/index.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.d.ts +14 -0
- package/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.d.ts.map +1 -0
- package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts +15 -0
- package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts.map +1 -0
- package/libs/ui/search/src/index.d.ts +0 -1
- package/libs/ui/search/src/index.d.ts.map +1 -1
- package/libs/ui/search/src/lib/ui-search.module.d.ts +15 -15
- package/libs/ui/search/src/lib/ui-search.module.d.ts.map +1 -1
- package/libs/util/i18n/src/index.d.ts +0 -1
- package/libs/util/i18n/src/index.d.ts.map +1 -1
- package/libs/util/i18n/src/lib/i18n.constants.d.ts +17 -0
- package/libs/util/i18n/src/lib/i18n.constants.d.ts.map +1 -1
- package/libs/util/shared/src/lib/links/link-utils.d.ts +19 -7
- package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
- package/libs/util/shared/src/lib/utils/bytes-convert.d.ts +2 -0
- package/libs/util/shared/src/lib/utils/bytes-convert.d.ts.map +1 -0
- package/libs/util/shared/src/lib/utils/image-resize.d.ts +3 -0
- package/libs/util/shared/src/lib/utils/image-resize.d.ts.map +1 -0
- package/libs/util/shared/src/lib/utils/index.d.ts +7 -4
- package/libs/util/shared/src/lib/utils/index.d.ts.map +1 -1
- package/libs/util/shared/src/lib/utils/temporal-extent-union.d.ts +5 -0
- package/libs/util/shared/src/lib/utils/temporal-extent-union.d.ts.map +1 -0
- package/package.json +5 -2
- package/src/libs/api/metadata-converter/src/index.ts +4 -4
- package/src/libs/api/metadata-converter/src/lib/{metadata-base.mapper.ts → base.converter.ts} +2 -2
- package/src/libs/api/metadata-converter/src/lib/find-converter.ts +16 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/generic.records.ts +94 -12
- package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.ts +67 -12
- package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +260 -29
- package/src/libs/api/metadata-converter/src/lib/fixtures/metawal.records.ts +580 -0
- package/src/libs/api/metadata-converter/src/lib/gn4/atomic-operations.ts +33 -1
- package/src/libs/api/metadata-converter/src/lib/gn4/{gn4.metadata.mapper.ts → gn4.converter.ts} +9 -5
- package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +148 -76
- package/src/libs/api/metadata-converter/src/lib/gn4/index.ts +3 -0
- package/src/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.ts +4 -5
- package/src/libs/api/metadata-converter/src/lib/iso19115-3/index.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.ts +176 -0
- package/src/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.ts +329 -0
- package/src/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.ts +513 -0
- package/src/libs/api/metadata-converter/src/lib/iso19139/index.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.ts +327 -0
- package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +230 -134
- package/src/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.ts +20 -0
- package/src/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.ts +16 -0
- package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +338 -178
- package/src/libs/api/metadata-converter/src/lib/xml-utils.ts +84 -16
- package/src/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts +1 -1
- package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +2 -2
- package/src/libs/api/repository/src/lib/gn4/index.ts +2 -0
- package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.ts +22 -2
- package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.ts +15 -4
- package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +47 -8
- package/src/libs/api/repository/src/lib/gn4/selection/selection.service.ts +14 -38
- package/src/libs/common/domain/src/lib/index.ts +2 -0
- package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +45 -24
- package/src/libs/common/domain/src/lib/model/search/aggregation.model.ts +1 -1
- package/src/libs/common/domain/src/lib/model/search/field.model.ts +1 -0
- package/src/libs/common/domain/src/lib/model/search/filter.model.ts +1 -1
- package/src/libs/common/domain/src/lib/model/search/index.ts +1 -0
- package/src/libs/common/domain/src/lib/model/search/search.model.ts +2 -2
- package/src/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.ts +1 -0
- package/src/libs/common/domain/src/lib/model/user/index.ts +1 -0
- package/src/libs/common/domain/src/lib/platform.service.interface.ts +1 -4
- package/src/libs/common/fixtures/src/lib/elasticsearch/full-response.ts +1 -1
- package/src/libs/common/fixtures/src/lib/gn4/groups.fixtures.ts +1 -1
- package/src/libs/common/fixtures/src/lib/records.fixtures.ts +52 -10
- package/src/libs/data-access/gn4/src/openapi/api/records.api.service.ts +43 -12
- package/src/libs/data-access/gn4/src/openapi/model/models.ts +0 -1
- package/src/libs/data-access/gn4/src/spec.yaml +1 -1
- package/src/libs/feature/catalog/src/lib/my-org/my-org.service.ts +4 -16
- package/src/libs/feature/dataviz/src/lib/service/data.service.ts +9 -6
- package/src/libs/feature/editor/src/index.ts +5 -0
- package/src/libs/feature/editor/src/lib/+state/editor.actions.ts +24 -0
- package/src/libs/feature/editor/src/lib/+state/editor.effects.ts +49 -0
- package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +30 -0
- package/src/libs/feature/editor/src/lib/+state/editor.models.ts +1 -0
- package/src/libs/feature/editor/src/lib/+state/editor.reducer.ts +68 -0
- package/src/libs/feature/editor/src/lib/+state/editor.selectors.ts +39 -0
- package/src/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.css +0 -0
- package/src/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.html +8 -0
- package/src/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.ts +70 -0
- package/src/libs/feature/editor/src/lib/expressions.ts +16 -0
- package/src/libs/feature/editor/src/lib/feature-editor.module.ts +11 -0
- package/src/libs/feature/editor/src/lib/fields.config.ts +35 -0
- package/src/libs/feature/editor/src/lib/models/fields.model.ts +29 -0
- package/src/libs/feature/editor/src/lib/record-form/record-form.component.html +9 -7
- package/src/libs/feature/editor/src/lib/record-form/record-form.component.ts +13 -6
- package/src/libs/feature/editor/src/lib/services/editor.service.ts +39 -67
- package/src/libs/feature/map/src/index.ts +1 -0
- package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.ts +5 -1
- package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.css +0 -0
- package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.html +21 -0
- package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.ts +107 -0
- package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.css +0 -0
- package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.html +36 -0
- package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.ts +80 -0
- package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.css +0 -0
- package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.html +37 -0
- package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.ts +64 -0
- package/src/libs/feature/map/src/lib/constant/index.ts +1 -0
- package/src/libs/feature/map/src/lib/feature-map.module.ts +14 -0
- package/src/libs/feature/map/src/lib/geocoding/geocoding.component.css +0 -0
- package/src/libs/feature/map/src/lib/geocoding/geocoding.component.html +39 -0
- package/src/libs/feature/map/src/lib/geocoding/geocoding.component.ts +99 -0
- package/src/libs/feature/map/src/lib/geocoding.service.ts +59 -0
- package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.html +14 -2
- package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.ts +5 -0
- package/src/libs/feature/map/src/lib/map-context/map-context.model.ts +10 -3
- package/src/libs/feature/map/src/lib/map-context/map-context.service.ts +72 -28
- package/src/libs/feature/map/src/lib/utils/index.ts +0 -2
- package/src/libs/feature/map/src/lib/utils/map-utils.service.ts +87 -96
- package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.ts +12 -12
- package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +23 -4
- package/src/libs/feature/record/src/lib/state/mdview.reducer.ts +1 -1
- package/src/libs/feature/router/src/lib/default/index.ts +1 -0
- package/src/libs/feature/router/src/lib/default/router.service.ts +1 -1
- package/src/libs/feature/search/src/index.ts +3 -0
- package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.html +13 -4
- package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.ts +2 -1
- package/src/libs/feature/search/src/lib/feature-search.module.ts +1 -10
- package/src/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.ts +4 -4
- package/src/libs/feature/search/src/lib/filter-geometry.token.ts +7 -0
- package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.ts +9 -3
- package/src/libs/feature/search/src/lib/record-url.token.ts +4 -0
- package/src/libs/feature/search/src/lib/results-list/results-list.container.component.ts +1 -1
- package/src/libs/feature/search/src/lib/results-table/results-table.component.css +0 -0
- package/src/libs/feature/search/src/lib/results-table/results-table.component.html +112 -0
- package/src/libs/feature/search/src/lib/results-table/results-table.component.ts +164 -0
- package/src/libs/feature/search/src/lib/state/effects.ts +5 -4
- package/src/libs/feature/search/src/lib/state/search.facade.ts +2 -1
- package/src/libs/feature/search/src/lib/utils/service/fields.service.ts +21 -16
- package/src/libs/feature/search/src/lib/utils/service/fields.ts +43 -34
- package/src/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.html +1 -0
- package/src/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.ts +1 -1
- package/src/libs/ui/elements/src/index.ts +3 -0
- package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.html +4 -1
- package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.css +0 -0
- package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.html +30 -0
- package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.ts +15 -0
- package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.css +5 -0
- package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.html +39 -0
- package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.ts +58 -0
- package/src/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.css +264 -0
- package/src/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.html +1 -0
- package/src/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.ts +17 -0
- package/src/libs/ui/elements/src/lib/max-lines/max-lines.component.html +5 -1
- package/src/libs/ui/elements/src/lib/max-lines/max-lines.component.ts +1 -0
- package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.html +3 -3
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.css +4 -0
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +212 -68
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +51 -10
- package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.ts +2 -3
- package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.html +5 -5
- package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.ts +12 -4
- package/src/libs/ui/elements/src/lib/related-record-card/related-record-card.component.html +1 -1
- package/src/libs/ui/elements/src/lib/thumbnail/thumbnail.component.html +2 -2
- package/src/libs/ui/elements/src/lib/thumbnail/thumbnail.component.ts +9 -3
- package/src/libs/ui/elements/src/lib/ui-elements.module.ts +8 -1
- package/src/libs/ui/inputs/src/index.ts +1 -0
- package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.html +1 -1
- package/src/libs/ui/inputs/src/lib/button/button.component.css +0 -5
- package/src/libs/ui/inputs/src/lib/button/button.component.html +0 -1
- package/src/libs/ui/inputs/src/lib/button/button.component.ts +8 -7
- package/src/libs/ui/inputs/src/lib/checkbox/checkbox.component.html +0 -1
- package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.html +2 -2
- package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.html +3 -1
- package/src/libs/ui/inputs/src/lib/editable-label/editable-label.directive.ts +48 -0
- package/src/libs/ui/inputs/src/lib/files-drop/files-drop.directive.ts +45 -0
- package/src/libs/ui/inputs/src/lib/form-field/form-field.component.ts +3 -1
- package/src/libs/ui/inputs/src/lib/form-field/form-field.model.ts +0 -1
- package/src/libs/ui/inputs/src/lib/image-input/image-input.component.css +0 -0
- package/src/libs/ui/inputs/src/lib/image-input/image-input.component.html +146 -0
- package/src/libs/ui/inputs/src/lib/image-input/image-input.component.ts +193 -0
- package/src/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.css +3 -0
- package/src/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.html +8 -3
- package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.css +1 -0
- package/src/libs/ui/inputs/src/lib/text-area/text-area.component.ts +1 -0
- package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +8 -2
- package/src/libs/ui/layout/src/index.ts +2 -0
- package/src/libs/ui/layout/src/lib/carousel/carousel.component.css +1 -1
- package/src/libs/ui/layout/src/lib/carousel/carousel.component.html +1 -0
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.css +0 -0
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.html +1 -0
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.ts +33 -0
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.css +15 -0
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.html +54 -0
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.ts +42 -0
- package/src/libs/ui/search/src/index.ts +0 -1
- package/src/libs/ui/search/src/lib/ui-search.module.ts +2 -3
- package/src/libs/ui/widgets/src/lib/badge/badge.component.html +3 -1
- package/src/libs/util/i18n/src/index.ts +0 -1
- package/src/libs/util/i18n/src/lib/i18n.constants.ts +18 -0
- package/src/libs/util/shared/src/lib/links/link-utils.ts +34 -11
- package/src/libs/util/shared/src/lib/utils/bytes-convert.ts +3 -0
- package/src/libs/util/shared/src/lib/utils/image-resize.ts +72 -0
- package/src/libs/util/shared/src/lib/utils/index.ts +7 -4
- package/src/libs/util/shared/src/lib/utils/temporal-extent-union.ts +32 -0
- package/tailwind.base.css +44 -15
- package/translations/de.json +143 -109
- package/translations/en.json +75 -41
- package/translations/es.json +53 -19
- package/translations/fr.json +69 -35
- package/translations/it.json +70 -36
- package/translations/nl.json +54 -20
- package/translations/pt.json +53 -19
- package/translations/sk.json +131 -97
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.metadata.mapper.mjs +0 -48
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/codelists/role.mapper.mjs +0 -48
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/codelists/status.mapper.mjs +0 -18
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/codelists/update-frequency.mapper.mjs +0 -64
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/converter.mjs +0 -122
- package/esm2022/libs/api/metadata-converter/src/lib/metadata-base.mapper.mjs +0 -14
- package/esm2022/libs/data-access/gn4/src/openapi/model/inlineObject3.api.model.mjs +0 -13
- package/esm2022/libs/feature/map/src/lib/utils/map-utils-wms.service.mjs +0 -55
- package/esm2022/libs/feature/map/src/lib/utils/projections.mjs +0 -2
- package/esm2022/libs/ui/search/src/lib/record-table/record-table.component.mjs +0 -145
- package/esm2022/libs/util/i18n/src/lib/testing/test.translate.loader.mjs +0 -24
- package/esm2022/libs/util/i18n/src/lib/testing/test.translate.module.mjs +0 -109
- package/esm2022/libs/util/i18n/src/lib/testing/translations.model.mjs +0 -6
- package/libs/api/metadata-converter/src/lib/gn4/gn4.metadata.mapper.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/codelists/role.mapper.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/codelists/status.mapper.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/codelists/update-frequency.mapper.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/converter.d.ts +0 -4
- package/libs/api/metadata-converter/src/lib/iso19139/converter.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/metadata-base.mapper.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/inlineObject3.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/inlineObject3.api.model.d.ts.map +0 -1
- package/libs/feature/map/src/lib/utils/map-utils-wms.service.d.ts +0 -17
- package/libs/feature/map/src/lib/utils/map-utils-wms.service.d.ts.map +0 -1
- package/libs/feature/map/src/lib/utils/projections.d.ts.map +0 -1
- package/libs/ui/search/src/lib/record-table/record-table.component.d.ts +0 -31
- package/libs/ui/search/src/lib/record-table/record-table.component.d.ts.map +0 -1
- package/libs/util/i18n/src/lib/testing/test.translate.loader.d.ts +0 -17
- package/libs/util/i18n/src/lib/testing/test.translate.loader.d.ts.map +0 -1
- package/libs/util/i18n/src/lib/testing/test.translate.module.d.ts +0 -131
- package/libs/util/i18n/src/lib/testing/test.translate.module.d.ts.map +0 -1
- package/libs/util/i18n/src/lib/testing/translations.model.d.ts +0 -21
- package/libs/util/i18n/src/lib/testing/translations.model.d.ts.map +0 -1
- package/src/libs/api/metadata-converter/src/lib/iso19139/converter.ts +0 -187
- package/src/libs/data-access/gn4/src/openapi/model/inlineObject3.api.model.ts +0 -18
- package/src/libs/feature/map/src/lib/utils/map-utils-wms.service.ts +0 -58
- package/src/libs/ui/search/src/lib/record-table/record-table.component.css +0 -7
- package/src/libs/ui/search/src/lib/record-table/record-table.component.html +0 -215
- package/src/libs/ui/search/src/lib/record-table/record-table.component.ts +0 -149
- package/src/libs/util/i18n/src/lib/testing/test.translate.loader.ts +0 -26
- package/src/libs/util/i18n/src/lib/testing/test.translate.module.ts +0 -235
- package/src/libs/util/i18n/src/lib/testing/translations.model.ts +0 -28
- /package/libs/api/metadata-converter/src/lib/iso19139/{codelists → utils}/role.mapper.d.ts +0 -0
- /package/libs/api/metadata-converter/src/lib/iso19139/{codelists → utils}/status.mapper.d.ts +0 -0
- /package/libs/api/metadata-converter/src/lib/iso19139/{codelists → utils}/update-frequency.mapper.d.ts +0 -0
- /package/libs/feature/map/src/lib/{utils → constant}/projections.d.ts +0 -0
- /package/src/libs/api/metadata-converter/src/lib/iso19139/{codelists → utils}/role.mapper.ts +0 -0
- /package/src/libs/api/metadata-converter/src/lib/iso19139/{codelists → utils}/status.mapper.ts +0 -0
- /package/src/libs/api/metadata-converter/src/lib/iso19139/{codelists → utils}/update-frequency.mapper.ts +0 -0
- /package/src/libs/feature/map/src/lib/{utils → constant}/projections.ts +0 -0
package/src/libs/api/metadata-converter/src/lib/{metadata-base.mapper.ts → base.converter.ts}
RENAMED
|
@@ -7,13 +7,13 @@ export class MetadataMapperContext {
|
|
|
7
7
|
readonly location?
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
export abstract class
|
|
10
|
+
export abstract class BaseConverter<F> {
|
|
11
11
|
constructor(
|
|
12
12
|
protected ctx: MetadataMapperContext = new MetadataMapperContext()
|
|
13
13
|
) {}
|
|
14
14
|
|
|
15
15
|
abstract readRecord(document: F): Promise<CatalogRecord>
|
|
16
|
-
abstract writeRecord(record: CatalogRecord): Promise<F>
|
|
16
|
+
abstract writeRecord(record: CatalogRecord, reference?: F): Promise<F>
|
|
17
17
|
readRecords(documents: F[]): Promise<CatalogRecord[]> {
|
|
18
18
|
return Promise.all(documents.map((doc) => this.readRecord(doc)))
|
|
19
19
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Iso19139Converter } from './iso19139'
|
|
2
|
+
import { BaseConverter } from './base.converter'
|
|
3
|
+
import { Iso191153Converter } from './iso19115-3'
|
|
4
|
+
|
|
5
|
+
export function findConverterForDocument(
|
|
6
|
+
document: string
|
|
7
|
+
): BaseConverter<string> {
|
|
8
|
+
if (document.indexOf('mdb:MD_Metadata') > 0) {
|
|
9
|
+
return new Iso191153Converter()
|
|
10
|
+
} else if (document.indexOf('gmd:MD_Metadata') > 0) {
|
|
11
|
+
return new Iso19139Converter()
|
|
12
|
+
} else {
|
|
13
|
+
throw new Error(`No suitable converter found for the following document:
|
|
14
|
+
${document.substring(0, 400)}...`)
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -10,6 +10,21 @@ export const GENERIC_DATASET_RECORD: DatasetRecord = {
|
|
|
10
10
|
description: 'A generic organization',
|
|
11
11
|
},
|
|
12
12
|
contacts: [
|
|
13
|
+
{
|
|
14
|
+
email: 'bob@org.net',
|
|
15
|
+
role: 'point_of_contact',
|
|
16
|
+
organization: {
|
|
17
|
+
name: 'MyOrganization',
|
|
18
|
+
website: new URL('https://www.my.org/info'),
|
|
19
|
+
logoUrl: new URL('https://www.my.org/logo.png'),
|
|
20
|
+
description: 'A generic organization',
|
|
21
|
+
},
|
|
22
|
+
firstName: 'Bob',
|
|
23
|
+
lastName: 'TheGreat',
|
|
24
|
+
position: 'developer',
|
|
25
|
+
},
|
|
26
|
+
],
|
|
27
|
+
contactsForResource: [
|
|
13
28
|
{
|
|
14
29
|
email: 'bob@org.net',
|
|
15
30
|
role: 'author',
|
|
@@ -32,13 +47,26 @@ export const GENERIC_DATASET_RECORD: DatasetRecord = {
|
|
|
32
47
|
},
|
|
33
48
|
position: 'manager',
|
|
34
49
|
},
|
|
50
|
+
{
|
|
51
|
+
email: 'bill@org2.com',
|
|
52
|
+
role: 'distributor',
|
|
53
|
+
organization: {
|
|
54
|
+
name: 'Another Organization',
|
|
55
|
+
website: new URL('https://www.another.org/docs'),
|
|
56
|
+
},
|
|
57
|
+
position: 'randomWorker',
|
|
58
|
+
address: '123 rue des moulins, 10808 Montargis, FR',
|
|
59
|
+
phone: '+11234567890',
|
|
60
|
+
lastName: 'TheDistributor',
|
|
61
|
+
firstName: 'Bill',
|
|
62
|
+
},
|
|
35
63
|
],
|
|
36
|
-
contactsForResource: [],
|
|
37
64
|
status: 'ongoing',
|
|
38
|
-
recordCreated: new Date('
|
|
65
|
+
recordCreated: new Date('2021-11-15T09:00:00'),
|
|
66
|
+
recordPublished: new Date('2022-01-01T10:00:00'),
|
|
39
67
|
recordUpdated: new Date('2022-02-01T15:12:00'),
|
|
40
|
-
|
|
41
|
-
|
|
68
|
+
resourceCreated: new Date('2022-09-01T14:18:19'),
|
|
69
|
+
resourceUpdated: new Date('2022-12-04T15:12:00'),
|
|
42
70
|
title: 'A very interesting dataset (un jeu de données très intéressant)',
|
|
43
71
|
abstract: `# Introduction
|
|
44
72
|
This dataset has been established for testing purposes.
|
|
@@ -57,8 +85,61 @@ Cette section contient des *caractères internationaux* (ainsi que des "caractè
|
|
|
57
85
|
url: new URL('http://my-org.net/two.png'),
|
|
58
86
|
},
|
|
59
87
|
],
|
|
60
|
-
keywords: [
|
|
61
|
-
|
|
88
|
+
keywords: [
|
|
89
|
+
{
|
|
90
|
+
thesaurus: {
|
|
91
|
+
id: 'geonetwork.thesaurus.local',
|
|
92
|
+
name: 'geonetwork.thesaurus.local',
|
|
93
|
+
},
|
|
94
|
+
type: 'other',
|
|
95
|
+
label: 'international',
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
thesaurus: {
|
|
99
|
+
id: 'geonetwork.thesaurus.local',
|
|
100
|
+
name: 'geonetwork.thesaurus.local',
|
|
101
|
+
},
|
|
102
|
+
type: 'other',
|
|
103
|
+
label: 'test',
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
thesaurus: {
|
|
107
|
+
id: 'geonetwork.thesaurus.local',
|
|
108
|
+
name: 'geonetwork.thesaurus.local',
|
|
109
|
+
},
|
|
110
|
+
type: 'other',
|
|
111
|
+
label: '_another_keyword_',
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
thesaurus: {
|
|
115
|
+
id: 'geonetwork.thesaurus.theme',
|
|
116
|
+
name: 'geonetwork.thesaurus.theme',
|
|
117
|
+
},
|
|
118
|
+
type: 'theme',
|
|
119
|
+
label: 'test theme',
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
thesaurus: {
|
|
123
|
+
id: 'geonetwork.thesaurus.place',
|
|
124
|
+
name: 'geonetwork.thesaurus.place',
|
|
125
|
+
},
|
|
126
|
+
type: 'place',
|
|
127
|
+
label: 'test place',
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
type: 'theme',
|
|
131
|
+
label: 'themeNoThesaurus',
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
type: 'theme',
|
|
135
|
+
label: 'themeNoThesaurus 2',
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
type: 'temporal',
|
|
139
|
+
label: 'temporalNoThesaurus',
|
|
140
|
+
},
|
|
141
|
+
],
|
|
142
|
+
topics: ['agriculture'],
|
|
62
143
|
spatialRepresentation: 'grid',
|
|
63
144
|
distributions: [
|
|
64
145
|
{
|
|
@@ -93,9 +174,9 @@ Cette section contient des *caractères internationaux* (ainsi que des "caractè
|
|
|
93
174
|
lineage: `This record was edited manually to test the conversion processes
|
|
94
175
|
|
|
95
176
|
As such, **it is not very interesting at all.**`,
|
|
96
|
-
|
|
97
|
-
'Should only be used as a testing tool',
|
|
98
|
-
'Might cause minor annoyance in people',
|
|
177
|
+
otherConstraints: [
|
|
178
|
+
{ text: 'Should only be used as a testing tool' },
|
|
179
|
+
{ text: 'Might cause minor annoyance in people' },
|
|
99
180
|
],
|
|
100
181
|
licenses: [
|
|
101
182
|
{
|
|
@@ -103,14 +184,14 @@ As such, **it is not very interesting at all.**`,
|
|
|
103
184
|
url: new URL('https://data.rennesmetropole.fr/pages/licence/'),
|
|
104
185
|
},
|
|
105
186
|
],
|
|
106
|
-
|
|
187
|
+
legalConstraints: [
|
|
107
188
|
{
|
|
108
189
|
text: "Dataset access isn't possible since it does not really exist",
|
|
109
|
-
type: 'other',
|
|
110
190
|
},
|
|
191
|
+
],
|
|
192
|
+
securityConstraints: [
|
|
111
193
|
{
|
|
112
194
|
text: 'Contains sensitive information related to national defense',
|
|
113
|
-
type: 'security',
|
|
114
195
|
},
|
|
115
196
|
],
|
|
116
197
|
spatialExtents: [],
|
|
@@ -119,4 +200,5 @@ As such, **it is not very interesting at all.**`,
|
|
|
119
200
|
updatedTimes: 3,
|
|
120
201
|
per: 'month',
|
|
121
202
|
},
|
|
203
|
+
languages: [],
|
|
122
204
|
}
|
|
@@ -16,10 +16,18 @@ export const GEO2FRANCE_PLU_DATASET_RECORD: DatasetRecord = {
|
|
|
16
16
|
},
|
|
17
17
|
},
|
|
18
18
|
],
|
|
19
|
-
contactsForResource: [
|
|
20
|
-
|
|
19
|
+
contactsForResource: [
|
|
20
|
+
{
|
|
21
|
+
email: 'sig@agglo-compiegne.fr',
|
|
22
|
+
role: 'point_of_contact',
|
|
23
|
+
organization: {
|
|
24
|
+
name: 'GeoCompiegnois',
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
|
+
],
|
|
21
28
|
recordUpdated: new Date('2022-04-15T14:18:19'),
|
|
22
|
-
|
|
29
|
+
resourcePublished: new Date('2022-05-01'),
|
|
30
|
+
resourceUpdated: new Date('2022-03-29'),
|
|
23
31
|
title:
|
|
24
32
|
"Plan local d'urbanisme (PLU) dématérialisé - commune d'Avrigny - approbation du 29/03/2022",
|
|
25
33
|
// data revision: 2022-03-29 ???
|
|
@@ -38,13 +46,57 @@ Malgré l'attention portée à la création de ces données, il est rappelé que
|
|
|
38
46
|
},
|
|
39
47
|
],
|
|
40
48
|
keywords: [
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
49
|
+
{
|
|
50
|
+
thesaurus: {
|
|
51
|
+
name: 'GEMET - INSPIRE themes, version 1.0',
|
|
52
|
+
id: 'geonetwork.thesaurus.external.theme.inspire-theme',
|
|
53
|
+
url: new URL(
|
|
54
|
+
'http://geo.compiegnois.fr/geonetwork/srv/eng/thesaurus.download?ref=external.theme.inspire-theme'
|
|
55
|
+
),
|
|
56
|
+
},
|
|
57
|
+
type: 'theme',
|
|
58
|
+
label: 'Usage des sols',
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
thesaurus: {
|
|
62
|
+
name: 'GEMET - Concepts, version 2.4',
|
|
63
|
+
id: 'geonetwork.thesaurus.external.theme.gemet',
|
|
64
|
+
url: new URL(
|
|
65
|
+
'http://geo.compiegnois.fr/geonetwork/srv/eng/thesaurus.download?ref=external.theme.gemet'
|
|
66
|
+
),
|
|
67
|
+
},
|
|
68
|
+
type: 'theme',
|
|
69
|
+
label: "document d'urbanisme",
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
type: 'other',
|
|
73
|
+
label: 'planification',
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
type: 'other',
|
|
77
|
+
label: 'PLU',
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
type: 'other',
|
|
81
|
+
label: "Plan local d'urbanisme",
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
type: 'other',
|
|
85
|
+
label: 'données ouvertes',
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
thesaurus: {
|
|
89
|
+
id: 'geonetwork.thesaurus.external.place.GeoCompiegnois',
|
|
90
|
+
name: 'Collectivités du Pays Compiégnois',
|
|
91
|
+
url: new URL(
|
|
92
|
+
'http://geo.compiegnois.fr/geonetwork/srv/eng/thesaurus.download?ref=external.place.GeoCompiegnois'
|
|
93
|
+
),
|
|
94
|
+
},
|
|
95
|
+
type: 'place',
|
|
96
|
+
label: 'Avrigny*60036',
|
|
97
|
+
},
|
|
46
98
|
],
|
|
47
|
-
|
|
99
|
+
topics: ['planningCadastre'],
|
|
48
100
|
spatialRepresentation: 'vector',
|
|
49
101
|
distributions: [
|
|
50
102
|
{
|
|
@@ -59,17 +111,20 @@ Malgré l'attention portée à la création de ces données, il est rappelé que
|
|
|
59
111
|
],
|
|
60
112
|
lineage: `Document d’urbanisme numérisé conformément aux prescriptions nationales du CNIG par le Service d'Information Géographique de l'Agglomération de la Région de Compiègne.
|
|
61
113
|
Ce lot de données produit en 2019, a été numérisé à partir du PCI Vecteur de 2019 et contrôlé par le Service d'Information Géographique de l'Agglomération de la Région de Compiègne.`,
|
|
62
|
-
accessConstraints: [],
|
|
63
|
-
useLimitations: ["Aucune condition ne s'applique", 'Licence Ouverte 2.0'],
|
|
64
114
|
licenses: [
|
|
65
|
-
// this does not make sense but there's no way to infer anything else from the metadata
|
|
66
115
|
{
|
|
67
116
|
text: "En dépit des efforts et diligences mis en œuvre pour en vérifier la fiabilité, le fournisseur n’est pas en mesure de garantir l’exactitude, la mise à jour, l’intégrité, l’exhaustivité des données et en particulier que les données sont exemptes d'erreurs, notamment de localisation, d’identification ou d’actualisation ou d’imprécisions. Les données ne sont pas fournies en vue d'une utilisation particulière et aucune garantie quant à leur aptitude à un usage particulier n'est apportée par le fournisseur. En conséquence, les utilisateurs utilisent les données sous leur responsabilité pleine et entière, à leurs risques et périls, sans recours possible contre le fournisseur dont la responsabilité ne saurait être engagée du fait d’un dommage résultant directement ou indirectement de l’utilisation de ces données. En particulier, il appartient aux utilisateurs d’apprécier, sous leur seule responsabilité : – l'opportunité d'utiliser les données ; – la compatibilité des fichiers avec leurs systèmes informatiques ; – l’adéquation des données à leurs besoins ; – qu’ils disposent de la compétence suffisante pour utiliser les données ; – l’opportunité d’utiliser la documentation ou les outils d’analyse fournis ou préconisés, en relation avec l’utilisation des données, le cas échéant. Le fournisseur n’est en aucune façon responsable des éléments extérieurs aux données et notamment des outils d’analyse, matériels, logiciels, réseaux..., utilisés pour consulter et/ou traiter les données, même s’il a préconisé ces éléments. L’utilisateur veille à vérifier que l’actualité des informations mises à disposition est compatible avec l’usage qu’il en fait.",
|
|
68
117
|
},
|
|
118
|
+
{ text: "Aucune condition ne s'applique" },
|
|
119
|
+
{ text: 'Licence Ouverte 2.0' },
|
|
69
120
|
],
|
|
121
|
+
legalConstraints: [],
|
|
122
|
+
securityConstraints: [],
|
|
123
|
+
otherConstraints: [],
|
|
70
124
|
// data quality?
|
|
71
125
|
spatialExtents: [],
|
|
72
126
|
temporalExtents: [],
|
|
73
127
|
status: 'completed',
|
|
74
128
|
updateFrequency: 'unknown',
|
|
129
|
+
languages: [],
|
|
75
130
|
}
|
|
@@ -13,6 +13,17 @@ export const GEOCAT_CH_DATASET_RECORD: DatasetRecord = {
|
|
|
13
13
|
{
|
|
14
14
|
email: 'rolf.giezendanner@are.admin.ch',
|
|
15
15
|
role: 'point_of_contact',
|
|
16
|
+
address: 'Ittigen, 3063, CH',
|
|
17
|
+
organization: {
|
|
18
|
+
name: 'Bundesamt für Raumentwicklung',
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
],
|
|
22
|
+
contactsForResource: [
|
|
23
|
+
{
|
|
24
|
+
email: 'rolf.giezendanner@are.admin.ch',
|
|
25
|
+
role: 'point_of_contact',
|
|
26
|
+
address: 'Ittigen, 3063, CH',
|
|
16
27
|
organization: {
|
|
17
28
|
name: 'Bundesamt für Raumentwicklung',
|
|
18
29
|
},
|
|
@@ -25,33 +36,191 @@ export const GEOCAT_CH_DATASET_RECORD: DatasetRecord = {
|
|
|
25
36
|
},
|
|
26
37
|
},
|
|
27
38
|
],
|
|
28
|
-
contactsForResource: [],
|
|
29
|
-
recordCreated: new Date('2022-02-22T19:40:06'),
|
|
30
39
|
recordUpdated: new Date('2022-02-22T19:40:06'),
|
|
31
|
-
|
|
32
|
-
|
|
40
|
+
resourceCreated: new Date('1999-01-01T00:00:00'),
|
|
41
|
+
resourceUpdated: new Date('2009-01-01'),
|
|
33
42
|
title: 'Alpenkonvention',
|
|
34
43
|
abstract: `Perimeter der Alpenkonvention in der Schweiz. Die Alpenkonvention ist ein völkerrechtlicher Vertrag zwischen den acht Alpenländern Deutschland, Frankreich, Italien, Liechtenstein, Monaco, Österreich, Schweiz, Slowenien sowie der Europäischen Union. Das Ziel des Übereinkommens ist der Schutz der Alpen durch eine sektorübergreifende, ganzheitliche und nachhaltige Politik.`,
|
|
35
44
|
overviews: [],
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
45
|
+
topics: ['planningCadastre', 'planningCadastre_Planning'],
|
|
46
|
+
keywords: [
|
|
47
|
+
{
|
|
48
|
+
thesaurus: {
|
|
49
|
+
name: 'geocat.ch',
|
|
50
|
+
id: 'geonetwork.thesaurus.local.theme.geocat.ch',
|
|
51
|
+
url: new URL(
|
|
52
|
+
'https://geocat-dev.dev.bgdi.ch/geonetwork/srv/api/registries/vocabularies/local.theme.geocat.ch'
|
|
53
|
+
),
|
|
54
|
+
},
|
|
55
|
+
type: 'theme',
|
|
56
|
+
label: 'Aufbewahrungs- und Archivierungsplanung AAP - Bund',
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
thesaurus: {
|
|
60
|
+
name: 'geocat.ch',
|
|
61
|
+
id: 'geonetwork.thesaurus.local.theme.geocat.ch',
|
|
62
|
+
url: new URL(
|
|
63
|
+
'https://geocat-dev.dev.bgdi.ch/geonetwork/srv/api/registries/vocabularies/local.theme.geocat.ch'
|
|
64
|
+
),
|
|
65
|
+
},
|
|
66
|
+
type: 'theme',
|
|
67
|
+
label: 'Geobasisdaten',
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
thesaurus: {
|
|
71
|
+
name: 'geocat.ch',
|
|
72
|
+
id: 'geonetwork.thesaurus.local.theme.geocat.ch',
|
|
73
|
+
url: new URL(
|
|
74
|
+
'https://geocat-dev.dev.bgdi.ch/geonetwork/srv/api/registries/vocabularies/local.theme.geocat.ch'
|
|
75
|
+
),
|
|
76
|
+
},
|
|
77
|
+
type: 'theme',
|
|
78
|
+
label: 'e-geo.ch',
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
label: 'opendata.swiss',
|
|
82
|
+
thesaurus: {
|
|
83
|
+
id: 'geonetwork.thesaurus.local.theme.geocat.ch',
|
|
84
|
+
name: 'geocat.ch',
|
|
85
|
+
url: new URL(
|
|
86
|
+
'https://geocat-dev.dev.bgdi.ch/geonetwork/srv/api/registries/vocabularies/local.theme.geocat.ch'
|
|
87
|
+
),
|
|
88
|
+
},
|
|
89
|
+
type: 'theme',
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
label: 'Nachhaltige Entwicklung',
|
|
93
|
+
thesaurus: {
|
|
94
|
+
id: 'geonetwork.thesaurus.external.theme.gemet',
|
|
95
|
+
name: 'GEMET',
|
|
96
|
+
url: new URL(
|
|
97
|
+
'https://geocat-dev.dev.bgdi.ch/geonetwork/srv/api/registries/vocabularies/local.theme.geocat.ch'
|
|
98
|
+
),
|
|
99
|
+
},
|
|
100
|
+
type: 'theme',
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
label: 'Raumplanung',
|
|
104
|
+
thesaurus: {
|
|
105
|
+
id: 'geonetwork.thesaurus.external.theme.gemet',
|
|
106
|
+
name: 'GEMET',
|
|
107
|
+
url: new URL(
|
|
108
|
+
'https://geocat-dev.dev.bgdi.ch/geonetwork/srv/api/registries/vocabularies/local.theme.geocat.ch'
|
|
109
|
+
),
|
|
110
|
+
},
|
|
111
|
+
type: 'theme',
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
label: 'Bergschutz',
|
|
115
|
+
thesaurus: {
|
|
116
|
+
id: 'geonetwork.thesaurus.external.theme.gemet',
|
|
117
|
+
name: 'GEMET',
|
|
118
|
+
url: new URL(
|
|
119
|
+
'https://geocat-dev.dev.bgdi.ch/geonetwork/srv/api/registries/vocabularies/local.theme.geocat.ch'
|
|
120
|
+
),
|
|
121
|
+
},
|
|
122
|
+
type: 'theme',
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
label: 'Bodenschutz',
|
|
126
|
+
thesaurus: {
|
|
127
|
+
id: 'geonetwork.thesaurus.external.theme.gemet',
|
|
128
|
+
name: 'GEMET',
|
|
129
|
+
url: new URL(
|
|
130
|
+
'https://geocat-dev.dev.bgdi.ch/geonetwork/srv/api/registries/vocabularies/local.theme.geocat.ch'
|
|
131
|
+
),
|
|
132
|
+
},
|
|
133
|
+
type: 'theme',
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
label: 'Umweltpolitik',
|
|
137
|
+
thesaurus: {
|
|
138
|
+
id: 'geonetwork.thesaurus.external.theme.gemet',
|
|
139
|
+
name: 'GEMET',
|
|
140
|
+
url: new URL(
|
|
141
|
+
'https://geocat-dev.dev.bgdi.ch/geonetwork/srv/api/registries/vocabularies/local.theme.geocat.ch'
|
|
142
|
+
),
|
|
143
|
+
},
|
|
144
|
+
type: 'theme',
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
label: 'Umweltpolitik',
|
|
148
|
+
thesaurus: {
|
|
149
|
+
id: 'geonetwork.thesaurus.external.theme.gemet',
|
|
150
|
+
name: 'GEMET',
|
|
151
|
+
url: new URL(
|
|
152
|
+
'https://geocat-dev.dev.bgdi.ch/geonetwork/srv/api/registries/vocabularies/local.theme.geocat.ch'
|
|
153
|
+
),
|
|
154
|
+
},
|
|
155
|
+
type: 'theme',
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
label: 'Verkehr',
|
|
159
|
+
thesaurus: {
|
|
160
|
+
id: 'geonetwork.thesaurus.external.theme.gemet',
|
|
161
|
+
name: 'GEMET',
|
|
162
|
+
url: new URL(
|
|
163
|
+
'https://geocat-dev.dev.bgdi.ch/geonetwork/srv/api/registries/vocabularies/local.theme.geocat.ch'
|
|
164
|
+
),
|
|
165
|
+
},
|
|
166
|
+
type: 'theme',
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
label: 'Verkehr',
|
|
170
|
+
thesaurus: {
|
|
171
|
+
id: 'geonetwork.thesaurus.external.theme.gemet',
|
|
172
|
+
name: 'GEMET',
|
|
173
|
+
url: new URL(
|
|
174
|
+
'https://geocat-dev.dev.bgdi.ch/geonetwork/srv/api/registries/vocabularies/local.theme.geocat.ch'
|
|
175
|
+
),
|
|
176
|
+
},
|
|
177
|
+
type: 'theme',
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
label: 'Verkehr',
|
|
181
|
+
thesaurus: {
|
|
182
|
+
id: 'geonetwork.thesaurus.external.theme.gemet',
|
|
183
|
+
name: 'GEMET',
|
|
184
|
+
url: new URL(
|
|
185
|
+
'https://geocat-dev.dev.bgdi.ch/geonetwork/srv/api/registries/vocabularies/local.theme.geocat.ch'
|
|
186
|
+
),
|
|
187
|
+
},
|
|
188
|
+
type: 'theme',
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
label: 'Umweltüberwachung',
|
|
192
|
+
thesaurus: {
|
|
193
|
+
id: 'geonetwork.thesaurus.external.theme.inspire-theme',
|
|
194
|
+
name: 'GEMET - INSPIRE themes, version 1.0',
|
|
195
|
+
url: new URL(
|
|
196
|
+
'https://geocat-dev.dev.bgdi.ch/geonetwork/srv/api/registries/vocabularies/local.theme.geocat.ch'
|
|
197
|
+
),
|
|
198
|
+
},
|
|
199
|
+
type: 'theme',
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
label: 'Verwaltungseinheiten',
|
|
203
|
+
thesaurus: {
|
|
204
|
+
id: 'geonetwork.thesaurus.external.theme.inspire-theme',
|
|
205
|
+
name: 'GEMET - INSPIRE themes, version 1.0',
|
|
206
|
+
url: new URL(
|
|
207
|
+
'https://geocat-dev.dev.bgdi.ch/geonetwork/srv/api/registries/vocabularies/local.theme.geocat.ch'
|
|
208
|
+
),
|
|
209
|
+
},
|
|
210
|
+
type: 'theme',
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
label: 'BGDI Bundesgeodaten-Infrastruktur',
|
|
214
|
+
thesaurus: {
|
|
215
|
+
id: 'geonetwork.thesaurus.local.theme.geocat.ch',
|
|
216
|
+
name: 'geocat.ch',
|
|
217
|
+
url: new URL(
|
|
218
|
+
'https://geocat-dev.dev.bgdi.ch/geonetwork/srv/api/registries/vocabularies/local.theme.geocat.ch'
|
|
219
|
+
),
|
|
220
|
+
},
|
|
221
|
+
type: 'theme',
|
|
222
|
+
},
|
|
53
223
|
],
|
|
54
|
-
keywords: [],
|
|
55
224
|
spatialRepresentation: 'vector',
|
|
56
225
|
distributions: [
|
|
57
226
|
{
|
|
@@ -138,18 +307,36 @@ export const GEOCAT_CH_DATASET_RECORD: DatasetRecord = {
|
|
|
138
307
|
],
|
|
139
308
|
lineage:
|
|
140
309
|
'Digitalisiert nach den administrativen Einheiten der Schweiz, die im Anhang des Übereinkommens erscheinen.',
|
|
141
|
-
accessConstraints: [],
|
|
142
|
-
useLimitations: [],
|
|
143
310
|
licenses: [
|
|
144
311
|
{
|
|
145
312
|
text: "Licence passée entre l'Office fédéral de l'environnement (OFEV), et le canton de Fribourg, représenté par la Coordination SIT (SITel)",
|
|
146
313
|
},
|
|
147
314
|
],
|
|
315
|
+
legalConstraints: [
|
|
316
|
+
{
|
|
317
|
+
text: `1. Nutzungsbestimmung
|
|
318
|
+
|
|
319
|
+
Diese Geodaten unterliegen folgenden Nutzungsbeschränkungen:
|
|
320
|
+
|
|
321
|
+
- Sie dürfen nicht vervielfältigt, verbreitet und/oder weiter zugänglich gemacht werden.
|
|
322
|
+
|
|
323
|
+
- Sie dürfen nicht kommerziell genutzt werden.
|
|
324
|
+
|
|
325
|
+
- Sie dürfen ausschliesslich zu vorgegebenen Zwecken genutzt werden.
|
|
326
|
+
|
|
327
|
+
- Sie dürfen ausschliesslich zu dem unter 4. beschriebenen Zweck genutzt werden.
|
|
328
|
+
|
|
329
|
+
Die Quelle ist zu bezeichnen: „Quelle: Stadt Zürich“.`,
|
|
330
|
+
},
|
|
331
|
+
],
|
|
332
|
+
securityConstraints: [],
|
|
333
|
+
otherConstraints: [],
|
|
148
334
|
// data quality?
|
|
149
335
|
spatialExtents: [],
|
|
150
336
|
temporalExtents: [],
|
|
151
337
|
status: 'completed',
|
|
152
338
|
updateFrequency: 'asNeeded',
|
|
339
|
+
languages: [],
|
|
153
340
|
}
|
|
154
341
|
|
|
155
342
|
export const GEOCAT_CH_SERVICE_RECORD: ServiceRecord = {
|
|
@@ -160,9 +347,25 @@ export const GEOCAT_CH_SERVICE_RECORD: ServiceRecord = {
|
|
|
160
347
|
website: new URL('https://www.sg.ch/bauen/geoinformation/datenbezug.html'),
|
|
161
348
|
},
|
|
162
349
|
contacts: [
|
|
350
|
+
{
|
|
351
|
+
email: 'geodaten@sg.ch',
|
|
352
|
+
role: 'resource_provider',
|
|
353
|
+
phone: '+41(0)58 229 31 47',
|
|
354
|
+
address: 'St. Gallen, 9001, CH',
|
|
355
|
+
organization: {
|
|
356
|
+
name: 'Amt für Raumentwicklung und Geoinformation (SG)',
|
|
357
|
+
website: new URL(
|
|
358
|
+
'https://www.sg.ch/bauen/geoinformation/datenbezug.html'
|
|
359
|
+
),
|
|
360
|
+
},
|
|
361
|
+
},
|
|
362
|
+
],
|
|
363
|
+
contactsForResource: [
|
|
163
364
|
{
|
|
164
365
|
email: 'geodaten@sg.ch',
|
|
165
366
|
role: 'other',
|
|
367
|
+
phone: '+41(0)58 229 31 47',
|
|
368
|
+
address: 'St. Gallen, 9001, CH',
|
|
166
369
|
organization: {
|
|
167
370
|
name: 'Amt für Raumentwicklung und Geoinformation (SG)',
|
|
168
371
|
website: new URL(
|
|
@@ -173,6 +376,8 @@ export const GEOCAT_CH_SERVICE_RECORD: ServiceRecord = {
|
|
|
173
376
|
{
|
|
174
377
|
email: 'geodaten@sg.ch',
|
|
175
378
|
role: 'publisher',
|
|
379
|
+
phone: '+41(0)58 229 31 47',
|
|
380
|
+
address: 'St. Gallen, 9001, CH',
|
|
176
381
|
organization: {
|
|
177
382
|
name: 'Amt für Raumentwicklung und Geoinformation (SG)',
|
|
178
383
|
website: new URL(
|
|
@@ -181,8 +386,9 @@ export const GEOCAT_CH_SERVICE_RECORD: ServiceRecord = {
|
|
|
181
386
|
},
|
|
182
387
|
},
|
|
183
388
|
],
|
|
184
|
-
recordCreated: new Date('2022-03-07T01:15:51+01:00'),
|
|
185
389
|
recordUpdated: new Date('2022-03-07T01:15:51+01:00'),
|
|
390
|
+
resourceCreated: new Date('2021-09-15'),
|
|
391
|
+
resourceUpdated: new Date('2021-09-17'),
|
|
186
392
|
title: 'Verkehrsregelungsanlagen (WMS)',
|
|
187
393
|
abstract: `Diese Karte beinhaltet die Verkehrsregelungsanlagen des Kantons St.Gallen.`,
|
|
188
394
|
overviews: [
|
|
@@ -193,8 +399,31 @@ export const GEOCAT_CH_SERVICE_RECORD: ServiceRecord = {
|
|
|
193
399
|
description: 'Vorschaubild',
|
|
194
400
|
},
|
|
195
401
|
],
|
|
196
|
-
|
|
197
|
-
keywords: [
|
|
402
|
+
topics: [],
|
|
403
|
+
keywords: [
|
|
404
|
+
{
|
|
405
|
+
label: 'Verkehr',
|
|
406
|
+
thesaurus: {
|
|
407
|
+
id: 'geonetwork.thesaurus.external.theme.gemet',
|
|
408
|
+
name: 'GEMET',
|
|
409
|
+
url: new URL(
|
|
410
|
+
'https://geocat-dev.dev.bgdi.ch/geonetwork/srv/api/registries/vocabularies/local.theme.geocat.ch'
|
|
411
|
+
),
|
|
412
|
+
},
|
|
413
|
+
type: 'other',
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
label: 'opendata.swiss',
|
|
417
|
+
thesaurus: {
|
|
418
|
+
id: 'geonetwork.thesaurus.local.theme.geocat.ch',
|
|
419
|
+
name: 'geocat.ch',
|
|
420
|
+
url: new URL(
|
|
421
|
+
'https://geocat-dev.dev.bgdi.ch/geonetwork/srv/api/registries/vocabularies/local.theme.geocat.ch'
|
|
422
|
+
),
|
|
423
|
+
},
|
|
424
|
+
type: 'other',
|
|
425
|
+
},
|
|
426
|
+
],
|
|
198
427
|
onlineResources: [
|
|
199
428
|
{
|
|
200
429
|
type: 'link',
|
|
@@ -216,7 +445,9 @@ export const GEOCAT_CH_SERVICE_RECORD: ServiceRecord = {
|
|
|
216
445
|
'https://services.geo.sg.ch/wss/service/SG00170_WMS/guest?request=GetCapabilities&service=WMS',
|
|
217
446
|
},
|
|
218
447
|
],
|
|
219
|
-
accessConstraints: [],
|
|
220
|
-
useLimitations: [],
|
|
221
448
|
licenses: [],
|
|
449
|
+
legalConstraints: [],
|
|
450
|
+
securityConstraints: [],
|
|
451
|
+
otherConstraints: [],
|
|
452
|
+
languages: [],
|
|
222
453
|
}
|