geonetwork-ui 2.6.0-dev.9df114cd4 → 2.6.0-dev.d216c4dea
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/lib/base.converter.mjs +1 -1
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +3 -3
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +3 -3
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +4 -4
- package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.mjs +2 -10
- package/esm2022/libs/api/repository/src/lib/gn4/gn4.provider.mjs +7 -1
- package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
- package/esm2022/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.mjs +2 -3
- package/esm2022/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.mjs +1 -1
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +5 -5
- package/esm2022/libs/feature/record/src/index.mjs +1 -2
- package/esm2022/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.mjs +5 -9
- package/esm2022/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.mjs +7 -11
- package/esm2022/libs/feature/record/src/lib/record-meta/record-meta.component.mjs +1 -1
- package/esm2022/libs/feature/record/src/lib/state/mdview.effects.mjs +8 -5
- package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +4 -6
- package/esm2022/libs/feature/router/src/lib/default/constants.mjs +3 -1
- package/esm2022/libs/feature/router/src/lib/default/router.config.mjs +1 -1
- package/esm2022/libs/feature/router/src/lib/default/router.service.mjs +10 -2
- package/esm2022/libs/feature/router/src/lib/default/state/router.facade.mjs +9 -3
- package/esm2022/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.mjs +4 -4
- package/esm2022/libs/feature/search/src/lib/feature-search.module.mjs +2 -15
- package/esm2022/libs/feature/search/src/lib/record-url.token.mjs +4 -2
- package/esm2022/libs/feature/search/src/lib/results-list/results-list.container.component.mjs +26 -10
- package/esm2022/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/index.mjs +2 -1
- package/esm2022/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.mjs +3 -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 +8 -5
- package/esm2022/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.mjs +161 -0
- package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +10 -4
- package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table.component.mjs +15 -3
- package/esm2022/libs/ui/map/src/index.mjs +2 -1
- package/esm2022/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.mjs +79 -0
- package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +5 -4
- package/esm2022/libs/util/app-config/src/lib/app-config.mjs +2 -1
- package/esm2022/libs/util/app-config/src/lib/fixtures.mjs +2 -1
- package/esm2022/libs/util/shared/src/index.mjs +2 -1
- package/esm2022/libs/util/shared/src/lib/gn-ui-version.mjs +6 -0
- package/esm2022/libs/util/shared/src/lib/links/link-classifier.service.mjs +2 -1
- package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +13 -6
- package/esm2022/translations/de.json +24 -3
- package/esm2022/translations/en.json +26 -5
- package/esm2022/translations/es.json +24 -3
- package/esm2022/translations/fr.json +24 -3
- package/esm2022/translations/it.json +24 -3
- package/esm2022/translations/nl.json +24 -3
- package/esm2022/translations/pt.json +24 -3
- package/fesm2022/geonetwork-ui.mjs +882 -451
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/libs/api/metadata-converter/src/lib/base.converter.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.provider.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +2 -2
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts +6 -6
- package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts.map +1 -1
- package/libs/feature/record/src/index.d.ts +0 -1
- package/libs/feature/record/src/index.d.ts.map +1 -1
- package/libs/feature/record/src/lib/data-view/data-view.component.d.ts +9 -1
- package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts +2 -3
- package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts +1 -2
- package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/record-meta/record-meta.component.d.ts +2 -2
- package/libs/feature/record/src/lib/state/mdview.effects.d.ts +3 -1
- package/libs/feature/record/src/lib/state/mdview.effects.d.ts.map +1 -1
- package/libs/feature/record/src/lib/state/mdview.facade.d.ts +7 -7
- package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/constants.d.ts +2 -0
- package/libs/feature/router/src/lib/default/constants.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/router.config.d.ts +2 -0
- package/libs/feature/router/src/lib/default/router.config.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/router.service.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/state/router.facade.d.ts +5 -0
- package/libs/feature/router/src/lib/default/state/router.facade.d.ts.map +1 -1
- 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.map +1 -1
- package/libs/feature/search/src/lib/record-url.token.d.ts +3 -1
- package/libs/feature/search/src/lib/record-url.token.d.ts.map +1 -1
- package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts +5 -3
- package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts.map +1 -1
- package/libs/ui/elements/src/index.d.ts +1 -0
- package/libs/ui/elements/src/index.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts +2 -2
- package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts +30 -0
- package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts.map +1 -0
- package/libs/ui/elements/src/lib/ui-elements.module.d.ts +2 -1
- package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts +2 -0
- package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts.map +1 -1
- package/libs/ui/map/src/index.d.ts +1 -0
- package/libs/ui/map/src/index.d.ts.map +1 -1
- package/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.d.ts +15 -0
- package/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.d.ts.map +1 -0
- package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +1 -1
- package/libs/util/app-config/src/lib/app-config.d.ts.map +1 -1
- package/libs/util/app-config/src/lib/fixtures.d.ts.map +1 -1
- package/libs/util/shared/src/index.d.ts +1 -0
- package/libs/util/shared/src/index.d.ts.map +1 -1
- package/libs/util/shared/src/lib/gn-ui-version.d.ts +3 -0
- package/libs/util/shared/src/lib/gn-ui-version.d.ts.map +1 -0
- package/libs/util/shared/src/lib/links/link-classifier.service.d.ts +3 -3
- package/libs/util/shared/src/lib/links/link-classifier.service.d.ts.map +1 -1
- package/libs/util/shared/src/lib/links/link-utils.d.ts +14 -7
- package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/libs/api/metadata-converter/src/lib/base.converter.ts +1 -4
- package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.service+eaux-usees.ts +2 -2
- package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +2 -2
- package/src/libs/api/metadata-converter/src/lib/fixtures/metawal.records.ts +2 -2
- package/src/libs/api/metadata-converter/src/lib/fixtures/wallonie.records.service+napitswallonia.ts +2 -2
- package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +2 -2
- package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +2 -2
- package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +3 -3
- package/src/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts +1 -9
- package/src/libs/api/repository/src/lib/gn4/gn4.provider.ts +6 -0
- package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +2 -2
- package/src/libs/common/fixtures/src/lib/elasticsearch/metadata-links.fixtures.ts +26 -26
- package/src/libs/common/fixtures/src/lib/link.fixtures.ts +2 -2
- package/src/libs/common/fixtures/src/lib/record-link.fixtures.ts +5 -5
- package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.ts +1 -2
- package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.ts +2 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.html +2 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +2 -2
- package/src/libs/feature/record/src/index.ts +0 -1
- package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.ts +2 -3
- package/src/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.ts +4 -5
- package/src/libs/feature/record/src/lib/record-meta/record-meta.component.ts +2 -2
- package/src/libs/feature/record/src/lib/state/mdview.effects.ts +5 -3
- package/src/libs/feature/record/src/lib/state/mdview.facade.ts +4 -7
- package/src/libs/feature/router/src/lib/default/constants.ts +2 -0
- package/src/libs/feature/router/src/lib/default/router.config.ts +2 -0
- package/src/libs/feature/router/src/lib/default/router.service.ts +10 -0
- package/src/libs/feature/router/src/lib/default/state/router.facade.ts +10 -1
- package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.ts +2 -2
- package/src/libs/feature/search/src/lib/feature-search.module.ts +0 -8
- package/src/libs/feature/search/src/lib/record-url.token.ts +10 -1
- package/src/libs/feature/search/src/lib/results-list/results-list.container.component.html +1 -0
- package/src/libs/feature/search/src/lib/results-list/results-list.container.component.ts +24 -5
- package/src/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.html +1 -1
- package/src/libs/ui/elements/src/index.ts +1 -0
- package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.ts +2 -2
- package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.html +1 -1
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.css +9 -0
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +13 -4
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +12 -4
- package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.html +96 -0
- package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.ts +183 -0
- package/src/libs/ui/elements/src/lib/ui-elements.module.ts +3 -0
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.html +3 -7
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.ts +13 -0
- package/src/libs/ui/map/src/index.ts +1 -0
- package/src/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.css +0 -0
- package/src/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.html +4 -0
- package/src/libs/{feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.ts → ui/map/src/lib/components/spatial-extent/spatial-extent.component.ts} +7 -8
- package/src/libs/ui/search/src/lib/results-table/results-table.component.html +7 -4
- package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +2 -1
- package/src/libs/util/app-config/src/lib/app-config.ts +1 -0
- package/src/libs/util/app-config/src/lib/fixtures.ts +1 -0
- package/src/libs/util/shared/src/index.ts +1 -0
- package/src/libs/util/shared/src/lib/gn-ui-version.ts +8 -0
- package/src/libs/util/shared/src/lib/links/link-classifier.service.ts +12 -3
- package/src/libs/util/shared/src/lib/links/link-utils.ts +30 -12
- package/tailwind.base.css +3 -3
- package/translations/de.json +24 -3
- package/translations/en.json +26 -5
- package/translations/es.json +24 -3
- package/translations/fr.json +24 -3
- package/translations/it.json +24 -3
- package/translations/nl.json +24 -3
- package/translations/pt.json +24 -3
- package/translations/sk.json +24 -3
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.mjs +0 -79
- package/esm2022/libs/feature/record/src/lib/gn-ui-version.token.mjs +0 -3
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.d.ts +0 -15
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.d.ts.map +0 -1
- package/libs/feature/record/src/lib/gn-ui-version.token.d.ts +0 -3
- package/libs/feature/record/src/lib/gn-ui-version.token.d.ts.map +0 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.html +0 -1
- package/src/libs/feature/record/src/lib/gn-ui-version.token.ts +0 -3
- /package/src/libs/{feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.css → ui/elements/src/lib/service-capabilities/service-capabilities.component.css} +0 -0
package/translations/en.json
CHANGED
|
@@ -233,6 +233,7 @@
|
|
|
233
233
|
"editor.record.loadError.body": "The dataset could not be loaded:",
|
|
234
234
|
"editor.record.loadError.closeMessage": "Understood",
|
|
235
235
|
"editor.record.loadError.title": "Error loading dataset",
|
|
236
|
+
"editor.record.lock.format": "Record with the format 'service' or 'reuse' are not editable",
|
|
236
237
|
"editor.record.lock.reason": "You are not an editor of the allowed groups",
|
|
237
238
|
"editor.record.onlineResource.protocol.other": "Other",
|
|
238
239
|
"editor.record.onlineResourceError.body": "An error happened while adding the resource:",
|
|
@@ -292,7 +293,6 @@
|
|
|
292
293
|
"input.image.dropFileLabel": "or drop it here",
|
|
293
294
|
"input.image.selectFileLabel": "Select an image",
|
|
294
295
|
"input.image.uploadErrorLabel": "The image could not be uploaded",
|
|
295
|
-
"input.image.uploadErrorRetry": "Retry",
|
|
296
296
|
"input.image.uploadProgressCancel": "Cancel",
|
|
297
297
|
"input.image.uploadProgressLabel": "Upload in progress...",
|
|
298
298
|
"language.ca": "Catalan",
|
|
@@ -359,7 +359,8 @@
|
|
|
359
359
|
"record.card.metadata.contact": "Metadata Contact",
|
|
360
360
|
"record.externalViewer.open": "Open in the external map viewer",
|
|
361
361
|
"record.feature.limit": "Preview disabled due to too many elements",
|
|
362
|
-
"record.kind.
|
|
362
|
+
"record.kind.data": "Data",
|
|
363
|
+
"record.kind.dataset": "Dataset",
|
|
363
364
|
"record.kind.reuse": "Reuse",
|
|
364
365
|
"record.kind.service": "Service",
|
|
365
366
|
"record.metadata.about": "Description",
|
|
@@ -395,7 +396,7 @@
|
|
|
395
396
|
"record.metadata.api.form.zoneTitle": "Zone",
|
|
396
397
|
"record.metadata.api.form.zoneTooltip": "Dropdown for selecting a geographic zone",
|
|
397
398
|
"record.metadata.api.gpfdl": "Data download",
|
|
398
|
-
"record.metadata.capabilities": "",
|
|
399
|
+
"record.metadata.capabilities": "Service capabilities",
|
|
399
400
|
"record.metadata.catalog": "Catalog",
|
|
400
401
|
"record.metadata.contact": "Contact",
|
|
401
402
|
"record.metadata.creation": "Date of creation",
|
|
@@ -432,13 +433,12 @@
|
|
|
432
433
|
"record.metadata.quality.updateFrequency.failed": "Update frequency is not specified",
|
|
433
434
|
"record.metadata.quality.updateFrequency.success": "Update frequency is specified",
|
|
434
435
|
"record.metadata.related": "Related datasets",
|
|
435
|
-
"record.metadata.related.contents": "Related
|
|
436
|
+
"record.metadata.related.contents": "Related content",
|
|
436
437
|
"record.metadata.ressources.and.links": "Resources and links",
|
|
437
438
|
"record.metadata.sheet": "Original metadata",
|
|
438
439
|
"record.metadata.status": "Status",
|
|
439
440
|
"record.metadata.status.notPublished": "Not published",
|
|
440
441
|
"record.metadata.status.published": "Published",
|
|
441
|
-
"record.metadata.technical": "Technical information",
|
|
442
442
|
"record.metadata.temporalExtent": "Temporal extent",
|
|
443
443
|
"record.metadata.temporalExtent.fromDateToDate": "From { start } to { end }",
|
|
444
444
|
"record.metadata.temporalExtent.sinceDate": "Since { start }",
|
|
@@ -475,6 +475,7 @@
|
|
|
475
475
|
"results.sortBy.popularity": "Popularity",
|
|
476
476
|
"results.sortBy.qualityScore": "Quality score",
|
|
477
477
|
"results.sortBy.relevancy": "Relevancy",
|
|
478
|
+
"reuse.metadata.access": "Access the reuse",
|
|
478
479
|
"search.autocomplete.error": "Suggestions could not be fetched:",
|
|
479
480
|
"search.error.couldNotReachApi": "The API could not be reached",
|
|
480
481
|
"search.error.organizationHasNoDataset": "This organization has no dataset yet.",
|
|
@@ -524,6 +525,26 @@
|
|
|
524
525
|
"search.filters.useSpatialFilter": "Show datasets in the area of interest first",
|
|
525
526
|
"search.filters.useSpatialFilterHelp": "When this is enabled, datasets situated in the catalog's area of interest are shown first; records outside of this area will not show up.",
|
|
526
527
|
"search.filters.user": "Editor",
|
|
528
|
+
"service.metadata.capabilities": "Technical information",
|
|
529
|
+
"service.metadata.capabilities.abstract": "Abstract",
|
|
530
|
+
"service.metadata.capabilities.attribution": "Attribution",
|
|
531
|
+
"service.metadata.capabilities.availableCrs": "Available CRS",
|
|
532
|
+
"service.metadata.capabilities.defaultCrs": "Default CRS",
|
|
533
|
+
"service.metadata.capabilities.geometryName": "Geometry name",
|
|
534
|
+
"service.metadata.capabilities.geometryType": "Geometry type",
|
|
535
|
+
"service.metadata.capabilities.keywords": "Keywords",
|
|
536
|
+
"service.metadata.capabilities.name": "Name",
|
|
537
|
+
"service.metadata.capabilities.objectCount": "Object count",
|
|
538
|
+
"service.metadata.capabilities.otherCrs": "Other CRS",
|
|
539
|
+
"service.metadata.capabilities.outputFormats": "Output formats",
|
|
540
|
+
"service.metadata.capabilities.resourceLinks": "Resource links",
|
|
541
|
+
"service.metadata.capabilities.title": "Title",
|
|
542
|
+
"service.metadata.filter": "Layers will be filtered by title and abstract",
|
|
543
|
+
"service.metadata.filter.noLayers": "No layer matches your search",
|
|
544
|
+
"service.metadata.other": "Other information",
|
|
545
|
+
"service.metadata.question": "Ask a question",
|
|
546
|
+
"service.metadata.search": "Search through the layer list",
|
|
547
|
+
"service.metadata.spatialExtent": "Spatial extent",
|
|
527
548
|
"share.tab.permalink": "Share",
|
|
528
549
|
"share.tab.webComponent": "Integrate",
|
|
529
550
|
"table.loading.data": "Loading data...",
|
package/translations/es.json
CHANGED
|
@@ -233,6 +233,7 @@
|
|
|
233
233
|
"editor.record.loadError.body": "",
|
|
234
234
|
"editor.record.loadError.closeMessage": "",
|
|
235
235
|
"editor.record.loadError.title": "",
|
|
236
|
+
"editor.record.lock.format": "",
|
|
236
237
|
"editor.record.lock.reason": "",
|
|
237
238
|
"editor.record.onlineResource.protocol.other": "",
|
|
238
239
|
"editor.record.onlineResourceError.body": "",
|
|
@@ -292,7 +293,6 @@
|
|
|
292
293
|
"input.image.dropFileLabel": "",
|
|
293
294
|
"input.image.selectFileLabel": "",
|
|
294
295
|
"input.image.uploadErrorLabel": "",
|
|
295
|
-
"input.image.uploadErrorRetry": "",
|
|
296
296
|
"input.image.uploadProgressCancel": "",
|
|
297
297
|
"input.image.uploadProgressLabel": "",
|
|
298
298
|
"language.ca": "Catalán",
|
|
@@ -359,6 +359,7 @@
|
|
|
359
359
|
"record.card.metadata.contact": "",
|
|
360
360
|
"record.externalViewer.open": "",
|
|
361
361
|
"record.feature.limit": "",
|
|
362
|
+
"record.kind.data": "",
|
|
362
363
|
"record.kind.dataset": "",
|
|
363
364
|
"record.kind.reuse": "",
|
|
364
365
|
"record.kind.service": "",
|
|
@@ -432,13 +433,12 @@
|
|
|
432
433
|
"record.metadata.quality.updateFrequency.failed": "",
|
|
433
434
|
"record.metadata.quality.updateFrequency.success": "",
|
|
434
435
|
"record.metadata.related": "",
|
|
435
|
-
"record.metadata.related.contents": "
|
|
436
|
+
"record.metadata.related.contents": "",
|
|
436
437
|
"record.metadata.ressources.and.links": "Recursos y enlaces",
|
|
437
438
|
"record.metadata.sheet": "",
|
|
438
439
|
"record.metadata.status": "",
|
|
439
440
|
"record.metadata.status.notPublished": "",
|
|
440
441
|
"record.metadata.status.published": "",
|
|
441
|
-
"record.metadata.technical": "",
|
|
442
442
|
"record.metadata.temporalExtent": "",
|
|
443
443
|
"record.metadata.temporalExtent.fromDateToDate": "",
|
|
444
444
|
"record.metadata.temporalExtent.sinceDate": "",
|
|
@@ -475,6 +475,7 @@
|
|
|
475
475
|
"results.sortBy.popularity": "",
|
|
476
476
|
"results.sortBy.qualityScore": "",
|
|
477
477
|
"results.sortBy.relevancy": "",
|
|
478
|
+
"reuse.metadata.access": "",
|
|
478
479
|
"search.autocomplete.error": "",
|
|
479
480
|
"search.error.couldNotReachApi": "",
|
|
480
481
|
"search.error.organizationHasNoDataset": "",
|
|
@@ -524,6 +525,26 @@
|
|
|
524
525
|
"search.filters.useSpatialFilter": "",
|
|
525
526
|
"search.filters.useSpatialFilterHelp": "",
|
|
526
527
|
"search.filters.user": "",
|
|
528
|
+
"service.metadata.capabilities": "",
|
|
529
|
+
"service.metadata.capabilities.abstract": "",
|
|
530
|
+
"service.metadata.capabilities.attribution": "",
|
|
531
|
+
"service.metadata.capabilities.availableCrs": "",
|
|
532
|
+
"service.metadata.capabilities.defaultCrs": "",
|
|
533
|
+
"service.metadata.capabilities.geometryName": "",
|
|
534
|
+
"service.metadata.capabilities.geometryType": "",
|
|
535
|
+
"service.metadata.capabilities.keywords": "",
|
|
536
|
+
"service.metadata.capabilities.name": "",
|
|
537
|
+
"service.metadata.capabilities.objectCount": "",
|
|
538
|
+
"service.metadata.capabilities.otherCrs": "",
|
|
539
|
+
"service.metadata.capabilities.outputFormats": "",
|
|
540
|
+
"service.metadata.capabilities.resourceLinks": "",
|
|
541
|
+
"service.metadata.capabilities.title": "",
|
|
542
|
+
"service.metadata.filter": "",
|
|
543
|
+
"service.metadata.filter.noLayers": "",
|
|
544
|
+
"service.metadata.other": "",
|
|
545
|
+
"service.metadata.question": "",
|
|
546
|
+
"service.metadata.search": "",
|
|
547
|
+
"service.metadata.spatialExtent": "",
|
|
527
548
|
"share.tab.permalink": "",
|
|
528
549
|
"share.tab.webComponent": "",
|
|
529
550
|
"table.loading.data": "",
|
package/translations/fr.json
CHANGED
|
@@ -233,6 +233,7 @@
|
|
|
233
233
|
"editor.record.loadError.body": "Le jeu de données n'a pas pu être chargé :",
|
|
234
234
|
"editor.record.loadError.closeMessage": "Compris",
|
|
235
235
|
"editor.record.loadError.title": "Erreur lors du chargement",
|
|
236
|
+
"editor.record.lock.format": "Les jeux de données de type 'service' et 'reuse' ne sont pas éditables",
|
|
236
237
|
"editor.record.lock.reason": "Vous n'êtes pas éditeur d'un des groupes autorisés.",
|
|
237
238
|
"editor.record.onlineResource.protocol.other": "Autre",
|
|
238
239
|
"editor.record.onlineResourceError.body": "Une erreur est survenue lors de l'ajout de la ressource :",
|
|
@@ -292,7 +293,6 @@
|
|
|
292
293
|
"input.image.dropFileLabel": "ou glissez-la ici",
|
|
293
294
|
"input.image.selectFileLabel": "Sélectionnez une image",
|
|
294
295
|
"input.image.uploadErrorLabel": "L'image n'a pas pu être chargée",
|
|
295
|
-
"input.image.uploadErrorRetry": "Réessayer",
|
|
296
296
|
"input.image.uploadProgressCancel": "Annuler",
|
|
297
297
|
"input.image.uploadProgressLabel": "Chargement en cours...",
|
|
298
298
|
"language.ca": "Catalan",
|
|
@@ -359,6 +359,7 @@
|
|
|
359
359
|
"record.card.metadata.contact": "Contact de la métadonnée ",
|
|
360
360
|
"record.externalViewer.open": "Ouvrir dans le visualiseur externe",
|
|
361
361
|
"record.feature.limit": "L’aperçu a été désactivé en raison d’un trop grand nombre d'éléments",
|
|
362
|
+
"record.kind.data": "Donnée",
|
|
362
363
|
"record.kind.dataset": "Donnée",
|
|
363
364
|
"record.kind.reuse": "Réutilisation",
|
|
364
365
|
"record.kind.service": "Service",
|
|
@@ -432,13 +433,12 @@
|
|
|
432
433
|
"record.metadata.quality.updateFrequency.failed": "La fréquence de mise à jour n'est pas renseignée",
|
|
433
434
|
"record.metadata.quality.updateFrequency.success": "La fréquence de mise à jour est renseignée",
|
|
434
435
|
"record.metadata.related": "Voir aussi",
|
|
435
|
-
"record.metadata.related.contents": "
|
|
436
|
+
"record.metadata.related.contents": "Contenu associé",
|
|
436
437
|
"record.metadata.ressources.and.links": "Ressources et liens",
|
|
437
438
|
"record.metadata.sheet": "Fiche de métadonnées d'origine",
|
|
438
439
|
"record.metadata.status": "Statut",
|
|
439
440
|
"record.metadata.status.notPublished": "Non publié",
|
|
440
441
|
"record.metadata.status.published": "Publié",
|
|
441
|
-
"record.metadata.technical": "Informations techniques",
|
|
442
442
|
"record.metadata.temporalExtent": "Étendue temporelle",
|
|
443
443
|
"record.metadata.temporalExtent.fromDateToDate": "Du { start } au { end }",
|
|
444
444
|
"record.metadata.temporalExtent.sinceDate": "Depuis le { start }",
|
|
@@ -475,6 +475,7 @@
|
|
|
475
475
|
"results.sortBy.popularity": "Popularité",
|
|
476
476
|
"results.sortBy.qualityScore": "Indicateur de qualité",
|
|
477
477
|
"results.sortBy.relevancy": "Pertinence",
|
|
478
|
+
"reuse.metadata.access": "Accéder à la réutilisation",
|
|
478
479
|
"search.autocomplete.error": "Les suggestions ne peuvent pas être récupérées",
|
|
479
480
|
"search.error.couldNotReachApi": "Problème de connexion à l'API",
|
|
480
481
|
"search.error.organizationHasNoDataset": "Cette organisation n'a pas encore de données.",
|
|
@@ -524,6 +525,26 @@
|
|
|
524
525
|
"search.filters.useSpatialFilter": "Mettre en avant les résultats sur la zone d'intérêt",
|
|
525
526
|
"search.filters.useSpatialFilterHelp": "Si cette option est activée, les jeux de données portant sur la zone d'intérêt du catalogue seront montrés en premier; les jeux de données situés en dehors de cette zone n'apparaîtront pas dans les résultats.",
|
|
526
527
|
"search.filters.user": "Éditeur",
|
|
528
|
+
"service.metadata.capabilities": "Informations techniques",
|
|
529
|
+
"service.metadata.capabilities.abstract": "Description",
|
|
530
|
+
"service.metadata.capabilities.attribution": "Attribution",
|
|
531
|
+
"service.metadata.capabilities.availableCrs": "CRS disponibles",
|
|
532
|
+
"service.metadata.capabilities.defaultCrs": "CRS par défaut",
|
|
533
|
+
"service.metadata.capabilities.geometryName": "Nom de la géométrie",
|
|
534
|
+
"service.metadata.capabilities.geometryType": "Type de géométrie",
|
|
535
|
+
"service.metadata.capabilities.keywords": "Mots-clés",
|
|
536
|
+
"service.metadata.capabilities.name": "Nom",
|
|
537
|
+
"service.metadata.capabilities.objectCount": "Nombre d'objets",
|
|
538
|
+
"service.metadata.capabilities.otherCrs": "Autres CRS",
|
|
539
|
+
"service.metadata.capabilities.outputFormats": "Formats de sortie",
|
|
540
|
+
"service.metadata.capabilities.resourceLinks": "Liens vers les ressources",
|
|
541
|
+
"service.metadata.capabilities.title": "Titre",
|
|
542
|
+
"service.metadata.filter": "Les couches seront filtrées par titre et description",
|
|
543
|
+
"service.metadata.filter.noLayers": "Aucune couche ne correspond à votre recherche",
|
|
544
|
+
"service.metadata.other": "Autres informations",
|
|
545
|
+
"service.metadata.question": "Poser une question",
|
|
546
|
+
"service.metadata.search": "Rechercher dans la liste des couches",
|
|
547
|
+
"service.metadata.spatialExtent": "Etendue spatiale",
|
|
527
548
|
"share.tab.permalink": "Partager",
|
|
528
549
|
"share.tab.webComponent": "Intégrer",
|
|
529
550
|
"table.loading.data": "Chargement des données...",
|
package/translations/it.json
CHANGED
|
@@ -233,6 +233,7 @@
|
|
|
233
233
|
"editor.record.loadError.body": "Impossibile caricare il dataset:",
|
|
234
234
|
"editor.record.loadError.closeMessage": "Capito",
|
|
235
235
|
"editor.record.loadError.title": "Errore durante il caricamento",
|
|
236
|
+
"editor.record.lock.format": "",
|
|
236
237
|
"editor.record.lock.reason": "Non è un editore di uno dei gruppi autorizzati",
|
|
237
238
|
"editor.record.onlineResource.protocol.other": "Altro",
|
|
238
239
|
"editor.record.onlineResourceError.body": "Ha successo un'errore durante l'aggiunta della risorsa:",
|
|
@@ -292,7 +293,6 @@
|
|
|
292
293
|
"input.image.dropFileLabel": "oppure trascinalo qui",
|
|
293
294
|
"input.image.selectFileLabel": "Seleziona un'immagine",
|
|
294
295
|
"input.image.uploadErrorLabel": "Impossibile caricare l'immagine",
|
|
295
|
-
"input.image.uploadErrorRetry": "Riprova",
|
|
296
296
|
"input.image.uploadProgressCancel": "Annulla",
|
|
297
297
|
"input.image.uploadProgressLabel": "Caricamento...",
|
|
298
298
|
"language.ca": "Catalano",
|
|
@@ -359,6 +359,7 @@
|
|
|
359
359
|
"record.card.metadata.contact": "",
|
|
360
360
|
"record.externalViewer.open": "Aprire nel visualizzatore esterno",
|
|
361
361
|
"record.feature.limit": "La visualizzazione è stata disabilitata a causa di troppi elementi ",
|
|
362
|
+
"record.kind.data": "",
|
|
362
363
|
"record.kind.dataset": "",
|
|
363
364
|
"record.kind.reuse": "",
|
|
364
365
|
"record.kind.service": "",
|
|
@@ -432,13 +433,12 @@
|
|
|
432
433
|
"record.metadata.quality.updateFrequency.failed": "La frequenza di aggiornamento non è specificata",
|
|
433
434
|
"record.metadata.quality.updateFrequency.success": "La frequenza di aggiornamento è specificata",
|
|
434
435
|
"record.metadata.related": "Vedi anche",
|
|
435
|
-
"record.metadata.related.contents": "
|
|
436
|
+
"record.metadata.related.contents": "",
|
|
436
437
|
"record.metadata.ressources.and.links": "Risorse e collegamenti",
|
|
437
438
|
"record.metadata.sheet": "Origine del metadata",
|
|
438
439
|
"record.metadata.status": "Stato",
|
|
439
440
|
"record.metadata.status.notPublished": "Non pubblicato",
|
|
440
441
|
"record.metadata.status.published": "Pubblicato",
|
|
441
|
-
"record.metadata.technical": "Informazioni tecniche",
|
|
442
442
|
"record.metadata.temporalExtent": "Periodo di tempo",
|
|
443
443
|
"record.metadata.temporalExtent.fromDateToDate": "Da {start} a {end}",
|
|
444
444
|
"record.metadata.temporalExtent.sinceDate": "Dal {start}",
|
|
@@ -475,6 +475,7 @@
|
|
|
475
475
|
"results.sortBy.popularity": "Popolarità",
|
|
476
476
|
"results.sortBy.qualityScore": "Indicatore di qualità",
|
|
477
477
|
"results.sortBy.relevancy": "Rilevanza",
|
|
478
|
+
"reuse.metadata.access": "",
|
|
478
479
|
"search.autocomplete.error": "Impossibile recuperare le suggerimenti",
|
|
479
480
|
"search.error.couldNotReachApi": "Problema di connessione all'API",
|
|
480
481
|
"search.error.organizationHasNoDataset": "Questa organizzazione non ha ancora dati.",
|
|
@@ -524,6 +525,26 @@
|
|
|
524
525
|
"search.filters.useSpatialFilter": "Evidenzia i risultati nell'area di interesse",
|
|
525
526
|
"search.filters.useSpatialFilterHelp": "Se attivata, le schede relative all'area di interesse del catalogo saranno mostrate per prime; le schede al di fuori di questa area non appariranno nei risultati.",
|
|
526
527
|
"search.filters.user": "Editore",
|
|
528
|
+
"service.metadata.capabilities": "Informazioni tecniche",
|
|
529
|
+
"service.metadata.capabilities.abstract": "",
|
|
530
|
+
"service.metadata.capabilities.attribution": "",
|
|
531
|
+
"service.metadata.capabilities.availableCrs": "",
|
|
532
|
+
"service.metadata.capabilities.defaultCrs": "",
|
|
533
|
+
"service.metadata.capabilities.geometryName": "",
|
|
534
|
+
"service.metadata.capabilities.geometryType": "",
|
|
535
|
+
"service.metadata.capabilities.keywords": "",
|
|
536
|
+
"service.metadata.capabilities.name": "",
|
|
537
|
+
"service.metadata.capabilities.objectCount": "",
|
|
538
|
+
"service.metadata.capabilities.otherCrs": "",
|
|
539
|
+
"service.metadata.capabilities.outputFormats": "",
|
|
540
|
+
"service.metadata.capabilities.resourceLinks": "",
|
|
541
|
+
"service.metadata.capabilities.title": "",
|
|
542
|
+
"service.metadata.filter": "",
|
|
543
|
+
"service.metadata.filter.noLayers": "",
|
|
544
|
+
"service.metadata.other": "",
|
|
545
|
+
"service.metadata.question": "",
|
|
546
|
+
"service.metadata.search": "",
|
|
547
|
+
"service.metadata.spatialExtent": "",
|
|
527
548
|
"share.tab.permalink": "Condividere",
|
|
528
549
|
"share.tab.webComponent": "Incorporare",
|
|
529
550
|
"table.loading.data": "Caricamento dei dati...",
|
package/translations/nl.json
CHANGED
|
@@ -233,6 +233,7 @@
|
|
|
233
233
|
"editor.record.loadError.body": "",
|
|
234
234
|
"editor.record.loadError.closeMessage": "",
|
|
235
235
|
"editor.record.loadError.title": "",
|
|
236
|
+
"editor.record.lock.format": "",
|
|
236
237
|
"editor.record.lock.reason": "",
|
|
237
238
|
"editor.record.onlineResource.protocol.other": "",
|
|
238
239
|
"editor.record.onlineResourceError.body": "",
|
|
@@ -292,7 +293,6 @@
|
|
|
292
293
|
"input.image.dropFileLabel": "",
|
|
293
294
|
"input.image.selectFileLabel": "",
|
|
294
295
|
"input.image.uploadErrorLabel": "",
|
|
295
|
-
"input.image.uploadErrorRetry": "",
|
|
296
296
|
"input.image.uploadProgressCancel": "",
|
|
297
297
|
"input.image.uploadProgressLabel": "",
|
|
298
298
|
"language.ca": "Catalaans",
|
|
@@ -359,6 +359,7 @@
|
|
|
359
359
|
"record.card.metadata.contact": "",
|
|
360
360
|
"record.externalViewer.open": "",
|
|
361
361
|
"record.feature.limit": "",
|
|
362
|
+
"record.kind.data": "",
|
|
362
363
|
"record.kind.dataset": "",
|
|
363
364
|
"record.kind.reuse": "",
|
|
364
365
|
"record.kind.service": "",
|
|
@@ -432,13 +433,12 @@
|
|
|
432
433
|
"record.metadata.quality.updateFrequency.failed": "",
|
|
433
434
|
"record.metadata.quality.updateFrequency.success": "",
|
|
434
435
|
"record.metadata.related": "",
|
|
435
|
-
"record.metadata.related.contents": "
|
|
436
|
+
"record.metadata.related.contents": "",
|
|
436
437
|
"record.metadata.ressources.and.links": "Bronnen en links",
|
|
437
438
|
"record.metadata.sheet": "",
|
|
438
439
|
"record.metadata.status": "",
|
|
439
440
|
"record.metadata.status.notPublished": "",
|
|
440
441
|
"record.metadata.status.published": "",
|
|
441
|
-
"record.metadata.technical": "",
|
|
442
442
|
"record.metadata.temporalExtent": "",
|
|
443
443
|
"record.metadata.temporalExtent.fromDateToDate": "",
|
|
444
444
|
"record.metadata.temporalExtent.sinceDate": "",
|
|
@@ -475,6 +475,7 @@
|
|
|
475
475
|
"results.sortBy.popularity": "",
|
|
476
476
|
"results.sortBy.qualityScore": "",
|
|
477
477
|
"results.sortBy.relevancy": "",
|
|
478
|
+
"reuse.metadata.access": "",
|
|
478
479
|
"search.autocomplete.error": "",
|
|
479
480
|
"search.error.couldNotReachApi": "",
|
|
480
481
|
"search.error.organizationHasNoDataset": "",
|
|
@@ -524,6 +525,26 @@
|
|
|
524
525
|
"search.filters.useSpatialFilter": "",
|
|
525
526
|
"search.filters.useSpatialFilterHelp": "",
|
|
526
527
|
"search.filters.user": "",
|
|
528
|
+
"service.metadata.capabilities": "",
|
|
529
|
+
"service.metadata.capabilities.abstract": "",
|
|
530
|
+
"service.metadata.capabilities.attribution": "",
|
|
531
|
+
"service.metadata.capabilities.availableCrs": "",
|
|
532
|
+
"service.metadata.capabilities.defaultCrs": "",
|
|
533
|
+
"service.metadata.capabilities.geometryName": "",
|
|
534
|
+
"service.metadata.capabilities.geometryType": "",
|
|
535
|
+
"service.metadata.capabilities.keywords": "",
|
|
536
|
+
"service.metadata.capabilities.name": "",
|
|
537
|
+
"service.metadata.capabilities.objectCount": "",
|
|
538
|
+
"service.metadata.capabilities.otherCrs": "",
|
|
539
|
+
"service.metadata.capabilities.outputFormats": "",
|
|
540
|
+
"service.metadata.capabilities.resourceLinks": "",
|
|
541
|
+
"service.metadata.capabilities.title": "",
|
|
542
|
+
"service.metadata.filter": "",
|
|
543
|
+
"service.metadata.filter.noLayers": "",
|
|
544
|
+
"service.metadata.other": "",
|
|
545
|
+
"service.metadata.question": "",
|
|
546
|
+
"service.metadata.search": "",
|
|
547
|
+
"service.metadata.spatialExtent": "",
|
|
527
548
|
"share.tab.permalink": "",
|
|
528
549
|
"share.tab.webComponent": "",
|
|
529
550
|
"table.loading.data": "",
|
package/translations/pt.json
CHANGED
|
@@ -233,6 +233,7 @@
|
|
|
233
233
|
"editor.record.loadError.body": "",
|
|
234
234
|
"editor.record.loadError.closeMessage": "",
|
|
235
235
|
"editor.record.loadError.title": "",
|
|
236
|
+
"editor.record.lock.format": "",
|
|
236
237
|
"editor.record.lock.reason": "",
|
|
237
238
|
"editor.record.onlineResource.protocol.other": "",
|
|
238
239
|
"editor.record.onlineResourceError.body": "",
|
|
@@ -292,7 +293,6 @@
|
|
|
292
293
|
"input.image.dropFileLabel": "",
|
|
293
294
|
"input.image.selectFileLabel": "",
|
|
294
295
|
"input.image.uploadErrorLabel": "",
|
|
295
|
-
"input.image.uploadErrorRetry": "",
|
|
296
296
|
"input.image.uploadProgressCancel": "",
|
|
297
297
|
"input.image.uploadProgressLabel": "",
|
|
298
298
|
"language.ca": "Catalão",
|
|
@@ -359,6 +359,7 @@
|
|
|
359
359
|
"record.card.metadata.contact": "",
|
|
360
360
|
"record.externalViewer.open": "",
|
|
361
361
|
"record.feature.limit": "",
|
|
362
|
+
"record.kind.data": "",
|
|
362
363
|
"record.kind.dataset": "",
|
|
363
364
|
"record.kind.reuse": "",
|
|
364
365
|
"record.kind.service": "",
|
|
@@ -432,13 +433,12 @@
|
|
|
432
433
|
"record.metadata.quality.updateFrequency.failed": "",
|
|
433
434
|
"record.metadata.quality.updateFrequency.success": "",
|
|
434
435
|
"record.metadata.related": "",
|
|
435
|
-
"record.metadata.related.contents": "
|
|
436
|
+
"record.metadata.related.contents": "",
|
|
436
437
|
"record.metadata.ressources.and.links": "Recursos e links",
|
|
437
438
|
"record.metadata.sheet": "",
|
|
438
439
|
"record.metadata.status": "",
|
|
439
440
|
"record.metadata.status.notPublished": "",
|
|
440
441
|
"record.metadata.status.published": "",
|
|
441
|
-
"record.metadata.technical": "",
|
|
442
442
|
"record.metadata.temporalExtent": "",
|
|
443
443
|
"record.metadata.temporalExtent.fromDateToDate": "",
|
|
444
444
|
"record.metadata.temporalExtent.sinceDate": "",
|
|
@@ -475,6 +475,7 @@
|
|
|
475
475
|
"results.sortBy.popularity": "",
|
|
476
476
|
"results.sortBy.qualityScore": "",
|
|
477
477
|
"results.sortBy.relevancy": "",
|
|
478
|
+
"reuse.metadata.access": "",
|
|
478
479
|
"search.autocomplete.error": "",
|
|
479
480
|
"search.error.couldNotReachApi": "",
|
|
480
481
|
"search.error.organizationHasNoDataset": "",
|
|
@@ -524,6 +525,26 @@
|
|
|
524
525
|
"search.filters.useSpatialFilter": "",
|
|
525
526
|
"search.filters.useSpatialFilterHelp": "",
|
|
526
527
|
"search.filters.user": "",
|
|
528
|
+
"service.metadata.capabilities": "",
|
|
529
|
+
"service.metadata.capabilities.abstract": "",
|
|
530
|
+
"service.metadata.capabilities.attribution": "",
|
|
531
|
+
"service.metadata.capabilities.availableCrs": "",
|
|
532
|
+
"service.metadata.capabilities.defaultCrs": "",
|
|
533
|
+
"service.metadata.capabilities.geometryName": "",
|
|
534
|
+
"service.metadata.capabilities.geometryType": "",
|
|
535
|
+
"service.metadata.capabilities.keywords": "",
|
|
536
|
+
"service.metadata.capabilities.name": "",
|
|
537
|
+
"service.metadata.capabilities.objectCount": "",
|
|
538
|
+
"service.metadata.capabilities.otherCrs": "",
|
|
539
|
+
"service.metadata.capabilities.outputFormats": "",
|
|
540
|
+
"service.metadata.capabilities.resourceLinks": "",
|
|
541
|
+
"service.metadata.capabilities.title": "",
|
|
542
|
+
"service.metadata.filter": "",
|
|
543
|
+
"service.metadata.filter.noLayers": "",
|
|
544
|
+
"service.metadata.other": "",
|
|
545
|
+
"service.metadata.question": "",
|
|
546
|
+
"service.metadata.search": "",
|
|
547
|
+
"service.metadata.spatialExtent": "",
|
|
527
548
|
"share.tab.permalink": "",
|
|
528
549
|
"share.tab.webComponent": "",
|
|
529
550
|
"table.loading.data": "",
|
package/translations/sk.json
CHANGED
|
@@ -233,6 +233,7 @@
|
|
|
233
233
|
"editor.record.loadError.body": "",
|
|
234
234
|
"editor.record.loadError.closeMessage": "",
|
|
235
235
|
"editor.record.loadError.title": "",
|
|
236
|
+
"editor.record.lock.format": "",
|
|
236
237
|
"editor.record.lock.reason": "",
|
|
237
238
|
"editor.record.onlineResource.protocol.other": "",
|
|
238
239
|
"editor.record.onlineResourceError.body": "",
|
|
@@ -292,7 +293,6 @@
|
|
|
292
293
|
"input.image.dropFileLabel": "",
|
|
293
294
|
"input.image.selectFileLabel": "",
|
|
294
295
|
"input.image.uploadErrorLabel": "",
|
|
295
|
-
"input.image.uploadErrorRetry": "",
|
|
296
296
|
"input.image.uploadProgressCancel": "",
|
|
297
297
|
"input.image.uploadProgressLabel": "",
|
|
298
298
|
"language.ca": "Catalánsky",
|
|
@@ -359,6 +359,7 @@
|
|
|
359
359
|
"record.card.metadata.contact": "",
|
|
360
360
|
"record.externalViewer.open": "Otvoriť v externom mapovom prehliadači",
|
|
361
361
|
"record.feature.limit": "",
|
|
362
|
+
"record.kind.data": "",
|
|
362
363
|
"record.kind.dataset": "",
|
|
363
364
|
"record.kind.reuse": "",
|
|
364
365
|
"record.kind.service": "",
|
|
@@ -432,13 +433,12 @@
|
|
|
432
433
|
"record.metadata.quality.updateFrequency.failed": "Frekvencia aktualizácie nie je určená",
|
|
433
434
|
"record.metadata.quality.updateFrequency.success": "Frekvencia aktualizácie je určená",
|
|
434
435
|
"record.metadata.related": "Súvisiace záznamy",
|
|
435
|
-
"record.metadata.related.contents": "
|
|
436
|
+
"record.metadata.related.contents": "",
|
|
436
437
|
"record.metadata.ressources.and.links": "Prostředky a odkazy",
|
|
437
438
|
"record.metadata.sheet": "Ďalšie metadáta sú k dispozícii na:",
|
|
438
439
|
"record.metadata.status": "Stav",
|
|
439
440
|
"record.metadata.status.notPublished": "",
|
|
440
441
|
"record.metadata.status.published": "",
|
|
441
|
-
"record.metadata.technical": "",
|
|
442
442
|
"record.metadata.temporalExtent": "",
|
|
443
443
|
"record.metadata.temporalExtent.fromDateToDate": "",
|
|
444
444
|
"record.metadata.temporalExtent.sinceDate": "",
|
|
@@ -475,6 +475,7 @@
|
|
|
475
475
|
"results.sortBy.popularity": "Popularita",
|
|
476
476
|
"results.sortBy.qualityScore": "Hodnotenie kvality",
|
|
477
477
|
"results.sortBy.relevancy": "Relevancia",
|
|
478
|
+
"reuse.metadata.access": "",
|
|
478
479
|
"search.autocomplete.error": "Návrhy sa nepodarilo načítať:",
|
|
479
480
|
"search.error.couldNotReachApi": "K rozhraniu API sa nepodarilo pripojiť",
|
|
480
481
|
"search.error.organizationHasNoDataset": "",
|
|
@@ -524,6 +525,26 @@
|
|
|
524
525
|
"search.filters.useSpatialFilter": "Najskôr zobraziť záznamy v oblasti záujmu",
|
|
525
526
|
"search.filters.useSpatialFilterHelp": "Keď je táto možnosť zapnutá, záznamy nachádzajúce sa v oblasti záujmu katalógu sa zobrazia ako prvé; záznamy mimo tejto oblasti sa nezobrazia.",
|
|
526
527
|
"search.filters.user": "",
|
|
528
|
+
"service.metadata.capabilities": "",
|
|
529
|
+
"service.metadata.capabilities.abstract": "",
|
|
530
|
+
"service.metadata.capabilities.attribution": "",
|
|
531
|
+
"service.metadata.capabilities.availableCrs": "",
|
|
532
|
+
"service.metadata.capabilities.defaultCrs": "",
|
|
533
|
+
"service.metadata.capabilities.geometryName": "",
|
|
534
|
+
"service.metadata.capabilities.geometryType": "",
|
|
535
|
+
"service.metadata.capabilities.keywords": "",
|
|
536
|
+
"service.metadata.capabilities.name": "",
|
|
537
|
+
"service.metadata.capabilities.objectCount": "",
|
|
538
|
+
"service.metadata.capabilities.otherCrs": "",
|
|
539
|
+
"service.metadata.capabilities.outputFormats": "",
|
|
540
|
+
"service.metadata.capabilities.resourceLinks": "",
|
|
541
|
+
"service.metadata.capabilities.title": "",
|
|
542
|
+
"service.metadata.filter": "",
|
|
543
|
+
"service.metadata.filter.noLayers": "",
|
|
544
|
+
"service.metadata.other": "",
|
|
545
|
+
"service.metadata.question": "",
|
|
546
|
+
"service.metadata.search": "",
|
|
547
|
+
"service.metadata.spatialExtent": "",
|
|
527
548
|
"share.tab.permalink": "Zdieľať",
|
|
528
549
|
"share.tab.webComponent": "Integrovať",
|
|
529
550
|
"table.loading.data": "Načítanie údajov...",
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import GeoJSON from 'ol/format/GeoJSON';
|
|
4
|
-
import { Polygon } from 'ol/geom';
|
|
5
|
-
import { createViewFromLayer, } from '@geospatial-sdk/core';
|
|
6
|
-
import { MapContainerComponent } from '../../../../../../../../../libs/ui/map/src';
|
|
7
|
-
import { BehaviorSubject } from 'rxjs';
|
|
8
|
-
import { switchMap } from 'rxjs/operators';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
import * as i1 from "@angular/common";
|
|
11
|
-
export class FormFieldMapContainerComponent {
|
|
12
|
-
constructor() {
|
|
13
|
-
this.spatialExtents$ = new BehaviorSubject([]);
|
|
14
|
-
this.mapContext$ = this.spatialExtents$.pipe(switchMap(async (extents) => {
|
|
15
|
-
if (extents.length === 0) {
|
|
16
|
-
return null; // null extent means default view
|
|
17
|
-
}
|
|
18
|
-
const featureCollection = {
|
|
19
|
-
type: 'FeatureCollection',
|
|
20
|
-
features: [],
|
|
21
|
-
};
|
|
22
|
-
extents.forEach((extent) => {
|
|
23
|
-
if (extent.geometry) {
|
|
24
|
-
featureCollection.features.push({
|
|
25
|
-
type: 'Feature',
|
|
26
|
-
properties: {},
|
|
27
|
-
geometry: extent.geometry,
|
|
28
|
-
});
|
|
29
|
-
}
|
|
30
|
-
else if (extent.bbox?.length >= 0) {
|
|
31
|
-
featureCollection.features.push({
|
|
32
|
-
type: 'Feature',
|
|
33
|
-
properties: {},
|
|
34
|
-
geometry: this.bboxCoordsToGeometry(extent.bbox),
|
|
35
|
-
});
|
|
36
|
-
}
|
|
37
|
-
});
|
|
38
|
-
const layer = {
|
|
39
|
-
type: 'geojson',
|
|
40
|
-
data: featureCollection,
|
|
41
|
-
label: 'Spatial extents',
|
|
42
|
-
style: {
|
|
43
|
-
'stroke-color': 'black',
|
|
44
|
-
'stroke-width': 2,
|
|
45
|
-
},
|
|
46
|
-
};
|
|
47
|
-
const view = await createViewFromLayer(layer);
|
|
48
|
-
return {
|
|
49
|
-
view,
|
|
50
|
-
layers: [layer],
|
|
51
|
-
};
|
|
52
|
-
}));
|
|
53
|
-
this.error = '';
|
|
54
|
-
}
|
|
55
|
-
set spatialExtents(value) {
|
|
56
|
-
this.spatialExtents$.next(value);
|
|
57
|
-
}
|
|
58
|
-
bboxCoordsToGeometry(bbox) {
|
|
59
|
-
const geometry = new Polygon([
|
|
60
|
-
[
|
|
61
|
-
[bbox[0], bbox[1]],
|
|
62
|
-
[bbox[0], bbox[3]],
|
|
63
|
-
[bbox[2], bbox[3]],
|
|
64
|
-
[bbox[2], bbox[1]],
|
|
65
|
-
[bbox[0], bbox[1]],
|
|
66
|
-
],
|
|
67
|
-
]);
|
|
68
|
-
return new GeoJSON().writeGeometryObject(geometry);
|
|
69
|
-
}
|
|
70
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormFieldMapContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
71
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: FormFieldMapContainerComponent, isStandalone: true, selector: "gn-ui-form-field-map-container", inputs: { spatialExtents: "spatialExtents" }, ngImport: i0, template: "<gn-ui-map-container [context]=\"mapContext$ | async\"></gn-ui-map-container>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "component", type: MapContainerComponent, selector: "gn-ui-map-container", inputs: ["context"], outputs: ["featuresClick", "featuresHover", "mapClick", "sourceLoadError"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
72
|
-
}
|
|
73
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormFieldMapContainerComponent, decorators: [{
|
|
74
|
-
type: Component,
|
|
75
|
-
args: [{ selector: 'gn-ui-form-field-map-container', standalone: true, imports: [CommonModule, MapContainerComponent], changeDetection: ChangeDetectionStrategy.OnPush, template: "<gn-ui-map-container [context]=\"mapContext$ | async\"></gn-ui-map-container>\n" }]
|
|
76
|
-
}], propDecorators: { spatialExtents: [{
|
|
77
|
-
type: Input
|
|
78
|
-
}] } });
|
|
79
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1maWVsZC1tYXAtY29udGFpbmVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9lZGl0b3Ivc3JjL2xpYi9jb21wb25lbnRzL3JlY29yZC1mb3JtL2Zvcm0tZmllbGQvZm9ybS1maWVsZC1tYXAtY29udGFpbmVyL2Zvcm0tZmllbGQtbWFwLWNvbnRhaW5lci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2ZlYXR1cmUvZWRpdG9yL3NyYy9saWIvY29tcG9uZW50cy9yZWNvcmQtZm9ybS9mb3JtLWZpZWxkL2Zvcm0tZmllbGQtbWFwLWNvbnRhaW5lci9mb3JtLWZpZWxkLW1hcC1jb250YWluZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUE7QUFDekUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFBO0FBRTlDLE9BQU8sT0FBcUMsTUFBTSxtQkFBbUIsQ0FBQTtBQUVyRSxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sU0FBUyxDQUFBO0FBQ2pDLE9BQU8sRUFDTCxtQkFBbUIsR0FHcEIsTUFBTSxzQkFBc0IsQ0FBQTtBQUM3QixPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSw0Q0FBNEMsQ0FBQTtBQUNsRixPQUFPLEVBQUUsZUFBZSxFQUFjLE1BQU0sTUFBTSxDQUFBO0FBQ2xELE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQTs7O0FBVTFDLE1BQU0sT0FBTyw4QkFBOEI7SUFSM0M7UUFZRSxvQkFBZSxHQUFHLElBQUksZUFBZSxDQUF5QixFQUFFLENBQUMsQ0FBQTtRQUNqRSxnQkFBVyxHQUEyQixJQUFJLENBQUMsZUFBZSxDQUFDLElBQUksQ0FDN0QsU0FBUyxDQUFDLEtBQUssRUFBRSxPQUFPLEVBQUUsRUFBRTtZQUMxQixJQUFJLE9BQU8sQ0FBQyxNQUFNLEtBQUssQ0FBQyxFQUFFLENBQUM7Z0JBQ3pCLE9BQU8sSUFBSSxDQUFBLENBQUMsaUNBQWlDO1lBQy9DLENBQUM7WUFDRCxNQUFNLGlCQUFpQixHQUE2QjtnQkFDbEQsSUFBSSxFQUFFLG1CQUFtQjtnQkFDekIsUUFBUSxFQUFFLEVBQUU7YUFDYixDQUFBO1lBQ0QsT0FBTyxDQUFDLE9BQU8sQ0FBQyxDQUFDLE1BQU0sRUFBRSxFQUFFO2dCQUN6QixJQUFJLE1BQU0sQ0FBQyxRQUFRLEVBQUUsQ0FBQztvQkFDcEIsaUJBQWlCLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQzt3QkFDOUIsSUFBSSxFQUFFLFNBQVM7d0JBQ2YsVUFBVSxFQUFFLEVBQUU7d0JBQ2QsUUFBUSxFQUFFLE1BQU0sQ0FBQyxRQUFRO3FCQUMxQixDQUFDLENBQUE7Z0JBQ0osQ0FBQztxQkFBTSxJQUFJLE1BQU0sQ0FBQyxJQUFJLEVBQUUsTUFBTSxJQUFJLENBQUMsRUFBRSxDQUFDO29CQUNwQyxpQkFBaUIsQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDO3dCQUM5QixJQUFJLEVBQUUsU0FBUzt3QkFDZixVQUFVLEVBQUUsRUFBRTt3QkFDZCxRQUFRLEVBQUUsSUFBSSxDQUFDLG9CQUFvQixDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUM7cUJBQ2pELENBQUMsQ0FBQTtnQkFDSixDQUFDO1lBQ0gsQ0FBQyxDQUFDLENBQUE7WUFFRixNQUFNLEtBQUssR0FBb0I7Z0JBQzdCLElBQUksRUFBRSxTQUFTO2dCQUNmLElBQUksRUFBRSxpQkFBaUI7Z0JBQ3ZCLEtBQUssRUFBRSxpQkFBaUI7Z0JBQ3hCLEtBQUssRUFBRTtvQkFDTCxjQUFjLEVBQUUsT0FBTztvQkFDdkIsY0FBYyxFQUFFLENBQUM7aUJBQ2xCO2FBQ0YsQ0FBQTtZQUNELE1BQU0sSUFBSSxHQUFHLE1BQU0sbUJBQW1CLENBQUMsS0FBSyxDQUFDLENBQUE7WUFDN0MsT0FBTztnQkFDTCxJQUFJO2dCQUNKLE1BQU0sRUFBRSxDQUFDLEtBQUssQ0FBQzthQUNoQixDQUFBO1FBQ0gsQ0FBQyxDQUFDLENBQ0gsQ0FBQTtRQUVELFVBQUssR0FBRyxFQUFFLENBQUE7S0FlWDtJQTdEQyxJQUFhLGNBQWMsQ0FBQyxLQUE2QjtRQUN2RCxJQUFJLENBQUMsZUFBZSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQTtJQUNsQyxDQUFDO0lBOENELG9CQUFvQixDQUFDLElBQXNDO1FBQ3pELE1BQU0sUUFBUSxHQUFHLElBQUksT0FBTyxDQUFDO1lBQzNCO2dCQUNFLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQztnQkFDbEIsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDO2dCQUNsQixDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUM7Z0JBQ2xCLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQztnQkFDbEIsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDO2FBQ25CO1NBQ0YsQ0FBQyxDQUFBO1FBRUYsT0FBTyxJQUFJLE9BQU8sRUFBRSxDQUFDLG1CQUFtQixDQUFDLFFBQVEsQ0FBQyxDQUFBO0lBQ3BELENBQUM7K0dBN0RVLDhCQUE4QjttR0FBOUIsOEJBQThCLHdJQ3ZCM0MsaUZBQ0EseUREaUJZLFlBQVksb0ZBQUUscUJBQXFCOzs0RkFLbEMsOEJBQThCO2tCQVIxQyxTQUFTOytCQUNFLGdDQUFnQyxjQUM5QixJQUFJLFdBQ1AsQ0FBQyxZQUFZLEVBQUUscUJBQXFCLENBQUMsbUJBRzdCLHVCQUF1QixDQUFDLE1BQU07OEJBR2xDLGNBQWM7c0JBQTFCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nXG5pbXBvcnQgeyBHZW9tZXRyeSB9IGZyb20gJ2dlb2pzb24nXG5pbXBvcnQgR2VvSlNPTiwgeyBHZW9KU09ORmVhdHVyZUNvbGxlY3Rpb24gfSBmcm9tICdvbC9mb3JtYXQvR2VvSlNPTidcbmltcG9ydCB7IERhdGFzZXRTcGF0aWFsRXh0ZW50IH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21tb24vZG9tYWluL3NyYy9saWIvbW9kZWwvcmVjb3JkJ1xuaW1wb3J0IHsgUG9seWdvbiB9IGZyb20gJ29sL2dlb20nXG5pbXBvcnQge1xuICBjcmVhdGVWaWV3RnJvbUxheWVyLFxuICBNYXBDb250ZXh0LFxuICBNYXBDb250ZXh0TGF5ZXIsXG59IGZyb20gJ0BnZW9zcGF0aWFsLXNkay9jb3JlJ1xuaW1wb3J0IHsgTWFwQ29udGFpbmVyQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aS9tYXAvc3JjJ1xuaW1wb3J0IHsgQmVoYXZpb3JTdWJqZWN0LCBPYnNlcnZhYmxlIH0gZnJvbSAncnhqcydcbmltcG9ydCB7IHN3aXRjaE1hcCB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJ1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdnbi11aS1mb3JtLWZpZWxkLW1hcC1jb250YWluZXInLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBNYXBDb250YWluZXJDb21wb25lbnRdLFxuICB0ZW1wbGF0ZVVybDogJy4vZm9ybS1maWVsZC1tYXAtY29udGFpbmVyLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vZm9ybS1maWVsZC1tYXAtY29udGFpbmVyLmNvbXBvbmVudC5jc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEZvcm1GaWVsZE1hcENvbnRhaW5lckNvbXBvbmVudCB7XG4gIEBJbnB1dCgpIHNldCBzcGF0aWFsRXh0ZW50cyh2YWx1ZTogRGF0YXNldFNwYXRpYWxFeHRlbnRbXSkge1xuICAgIHRoaXMuc3BhdGlhbEV4dGVudHMkLm5leHQodmFsdWUpXG4gIH1cbiAgc3BhdGlhbEV4dGVudHMkID0gbmV3IEJlaGF2aW9yU3ViamVjdDxEYXRhc2V0U3BhdGlhbEV4dGVudFtdPihbXSlcbiAgbWFwQ29udGV4dCQ6IE9ic2VydmFibGU8TWFwQ29udGV4dD4gPSB0aGlzLnNwYXRpYWxFeHRlbnRzJC5waXBlKFxuICAgIHN3aXRjaE1hcChhc3luYyAoZXh0ZW50cykgPT4ge1xuICAgICAgaWYgKGV4dGVudHMubGVuZ3RoID09PSAwKSB7XG4gICAgICAgIHJldHVybiBudWxsIC8vIG51bGwgZXh0ZW50IG1lYW5zIGRlZmF1bHQgdmlld1xuICAgICAgfVxuICAgICAgY29uc3QgZmVhdHVyZUNvbGxlY3Rpb246IEdlb0pTT05GZWF0dXJlQ29sbGVjdGlvbiA9IHtcbiAgICAgICAgdHlwZTogJ0ZlYXR1cmVDb2xsZWN0aW9uJyxcbiAgICAgICAgZmVhdHVyZXM6IFtdLFxuICAgICAgfVxuICAgICAgZXh0ZW50cy5mb3JFYWNoKChleHRlbnQpID0+IHtcbiAgICAgICAgaWYgKGV4dGVudC5nZW9tZXRyeSkge1xuICAgICAgICAgIGZlYXR1cmVDb2xsZWN0aW9uLmZlYXR1cmVzLnB1c2goe1xuICAgICAgICAgICAgdHlwZTogJ0ZlYXR1cmUnLFxuICAgICAgICAgICAgcHJvcGVydGllczoge30sXG4gICAgICAgICAgICBnZW9tZXRyeTogZXh0ZW50Lmdlb21ldHJ5LFxuICAgICAgICAgIH0pXG4gICAgICAgIH0gZWxzZSBpZiAoZXh0ZW50LmJib3g/Lmxlbmd0aCA+PSAwKSB7XG4gICAgICAgICAgZmVhdHVyZUNvbGxlY3Rpb24uZmVhdHVyZXMucHVzaCh7XG4gICAgICAgICAgICB0eXBlOiAnRmVhdHVyZScsXG4gICAgICAgICAgICBwcm9wZXJ0aWVzOiB7fSxcbiAgICAgICAgICAgIGdlb21ldHJ5OiB0aGlzLmJib3hDb29yZHNUb0dlb21ldHJ5KGV4dGVudC5iYm94KSxcbiAgICAgICAgICB9KVxuICAgICAgICB9XG4gICAgICB9KVxuXG4gICAgICBjb25zdCBsYXllcjogTWFwQ29udGV4dExheWVyID0ge1xuICAgICAgICB0eXBlOiAnZ2VvanNvbicsXG4gICAgICAgIGRhdGE6IGZlYXR1cmVDb2xsZWN0aW9uLFxuICAgICAgICBsYWJlbDogJ1NwYXRpYWwgZXh0ZW50cycsXG4gICAgICAgIHN0eWxlOiB7XG4gICAgICAgICAgJ3N0cm9rZS1jb2xvcic6ICdibGFjaycsXG4gICAgICAgICAgJ3N0cm9rZS13aWR0aCc6IDIsXG4gICAgICAgIH0sXG4gICAgICB9XG4gICAgICBjb25zdCB2aWV3ID0gYXdhaXQgY3JlYXRlVmlld0Zyb21MYXllcihsYXllcilcbiAgICAgIHJldHVybiB7XG4gICAgICAgIHZpZXcsXG4gICAgICAgIGxheWVyczogW2xheWVyXSxcbiAgICAgIH1cbiAgICB9KVxuICApXG5cbiAgZXJyb3IgPSAnJ1xuXG4gIGJib3hDb29yZHNUb0dlb21ldHJ5KGJib3g6IFtudW1iZXIsIG51bWJlciwgbnVtYmVyLCBudW1iZXJdKTogR2VvbWV0cnkge1xuICAgIGNvbnN0IGdlb21ldHJ5ID0gbmV3IFBvbHlnb24oW1xuICAgICAgW1xuICAgICAgICBbYmJveFswXSwgYmJveFsxXV0sXG4gICAgICAgIFtiYm94WzBdLCBiYm94WzNdXSxcbiAgICAgICAgW2Jib3hbMl0sIGJib3hbM11dLFxuICAgICAgICBbYmJveFsyXSwgYmJveFsxXV0sXG4gICAgICAgIFtiYm94WzBdLCBiYm94WzFdXSxcbiAgICAgIF0sXG4gICAgXSlcblxuICAgIHJldHVybiBuZXcgR2VvSlNPTigpLndyaXRlR2VvbWV0cnlPYmplY3QoZ2VvbWV0cnkpXG4gIH1cbn1cbiIsIjxnbi11aS1tYXAtY29udGFpbmVyIFtjb250ZXh0XT1cIm1hcENvbnRleHQkIHwgYXN5bmNcIj48L2duLXVpLW1hcC1jb250YWluZXI+XG4iXX0=
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
export const GN_UI_VERSION = new InjectionToken('gnUiVersion');
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ24tdWktdmVyc2lvbi50b2tlbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9yZWNvcmQvc3JjL2xpYi9nbi11aS12ZXJzaW9uLnRva2VuLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxlQUFlLENBQUE7QUFFOUMsTUFBTSxDQUFDLE1BQU0sYUFBYSxHQUFHLElBQUksY0FBYyxDQUFTLGFBQWEsQ0FBQyxDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0aW9uVG9rZW4gfSBmcm9tICdAYW5ndWxhci9jb3JlJ1xuXG5leHBvcnQgY29uc3QgR05fVUlfVkVSU0lPTiA9IG5ldyBJbmplY3Rpb25Ub2tlbjxzdHJpbmc+KCdnblVpVmVyc2lvbicpXG4iXX0=
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Geometry } from 'geojson';
|
|
2
|
-
import { DatasetSpatialExtent } from '../../../../../../../../../libs/common/domain/src/lib/model/record';
|
|
3
|
-
import { MapContext } from '@geospatial-sdk/core';
|
|
4
|
-
import { BehaviorSubject, Observable } from 'rxjs';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class FormFieldMapContainerComponent {
|
|
7
|
-
set spatialExtents(value: DatasetSpatialExtent[]);
|
|
8
|
-
spatialExtents$: BehaviorSubject<DatasetSpatialExtent[]>;
|
|
9
|
-
mapContext$: Observable<MapContext>;
|
|
10
|
-
error: string;
|
|
11
|
-
bboxCoordsToGeometry(bbox: [number, number, number, number]): Geometry;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldMapContainerComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldMapContainerComponent, "gn-ui-form-field-map-container", never, { "spatialExtents": { "alias": "spatialExtents"; "required": false; }; }, {}, never, never, true, never>;
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=form-field-map-container.component.d.ts.map
|