From 9235b79ef54d92aa56c07e4c290a7b2c82b44f39 Mon Sep 17 00:00:00 2001 From: latlon team <info@lat-lon.de> Date: Fri, 15 Dec 2023 08:13:57 +0000 Subject: [PATCH] Code drop - [maven-release-plugin] prepare release xplanbox-7.1 (d282c1d39) - XPLANBOX-2308 fixed release date and typo (e7c7b4a5f) - XPLANBOX- 2429/2531 updated user and operations manual about secured REST API and required JPA provider (a17b5af5d) - XPLANBOX-2324 updated known issues section in user and operations manual (ea061b3fc) - XPLANBOX-2308 - update LICENSE_UNKNOWN.txt (8129bc861) - XPLANBOX-2308 - set scope test of uk.org.webcompere:system-stubs-jupiter (65e587553) - XPLANBOX-2308 - updated xalan and jgridshift licence (ca4163d3a) - XPLANBOX-2308 - fixed xplanbox version (638a1f4a6) - XPLANBOX-2308 - generated lizenzen.adoc (acf14e6ee) - XPLANBOX-2308 - generated header (f27c16635) - XPLANBOX-2308 - added XPlanTransformCLI as deprecated (df0397e56) - opencode#29 fixed structure of publiccode.yml file (a384f1509) - XPLANBOX-2323 - Set httpclient to version 4.5.14 and remove duplicate dependency (3abc496ce) - XPLANBOX-2308 - upgrade deegree to 3.5.3.1 (17e5b9d77) - XPLANBOX-2324 updated README file and re-ordered chapter XPlan-Ressources in operations manual (1c4cd663b) - XPLANBOX-2316 - Update xplan-api-manager-soapui-project-testplan.md (de8d96213) - XPLANBOX-2323 plugins and aws-sdk updated to latest bugfix version (cf27dce82) - XPLANBOX-2309 updated section in operations manual (d55c5afe6) - XPLANBOX-2426 updated operations manual how to setup XPlanDB (12d7b9791) - XPLANBOX-2318/2317 updated changelog and update guide (b7e00df00) - XPLANBOX-2308 - updated validierungsregeln to 1.1.6 (1a65f2279) - XPLANBOX-2308 - upgrade bug fix versions: spring, spring boot, spring data, jackson, byte-buddy, jaxb-impl, junit-jupiter, aws-java-sdk-bom (43e752a35) - XPLANBOX-2472 - replaced link to EfA (7339df0ef) - XPLANBOX-2308 - removed licence header from json (d71e86b7a) - XPLANBOX-2308 - removed header from minimalist-format.json (fd2863f0d) - XPLANBOX-2308 - added changelog 7.1 (28df791cf) - XPLANBOX-2308 - added Aktualisierung auf 7.1; added missing version 7.0.2 in overview table (d41abf08c) - XPLANBOX-2308 - upgrade liquibase to 4.25.0 (c5b367093) - XPLANBOX-2308 - added licence header (b594ebc9c) - XPLANBOX-2323 upgrade to Tomcat 9.0.83 (0fe5176a3) - XPLANBOX-2308 - added CREATE TABLE IF NOT EXISTS databasechangeloglock (ab194f0bf) - XPLANBOX-2308 - disable multiplied SEARCH_PATH (ff13972bb) - XPLANBOX-2308 - added migrate.sql (37b4b5493) - XPLANBOX-2323 upgrade of spring core, boot, batch as well owasp and jacocco plugins (04c7771a4) Co-authored-by: Dirk Stenger <stenger@lat-lon.de> Co-authored-by: Lyn Elisa Goltz <goltz@lat-lon.de> Co-authored-by: Torsten Friebe <torsten.friebe@gmail.com> Co-authored-by: latlon team <info@lat-lon.de> Dropped from commit: e98e3b0019adb80fca11e9ae2a2c0c6e8d6626b0 --- CHANGELOG.md | 25 + README.md | 30 +- pom.xml | 42 +- publiccode.yml | 26 +- xplan-api/pom.xml | 2 +- xplan-api/xplan-api-commons/pom.xml | 2 +- .../api/commons/v1/model/DocumentSummary.java | 22 +- xplan-api/xplan-api-dokumente/pom.xml | 5 +- .../xplanbox/api/dokumente/SpringBootApp.java | 20 + .../src/main/resources/application.properties | 22 +- xplan-api/xplan-api-manager/pom.xml | 5 +- .../xplanbox/api/manager/SpringBootApp.java | 20 + .../src/main/resources/application.properties | 22 +- .../xplanbox/api/manager/v1/aenderungen.json | 2 +- .../api/manager/v1/basisdatenmodel.json | 2 +- ...datenmodel_invalidBeschreibungAndName.json | 2 +- .../api/manager/v1/dokumentmodel.json | 2 +- .../xplanbox/api/manager/v1/gueltigkeit.json | 2 +- .../api/manager/v1/rasterbasismodel.json | 2 +- ...rasterbasismodel_missingbereichnummer.json | 2 +- .../xplanbox/api/manager/v1/textmodel.json | 2 +- xplan-api/xplan-api-validator/pom.xml | 5 +- .../xplanbox/api/validator/SpringBootApp.java | 20 + .../src/main/resources/application.properties | 22 +- .../api/validator/SpringBootAppTest.java | 20 + xplan-cli/pom.xml | 2 +- xplan-cli/xplan-cli-docker/pom.xml | 2 +- .../pom.xml | 2 +- .../src/main/resources/sql/05_grant_user.sql | 22 +- xplan-cli/xplan-manager-cli/pom.xml | 2 +- xplan-cli/xplan-transform-cli/pom.xml | 2 +- .../src/main/resources/sql/04_grant_user.sql | 22 +- xplan-cli/xplan-update-data-cli/pom.xml | 2 +- ...eUpdaterApplicationApplicationContext.java | 20 + xplan-cli/xplan-validatedb-cli/pom.xml | 2 +- xplan-cli/xplan-validator-cli/pom.xml | 2 +- xplan-configuration/pom.xml | 2 +- .../xplan-dokumenten-config/pom.xml | 2 +- .../xplan-manager-config/pom.xml | 2 +- .../xplan-mapproxy-config/pom.xml | 2 +- .../src/main/resources/mapproxy.yaml | 22 +- .../src/main/resources/seed.yaml | 22 +- .../xplan-mapserver-config/pom.xml | 2 +- .../xplan-validator-config/pom.xml | 2 +- xplan-core/pom.xml | 2 +- xplan-core/xplan-commons-cli/pom.xml | 2 +- xplan-core/xplan-commons/pom.xml | 3 +- .../xplan/commons/minimalist-format.json | 2 +- xplan-core/xplan-core-job/pom.xml | 2 +- xplan-core/xplan-core-manager-db/pom.xml | 2 +- xplan-core/xplan-core-manager-deegree/pom.xml | 2 +- .../xplan-inspireplu-transformation/pom.xml | 7 +- xplan-core/xplan-manager-core/pom.xml | 4 +- xplan-core/xplan-synthesizer/pom.xml | 2 +- xplan-core/xplan-validator-core/pom.xml | 2 +- .../src/test/resources/profiles-test2.yaml | 22 +- xplan-distribution/pom.xml | 2 +- xplan-docker/pom.xml | 2 +- xplan-docker/xplan-docker-mapproxy/pom.xml | 2 +- xplan-docker/xplan-docker-mapserver/pom.xml | 2 +- .../xplan-docker-tomcat-gdal/Dockerfile | 2 +- xplan-docker/xplan-docker-tomcat-gdal/pom.xml | 2 +- xplan-docker/xplan-docker-tomcat/pom.xml | 2 +- xplan-docker/xplan-docker-volume-init/pom.xml | 2 +- xplan-documentation/pom.xml | 2 +- .../xplan-benutzerhandbuch/pom.xml | 2 +- .../src/main/asciidoc/aenderungsHistorie.adoc | 26 + .../src/main/asciidoc/bekannteProbleme.adoc | 47 +- .../xplan-betriebshandbuch/pom.xml | 2 +- .../src/main/asciidoc/aktualisierung.adoc | 20 +- .../src/main/asciidoc/anhang/lizenzen.adoc | 346 ++-- .../src/main/asciidoc/anhang/xplandb.adoc | 26 +- .../src/main/asciidoc/architektur.adoc | 3 +- .../src/main/asciidoc/bekannteProbleme.adoc | 2 +- .../main/asciidoc/installation/datenbank.adoc | 38 +- .../asciidoc/installation/installation.adoc | 2 +- .../src/main/asciidoc/installation/main.adoc | 6 +- .../asciidoc/installation/ueberblick.adoc | 2 +- .../asciidoc/konfiguration/rest-api/main.adoc | 20 +- .../src/main/asciidoc/ressourcen.adoc | 2 +- .../src/main/asciidoc/s3storage.adoc | 6 +- .../src/main/asciidoc/ueberblick.adoc | 27 +- .../src/main/asciidoc/xplandb.adoc | 21 +- xplan-resources/pom.xml | 2 +- .../LICENSE_UNKNOWN.txt | 3 + .../xplan-database-scripts/pom.xml | 2 +- .../7.1/changelog_xplanvalidator.yaml | 20 + xplan-resources/xplan-schemas/pom.xml | 2 +- xplan-resources/xplan-sql-scripts/pom.xml | 2 +- .../update/from_7.0_to_7.1/migrate.sql | 1843 +++++++++++++++++ xplan-security/pom.xml | 5 +- .../PropertiesFileUserDetailsManager.java | 20 + .../SecurityConfigurationException.java | 20 + .../security/config/SecurityContext.java | 22 +- .../security/config/SecurityContextTest.java | 20 + xplan-tests/pom.xml | 2 +- xplan-tests/xplan-tests-manual/pom.xml | 2 +- ...lan-api-manager-soapui-project-testplan.md | 78 +- .../xplan-tests-resources/LICENSE_UNKNOWN.txt | 2 +- xplan-tests/xplan-tests-resources/pom.xml | 2 +- .../xplan-tests-soapui/LICENSE_UNKNOWN.txt | 10 +- xplan-tests/xplan-tests-soapui/pom.xml | 2 +- xplan-webapps/pom.xml | 2 +- xplan-webapps/xplan-commons-web/pom.xml | 2 +- xplan-webapps/xplan-manager-web/pom.xml | 2 +- .../web/client/utils/ReferenceNameUtils.java | 20 + .../client/utils/ReferenceNameUtilsTest.java | 22 +- xplan-webapps/xplan-root/pom.xml | 2 +- .../xplan-validator-web-commons/pom.xml | 2 +- xplan-webapps/xplan-validator-web/pom.xml | 2 +- xplan-webservices/pom.xml | 2 +- .../xplan-commons-webservices/pom.xml | 2 +- .../webservices/common/minimalist-format.json | 2 +- xplan-webservices/xplan-inspireplu/pom.xml | 2 +- .../xplan-services-docker/pom.xml | 2 +- xplan-webservices/xplan-validator-wms/pom.xml | 2 +- .../resources/log4j2.component.properties | 22 +- xplan-webservices/xplan-wfs/pom.xml | 2 +- .../resources/log4j2.component.properties | 22 +- xplan-webservices/xplan-wms/pom.xml | 4 +- .../resources/log4j2.component.properties | 22 +- xplan-webservices/xplansyn-wfs/pom.xml | 2 +- .../resources/log4j2.component.properties | 22 +- xplan-workspaces/LICENSE_UNKNOWN.txt | 6 +- xplan-workspaces/pom.xml | 2 +- .../appschemas/inspireplu/PlannedLandUse.xsd | 23 +- .../bbox_cache-xplangml/bbox_cache.properties | 4 +- .../bbox_cache-xplansyn/bbox_cache.properties | 4 +- .../datasources/feature/xplansyn.xml | 36 +- .../datasources/feature/xplansynarchive.xml | 36 +- .../datasources/feature/xplansynpre.xml | 36 +- .../datasources/feature/xplanvalidator.xml | 36 +- .../src/main/workspace/layers/bplan.xml | 34 +- .../main/workspace/layers/bplanarchive.xml | 34 +- .../src/main/workspace/layers/bplanpre.xml | 34 +- .../src/main/workspace/layers/fplan.xml | 34 +- .../main/workspace/layers/fplanarchive.xml | 34 +- .../src/main/workspace/layers/fplanpre.xml | 34 +- .../src/main/workspace/layers/lplan.xml | 34 +- .../main/workspace/layers/lplanarchive.xml | 34 +- .../src/main/workspace/layers/lplanpre.xml | 34 +- .../workspace/layers/planart-wms/bp-bplan.xml | 34 +- .../layers/planart-wms/bp-bplanarchive.xml | 34 +- .../layers/planart-wms/bp-bplanpre.xml | 34 +- .../workspace/layers/planart-wms/bp-fplan.xml | 34 +- .../layers/planart-wms/bp-fplanarchive.xml | 34 +- .../layers/planart-wms/bp-fplanpre.xml | 34 +- .../workspace/layers/planart-wms/bp-lplan.xml | 34 +- .../layers/planart-wms/bp-lplanarchive.xml | 34 +- .../layers/planart-wms/bp-lplanpre.xml | 34 +- .../workspace/layers/planart-wms/bp-rplan.xml | 34 +- .../layers/planart-wms/bp-rplanarchive.xml | 34 +- .../layers/planart-wms/bp-rplanpre.xml | 34 +- .../layers/planart-wms/bp-soplan.xml | 34 +- .../layers/planart-wms/bp-soplanarchive.xml | 34 +- .../layers/planart-wms/bp-soplanpre.xml | 34 +- .../workspace/layers/planart-wms/fp-bplan.xml | 34 +- .../layers/planart-wms/fp-bplanarchive.xml | 34 +- .../layers/planart-wms/fp-bplanpre.xml | 34 +- .../workspace/layers/planart-wms/fp-fplan.xml | 34 +- .../layers/planart-wms/fp-fplanarchive.xml | 34 +- .../layers/planart-wms/fp-fplanpre.xml | 34 +- .../workspace/layers/planart-wms/fp-lplan.xml | 34 +- .../layers/planart-wms/fp-lplanarchive.xml | 34 +- .../layers/planart-wms/fp-lplanpre.xml | 34 +- .../workspace/layers/planart-wms/fp-rplan.xml | 34 +- .../layers/planart-wms/fp-rplanarchive.xml | 34 +- .../layers/planart-wms/fp-rplanpre.xml | 34 +- .../layers/planart-wms/fp-soplan.xml | 34 +- .../layers/planart-wms/fp-soplanarchive.xml | 34 +- .../layers/planart-wms/fp-soplanpre.xml | 34 +- .../workspace/layers/planart-wms/lp-bplan.xml | 34 +- .../layers/planart-wms/lp-bplanarchive.xml | 34 +- .../layers/planart-wms/lp-bplanpre.xml | 34 +- .../workspace/layers/planart-wms/lp-fplan.xml | 34 +- .../layers/planart-wms/lp-fplanarchive.xml | 34 +- .../layers/planart-wms/lp-fplanpre.xml | 34 +- .../workspace/layers/planart-wms/lp-lplan.xml | 34 +- .../layers/planart-wms/lp-lplanarchive.xml | 34 +- .../layers/planart-wms/lp-lplanpre.xml | 34 +- .../workspace/layers/planart-wms/lp-rplan.xml | 34 +- .../layers/planart-wms/lp-rplanarchive.xml | 34 +- .../layers/planart-wms/lp-rplanpre.xml | 34 +- .../layers/planart-wms/lp-soplan.xml | 34 +- .../layers/planart-wms/lp-soplanarchive.xml | 34 +- .../layers/planart-wms/lp-soplanpre.xml | 34 +- .../workspace/layers/planart-wms/rp-bplan.xml | 34 +- .../layers/planart-wms/rp-bplanarchive.xml | 34 +- .../layers/planart-wms/rp-bplanpre.xml | 34 +- .../workspace/layers/planart-wms/rp-fplan.xml | 34 +- .../layers/planart-wms/rp-fplanarchive.xml | 34 +- .../layers/planart-wms/rp-fplanpre.xml | 34 +- .../workspace/layers/planart-wms/rp-lplan.xml | 34 +- .../layers/planart-wms/rp-lplanarchive.xml | 34 +- .../layers/planart-wms/rp-lplanpre.xml | 34 +- .../workspace/layers/planart-wms/rp-rplan.xml | 34 +- .../layers/planart-wms/rp-rplanarchive.xml | 34 +- .../layers/planart-wms/rp-rplanpre.xml | 34 +- .../layers/planart-wms/rp-soplan.xml | 34 +- .../layers/planart-wms/rp-soplanarchive.xml | 34 +- .../layers/planart-wms/rp-soplanpre.xml | 34 +- .../workspace/layers/planart-wms/so-bplan.xml | 34 +- .../layers/planart-wms/so-bplanarchive.xml | 34 +- .../layers/planart-wms/so-bplanpre.xml | 34 +- .../workspace/layers/planart-wms/so-fplan.xml | 34 +- .../layers/planart-wms/so-fplanarchive.xml | 34 +- .../layers/planart-wms/so-fplanpre.xml | 34 +- .../workspace/layers/planart-wms/so-lplan.xml | 34 +- .../layers/planart-wms/so-lplanarchive.xml | 34 +- .../layers/planart-wms/so-lplanpre.xml | 34 +- .../workspace/layers/planart-wms/so-rplan.xml | 34 +- .../layers/planart-wms/so-rplanarchive.xml | 34 +- .../layers/planart-wms/so-rplanpre.xml | 34 +- .../layers/planart-wms/so-soplan.xml | 34 +- .../layers/planart-wms/so-soplanarchive.xml | 34 +- .../layers/planart-wms/so-soplanpre.xml | 34 +- .../src/main/workspace/layers/rplan.xml | 34 +- .../main/workspace/layers/rplanarchive.xml | 34 +- .../src/main/workspace/layers/rplanpre.xml | 34 +- .../src/main/workspace/layers/soplan.xml | 34 +- .../main/workspace/layers/soplanarchive.xml | 34 +- .../src/main/workspace/layers/soplanpre.xml | 34 +- .../layers/validator-wms/sql/bp-bplan.xml | 34 +- .../layers/validator-wms/sql/bp-fplan.xml | 34 +- .../layers/validator-wms/sql/bp-lplan.xml | 34 +- .../layers/validator-wms/sql/bp-rplan.xml | 34 +- .../layers/validator-wms/sql/bp-soplan.xml | 34 +- .../layers/validator-wms/sql/fp-bplan.xml | 34 +- .../layers/validator-wms/sql/fp-fplan.xml | 34 +- .../layers/validator-wms/sql/fp-lplan.xml | 34 +- .../layers/validator-wms/sql/fp-rplan.xml | 34 +- .../layers/validator-wms/sql/fp-soplan.xml | 34 +- .../layers/validator-wms/sql/lp-bplan.xml | 34 +- .../layers/validator-wms/sql/lp-fplan.xml | 34 +- .../layers/validator-wms/sql/lp-lplan.xml | 34 +- .../layers/validator-wms/sql/lp-rplan.xml | 34 +- .../layers/validator-wms/sql/lp-soplan.xml | 34 +- .../layers/validator-wms/sql/rp-bplan.xml | 34 +- .../layers/validator-wms/sql/rp-fplan.xml | 34 +- .../layers/validator-wms/sql/rp-lplan.xml | 34 +- .../layers/validator-wms/sql/rp-rplan.xml | 34 +- .../layers/validator-wms/sql/rp-soplan.xml | 34 +- .../layers/validator-wms/sql/so-bplan.xml | 34 +- .../layers/validator-wms/sql/so-fplan.xml | 34 +- .../layers/validator-wms/sql/so-lplan.xml | 34 +- .../layers/validator-wms/sql/so-rplan.xml | 34 +- .../layers/validator-wms/sql/so-soplan.xml | 34 +- .../storedqueries/xplansyn/planName.xml | 36 +- .../src/main/workspace/themes/bplan.xml | 34 +- .../main/workspace/themes/bplanarchive.xml | 34 +- .../src/main/workspace/themes/bplanpre.xml | 34 +- .../src/main/workspace/themes/fplan.xml | 34 +- .../main/workspace/themes/fplanarchive.xml | 34 +- .../src/main/workspace/themes/fplanpre.xml | 34 +- .../src/main/workspace/themes/lplan.xml | 34 +- .../main/workspace/themes/lplanarchive.xml | 34 +- .../src/main/workspace/themes/lplanpre.xml | 34 +- .../workspace/themes/planart-wms/bplan.xml | 34 +- .../themes/planart-wms/bplanarchive.xml | 34 +- .../workspace/themes/planart-wms/bplanpre.xml | 34 +- .../workspace/themes/planart-wms/fplan.xml | 34 +- .../themes/planart-wms/fplanarchive.xml | 34 +- .../workspace/themes/planart-wms/fplanpre.xml | 34 +- .../workspace/themes/planart-wms/lplan.xml | 34 +- .../themes/planart-wms/lplanarchive.xml | 34 +- .../workspace/themes/planart-wms/lplanpre.xml | 34 +- .../workspace/themes/planart-wms/rplan.xml | 34 +- .../themes/planart-wms/rplanarchive.xml | 34 +- .../workspace/themes/planart-wms/rplanpre.xml | 34 +- .../workspace/themes/planart-wms/soplan.xml | 34 +- .../themes/planart-wms/soplanarchive.xml | 34 +- .../themes/planart-wms/soplanpre.xml | 34 +- .../src/main/workspace/themes/rplan.xml | 34 +- .../main/workspace/themes/rplanarchive.xml | 34 +- .../src/main/workspace/themes/rplanpre.xml | 34 +- .../src/main/workspace/themes/soplan.xml | 34 +- .../main/workspace/themes/soplanarchive.xml | 34 +- .../src/main/workspace/themes/soplanpre.xml | 34 +- .../themes/validator-wms/memory/bplan.xml | 34 +- .../themes/validator-wms/memory/fplan.xml | 34 +- .../themes/validator-wms/memory/lplan.xml | 34 +- .../themes/validator-wms/memory/rplan.xml | 34 +- .../themes/validator-wms/memory/soplan.xml | 34 +- 283 files changed, 5608 insertions(+), 3062 deletions(-) create mode 100644 xplan-resources/xplan-sql-scripts/src/main/resources/update/from_7.0_to_7.1/migrate.sql diff --git a/CHANGELOG.md b/CHANGELOG.md index 8de9e4385f..77e3d3869e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ Alle nennenswerten Änderungen an diesem Projekt werden in dieser Datei dokumentiert. +## Version 7.1 (2023-12-13) + +### Erweiterungen +- Unterstützung für MapProxy 1.16.0 zur Bereitstellung von Raster- und Vektordaten über WMTS und WMS mit S3-Objektspeicher als Cache +- Aktualisierung der Validierungsregeln auf v1.1.6 +- Ausgabe des Plannamen und der Planart im Validierungsbericht der XPlanValidatorAPI und XPlanManagerAPI +- Erweiterung von XPlanValidatorAPI und XPlanManagerAPI zur Absicherung der REST-Schnittstellen + +### Sicherheitsupdates +- Aktualisierung von Bibliotheken mit bekannten Sicherheitsmängeln + +### Fehlerbehebungen +- Fehler im Editiermodus des XPlanManagerWeb für XPlanGML 6.0 behoben +- Ergänzung fehlender Properties aus XPlanGML 6.0.2 in XPlanDB für den XPlanValidatorWMS +- Fehler bei der Sortierung von Rasterdaten nach dem Editieren bei Nutzung von deegree WMS für die Bereitstellung von Rasterdaten behoben + +### Veraltete Funktionen + +Die folgenden Funktionen sind veraltet und werden in einer zukünftigen Version der xPlanBox entfernt: + +- Setzen eines Gültigkeitszeitraums beim Import eines Planwerk über den XPlanManagerWeb ist veraltet (deprecated) +- Konfigurationsoptionen `defaultCRS` und `chooseCrs` zur Auswahl eines Koordinatenreferenzsystems für die Vektordaten eines Planwerks sind veraltet (deprecated) +- XPlanTransformCLI zur Transformation von XPlanGML 4.1 nach XPlanGML 5.1 ist veraltet (deprecated) + ## Version 7.0.2 (2023-10-26) ### Erweiterungen @@ -70,6 +94,7 @@ Alle nennenswerten Änderungen an diesem Projekt werden in dieser Datei dokument ### Veraltete Funktionen Die folgenden Funktionen sind veraltet und werden in einer zukünftigen Version der xPlanBox entfernt: + - LDAP-Schnittstelle ist veraltet (deprecated) - Schnittstelle zur Verfahrensdatenbank ist veraltet (deprecated) - Filterkategorien im XPlanManagerWeb sind veraltet (deprecated) diff --git a/README.md b/README.md index d0c9a10c8a..1ea0fb9b89 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ In diesem Repository ist der Quellcode für die Open Source-Version der Anwendung "xPlanBox" der Firma [lat/lon](https://www.lat-lon.de) enthalten. Die Anwendung dient der Abbildung der Bauleit- und der Landschaftsplanung sowie der Raumordnung auf Basis des Standards [XPlanung](https://xleitstelle.de/xplanung/ueber_xplanung). Die Anwendung basiert zudem auf den Standards des [Open Geospatial Consortium](https://www.ogc.org/), den technischen Empfehlungen der [INSPIRE Richtlinie](https://inspire.ec.europa.eu/) und insbesondere der Abbildung des deutschen Planungsrechts durch das [GML-Anwendungsschema XPlanGML](https://xleitstelle.de/xplanung/releases-xplanung). Die Komponenten der Anwendung wurden u.a. unter der Verwendung der Open Source-Software [deegree](https://www.deegree.org) implementiert. -Die Anwendung ist Bestandteil der [DiPlanung](https://diplanung.de)-Plattform zur Umsetzung der [OZG](https://www.onlinezugangsgesetz.de)-Leistungen "Beteiligungsverfahren nach dem Baugesetzbuch, dem Raumordnungsgesetz und in der Planfeststellung" und "Einstellen von raumbezogenen Planwerken in das Internet" im Themenfeld "Bauen und Wohnen". Sie wird in diesem Zusammenhang per Software-as-a-Service (SaaS) als sog. [EfA-Lösung](https://www.onlinezugangsgesetz.de/Webs/OZG/DE/grundlagen/nachnutzung/nachnutzung-node.html) zur Nachnutzung bereitgestellt. Anfragen zur Nachnutzung können an ozg-buw@bsw.hamburg.de gerichtet werden. +Die Anwendung ist Bestandteil der [DiPlanung](https://diplanung.de)-Plattform zur Umsetzung der [OZG](https://www.onlinezugangsgesetz.de)-Leistungen "Beteiligungsverfahren nach dem Baugesetzbuch, dem Raumordnungsgesetz und in der Planfeststellung" und "Einstellen von raumbezogenen Planwerken in das Internet" im Themenfeld "Bauen und Wohnen". Sie wird in diesem Zusammenhang per Software-as-a-Service (SaaS) als sog. [EfA-Lösung](https://www.digitale-verwaltung.de/Webs/DV/DE/onlinezugangsgesetz/efa/efa-node.html) zur Nachnutzung bereitgestellt. Anfragen zur Nachnutzung können an ozg-buw@bsw.hamburg.de gerichtet werden. ## xPlanBox im OZG-Kontext @@ -63,26 +63,6 @@ Folgen Sie der [Installationsanleitung von Maven](https://maven.apache.org/insta Weitere Informationen zur Konfiguration von Maven finden Sie in der [Referenzdokumentation zu den Maven Settings](https://maven.apache.org/settings.html). -#### deegree erstellen - -Im ersten Schritt muss der Quellcode von [deegree mit Java 11](https://github.com/lat-lon/deegree3/tree/xplanbox-deegree3.5) kompiliert werden. Dazu muss die passende Version von deegree ausgewählt werden. Für Version 7.0+ der Anwendung muss deegree **Version 3.5.0.2** verwendet werden: - -```shell -git clone https://github.com/lat-lon/deegree3.git -cd deegree3 -git checkout tags/xplanbox-deegree-3.5.0.2 -mvn clean install -``` -> **_Hinweis_**: Aktuell kann noch nicht eine offizielle Release-Version von deegree verwendet werden, da für das Fachdatenschema XPlanung noch spezifische Erweiterungen an deegree vorgenommen wurden. Sobald eine Version von deegree mit Unterstützung dieser Erweiterungen verfügbar ist, entfällt dieser Schritt. - -> **_Hinweis_**: Unter dem Betriebssystem Windows kann es bei der Ausführung von Unit-Test zu Fehlern kommen. Es kann dann erforderlich sein, die Tests zu überspringen. Dazu ist die Option `-DskipTests` beim Aufruf von Maven zu ergänzen. - -#### XPlanung-Validierungsregeln einbinden - -Die Anwendung nutzt die öffentlich verfügbaren XPlanung-Validierungsregeln des XPlanung-Standards aus dem [OpenCoDE-Repository der XLeitstelle](https://gitlab.opencode.de/xleitstelle/xplanung/validierungsregeln/standard). - -> **_Hinweis_**: Um eine andere Version der XPlanung-Validierungsregeln zu installieren, folgen Sie der Anleitung im [Betriebshandbuch](xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc). - #### Anwendung erstellen Die Erstellung der Binärdateien der Anwendung erfolgt dann im Basisverzeichnis mit folgendem Maven Aufruf: @@ -93,10 +73,18 @@ cd ozgxplanung mvn clean install ``` +> **_Hinweis_**: Unter dem Betriebssystem Windows kann es bei der Ausführung von Unit-Test zu Fehlern kommen. Es kann dann erforderlich sein, die Tests zu überspringen. Dazu ist die Option `-DskipTests` beim Aufruf von Maven zu ergänzen. + ### Installation und Konfiguration Die Installation und Konfiguration der Anwendung ist im [Betriebshandbuch](xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc) dokumentiert. +#### XPlanung-Validierungsregeln einbinden + +Die Anwendung nutzt die öffentlich verfügbaren XPlanung-Validierungsregeln des XPlanung-Standards aus dem [OpenCoDE-Repository der XLeitstelle](https://gitlab.opencode.de/xleitstelle/xplanung/validierungsregeln/standard). + +> **_Hinweis_**: Um eine andere Version der XPlanung-Validierungsregeln zu installieren, folgen Sie der Anleitung im [Betriebshandbuch](xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc). + ---- © 2023 lat/lon gesellschaft für raumbezogene informationssysteme mbH Im Ellig 1 diff --git a/pom.xml b/pom.xml index d2c2d380f8..3bae9576de 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplanbox</artifactId> <packaging>pom</packaging> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> <name>xPlanBox</name> <description>Software zur Verwaltung von XPlanGML Daten</description> <inceptionYear>2008</inceptionYear> @@ -18,26 +18,26 @@ <java.version>11</java.version> <maven.version>3.8.1</maven.version> <!-- version properties --> - <deegree3.version>3.5.0.2</deegree3.version> - <xplanung.regeln.version>1.1.6-SNAPSHOT</xplanung.regeln.version> + <deegree3.version>3.5.3.1</deegree3.version> + <xplanung.regeln.version>1.1.6</xplanung.regeln.version> <xplanung.regeln.berlin.version>0.4</xplanung.regeln.berlin.version> <gwt.version>2.10.0</gwt.version> <geotools.version>29.2</geotools.version> <jacoco.argLine /> <jacoco.skip>true</jacoco.skip> - <jacoco.version>0.8.10</jacoco.version> + <jacoco.version>0.8.11</jacoco.version> <log4j.version>2.17.2</log4j.version> <slf4j.version>1.7.36</slf4j.version> - <spring.version>5.3.29</spring.version> - <spring-boot.version>2.7.14</spring-boot.version> - <spring-batch.version>4.3.8</spring-batch.version> + <spring.version>5.3.31</spring.version> + <spring-boot.version>2.7.18</spring-boot.version> + <spring-batch.version>4.3.10</spring-batch.version> <spring-security.version>5.5.8</spring-security.version> - <spring-data.version>2.7.14</spring-data.version> + <spring-data.version>2.7.18</spring-data.version> <hibernate.version>5.6.15.Final</hibernate.version> - <jackson.version>2.14.3</jackson.version> - <liquibase.version>4.23.0</liquibase.version> + <jackson.version>2.16.0</jackson.version> + <liquibase.version>4.25.0</liquibase.version> <postgresql.version>42.5.4</postgresql.version> - <owasp.version>8.4.0</owasp.version> + <owasp.version>8.4.3</owasp.version> <!-- project properties --> <distribution.repo.id>gitlab-maven</distribution.repo.id> <distribution.repo.url>${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/maven</distribution.repo.url> @@ -468,7 +468,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> - <version>3.1.2</version> + <version>3.2.2</version> <configuration> <argLine>-Xmx${tests.jvm.xmx} @{jacoco.argLine}</argLine> </configuration> @@ -507,7 +507,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>3.1.2</version> + <version>3.2.2</version> <configuration> <argLine>-Xmx${tests.jvm.xmx} @{jacoco.argLine}</argLine> </configuration> @@ -613,7 +613,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <version>3.6.0</version> + <version>3.6.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -646,7 +646,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>versions-maven-plugin</artifactId> - <version>2.16.1</version> + <version>2.16.2</version> </plugin> <plugin> <groupId>org.jacoco</groupId> @@ -914,7 +914,7 @@ <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy</artifactId> - <version>1.14.5</version> + <version>1.14.10</version> </dependency> <dependency> <groupId>org.objenesis</groupId> @@ -975,7 +975,7 @@ <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> - <version>2.3.8</version> + <version>2.3.9</version> </dependency> <dependency> <groupId>jakarta.annotation</groupId> @@ -1166,13 +1166,13 @@ <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> - <version>5.10.0</version> + <version>5.10.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId> - <version>5.10.0</version> + <version>5.10.1</version> <scope>test</scope> </dependency> <dependency> @@ -1549,7 +1549,7 @@ <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk-bom</artifactId> - <version>1.12.520</version> + <version>1.12.599</version> <type>pom</type> <scope>import</scope> </dependency> @@ -1566,7 +1566,7 @@ <connection>scm:git:git@bitbucket.org:latlon/xplanbox.git</connection> <developerConnection>scm:git:git@bitbucket.org:latlon/xplanbox.git</developerConnection> <url>https://bitbucket.org/latlon/xplanbox</url> - <tag>HEAD</tag> + <tag>xplanbox-7.1</tag> </scm> <repositories> diff --git a/publiccode.yml b/publiccode.yml index bb366d2451..22688669e7 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -12,30 +12,30 @@ dependsOn: - name: OSGeo deegree webservices (with XPlanung patch) optional: false version: '3.5' - versionMax: '3.5.0' - versionMin: '3.5-PRE1' + versionMax: '3.5.3' + versionMin: '3.5.0' - name: XPlanung-Validierungsregeln optional: false version: '1.0' - versionMax: '1.0' + versionMax: '1.1.6' versionMin: '1.0' - name: PostgreSQL Datenbank mit PostGIS-Erweiterung optional: false version: '12.0' - versionMax: '13.0' + versionMax: '14.0' versionMin: '12.0' description: de: documentation: |- https://gitlab.opencode.de/diplanung/ozgxplanung/-/blob/README.md features: - - XPlanValidator: Web-Oberfläche für den XPlanGML-Validator - - XPlanManager: Web-Oberfläche für das Datenmanagement - - XPlanWMS: Standard-Karten-Dienst für die Auskunft - - XPlanWFS: Standard-Daten-Dienst für die Auskunft (originale XPlanGML-Datenstruktur) - - XPlanSynWFS: Standard-Daten-Dienst für die Auskunft (vereinfachte Datenstruktur) - - XPlanValidatorAPI: REST-Schnittstelle für den XPlanGML-Validator - - XPlanManagerAPI: REST-Schnittstelle für das Datenmanagement + XPlanValidator: Web-Oberfläche für den XPlanGML-Validator + XPlanManager: Web-Oberfläche für das Datenmanagement + XPlanWMS: Standard-Karten-Dienst für die Auskunft + XPlanWFS: Standard-Daten-Dienst für die Auskunft (originale XPlanGML-Datenstruktur) + XPlanSynWFS: Standard-Daten-Dienst für die Auskunft (vereinfachte Datenstruktur) + XPlanValidatorAPI: REST-Schnittstelle für den XPlanGML-Validator + XPlanManagerAPI: REST-Schnittstelle für das Datenmanagement genericName: ozgxplanung longDescription: |- Die Anwendung dient der Abbildung der Bauleit- und der Landschaftsplanung und basiert auf den Standards des @@ -67,9 +67,9 @@ maintenance: name: ozgxplanung platforms: - web -releaseDate: '2022-10-28' +releaseDate: '2023-10-26' softwareType: standalone/depends -softwareVersion: 6.0 +softwareVersion: 7.0 url: 'https://gitlab.opencode.de/diplanung/ozgxplanung.git' usedBy: - XLeitstelle, Hamburg diff --git a/xplan-api/pom.xml b/xplan-api/pom.xml index b900feb70a..c7039d96fe 100644 --- a/xplan-api/pom.xml +++ b/xplan-api/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplanbox</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <modules> diff --git a/xplan-api/xplan-api-commons/pom.xml b/xplan-api/xplan-api-commons/pom.xml index eac3176a0f..d08f817c48 100644 --- a/xplan-api/xplan-api-commons/pom.xml +++ b/xplan-api/xplan-api-commons/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-api</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <dependencies> diff --git a/xplan-api/xplan-api-commons/src/main/java/de/latlon/xplanbox/api/commons/v1/model/DocumentSummary.java b/xplan-api/xplan-api-commons/src/main/java/de/latlon/xplanbox/api/commons/v1/model/DocumentSummary.java index 04b4b84b46..8edfdb6777 100644 --- a/xplan-api/xplan-api-commons/src/main/java/de/latlon/xplanbox/api/commons/v1/model/DocumentSummary.java +++ b/xplan-api/xplan-api-commons/src/main/java/de/latlon/xplanbox/api/commons/v1/model/DocumentSummary.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-api-commons - xplan-api-commons + * %% + * Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ package de.latlon.xplanbox.api.commons.v1.model; import com.fasterxml.jackson.annotation.JsonProperty; @@ -68,4 +88,4 @@ public class DocumentSummary { return "BasicPlanInfo{" + "name='" + name + '\'' + ", type='" + type + '\'' + '}'; } -} \ No newline at end of file +} diff --git a/xplan-api/xplan-api-dokumente/pom.xml b/xplan-api/xplan-api-dokumente/pom.xml index f548a13ffc..72ead1aeba 100755 --- a/xplan-api/xplan-api-dokumente/pom.xml +++ b/xplan-api/xplan-api-dokumente/pom.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>xplan-api-dokumente</artifactId> <packaging>war</packaging> @@ -8,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-api</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <dependencyManagement> diff --git a/xplan-api/xplan-api-dokumente/src/main/java/de/latlon/xplanbox/api/dokumente/SpringBootApp.java b/xplan-api/xplan-api-dokumente/src/main/java/de/latlon/xplanbox/api/dokumente/SpringBootApp.java index bbab2513d3..6321535e03 100644 --- a/xplan-api/xplan-api-dokumente/src/main/java/de/latlon/xplanbox/api/dokumente/SpringBootApp.java +++ b/xplan-api/xplan-api-dokumente/src/main/java/de/latlon/xplanbox/api/dokumente/SpringBootApp.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-api-dokumente - Modul zur Gruppierung der REST-API + * %% + * Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ package de.latlon.xplanbox.api.dokumente; import org.springframework.boot.SpringApplication; diff --git a/xplan-api/xplan-api-dokumente/src/main/resources/application.properties b/xplan-api/xplan-api-dokumente/src/main/resources/application.properties index cb50d41a1e..3427fa5a4e 100644 --- a/xplan-api/xplan-api-dokumente/src/main/resources/application.properties +++ b/xplan-api/xplan-api-dokumente/src/main/resources/application.properties @@ -1,6 +1,26 @@ +### +# #%L +# xplan-api-dokumente - Modul zur Gruppierung der REST-API +# %% +# Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# #L% +### server.servlet.context-path=/xplan-api-dokumente logging.level.root=warn logging.level.de.latlon=debug logging.level.org.springframework.web=debug -logging.level.org.hibernate=error \ No newline at end of file +logging.level.org.hibernate=error diff --git a/xplan-api/xplan-api-manager/pom.xml b/xplan-api/xplan-api-manager/pom.xml index 5c5f1c025e..74fc29194c 100644 --- a/xplan-api/xplan-api-manager/pom.xml +++ b/xplan-api/xplan-api-manager/pom.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>xplan-api-manager</artifactId> <packaging>war</packaging> @@ -8,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-api</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <dependencyManagement> diff --git a/xplan-api/xplan-api-manager/src/main/java/de/latlon/xplanbox/api/manager/SpringBootApp.java b/xplan-api/xplan-api-manager/src/main/java/de/latlon/xplanbox/api/manager/SpringBootApp.java index ec44d236a2..d817847a57 100644 --- a/xplan-api/xplan-api-manager/src/main/java/de/latlon/xplanbox/api/manager/SpringBootApp.java +++ b/xplan-api/xplan-api-manager/src/main/java/de/latlon/xplanbox/api/manager/SpringBootApp.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-api-manager - Modul zur Gruppierung der REST-API + * %% + * Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ package de.latlon.xplanbox.api.manager; import org.springframework.boot.SpringApplication; diff --git a/xplan-api/xplan-api-manager/src/main/resources/application.properties b/xplan-api/xplan-api-manager/src/main/resources/application.properties index 91b389e97c..66e5b3fc2c 100644 --- a/xplan-api/xplan-api-manager/src/main/resources/application.properties +++ b/xplan-api/xplan-api-manager/src/main/resources/application.properties @@ -1,3 +1,23 @@ +### +# #%L +# xplan-api-manager - Modul zur Gruppierung der REST-API +# %% +# Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# #L% +### server.servlet.context-path=/xplan-api-manager spring.main.allow-bean-definition-overriding=true @@ -5,4 +25,4 @@ spring.main.allow-bean-definition-overriding=true logging.level.root=warn logging.level.de.latlon=debug logging.level.org.springframework.web=debug -logging.level.org.hibernate=error \ No newline at end of file +logging.level.org.hibernate=error diff --git a/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/aenderungen.json b/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/aenderungen.json index 908577bdb8..8d74317dff 100644 --- a/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/aenderungen.json +++ b/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/aenderungen.json @@ -13,4 +13,4 @@ "nummer": "2000" } ] -} \ No newline at end of file +} diff --git a/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/basisdatenmodel.json b/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/basisdatenmodel.json index d3991d9b0a..7d58731b3c 100644 --- a/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/basisdatenmodel.json +++ b/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/basisdatenmodel.json @@ -7,4 +7,4 @@ "rechtsverordnungsDatum": "2021-08-31T14:19:35.752+0000", "technHerstellDatum": "2021-08-31T14:19:35.752+0000", "untergangsDatum": "2021-08-31T14:19:35.752+0000" -} \ No newline at end of file +} diff --git a/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/basisdatenmodel_invalidBeschreibungAndName.json b/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/basisdatenmodel_invalidBeschreibungAndName.json index 4f68441137..d99dc5f47c 100644 --- a/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/basisdatenmodel_invalidBeschreibungAndName.json +++ b/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/basisdatenmodel_invalidBeschreibungAndName.json @@ -7,4 +7,4 @@ "rechtsverordnungsDatum": "2021-08-31T14:19:35.752+0000", "technHerstellDatum": "2021-08-31T14:19:35.752+0000", "untergangsDatum": "2021-08-31T14:19:35.752+0000" -} \ No newline at end of file +} diff --git a/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/dokumentmodel.json b/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/dokumentmodel.json index d14f04adbc..66eef0cbaf 100644 --- a/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/dokumentmodel.json +++ b/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/dokumentmodel.json @@ -9,4 +9,4 @@ "beschreibung": "string", "datum": "2021-08-31T14:19:35.752+0000", "typ": 1000 -} \ No newline at end of file +} diff --git a/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/gueltigkeit.json b/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/gueltigkeit.json index 2722c6c300..0d47b803a0 100644 --- a/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/gueltigkeit.json +++ b/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/gueltigkeit.json @@ -1,4 +1,4 @@ { "start": "2021-08-31T14:19:35.752+0000", "ende": "2021-08-31T14:19:35.752+0000" -} \ No newline at end of file +} diff --git a/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/rasterbasismodel.json b/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/rasterbasismodel.json index f050cff1c7..2ee9fd9e3c 100644 --- a/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/rasterbasismodel.json +++ b/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/rasterbasismodel.json @@ -9,4 +9,4 @@ "referenzMimeType": "string", "beschreibung": "string", "datum": "2021-08-31T14:19:35.752+0000" -} \ No newline at end of file +} diff --git a/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/rasterbasismodel_missingbereichnummer.json b/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/rasterbasismodel_missingbereichnummer.json index a2d26fafd2..bd021a81f5 100644 --- a/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/rasterbasismodel_missingbereichnummer.json +++ b/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/rasterbasismodel_missingbereichnummer.json @@ -8,4 +8,4 @@ "referenzMimeType": "string", "beschreibung": "string", "datum": "2021-08-31T14:19:35.752+0000" -} \ No newline at end of file +} diff --git a/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/textmodel.json b/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/textmodel.json index 62be4ab25e..2a1c002dde 100644 --- a/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/textmodel.json +++ b/xplan-api/xplan-api-manager/src/test/resources/de/latlon/xplanbox/api/manager/v1/textmodel.json @@ -14,4 +14,4 @@ "datum": "2021-08-31T14:19:35.752+0000" }, "rechtscharakter": 1000 -} \ No newline at end of file +} diff --git a/xplan-api/xplan-api-validator/pom.xml b/xplan-api/xplan-api-validator/pom.xml index 3a2dc2c746..f4ead0858b 100755 --- a/xplan-api/xplan-api-validator/pom.xml +++ b/xplan-api/xplan-api-validator/pom.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>xplan-api-validator</artifactId> <packaging>war</packaging> @@ -8,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-api</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <dependencyManagement> diff --git a/xplan-api/xplan-api-validator/src/main/java/de/latlon/xplanbox/api/validator/SpringBootApp.java b/xplan-api/xplan-api-validator/src/main/java/de/latlon/xplanbox/api/validator/SpringBootApp.java index 1d7d89b60e..efb3215d53 100644 --- a/xplan-api/xplan-api-validator/src/main/java/de/latlon/xplanbox/api/validator/SpringBootApp.java +++ b/xplan-api/xplan-api-validator/src/main/java/de/latlon/xplanbox/api/validator/SpringBootApp.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-api-validator - Modul zur Gruppierung der REST-API + * %% + * Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ package de.latlon.xplanbox.api.validator; import org.springframework.boot.SpringApplication; diff --git a/xplan-api/xplan-api-validator/src/main/resources/application.properties b/xplan-api/xplan-api-validator/src/main/resources/application.properties index 50e34e6c7b..f4c7f456f7 100644 --- a/xplan-api/xplan-api-validator/src/main/resources/application.properties +++ b/xplan-api/xplan-api-validator/src/main/resources/application.properties @@ -1,6 +1,26 @@ +### +# #%L +# xplan-api-validator - Modul zur Gruppierung der REST-API +# %% +# Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# #L% +### server.servlet.context-path=/xplan-api-validator logging.level.root=warn logging.level.de.latlon=debug logging.level.org.springframework.web=debug -logging.level.org.hibernate=error \ No newline at end of file +logging.level.org.hibernate=error diff --git a/xplan-api/xplan-api-validator/src/test/java/de/latlon/xplanbox/api/validator/SpringBootAppTest.java b/xplan-api/xplan-api-validator/src/test/java/de/latlon/xplanbox/api/validator/SpringBootAppTest.java index 62ce94216a..dcee75f336 100644 --- a/xplan-api/xplan-api-validator/src/test/java/de/latlon/xplanbox/api/validator/SpringBootAppTest.java +++ b/xplan-api/xplan-api-validator/src/test/java/de/latlon/xplanbox/api/validator/SpringBootAppTest.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-api-validator - Modul zur Gruppierung der REST-API + * %% + * Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ package de.latlon.xplanbox.api.validator; import org.junit.jupiter.api.Test; diff --git a/xplan-cli/pom.xml b/xplan-cli/pom.xml index 8454d1047a..4e9c25d3aa 100644 --- a/xplan-cli/pom.xml +++ b/xplan-cli/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplanbox</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <modules> diff --git a/xplan-cli/xplan-cli-docker/pom.xml b/xplan-cli/xplan-cli-docker/pom.xml index 47bfb11769..bbd9186a0d 100644 --- a/xplan-cli/xplan-cli-docker/pom.xml +++ b/xplan-cli/xplan-cli-docker/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-cli</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <properties> diff --git a/xplan-cli/xplan-evaluation-schema-synchronize-cli/pom.xml b/xplan-cli/xplan-evaluation-schema-synchronize-cli/pom.xml index b00e4683fc..4ff5be0725 100644 --- a/xplan-cli/xplan-evaluation-schema-synchronize-cli/pom.xml +++ b/xplan-cli/xplan-evaluation-schema-synchronize-cli/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-cli</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <properties> diff --git a/xplan-cli/xplan-evaluation-schema-synchronize-cli/src/main/resources/sql/05_grant_user.sql b/xplan-cli/xplan-evaluation-schema-synchronize-cli/src/main/resources/sql/05_grant_user.sql index bf81b240ad..0be423cd73 100644 --- a/xplan-cli/xplan-evaluation-schema-synchronize-cli/src/main/resources/sql/05_grant_user.sql +++ b/xplan-cli/xplan-evaluation-schema-synchronize-cli/src/main/resources/sql/05_grant_user.sql @@ -1,3 +1,23 @@ +--- +-- #%L +-- xplan-evaluation-schema-synchronize-cli - Datenbankschema für die Auswertung der XPlanGML-Daten +-- %% +-- Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +-- %% +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU Affero General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU Affero General Public License +-- along with this program. If not, see <http://www.gnu.org/licenses/>. +-- #L% +--- GRANT USAGE ON SCHEMA xplanevaluation,xplanevaluationxplansyn,xplanevaluationxplansynarchive,xplanevaluationxplansynpre TO '$DB_USER'; GRANT SELECT, INSERT, UPDATE, DELETE ON ALL TABLES IN SCHEMA xplanevaluation,xplanevaluationxplansyn,xplanevaluationxplansynarchive,xplanevaluationxplansynpre TO '$DB_USER'; -GRANT USAGE, SELECT ON ALL SEQUENCES IN SCHEMA xplanevaluation,xplanevaluationxplansyn,xplanevaluationxplansynarchive,xplanevaluationxplansynpre TO '$DB_USER'; \ No newline at end of file +GRANT USAGE, SELECT ON ALL SEQUENCES IN SCHEMA xplanevaluation,xplanevaluationxplansyn,xplanevaluationxplansynarchive,xplanevaluationxplansynpre TO '$DB_USER'; diff --git a/xplan-cli/xplan-manager-cli/pom.xml b/xplan-cli/xplan-manager-cli/pom.xml index 0262d40e77..d6a3971978 100644 --- a/xplan-cli/xplan-manager-cli/pom.xml +++ b/xplan-cli/xplan-manager-cli/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-cli</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <properties> diff --git a/xplan-cli/xplan-transform-cli/pom.xml b/xplan-cli/xplan-transform-cli/pom.xml index ed8eb4c838..7302087cd7 100644 --- a/xplan-cli/xplan-transform-cli/pom.xml +++ b/xplan-cli/xplan-transform-cli/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-cli</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <properties> diff --git a/xplan-cli/xplan-transform-cli/src/main/resources/sql/04_grant_user.sql b/xplan-cli/xplan-transform-cli/src/main/resources/sql/04_grant_user.sql index e8ce4ecb9c..300ca38dae 100644 --- a/xplan-cli/xplan-transform-cli/src/main/resources/sql/04_grant_user.sql +++ b/xplan-cli/xplan-transform-cli/src/main/resources/sql/04_grant_user.sql @@ -1,2 +1,22 @@ +--- +-- #%L +-- xplan-transform-cli - Kommandozeilentool fuer die Transformation zwischen XPlanGML Versionen +-- %% +-- Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +-- %% +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU Affero General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU Affero General Public License +-- along with this program. If not, see <http://www.gnu.org/licenses/>. +-- #L% +--- GRANT SELECT, INSERT, UPDATE, DELETE ON TABLE xplanmgr.transformtoolplantablelog TO '$DB_USER'; -GRANT USAGE, SELECT ON SEQUENCE xplanmgr.transformtoolplantablelog_id_seq TO '$DB_USER'; \ No newline at end of file +GRANT USAGE, SELECT ON SEQUENCE xplanmgr.transformtoolplantablelog_id_seq TO '$DB_USER'; diff --git a/xplan-cli/xplan-update-data-cli/pom.xml b/xplan-cli/xplan-update-data-cli/pom.xml index 866b40f4fc..1a879a914b 100644 --- a/xplan-cli/xplan-update-data-cli/pom.xml +++ b/xplan-cli/xplan-update-data-cli/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-cli</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <dependencyManagement> diff --git a/xplan-cli/xplan-update-data-cli/src/main/java/de/latlon/xplan/update/config/ArtefactsTableUpdaterApplicationApplicationContext.java b/xplan-cli/xplan-update-data-cli/src/main/java/de/latlon/xplan/update/config/ArtefactsTableUpdaterApplicationApplicationContext.java index 6881a801de..a34242a7dc 100644 --- a/xplan-cli/xplan-update-data-cli/src/main/java/de/latlon/xplan/update/config/ArtefactsTableUpdaterApplicationApplicationContext.java +++ b/xplan-cli/xplan-update-data-cli/src/main/java/de/latlon/xplan/update/config/ArtefactsTableUpdaterApplicationApplicationContext.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-update-data-cli - update of database + * %% + * Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ package de.latlon.xplan.update.config; import de.latlon.xplan.core.manager.db.repository.PlanRepository; diff --git a/xplan-cli/xplan-validatedb-cli/pom.xml b/xplan-cli/xplan-validatedb-cli/pom.xml index 2338ab9bb0..3ef7440cb9 100644 --- a/xplan-cli/xplan-validatedb-cli/pom.xml +++ b/xplan-cli/xplan-validatedb-cli/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-cli</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <properties> diff --git a/xplan-cli/xplan-validator-cli/pom.xml b/xplan-cli/xplan-validator-cli/pom.xml index 119c4ad114..682ba29d3a 100644 --- a/xplan-cli/xplan-validator-cli/pom.xml +++ b/xplan-cli/xplan-validator-cli/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-cli</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <properties> diff --git a/xplan-configuration/pom.xml b/xplan-configuration/pom.xml index abec27419a..0871c8d249 100644 --- a/xplan-configuration/pom.xml +++ b/xplan-configuration/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplanbox</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <modules> diff --git a/xplan-configuration/xplan-dokumenten-config/pom.xml b/xplan-configuration/xplan-dokumenten-config/pom.xml index b9fdec02de..290e37e97e 100644 --- a/xplan-configuration/xplan-dokumenten-config/pom.xml +++ b/xplan-configuration/xplan-dokumenten-config/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-configuration</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <build> diff --git a/xplan-configuration/xplan-manager-config/pom.xml b/xplan-configuration/xplan-manager-config/pom.xml index 6c2a07e7ae..58376a77a3 100644 --- a/xplan-configuration/xplan-manager-config/pom.xml +++ b/xplan-configuration/xplan-manager-config/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-configuration</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <build> diff --git a/xplan-configuration/xplan-mapproxy-config/pom.xml b/xplan-configuration/xplan-mapproxy-config/pom.xml index 54b5163798..802aad4c8d 100644 --- a/xplan-configuration/xplan-mapproxy-config/pom.xml +++ b/xplan-configuration/xplan-mapproxy-config/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-configuration</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <build> diff --git a/xplan-configuration/xplan-mapproxy-config/src/main/resources/mapproxy.yaml b/xplan-configuration/xplan-mapproxy-config/src/main/resources/mapproxy.yaml index 2b12422d51..aa1efe15bf 100644 --- a/xplan-configuration/xplan-mapproxy-config/src/main/resources/mapproxy.yaml +++ b/xplan-configuration/xplan-mapproxy-config/src/main/resources/mapproxy.yaml @@ -1,3 +1,23 @@ +### +# #%L +# xplan-mapproxy-config - Modul zur Gruppierung der Konfiguration +# %% +# Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# #L% +### parts: wms_cfg: &wms_cfg type: wms @@ -324,4 +344,4 @@ globals: http: ssl_no_cert_checks: true client_timeout: 300 - method: GET \ No newline at end of file + method: GET diff --git a/xplan-configuration/xplan-mapproxy-config/src/main/resources/seed.yaml b/xplan-configuration/xplan-mapproxy-config/src/main/resources/seed.yaml index 04845dbaf1..e338c2e92a 100644 --- a/xplan-configuration/xplan-mapproxy-config/src/main/resources/seed.yaml +++ b/xplan-configuration/xplan-mapproxy-config/src/main/resources/seed.yaml @@ -1,3 +1,23 @@ +### +# #%L +# xplan-mapproxy-config - Modul zur Gruppierung der Konfiguration +# %% +# Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# #L% +### seeds: bpreseed_25832: caches: [bplan_raster_cache_25832,bplan_vektor_cache_25832] @@ -84,4 +104,4 @@ coverages: srs: 'EPSG:4326' full: bbox: [${XPLAN_SERVICES_BBOX_4326}] - srs: 'EPSG:4326' \ No newline at end of file + srs: 'EPSG:4326' diff --git a/xplan-configuration/xplan-mapserver-config/pom.xml b/xplan-configuration/xplan-mapserver-config/pom.xml index a19ffdc74a..9821f5a5d3 100644 --- a/xplan-configuration/xplan-mapserver-config/pom.xml +++ b/xplan-configuration/xplan-mapserver-config/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-configuration</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <build> diff --git a/xplan-configuration/xplan-validator-config/pom.xml b/xplan-configuration/xplan-validator-config/pom.xml index 4a335ec5fa..270cfeb07d 100644 --- a/xplan-configuration/xplan-validator-config/pom.xml +++ b/xplan-configuration/xplan-validator-config/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-configuration</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <build> diff --git a/xplan-core/pom.xml b/xplan-core/pom.xml index 39e3686d86..2a231e850e 100644 --- a/xplan-core/pom.xml +++ b/xplan-core/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplanbox</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <modules> diff --git a/xplan-core/xplan-commons-cli/pom.xml b/xplan-core/xplan-commons-cli/pom.xml index de6d1db549..c1d1e6edc7 100644 --- a/xplan-core/xplan-commons-cli/pom.xml +++ b/xplan-core/xplan-commons-cli/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-core</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <dependencies> diff --git a/xplan-core/xplan-commons/pom.xml b/xplan-core/xplan-commons/pom.xml index 8279068d95..ff5ec24c41 100644 --- a/xplan-core/xplan-commons/pom.xml +++ b/xplan-core/xplan-commons/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-core</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <build> @@ -87,6 +87,7 @@ <groupId>uk.org.webcompere</groupId> <artifactId>system-stubs-jupiter</artifactId> <version>2.1.3</version> + <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> diff --git a/xplan-core/xplan-commons/src/main/resources/de/latlon/xplan/commons/minimalist-format.json b/xplan-core/xplan-commons/src/main/resources/de/latlon/xplan/commons/minimalist-format.json index 9804714901..19cd23b6ea 100644 --- a/xplan-core/xplan-commons/src/main/resources/de/latlon/xplan/commons/minimalist-format.json +++ b/xplan-core/xplan-commons/src/main/resources/de/latlon/xplan/commons/minimalist-format.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/xplan-core/xplan-core-job/pom.xml b/xplan-core/xplan-core-job/pom.xml index e0ebea9c6d..dd78f05f23 100644 --- a/xplan-core/xplan-core-job/pom.xml +++ b/xplan-core/xplan-core-job/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-core</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <artifactId>xplan-core-job</artifactId> diff --git a/xplan-core/xplan-core-manager-db/pom.xml b/xplan-core/xplan-core-manager-db/pom.xml index df2a30936f..9624471241 100644 --- a/xplan-core/xplan-core-manager-db/pom.xml +++ b/xplan-core/xplan-core-manager-db/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-core</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <dependencies> diff --git a/xplan-core/xplan-core-manager-deegree/pom.xml b/xplan-core/xplan-core-manager-deegree/pom.xml index 13dfc19164..589b68eb5c 100644 --- a/xplan-core/xplan-core-manager-deegree/pom.xml +++ b/xplan-core/xplan-core-manager-deegree/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-core</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <build> diff --git a/xplan-core/xplan-inspireplu-transformation/pom.xml b/xplan-core/xplan-inspireplu-transformation/pom.xml index 8d2cd27d43..93b5e7d824 100644 --- a/xplan-core/xplan-inspireplu-transformation/pom.xml +++ b/xplan-core/xplan-inspireplu-transformation/pom.xml @@ -8,14 +8,13 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-core</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>xplan-commons</artifactId> - <version>${project.version}</version> </dependency> <dependency> <groupId>junit</groupId> @@ -33,10 +32,6 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> - <dependency> - <groupId>de.latlon.product.xplanbox</groupId> - <artifactId>xplan-commons</artifactId> - </dependency> </dependencies> </project> diff --git a/xplan-core/xplan-manager-core/pom.xml b/xplan-core/xplan-manager-core/pom.xml index 3e14a297a3..0cb5b22f7a 100644 --- a/xplan-core/xplan-manager-core/pom.xml +++ b/xplan-core/xplan-manager-core/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-core</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <dependencies> @@ -181,7 +181,7 @@ <dependency> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-core-manager-deegree</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> <scope>compile</scope> </dependency> </dependencies> diff --git a/xplan-core/xplan-synthesizer/pom.xml b/xplan-core/xplan-synthesizer/pom.xml index 2191a0fa62..7a0fb2be1e 100644 --- a/xplan-core/xplan-synthesizer/pom.xml +++ b/xplan-core/xplan-synthesizer/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-core</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <dependencies> diff --git a/xplan-core/xplan-validator-core/pom.xml b/xplan-core/xplan-validator-core/pom.xml index ffe163a360..3220e09bf5 100644 --- a/xplan-core/xplan-validator-core/pom.xml +++ b/xplan-core/xplan-validator-core/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-core</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <build> diff --git a/xplan-core/xplan-validator-core/src/test/resources/profiles-test2.yaml b/xplan-core/xplan-validator-core/src/test/resources/profiles-test2.yaml index d82a25fd03..601907be07 100644 --- a/xplan-core/xplan-validator-core/src/test/resources/profiles-test2.yaml +++ b/xplan-core/xplan-validator-core/src/test/resources/profiles-test2.yaml @@ -1,6 +1,26 @@ +### +# #%L +# xplan-validator-core - XPlan Validator Core Komponente +# %% +# Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# #L% +### - id: test2 name: Test2 description: Dies ist test zwei - id: test3 name: Test3 - description: Dies ist test drei \ No newline at end of file + description: Dies ist test drei diff --git a/xplan-distribution/pom.xml b/xplan-distribution/pom.xml index 5aba162d96..e0cda068a4 100644 --- a/xplan-distribution/pom.xml +++ b/xplan-distribution/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplanbox</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <build> diff --git a/xplan-docker/pom.xml b/xplan-docker/pom.xml index 25d8787808..274ce7b1f1 100644 --- a/xplan-docker/pom.xml +++ b/xplan-docker/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplanbox</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <modules> diff --git a/xplan-docker/xplan-docker-mapproxy/pom.xml b/xplan-docker/xplan-docker-mapproxy/pom.xml index 11485f3471..2ab8c1826a 100644 --- a/xplan-docker/xplan-docker-mapproxy/pom.xml +++ b/xplan-docker/xplan-docker-mapproxy/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-docker</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <properties> diff --git a/xplan-docker/xplan-docker-mapserver/pom.xml b/xplan-docker/xplan-docker-mapserver/pom.xml index df85daebc1..421d5936be 100644 --- a/xplan-docker/xplan-docker-mapserver/pom.xml +++ b/xplan-docker/xplan-docker-mapserver/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-docker</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <properties> diff --git a/xplan-docker/xplan-docker-tomcat-gdal/Dockerfile b/xplan-docker/xplan-docker-tomcat-gdal/Dockerfile index 695c2db0cc..e82fcf8bdc 100644 --- a/xplan-docker/xplan-docker-tomcat-gdal/Dockerfile +++ b/xplan-docker/xplan-docker-tomcat-gdal/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:focal -ARG TOMCAT_VERSION="9.0.80" +ARG TOMCAT_VERSION="9.0.83" ARG BUILD_DATE=? ARG DOCKER_IMAGE_NAME=? ARG GIT_REVISION=? diff --git a/xplan-docker/xplan-docker-tomcat-gdal/pom.xml b/xplan-docker/xplan-docker-tomcat-gdal/pom.xml index 168861911d..9ee7d8fd85 100644 --- a/xplan-docker/xplan-docker-tomcat-gdal/pom.xml +++ b/xplan-docker/xplan-docker-tomcat-gdal/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-docker</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <properties> diff --git a/xplan-docker/xplan-docker-tomcat/pom.xml b/xplan-docker/xplan-docker-tomcat/pom.xml index 1ab54354f4..816c75e6b5 100644 --- a/xplan-docker/xplan-docker-tomcat/pom.xml +++ b/xplan-docker/xplan-docker-tomcat/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-docker</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <properties> diff --git a/xplan-docker/xplan-docker-volume-init/pom.xml b/xplan-docker/xplan-docker-volume-init/pom.xml index 165fa52767..33b6796269 100644 --- a/xplan-docker/xplan-docker-volume-init/pom.xml +++ b/xplan-docker/xplan-docker-volume-init/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-docker</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <properties> diff --git a/xplan-documentation/pom.xml b/xplan-documentation/pom.xml index c4965e3617..7505cbebaa 100644 --- a/xplan-documentation/pom.xml +++ b/xplan-documentation/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplanbox</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <properties> diff --git a/xplan-documentation/xplan-benutzerhandbuch/pom.xml b/xplan-documentation/xplan-benutzerhandbuch/pom.xml index 51f5a48fba..80946d06a2 100644 --- a/xplan-documentation/xplan-benutzerhandbuch/pom.xml +++ b/xplan-documentation/xplan-benutzerhandbuch/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-documentation</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <build> diff --git a/xplan-documentation/xplan-benutzerhandbuch/src/main/asciidoc/aenderungsHistorie.adoc b/xplan-documentation/xplan-benutzerhandbuch/src/main/asciidoc/aenderungsHistorie.adoc index 17b35c72d3..96dd70ce9c 100644 --- a/xplan-documentation/xplan-benutzerhandbuch/src/main/asciidoc/aenderungsHistorie.adoc +++ b/xplan-documentation/xplan-benutzerhandbuch/src/main/asciidoc/aenderungsHistorie.adoc @@ -2,6 +2,31 @@ [[Aenderungshistorie]] == Änderungshistorie der xPlanBox +[[Aenderungshistorie-7.1]] +=== Version 7.1 + +==== Erweiterungen +- Unterstützung für MapProxy 1.16.0 zur Bereitstellung von Raster- und Vektordaten über WMTS und WMS mit S3-Objektspeicher als Cache +- Aktualisierung der Validierungsregeln auf v1.1.6 +- Ausgabe des Plannamen und der Planart im Validierungsbericht der XPlanValidatorAPI und XPlanManagerAPI +- Erweiterung von XPlanValidatorAPI und XPlanManagerAPI zur Absicherung der REST-Schnittstellen + +==== Sicherheitsupdates +- Aktualisierung von Bibliotheken mit bekannten Sicherheitsmängeln + +==== Fehlerbehebungen +- Fehler im Editiermodus des XPlanManagerWeb für XPlanGML 6.0 behoben +- Ergänzung fehlender Properties aus XPlanGML 6.0.2 in XPlanDB für den XPlanValidatorWMS +- Fehler bei der Sortierung von Rasterdaten nach dem Editieren bei Nutzung von deegree WMS für die Bereitstellung von Rasterdaten behoben + +==== Veraltete Funktionen + +Die folgenden Funktionen sind veraltet und werden in einer zukünftigen Version der xPlanBox entfernt: + +- Setzen eines Gültigkeitszeitraums beim Import eines Planwerk über den XPlanManagerWeb ist veraltet (deprecated) +- Konfigurationsoptionen `defaultCRS` und `chooseCrs` zur Auswahl eines Koordinatenreferenzsystems für die Vektordaten eines Planwerks sind veraltet (deprecated) +- XPlanTransformCLI zur Transformation von XPlanGML 4.1 nach XPlanGML 5.1 ist veraltet (deprecated) + [[Aenderungshistorie-7.0.2]] === Version 7.0.2 @@ -74,6 +99,7 @@ Neben der Aktualisierung auf die aktuelle deegree webservices Version 3.5.0 sind ==== Veraltete Funktionen Die folgenden Funktionen sind veraltet und werden in einer zukünftigen Version der xPlanBox entfernt: + - LDAP-Schnittstelle ist veraltet (deprecated) - Schnittstelle zur Verfahrensdatenbank ist veraltet (deprecated) - Filterkategorien im XPlanManagerWeb sind veraltet (deprecated) diff --git a/xplan-documentation/xplan-benutzerhandbuch/src/main/asciidoc/bekannteProbleme.adoc b/xplan-documentation/xplan-benutzerhandbuch/src/main/asciidoc/bekannteProbleme.adoc index ea210fe1a8..8b272a206e 100644 --- a/xplan-documentation/xplan-benutzerhandbuch/src/main/asciidoc/bekannteProbleme.adoc +++ b/xplan-documentation/xplan-benutzerhandbuch/src/main/asciidoc/bekannteProbleme.adoc @@ -1,20 +1,31 @@ +== Support und bekannte Probleme +[[support]] +=== Support + +Für professionellen Support per Telefon oder E-Mail kontaktieren Sie bitte die https://www.lat-lon.de[lat/lon GmbH]. + +[[fehler-melden]] +=== Fehler melden + +Für den Fall, dass Sie einen Fehler in der xPlanBox finden, erstellen Sie bitte einen Fehlerbericht unter https://gitlab.opencode.de/diplanung/ozgxplanung/-/issues[Open CoDE GitLab Issues]. + [[bekannte-probleme]] -== Bekannte Probleme +=== Bekannte Probleme -=== Unterstützung von Internet Explorer +==== Unterstützung von Internet Explorer IMPORTANT: Die Unterstützung von Microsoft Internet Explorer 9/10/11 ist mit Version 4.2 der xPlanBox abgekündigt worden. Bitte nutzen Sie einen anderen Browser wie z. B. https://www.microsoft.com/de-de/edge[Microsoft Edge], https://www.mozilla.org/de/firefox[Firefox] oder https://www.google.com/intl/de_de/chrome/[Google Chrome]. -=== XPlanValidator - Darstellung von geometrischen Fehlern in einer Shape-Datei +==== XPlanValidator - Darstellung von geometrischen Fehlern in einer Shape-Datei Es werden derzeit nur einfache Geometrien (Punkte, Linien und Polygone) im Validierungsbericht des XPlanValidator ausgegeben, Multigeometrien werden nicht dargestellt. In die Shape-Datei können nur Geometrien geschrieben werden, wenn diese auch gerendert werden können. -=== XPlanValidator - Anzeige der Zeilennummern im Validierungsbericht +==== XPlanValidator - Anzeige der Zeilennummern im Validierungsbericht Die Ausgabe der Zeilennummer bei semantischen Validierungsfehlern, kann je nach Formatierung des XML-Dokuments von der Zeile des verursachenden Elements abweichen. Gute und exakte Ergebnisse bei der Ausgabe der Zeilennummer des Elements lassen sich dann erzielen, wenn das XML-Dokument ohne Formatierung der Attribute erfolgt, insbesondere der Deklaration der Namensräume im Wurzelelement. Die Zeilen werden entsprechend der https://www.w3.org/TR/REC-xml/#sec-line-ends[XML-Spezifikation] gezählt und stellen nur eine Annäherung an die Zeilennummer der Dokumententität oder der externen geparsten Entität dar, in der das Element erscheint, das das Ereignis auslöst. -=== XPlanWMS - Mit Kartenvorschau im XPlanManagerWeb generierter GetMap-Request +==== XPlanWMS - Mit Kartenvorschau im XPlanManagerWeb generierter GetMap-Request Der durch den Button "Plan im neuen Fenster öffnen" unterhalb der Kartenvorschau im XPlanManagerWeb generierte WMS GetMap-Request gibt im Fall, dass noch kein Rasterplan in das System importiert wurde, folgende erwartete Meldung aus: @@ -32,48 +43,48 @@ Dies gilt für jede einzelne Planart: Für die URL für BPläne muss z. B. mindestens ein BPlan mit Rasterdaten vorliegen, für FPläne mindestens ein FPlan mit Rasterdaten. -=== XPlanWMS - Darstellung von Plänen mit Gültigkeitszeitraum +==== XPlanWMS - Darstellung von Plänen mit Gültigkeitszeitraum Wenn beim Import eines Plans über den XPlanManager ein Gültigkeitszeitraum angegeben wird, werden derzeit keine Vektordaten bei GetMap-Anfragen an den XPlanWMS angezeigt. Dies gilt für alle XPlanWMS unabhängig vom Planstatus. -=== XPlanManagerWeb - Anzeige der Pläne auf der letzten Seite +==== XPlanManagerWeb - Anzeige der Pläne auf der letzten Seite Die Ansicht der Pläne im XPlanManagerWeb zeigt auf der letzten Seite immer die letzten 15 Pläne an. Dieses Verhalten tritt sowohl mit oder ohne Auswahl eines Filters auf (siehe dazu die Funktionsbeschreibung in <<xplanmanager-web-auflistung>>). -=== XPlanManagerWeb - Transformation in das INSPIRE Planned Land Use Datenschema +==== XPlanManagerWeb - Transformation in das INSPIRE Planned Land Use Datenschema Bei der Transformation von XPlanGML in das INSPIRE Planned Land Use Datenschema können in der vorliegenden Version der xPlanBox die Daten nicht vollständig transformiert werden. So fehlen u.a. Transformationsregeln für Werte aus Codelisten als auch konfigurierbare Abbildungsregeln für Elemente wie z. B. der INSPIRE ID. Zugesichert werden kann, dass das über den XPlanInspirePluWFS abgegebene GML gegen das GML-Applikationsschema validiert. Nicht zugesichert werden kann, dass das GML die Vorgaben aus den Technical Guidelines für das INSPIRE Annex III Datenthema Land Use vollständig erfüllt, sowie dass die Daten aus XPlanGML vollständig in das Zielschema INSPIRE PLU transformiert werden. -=== XPlanManagerWeb - Löschen von einzelnen Plänen aus dem InspirePLU Diensten +==== XPlanManagerWeb - Löschen von einzelnen Plänen aus dem InspirePLU Diensten Aktuell kann über den XPlanManager ein XPlanArchiv nur aus der XPlanDB-Datenhaltung entfernt werden. Wird ein Plan von XPlanGML nach INSPIRE PLU transformiert und in die InspirePLUDB-Datenhaltung übertragen, kann der transformierte Datensatz nicht über den XPlanManager aus der InspirePLUDB-Datenhaltung entfernt werden. Eine Umgehung ist das Löschen des Datensatzes aus der InspirePLUDB-Datenhaltung direkt in der Datenbank oder über die WFS-T Schnittstelle des InspirePLUWFS. Zum Löschen eines oder mehrerer Datensätze muss an den InspirePLUWFS eine WFS-T 2.0.0 DELETE Aktion geschickt werden. -=== XPlanManagerWeb - Änderungen der Rasterbasis über die Editorfunktion im XPlanManagerWeb werden nicht übernommen +==== XPlanManagerWeb - Änderungen der Rasterbasis über die Editorfunktion im XPlanManagerWeb werden nicht übernommen Bei dem Hinzufügen einer Rasterbasis wird ohne Angabe des Typs ("Keine Auswahl" statt "Scan") der Eintrag nicht in das XPlanGML-Instanzdokument übernommen. Die Referenz auf die Rasterbasis wird beim Speichern nicht in das XPlanGML geschrieben, befindet sich aber in der ZIP-Datei. -=== XPlanManagerWeb - Hinzufügen von einer Datei xplan.gml über die Editorfunktion im XPlanManagerWeb resultiert in korrupten XPlanArchiv +==== XPlanManagerWeb - Hinzufügen von einer Datei xplan.gml über die Editorfunktion im XPlanManagerWeb resultiert in korrupten XPlanArchiv Wird ein Text, Dokument oder eine Rasterbasis mit dem Namen _xplan.gml_ über die Editorfunktion des XPlanManagerWeb hinzugefügt und gespeichert, kann dieses XPlanArchiv danach nicht mehr geöffnet werden. Beim wiederholten Aufruf der Editorfunktion zeigt das System dann den Fehler "500" an. IMPORTANT: Der Fehler kann nicht in der xPlanBox behoben werden! Das XPlanArchiv muss aus der Datenhaltung entfernt, korrigiert und dann erneut über den XPlanManager importiert werden. -=== XPlanValidatorAPI - Verwendung von vollqualifizierten Pfaden im HTTP-Header "X-Filename" +==== XPlanValidatorAPI - Verwendung von vollqualifizierten Pfaden im HTTP-Header "X-Filename" Wird der HTTP-Header "X-Filename" mit einem vollqualifizierten Pfad angegeben, kommt es bei der Anfrage eines Reports im Format PDF zu einem HTTP-Statusfehler 500. Der Fehler kann dadurch umgangen werden, dass im HTTP-Header nur der Dateiname angegeben wird. Der Fehler tritt nicht auf, wenn über den HTTP-Header "Accept" Json oder XML angefragt werden. -=== XPlanWMS - Darstellungsvorschriften für Raumordnungspläne +==== XPlanWMS - Darstellungsvorschriften für Raumordnungspläne Die Darstellungsvorschriften für Raumordnungspläne sind zum Teil unvollständig. Durch den XPlanWMS werden die betroffenen Ebenen daher nur in der Standarddarstellung ausgegeben. -=== XPlanWMS - Umsetzung von Präsentationsobjekte +==== XPlanWMS - Umsetzung von Präsentationsobjekte Im XPlanWMS ist der Umfang der Darstellung von Präsentationsobjekten nur eingeschränkt implementiert. Über die folgenden Layer werden diese angezeigt: @@ -130,13 +141,5 @@ Derzeit werden die folgenden Attribute bei der Visualisierung berücksichtigt: ** Darstellung erfolgt als Kreis mit grauem Umring ** position -[[fehler-melden]] -== Fehler melden - -Für den Fall, dass Sie einen Fehler in der xPlanBox finden, erstellen Sie bitte einen Fehlerbericht unter https://gitlab.opencode.de/diplanung/ozgxplanung/-/issues[Open CoDE GitLab Issues]. -[[support]] -== Support - -Für professionellen Support per Telefon oder E-Mail kontaktieren Sie bitte die https://www.lat-lon.de[lat/lon GmbH]. diff --git a/xplan-documentation/xplan-betriebshandbuch/pom.xml b/xplan-documentation/xplan-betriebshandbuch/pom.xml index 569f2ca047..bc892f460c 100644 --- a/xplan-documentation/xplan-betriebshandbuch/pom.xml +++ b/xplan-documentation/xplan-betriebshandbuch/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-documentation</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <build> diff --git a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/aktualisierung.adoc b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/aktualisierung.adoc index d6685675b2..e133c5bd2a 100644 --- a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/aktualisierung.adoc +++ b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/aktualisierung.adoc @@ -78,6 +78,8 @@ Die Aktualisierungswerkzeuge und -skripte werden nur für die genannten Versione | 6.0.1 | ja (<<aktualisierung-version-6.0.1, Details>>) | ja (<<aktualisierung-version-6.0.1, Details>>) | 7.0 | ja (<<aktualisierung-version-7.0, Details>>) | ja (<<aktualisierung-version-7.0, Details>>) | 7.0.1 | ja (<<aktualisierung-version-7.0.1, Details>>) | nein +| 7.0.2 | ja (<<aktualisierung-version-7.0.2, Details>>) | nein +| 7.1 | ja (<<aktualisierung-version-7.1, Details>>) | ja (<<aktualisierung-version-7.1, Details>>) |Durchzuführende Aktualisierungen | <<aktualisierung-der-betroffenen-konfigurationsdateien-in-den-workspaces>> | <<aktualisierung-der-schemas>> und <<aktualisierung-der-daten>> |=== @@ -138,8 +140,7 @@ IMPORTANT: Im Verzeichnis _themes/_ nicht die Dateien, die auf _raster.xml_ ende IMPORTANT: Die folgenden Schritte müssen nur ausgeführt werden, wenn die bereits in das System importierten Daten beibehalten werden sollen. Wenn dies nicht notwendig ist, kann die Datenbank XPlanDB neu aufgesetzt werden (siehe Kapitel <<konfiguration-der-datenbank>>). Die SQL-Skripte für die Datenbankschemas jeder Version befinden sich im -_xplan-manager-workspace_ im Verzeichnis _sql/_. Für jedes Datenbankschema gibt es dort -einen eigenen Unterordner. Neu hinzugekommene Datenbankschemas können zu der +_xplan-manager-workspace_ im Verzeichnis _sql/_. Für jedes Datenbankschema gibt es dort einen eigenen Unterordner. Neu hinzugekommene Datenbankschemas können zu der Datenbank hinzugefügt werden und stehen danach für die Anwendung bereit. Bei Änderungen an einem Datenbankschema müssen diese durch ein SQL-Skript durchgeführt werden. Für die Aktualisierungen der XPlanDB liegen die entsprechenden Skripte im Verzeichnis _update/_. @@ -148,12 +149,13 @@ Führen Sie die zu der Version passenden SQL-Skripte aus dem entsprechenden Unte - von 6.0 auf 6.0.1 aus dem Verzeichnis _from_6.0_to_6.0.1/_ - von 6.0.1 auf 7.0 aus dem Verzeichnis _from_6.0.1_to_7.0/_ +- von 7.0 auf 7.1 aus dem Verzeichnis _from_7.0_to_7.1/_ IMPORTANT: Erstellen Sie vor der Aktualisierung ein Backup der Datenbank! Und achten Sie bei der Ausführung der SQL-Skripte darauf, dass diese vollständig ausgeführt werden! Nutzen Sie für die Ausführung der SQL-Skripte das `psql`-Tool z.B. mit dem Aufruf `psql -h $PGHOST -p $PGPORT -U $PGUSER -d $PGDATABASE -f $PATH_TO_SCRIPTS/UPDATE_SCRIPT.sql`. -NOTE: Bei der Aktualisierung der XPlanDB kann es bei Ausführung der SQL zu folgender Fehlermeldungen kommen: _ERROR: relation "databasechangeloglock" already exists_ kommen. Diese Fehlermeldung kann ignoriert werden. +NOTE: Bei der Aktualisierung der XPlanDB kann es bei Ausführung der SQL-Skripte zu folgender Fehlermeldungen kommen: _ERROR: relation "databasechangeloglock" already exists_ kommen. Diese Fehlermeldung kann ignoriert werden. -NOTE: Manuelle Änderungen an den Datenbank-Schemata können die fehlerfreie Ausführung der SQL-Skripte verhindern. Wenn Sie Änderungen an den Datenbank-Schemata vorgenommen haben, müssen diese vor Ausführung der SQL-Skripte zurückgesetzt werden. +NOTE: Manuelle Änderungen an den Datenbank-Schemata können die fehlerfreie und vollständige Ausführung der SQL-Skripte verhindern. Wenn Sie Änderungen an den Datenbank-Schemata vorgenommen haben, müssen diese vor Ausführung der SQL-Skripte zurückgesetzt werden. [[aktualisierung-der-daten]] === Aktualisierung der Daten @@ -234,6 +236,7 @@ Für die Aktualisierung auf die Version 7.0 sind folgende Schritte auszuführen: * Aktualisierung der Workspaces und Konfigurationen (s. <<teilweise-aktualisierung>>) ** Es wird empfohlen zur Absicherung der REST-Schnittstellen der XPlanDienste von der Authentifizierung über einen Tomcat-Nutzer auf API-Key umzustellen. Details dazu finden sich im Abschnitt <<dienste-tomcat>>. Soll weiterhin die Absicherung über einen konfigurierten Tomcat-Nutzer erfolgen, muss in der Datei _<DEEGREE_WORKSPACE_ROOT>/config.apikey_ ein `*` eingetragen werden, um die Absicherung zu deaktivieren. +** Im _xplan-manager-workspace_ muss eine neue Konfigurationsdatei für einen `JpaConnectionProvider` im Unterverzeichnis _jdbc/_ angelegt werden. Die Datei muss mit der bereits vorhandenen Konfigurationsdatei für den `DataSourceConnectionProvider` über die Ressourcen-ID verknüpft werden. Vorlagen befinden sich in dem bereitgestellten Workspace _xplan-manager-workspace_. * Aktualisierung der Datenbank: ** Ausführen des Skripts _migrate.sql_ im Verzeichnis _sql/update/from_6.0.1_to_7.0_ im Modul _xplan-manager-workspace_ *** vor Ausführung des Skripts muss die Variable `${xplan.srid}` mit dem verwendeten CRS ausgetauscht werden. Die Datei _migrate_25832.sql_ beinhaltet bereits die Ersetzung durch den CRS Code `25832` und kann ohne Änderungen ausgeführt werden. @@ -270,6 +273,15 @@ Für eine Installation der Bugfix-Version müssen folgende Schritte ausgeführt TIP: Alle anderen Komponenten sind unverändert und müssen nicht aktualisiert werden. +[[aktualisierung-version-7.1]] +=== Aktualisierung auf die Version 7.1 der xPlanBox + +Für die Aktualisierung auf die Version 7.1 sind folgende Schritte auszuführen: + +* Aktualisierung der Workspaces und Konfigurationen (s. <<teilweise-aktualisierung>>) +* Aktualisierung der Datenbank: +** Ausführen des Skripts _migrate.sql_ im Verzeichnis _sql/update/from_7.0_to_7.1_ im Modul _xplan-manager-workspace_ + === Troubleshooting Bei unerwartetem Verhalten der xPlanBox nach einer Aktualisierung können folgende Aktionen helfen: diff --git a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/anhang/lizenzen.adoc b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/anhang/lizenzen.adoc index 76e6977ea6..08a30166c3 100644 --- a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/anhang/lizenzen.adoc +++ b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/anhang/lizenzen.adoc @@ -4,24 +4,27 @@ ``` (BSD License) AntLR Parser Generator (antlr:antlr:2.7.7 - http://www.antlr.org/) -(Apache License, Version 2.0) AWS SDK for Java - Core (com.amazonaws:aws-java-sdk-core:1.12.520 - https://aws.amazon.com/sdkforjava) -(Apache License, Version 2.0) AWS Java SDK for AWS KMS (com.amazonaws:aws-java-sdk-kms:1.12.520 - https://aws.amazon.com/sdkforjava) -(Apache License, Version 2.0) AWS Java SDK for Amazon S3 (com.amazonaws:aws-java-sdk-s3:1.12.520 - https://aws.amazon.com/sdkforjava) -(Apache License, Version 2.0) JMES Path Query library (com.amazonaws:jmespath-java:1.12.520 - https://aws.amazon.com/sdkforjava) +(Apache License, Version 2.0) AWS SDK for Java - Core (com.amazonaws:aws-java-sdk-core:1.12.599 - https://aws.amazon.com/sdkforjava) +(Apache License, Version 2.0) AWS Java SDK for AWS KMS (com.amazonaws:aws-java-sdk-kms:1.12.599 - https://aws.amazon.com/sdkforjava) +(Apache License, Version 2.0) AWS Java SDK for Amazon S3 (com.amazonaws:aws-java-sdk-s3:1.12.599 - https://aws.amazon.com/sdkforjava) +(Apache License, Version 2.0) JMES Path Query library (com.amazonaws:jmespath-java:1.12.599 - https://aws.amazon.com/sdkforjava) (The Apache Software License, Version 2.0) ClassMate (com.fasterxml:classmate:1.3.4 - http://github.com/FasterXML/java-classmate) (Apache License, Version 2.0) ClassMate (com.fasterxml:classmate:1.5.1 - https://github.com/FasterXML/java-classmate) -(The Apache Software License, Version 2.0) Jackson-annotations (com.fasterxml.jackson.core:jackson-annotations:2.14.3 - https://github.com/FasterXML/jackson) +(The Apache Software License, Version 2.0) Jackson-annotations (com.fasterxml.jackson.core:jackson-annotations:2.16.0 - https://github.com/FasterXML/jackson) (The Apache Software License, Version 2.0) Jackson-annotations (com.fasterxml.jackson.core:jackson-annotations:2.9.6 - http://github.com/FasterXML/jackson) -(The Apache Software License, Version 2.0) Jackson-core (com.fasterxml.jackson.core:jackson-core:2.14.3 - https://github.com/FasterXML/jackson-core) -(The Apache Software License, Version 2.0) jackson-databind (com.fasterxml.jackson.core:jackson-databind:2.14.3 - https://github.com/FasterXML/jackson) +(The Apache Software License, Version 2.0) Jackson-core (com.fasterxml.jackson.core:jackson-core:2.16.0 - https://github.com/FasterXML/jackson-core) +(The Apache Software License, Version 2.0) jackson-databind (com.fasterxml.jackson.core:jackson-databind:2.16.0 - https://github.com/FasterXML/jackson) (The Apache Software License, Version 2.0) Jackson dataformat: CBOR (com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.12.6 - http://github.com/FasterXML/jackson-dataformats-binary) (The Apache Software License, Version 2.0) Jackson dataformat: CBOR (com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.13.5 - http://github.com/FasterXML/jackson-dataformats-binary) -(The Apache Software License, Version 2.0) Jackson-dataformat-YAML (com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.3 - https://github.com/FasterXML/jackson-dataformats-text) -(The Apache Software License, Version 2.0) Jackson datatype: Joda (com.fasterxml.jackson.datatype:jackson-datatype-joda:2.14.3 - https://github.com/FasterXML/jackson-datatype-joda) +(The Apache Software License, Version 2.0) Jackson-dataformat-YAML (com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.0 - https://github.com/FasterXML/jackson-dataformats-text) +(The Apache Software License, Version 2.0) Jackson datatype: jdk8 (com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.13.5 - https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8) +(The Apache Software License, Version 2.0) Jackson datatype: Joda (com.fasterxml.jackson.datatype:jackson-datatype-joda:2.13.5 - https://github.com/FasterXML/jackson-datatype-joda) (The Apache Software License, Version 2.0) Jackson datatype: JSR310 (com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.1 - https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310) -(The Apache Software License, Version 2.0) Jackson-JAXRS: base (com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.14.3 - https://github.com/FasterXML/jackson-jaxrs-providers/jackson-jaxrs-base) -(The Apache Software License, Version 2.0) Jackson-JAXRS: JSON (com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.14.3 - https://github.com/FasterXML/jackson-jaxrs-providers/jackson-jaxrs-json-provider) -(The Apache Software License, Version 2.0) Jackson module: Old JAXB Annotations (javax.xml.bind) (com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.14.3 - https://github.com/FasterXML/jackson-modules-base) +(The Apache Software License, Version 2.0) Jackson datatype: JSR310 (com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.5 - https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310) +(The Apache Software License, Version 2.0) Jackson-JAXRS: base (com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.13.5 - http://github.com/FasterXML/jackson-jaxrs-providers/jackson-jaxrs-base) +(The Apache Software License, Version 2.0) Jackson-JAXRS: JSON (com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.13.5 - http://github.com/FasterXML/jackson-jaxrs-providers/jackson-jaxrs-json-provider) +(The Apache Software License, Version 2.0) Jackson module: Old JAXB Annotations (javax.xml.bind) (com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.16.0 - https://github.com/FasterXML/jackson-modules-base) +(The Apache Software License, Version 2.0) Jackson-module-parameter-names (com.fasterxml.jackson.module:jackson-module-parameter-names:2.13.5 - https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names) (The Apache License, Version 2.0) Woodstox (com.fasterxml.woodstox:woodstox-core:5.4.0 - https://github.com/FasterXML/woodstox) (Apache Software License, version 2.0) (Lesser General Public License, version 3 or greater) btf (com.github.java-json-tools:btf:1.3 - https://github.com/java-json-tools/btf) (Apache Software License, version 2.0) (Lesser General Public License, version 3 or greater) jackson-coreutils (com.github.java-json-tools:jackson-coreutils:2.0 - https://github.com/java-json-tools/jackson-coreutils) @@ -48,25 +51,23 @@ (The Apache Software License, Version 2.0) libphonenumber (com.googlecode.libphonenumber:libphonenumber:8.11.1 - https://github.com/google/libphonenumber/) (EPL 1.0) (MPL 2.0) H2 Database Engine (com.h2database:h2:2.1.214 - https://h2database.com) (The Apache Software License, Version 2.0) project ':json-path' (com.jayway.jsonpath:json-path:2.7.0 - https://github.com/jayway/JsonPath) -(The Apache Software License, Version 2.0) json-path (com.jayway.jsonpath:json-path:2.8.0 - https://github.com/jayway/JsonPath) -(The Apache Software License, Version 2.0) json-path-assert (com.jayway.jsonpath:json-path-assert:2.8.0 - https://github.com/jayway/JsonPath) (Mozilla Public License) iText, a Free Java-PDF library (com.lowagie:itext:2.1.7.js7 - http://www.lowagie.com/iText/) (Eclipse Public License, Version 1.0) (GNU Lesser General Public License, Version 2.1) c3p0 (com.mchange:c3p0:0.9.5.4 - https://github.com/swaldman/c3p0) (Eclipse Public License, Version 1.0) (GNU Lesser General Public License, Version 2.1) mchange-commons-java (com.mchange:mchange-commons-java:0.2.15 - https://github.com/swaldman/mchange-commons-java) -(Apache 2) opencsv (com.opencsv:opencsv:5.7.1 - http://opencsv.sf.net) +(Apache 2) opencsv (com.opencsv:opencsv:5.8 - http://opencsv.sf.net) (Apache 2.0) JavaPoet (com.squareup:javapoet:1.0.0 - http://github.com/square/javapoet/) (EDL 1.0) Jakarta Activation (com.sun.activation:jakarta.activation:1.2.2 - https://github.com/eclipse-ee4j/jaf/jakarta.activation) (CDDL 1.1) (GPL2 w/ CPE) jersey-core (com.sun.jersey:jersey-core:1.19.4 - https://jersey.java.net/jersey-core/) (CDDL 1.1) (GPL2 w/ CPE) jersey-server (com.sun.jersey:jersey-server:1.19.4 - https://jersey.java.net/jersey-server/) +(EDL 1.0) (EPL 2.0) (GPL2 w/ CPE) Jakarta Mail API (com.sun.mail:jakarta.mail:1.6.7 - http://eclipse-ee4j.github.io/mail/jakarta.mail) (CDDL/GPLv2+CE) JavaMail API (no providers) (com.sun.mail:mailapi:1.6.2 - http://javaee.github.io/javamail/mailapi) (Sun Microsystems, Inc. Binary Code License Agreement) Java Advanced Imaging Codecs (com.sun.media:jai-codec:1.1.3 - http://java.sun.com/products/java-media/jai) (BSD License) Java Advanced Imaging Image I/O Tools (com.sun.media:jai_imageio:1.1 - https://jai-imageio.dev.java.net/) -(Eclipse Distribution License - v 1.0) Old JAXB Runtime (com.sun.xml.bind:jaxb-impl:2.3.8 - https://eclipse-ee4j.github.io/jaxb-ri/) -(Apache License, Version 2.0) fastinfoset (com.sun.xml.fastinfoset:FastInfoset:1.2.13 - http://fi.java.net) +(Eclipse Distribution License - v 1.0) Old JAXB Runtime (com.sun.xml.bind:jaxb-impl:2.3.9 - https://eclipse-ee4j.github.io/jaxb-ri/) (Apache License, Version 2.0) (Eclipse Distribution License - v 1.0) fastinfoset (com.sun.xml.fastinfoset:FastInfoset:1.2.18 - https://projects.eclipse.org/projects/ee4j.jaxb-impl/FastInfoset) -(Eclipse Distribution License - v 1.0) Jakarta SOAP Implementation (com.sun.xml.messaging.saaj:saaj-impl:1.5.2 - https://projects.eclipse.org/projects/ee4j/metro-saaj/saaj-impl) -(Eclipse Distribution License - v 1.0) xmlstreambuffer (com.sun.xml.stream.buffer:streambuffer:1.5.9 - https://github.com/eclipse-ee4j/metro-xmlstreambuffer) -(Eclipse Distribution License - v 1.0) JAX-WS RI Runtime (jaxws-rt) (com.sun.xml.ws:jaxws-rt:2.3.3 - https://projects.eclipse.org/projects/ee4j/jaxws-ri-bom/jaxws-ri-bom-ext/project/jaxws-rt) +(Eclipse Distribution License - v 1.0) Jakarta SOAP Implementation (com.sun.xml.messaging.saaj:saaj-impl:1.5.3 - https://projects.eclipse.org/projects/ee4j/metro-saaj/saaj-impl) +(Eclipse Distribution License - v 1.0) xmlstreambuffer (com.sun.xml.stream.buffer:streambuffer:1.5.10 - https://github.com/eclipse-ee4j/metro-xmlstreambuffer) +(Eclipse Distribution License - v 1.0) JAX-WS RI Runtime (jaxws-rt) (com.sun.xml.ws:jaxws-rt:2.3.6 - https://projects.eclipse.org/projects/ee4j/jaxws-ri-bom/jaxws-ri-bom-ext/project/jaxws-rt) (Eclipse Distribution License - v 1.0) policy (com.sun.xml.ws:policy:2.7.10 - https://github.com/eclipse-ee4j/metro-policy) (Apache License, Version 2.0) config (com.typesafe:config:1.3.3 - https://github.com/lightbend/config) (Apache-2.0) ssl-config-core (com.typesafe:ssl-config-core_2.13:0.3.8 - https://github.com/lightbend/ssl-config) @@ -77,6 +78,7 @@ (Apache License, Version 2.0) akka-protobuf (com.typesafe.akka:akka-protobuf_2.13:2.5.31 - https://akka.io/) (Apache License, Version 2.0) akka-stream (com.typesafe.akka:akka-stream_2.13:2.5.31 - https://akka.io/) (Apache 2.0 License) scala-logging (com.typesafe.scala-logging:scala-logging_2.13:3.9.2 - https://github.com/lightbend/scala-logging) +(Apache License 2.0) JSON library from Android SDK (com.vaadin.external.google:android-json:0.0.20131108.vaadin1 - http://developer.android.com/sdk) (Eclipse Public License - v 1.0) concurrent-junit (com.vmlens:concurrent-junit:1.0.2 - https://github.com/ThomasKrieger/concurrent-junit) (The Apache Software License, Version 2.0) HikariCP (com.zaxxer:HikariCP:4.0.3 - https://github.com/brettwooldridge/HikariCP) (Apache License, Version 2.0) Apache Commons BeanUtils (commons-beanutils:commons-beanutils:1.9.4 - https://commons.apache.org/proper/commons-beanutils/) @@ -91,83 +93,87 @@ (The Apache Software License, Version 2.0) Apache Commons Logging (commons-logging:commons-logging:1.2 - http://commons.apache.org/proper/commons-logging/) (The Apache Software License, Version 2.0) Commons Pool (commons-pool:commons-pool:1.5.4 - http://commons.apache.org/pool/) (The Apache Software License, Version 2.0) Commons Pool (commons-pool:commons-pool:1.6 - http://commons.apache.org/pool/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-connectionprovider-datasource (de.latlon:deegree-connectionprovider-datasource:3.5.0.2 - http://www.deegree.org/deegree-core/deegree-connectionprovider-datasource/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-annotations (de.latlon:deegree-core-annotations:3.5.0.2 - http://www.deegree.org/deegree-core/deegree-core-annotations/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-base (de.latlon:deegree-core-base:3.5.0.2 - http://www.deegree.org/deegree-core/deegree-core-base/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-commons (de.latlon:deegree-core-commons:3.5.0.2 - http://www.deegree.org/deegree-core/deegree-core-commons/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-coverage (de.latlon:deegree-core-coverage:3.5.0.2 - http://www.deegree.org/deegree-core/deegree-core-coverage/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-cs (de.latlon:deegree-core-cs:3.5.0.2 - http://www.deegree.org/deegree-core/deegree-core-cs/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-db (de.latlon:deegree-core-db:3.5.0.2 - http://www.deegree.org/deegree-core/deegree-core-db/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-featureinfo (de.latlon:deegree-core-featureinfo:3.5.0.2 - http://www.deegree.org/deegree-core/deegree-core-featureinfo/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-filterfunctions (de.latlon:deegree-core-filterfunctions:3.5.0.2 - http://www.deegree.org/deegree-core/deegree-core-filterfunctions/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-gdal (de.latlon:deegree-core-gdal:3.5.0.2 - http://www.deegree.org/deegree-core/deegree-core-gdal/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-geometry (de.latlon:deegree-core-geometry:3.5.0.2 - http://www.deegree.org/deegree-core/deegree-core-geometry/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-layer (de.latlon:deegree-core-layer:3.5.0.2 - http://www.deegree.org/deegree-core/deegree-core-layer/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-metadata (de.latlon:deegree-core-metadata:3.5.0.2 - http://www.deegree.org/deegree-core/deegree-core-metadata/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-rendering-2d (de.latlon:deegree-core-rendering-2d:3.5.0.2 - http://www.deegree.org/deegree-core/deegree-core-rendering-2d/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-style (de.latlon:deegree-core-style:3.5.0.2 - http://www.deegree.org/deegree-core/deegree-core-style/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-theme (de.latlon:deegree-core-theme:3.5.0.2 - http://www.deegree.org/deegree-core/deegree-core-theme/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-tile (de.latlon:deegree-core-tile:3.5.0.2 - http://www.deegree.org/deegree-core/deegree-core-tile/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-workspace (de.latlon:deegree-core-workspace:3.5.0.2 - http://www.deegree.org/deegree-core/deegree-core-workspace/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-featurestore-commons (de.latlon:deegree-featurestore-commons:3.5.0.2 - http://www.deegree.org/deegree-datastores/deegree-featurestores/deegree-featurestore-commons/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-featurestore-memory (de.latlon:deegree-featurestore-memory:3.5.0.2 - http://www.deegree.org/deegree-datastores/deegree-featurestores/deegree-featurestore-memory/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-featurestore-shape (de.latlon:deegree-featurestore-shape:3.5.0.2 - http://www.deegree.org/deegree-datastores/deegree-featurestores/deegree-featurestore-shape/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-featurestore-simplesql (de.latlon:deegree-featurestore-simplesql:3.5.0.2 - http://www.deegree.org/deegree-datastores/deegree-featurestores/deegree-featurestore-simplesql/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-featurestore-sql (de.latlon:deegree-featurestore-sql:3.5.0.2 - http://www.deegree.org/deegree-datastores/deegree-featurestores/deegree-featurestore-sql/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-layers-feature (de.latlon:deegree-layers-feature:3.5.0.2 - http://www.deegree.org/deegree-layers/deegree-layers-feature/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-layers-tile (de.latlon:deegree-layers-tile:3.5.0.2 - http://www.deegree.org/deegree-layers/deegree-layers-tile/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-mdstore-commons (de.latlon:deegree-mdstore-commons:3.5.0.2 - http://www.deegree.org/deegree-datastores/deegree-mdstores/deegree-mdstore-commons/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-protocol-commons (de.latlon:deegree-protocol-commons:3.5.0.2 - http://www.deegree.org/deegree-core/deegree-core-protocol/deegree-protocol-commons/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-protocol-csw (de.latlon:deegree-protocol-csw:3.5.0.2 - http://www.deegree.org/deegree-core/deegree-core-protocol/deegree-protocol-csw/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-protocol-wfs (de.latlon:deegree-protocol-wfs:3.5.0.2 - http://www.deegree.org/deegree-core/deegree-core-protocol/deegree-protocol-wfs/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-protocol-wms (de.latlon:deegree-protocol-wms:3.5.0.2 - http://www.deegree.org/deegree-core/deegree-core-protocol/deegree-protocol-wms/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-remoteows-commons (de.latlon:deegree-remoteows-commons:3.5.0.2 - http://www.deegree.org/deegree-core/deegree-core-remoteows/deegree-remoteows-commons/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-remoteows-wms (de.latlon:deegree-remoteows-wms:3.5.0.2 - http://www.deegree.org/deegree-core/deegree-core-remoteows/deegree-remoteows-wms/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-services-commons (de.latlon:deegree-services-commons:3.5.0.2 - http://www.deegree.org/deegree-services/deegree-services-commons/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-services-config (de.latlon:deegree-services-config:3.5.0.2 - http://www.deegree.org/deegree-services/deegree-services-config/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-services-wms (de.latlon:deegree-services-wms:3.5.0.2 - http://www.deegree.org/deegree-services/deegree-services-wms/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-sqldialect-commons (de.latlon:deegree-sqldialect-commons:3.5.0.2 - http://www.deegree.org/deegree-core/deegree-core-sqldialect/deegree-sqldialect-commons/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-sqldialect-postgis (de.latlon:deegree-sqldialect-postgis:3.5.0.2 - http://www.deegree.org/deegree-core/deegree-core-sqldialect/deegree-sqldialect-postgis/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-tilestore-cache (de.latlon:deegree-tilestore-cache:3.5.0.2 - http://www.deegree.org/deegree-datastores/deegree-tilestores/deegree-tilestore-cache/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-tilestore-commons (de.latlon:deegree-tilestore-commons:3.5.0.2 - http://www.deegree.org/deegree-datastores/deegree-tilestores/deegree-tilestore-commons/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-tilestore-gdal (de.latlon:deegree-tilestore-gdal:3.5.0.2 - http://www.deegree.org/deegree-datastores/deegree-tilestores/deegree-tilestore-gdal/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-tilestore-geotiff (de.latlon:deegree-tilestore-geotiff:3.5.0.2 - http://www.deegree.org/deegree-datastores/deegree-tilestores/deegree-tilestore-geotiff/) -(GNU Lesser General Public License (LGPL), version 2.1) deegree-webservices (de.latlon:deegree-webservices:3.5.0.2 - http://www.deegree.org/deegree-services/deegree-webservices/) -(GNU Affero General Public License (AGPL), version 3) xplan-api-commons (de.latlon.product.xplanbox:xplan-api-commons:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-api/xplan-api-commons) -(GNU Affero General Public License (AGPL), version 3) xplan-benutzerhandbuch (de.latlon.product.xplanbox:xplan-benutzerhandbuch:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-documentation/xplan-benutzerhandbuch) -(GNU Affero General Public License (AGPL), version 3) xplan-commons (de.latlon.product.xplanbox:xplan-commons:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-core/xplan-commons) -(GNU Affero General Public License (AGPL), version 3) xplan-commons-cli (de.latlon.product.xplanbox:xplan-commons-cli:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-core/xplan-commons-cli) -(GNU Affero General Public License (AGPL), version 3) xplan-commons-web (de.latlon.product.xplanbox:xplan-commons-web:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-webapps/xplan-commons-web) -(GNU Affero General Public License (AGPL), version 3) xplan-commons-webservices (de.latlon.product.xplanbox:xplan-commons-webservices:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-webservices/xplan-commons-webservices) -(GNU Affero General Public License (AGPL), version 3) xplan-core-job (de.latlon.product.xplanbox:xplan-core-job:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-core/xplan-core-job) -(GNU Affero General Public License (AGPL), version 3) xplan-core-manager-db (de.latlon.product.xplanbox:xplan-core-manager-db:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-core/xplan-core-manager-db) -(GNU Affero General Public License (AGPL), version 3) xplan-core-manager-deegree (de.latlon.product.xplanbox:xplan-core-manager-deegree:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-core/xplan-core-manager-deegree) -(GNU Affero General Public License (AGPL), version 3) xplan-docker-tomcat (de.latlon.product.xplanbox:xplan-docker-tomcat:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-docker/xplan-docker-tomcat) -(GNU Affero General Public License (AGPL), version 3) xplan-docker-tomcat-gdal (de.latlon.product.xplanbox:xplan-docker-tomcat-gdal:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-docker/xplan-docker-tomcat-gdal) -(GNU Affero General Public License (AGPL), version 3) xplan-docker-volume-init (de.latlon.product.xplanbox:xplan-docker-volume-init:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-docker/xplan-docker-volume-init) -(GNU Affero General Public License (AGPL), version 3) xplan-dokumenten-config (de.latlon.product.xplanbox:xplan-dokumenten-config:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-configuration/xplan-dokumenten-config) -(GNU Affero General Public License (AGPL), version 3) xplan-inspireplu-transformation (de.latlon.product.xplanbox:xplan-inspireplu-transformation:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-core/xplan-inspireplu-transformation) -(GNU Affero General Public License (AGPL), version 3) xplan-manager-cli (de.latlon.product.xplanbox:xplan-manager-cli:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-cli/xplan-manager-cli) -(GNU Affero General Public License (AGPL), version 3) xplan-manager-config (de.latlon.product.xplanbox:xplan-manager-config:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-configuration/xplan-manager-config) -(GNU Affero General Public License (AGPL), version 3) xplan-manager-core (de.latlon.product.xplanbox:xplan-manager-core:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-core/xplan-manager-core) -(GNU Affero General Public License (AGPL), version 3) xplan-mapserver-config (de.latlon.product.xplanbox:xplan-mapserver-config:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-configuration/xplan-mapserver-config) -(GNU Affero General Public License (AGPL), version 3) xplan-schemas (de.latlon.product.xplanbox:xplan-schemas:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-resources/xplan-schemas) -(GNU Affero General Public License (AGPL), version 3) xplan-sql-scripts (de.latlon.product.xplanbox:xplan-sql-scripts:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-resources/xplan-sql-scripts) -(GNU Affero General Public License (AGPL), version 3) xplan-synthesizer (de.latlon.product.xplanbox:xplan-synthesizer:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-core/xplan-synthesizer) -(GNU Affero General Public License (AGPL), version 3) xplan-tests-resources (de.latlon.product.xplanbox:xplan-tests-resources:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-tests/xplan-tests-resources) -(GNU Affero General Public License (AGPL), version 3) xplan-transform-cli (de.latlon.product.xplanbox:xplan-transform-cli:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-cli/xplan-transform-cli) -(GNU Affero General Public License (AGPL), version 3) xplan-update-data-cli (de.latlon.product.xplanbox:xplan-update-data-cli:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-cli/xplan-update-data-cli) -(GNU Affero General Public License (AGPL), version 3) xplan-validator-config (de.latlon.product.xplanbox:xplan-validator-config:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-configuration/xplan-validator-config) -(GNU Affero General Public License (AGPL), version 3) xplan-validator-core (de.latlon.product.xplanbox:xplan-validator-core:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-core/xplan-validator-core) -(GNU Affero General Public License (AGPL), version 3) xplan-validator-web-commons (de.latlon.product.xplanbox:xplan-validator-web-commons:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-webapps/xplan-validator-web-commons) -(GNU Affero General Public License (AGPL), version 3) xplan-wfs (de.latlon.product.xplanbox:xplan-wfs:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-webservices/xplan-wfs) -(GNU Affero General Public License (AGPL), version 3) xplan-wms (de.latlon.product.xplanbox:xplan-wms:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-webservices/xplan-wms) -(GNU Affero General Public License (AGPL), version 3) xplan-workspaces (de.latlon.product.xplanbox:xplan-workspaces:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-workspaces) -(GNU Affero General Public License (AGPL), version 3) xplansyn-wfs (de.latlon.product.xplanbox:xplansyn-wfs:7.0 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-webservices/xplansyn-wfs) -(GNU Lesser General Public License, Version 2.1) regeln (de.xleitstelle.xplanung:regeln:1.1.4 - no url defined) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-connectionprovider-datasource (de.latlon:deegree-connectionprovider-datasource:3.5.3.1 - http://www.deegree.org/deegree-core/deegree-connectionprovider-datasource/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-annotations (de.latlon:deegree-core-annotations:3.5.3.1 - http://www.deegree.org/deegree-core/deegree-core-annotations/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-base (de.latlon:deegree-core-base:3.5.3.1 - http://www.deegree.org/deegree-core/deegree-core-base/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-commons (de.latlon:deegree-core-commons:3.5.3.1 - http://www.deegree.org/deegree-core/deegree-core-commons/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-coverage (de.latlon:deegree-core-coverage:3.5.3.1 - http://www.deegree.org/deegree-core/deegree-core-coverage/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-cs (de.latlon:deegree-core-cs:3.5.3.1 - http://www.deegree.org/deegree-core/deegree-core-cs/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-db (de.latlon:deegree-core-db:3.5.3.1 - http://www.deegree.org/deegree-core/deegree-core-db/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-featureinfo (de.latlon:deegree-core-featureinfo:3.5.3.1 - http://www.deegree.org/deegree-core/deegree-core-featureinfo/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-filterfunctions (de.latlon:deegree-core-filterfunctions:3.5.3.1 - http://www.deegree.org/deegree-core/deegree-core-filterfunctions/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-gdal (de.latlon:deegree-core-gdal:3.5.3.1 - http://www.deegree.org/deegree-core/deegree-core-gdal/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-geometry (de.latlon:deegree-core-geometry:3.5.3.1 - http://www.deegree.org/deegree-core/deegree-core-geometry/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-layer (de.latlon:deegree-core-layer:3.5.3.1 - http://www.deegree.org/deegree-core/deegree-core-layer/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-metadata (de.latlon:deegree-core-metadata:3.5.3.1 - http://www.deegree.org/deegree-core/deegree-core-metadata/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-rendering-2d (de.latlon:deegree-core-rendering-2d:3.5.3.1 - http://www.deegree.org/deegree-core/deegree-core-rendering-2d/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-style (de.latlon:deegree-core-style:3.5.3.1 - http://www.deegree.org/deegree-core/deegree-core-style/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-theme (de.latlon:deegree-core-theme:3.5.3.1 - http://www.deegree.org/deegree-core/deegree-core-theme/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-tile (de.latlon:deegree-core-tile:3.5.3.1 - http://www.deegree.org/deegree-core/deegree-core-tile/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-core-workspace (de.latlon:deegree-core-workspace:3.5.3.1 - http://www.deegree.org/deegree-core/deegree-core-workspace/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-featurestore-commons (de.latlon:deegree-featurestore-commons:3.5.3.1 - http://www.deegree.org/deegree-datastores/deegree-featurestores/deegree-featurestore-commons/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-featurestore-memory (de.latlon:deegree-featurestore-memory:3.5.3.1 - http://www.deegree.org/deegree-datastores/deegree-featurestores/deegree-featurestore-memory/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-featurestore-shape (de.latlon:deegree-featurestore-shape:3.5.3.1 - http://www.deegree.org/deegree-datastores/deegree-featurestores/deegree-featurestore-shape/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-featurestore-simplesql (de.latlon:deegree-featurestore-simplesql:3.5.3.1 - http://www.deegree.org/deegree-datastores/deegree-featurestores/deegree-featurestore-simplesql/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-featurestore-sql (de.latlon:deegree-featurestore-sql:3.5.3.1 - http://www.deegree.org/deegree-datastores/deegree-featurestores/deegree-featurestore-sql/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-layers-feature (de.latlon:deegree-layers-feature:3.5.3.1 - http://www.deegree.org/deegree-layers/deegree-layers-feature/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-layers-tile (de.latlon:deegree-layers-tile:3.5.3.1 - http://www.deegree.org/deegree-layers/deegree-layers-tile/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-mdstore-commons (de.latlon:deegree-mdstore-commons:3.5.3.1 - http://www.deegree.org/deegree-datastores/deegree-mdstores/deegree-mdstore-commons/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-protocol-commons (de.latlon:deegree-protocol-commons:3.5.3.1 - http://www.deegree.org/deegree-core/deegree-core-protocol/deegree-protocol-commons/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-protocol-csw (de.latlon:deegree-protocol-csw:3.5.3.1 - http://www.deegree.org/deegree-core/deegree-core-protocol/deegree-protocol-csw/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-protocol-wfs (de.latlon:deegree-protocol-wfs:3.5.3.1 - http://www.deegree.org/deegree-core/deegree-core-protocol/deegree-protocol-wfs/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-protocol-wms (de.latlon:deegree-protocol-wms:3.5.3.1 - http://www.deegree.org/deegree-core/deegree-core-protocol/deegree-protocol-wms/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-remoteows-commons (de.latlon:deegree-remoteows-commons:3.5.3.1 - http://www.deegree.org/deegree-core/deegree-core-remoteows/deegree-remoteows-commons/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-remoteows-wms (de.latlon:deegree-remoteows-wms:3.5.3.1 - http://www.deegree.org/deegree-core/deegree-core-remoteows/deegree-remoteows-wms/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-services-commons (de.latlon:deegree-services-commons:3.5.3.1 - http://www.deegree.org/deegree-services/deegree-services-commons/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-services-config (de.latlon:deegree-services-config:3.5.3.1 - http://www.deegree.org/deegree-services/deegree-services-config/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-services-wms (de.latlon:deegree-services-wms:3.5.3.1 - http://www.deegree.org/deegree-services/deegree-services-wms/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-sqldialect-commons (de.latlon:deegree-sqldialect-commons:3.5.3.1 - http://www.deegree.org/deegree-core/deegree-core-sqldialect/deegree-sqldialect-commons/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-sqldialect-postgis (de.latlon:deegree-sqldialect-postgis:3.5.3.1 - http://www.deegree.org/deegree-core/deegree-core-sqldialect/deegree-sqldialect-postgis/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-tilestore-cache (de.latlon:deegree-tilestore-cache:3.5.3.1 - http://www.deegree.org/deegree-datastores/deegree-tilestores/deegree-tilestore-cache/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-tilestore-commons (de.latlon:deegree-tilestore-commons:3.5.3.1 - http://www.deegree.org/deegree-datastores/deegree-tilestores/deegree-tilestore-commons/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-tilestore-gdal (de.latlon:deegree-tilestore-gdal:3.5.3.1 - http://www.deegree.org/deegree-datastores/deegree-tilestores/deegree-tilestore-gdal/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-tilestore-geotiff (de.latlon:deegree-tilestore-geotiff:3.5.3.1 - http://www.deegree.org/deegree-datastores/deegree-tilestores/deegree-tilestore-geotiff/) +(GNU Lesser General Public License (LGPL), version 2.1) deegree-webservices (de.latlon:deegree-webservices:3.5.3.1 - http://www.deegree.org/deegree-services/deegree-webservices/) +(GNU Affero General Public License (AGPL), version 3) xplan-api-commons (de.latlon.product.xplanbox:xplan-api-commons:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-api/xplan-api-commons) +(GNU Affero General Public License (AGPL), version 3) xplan-benutzerhandbuch (de.latlon.product.xplanbox:xplan-benutzerhandbuch:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-documentation/xplan-benutzerhandbuch) +(GNU Affero General Public License (AGPL), version 3) xplan-commons (de.latlon.product.xplanbox:xplan-commons:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-core/xplan-commons) +(GNU Affero General Public License (AGPL), version 3) xplan-commons-cli (de.latlon.product.xplanbox:xplan-commons-cli:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-core/xplan-commons-cli) +(GNU Affero General Public License (AGPL), version 3) xplan-commons-web (de.latlon.product.xplanbox:xplan-commons-web:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-webapps/xplan-commons-web) +(GNU Affero General Public License (AGPL), version 3) xplan-commons-webservices (de.latlon.product.xplanbox:xplan-commons-webservices:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-webservices/xplan-commons-webservices) +(GNU Affero General Public License (AGPL), version 3) xplan-core-job (de.latlon.product.xplanbox:xplan-core-job:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-core/xplan-core-job) +(GNU Affero General Public License (AGPL), version 3) xplan-core-manager-db (de.latlon.product.xplanbox:xplan-core-manager-db:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-core/xplan-core-manager-db) +(GNU Affero General Public License (AGPL), version 3) xplan-core-manager-deegree (de.latlon.product.xplanbox:xplan-core-manager-deegree:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-core/xplan-core-manager-deegree) +(GNU Affero General Public License (AGPL), version 3) xplan-docker-tomcat (de.latlon.product.xplanbox:xplan-docker-tomcat:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-docker/xplan-docker-tomcat) +(GNU Affero General Public License (AGPL), version 3) xplan-docker-tomcat-gdal (de.latlon.product.xplanbox:xplan-docker-tomcat-gdal:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-docker/xplan-docker-tomcat-gdal) +(GNU Affero General Public License (AGPL), version 3) xplan-docker-volume-init (de.latlon.product.xplanbox:xplan-docker-volume-init:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-docker/xplan-docker-volume-init) +(GNU Affero General Public License (AGPL), version 3) xplan-dokumenten-config (de.latlon.product.xplanbox:xplan-dokumenten-config:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-configuration/xplan-dokumenten-config) +(GNU Affero General Public License (AGPL), version 3) xplan-inspireplu-transformation (de.latlon.product.xplanbox:xplan-inspireplu-transformation:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-core/xplan-inspireplu-transformation) +(GNU Affero General Public License (AGPL), version 3) xplan-manager-cli (de.latlon.product.xplanbox:xplan-manager-cli:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-cli/xplan-manager-cli) +(GNU Affero General Public License (AGPL), version 3) xplan-manager-config (de.latlon.product.xplanbox:xplan-manager-config:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-configuration/xplan-manager-config) +(GNU Affero General Public License (AGPL), version 3) xplan-manager-core (de.latlon.product.xplanbox:xplan-manager-core:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-core/xplan-manager-core) +(GNU Affero General Public License (AGPL), version 3) xplan-mapproxy-config (de.latlon.product.xplanbox:xplan-mapproxy-config:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-configuration/xplan-mapproxy-config) +(GNU Affero General Public License (AGPL), version 3) xplan-mapserver-config (de.latlon.product.xplanbox:xplan-mapserver-config:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-configuration/xplan-mapserver-config) +(GNU Affero General Public License (AGPL), version 3) xplan-schemas (de.latlon.product.xplanbox:xplan-schemas:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-resources/xplan-schemas) +(GNU Affero General Public License (AGPL), version 3) xplan-security (de.latlon.product.xplanbox:xplan-security:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-security) +(GNU Affero General Public License (AGPL), version 3) xplan-sql-scripts (de.latlon.product.xplanbox:xplan-sql-scripts:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-resources/xplan-sql-scripts) +(GNU Affero General Public License (AGPL), version 3) xplan-synthesizer (de.latlon.product.xplanbox:xplan-synthesizer:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-core/xplan-synthesizer) +(GNU Affero General Public License (AGPL), version 3) xplan-tests-resources (de.latlon.product.xplanbox:xplan-tests-resources:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-tests/xplan-tests-resources) +(GNU Affero General Public License (AGPL), version 3) xplan-transform-cli (de.latlon.product.xplanbox:xplan-transform-cli:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-cli/xplan-transform-cli) +(GNU Affero General Public License (AGPL), version 3) xplan-update-data-cli (de.latlon.product.xplanbox:xplan-update-data-cli:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-cli/xplan-update-data-cli) +(GNU Affero General Public License (AGPL), version 3) xplan-validator-config (de.latlon.product.xplanbox:xplan-validator-config:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-configuration/xplan-validator-config) +(GNU Affero General Public License (AGPL), version 3) xplan-validator-core (de.latlon.product.xplanbox:xplan-validator-core:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-core/xplan-validator-core) +(GNU Affero General Public License (AGPL), version 3) xplan-validator-web-commons (de.latlon.product.xplanbox:xplan-validator-web-commons:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-webapps/xplan-validator-web-commons) +(GNU Affero General Public License (AGPL), version 3) xplan-wfs (de.latlon.product.xplanbox:xplan-wfs:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-webservices/xplan-wfs) +(GNU Affero General Public License (AGPL), version 3) xplan-wms (de.latlon.product.xplanbox:xplan-wms:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-webservices/xplan-wms) +(GNU Affero General Public License (AGPL), version 3) xplan-workspaces (de.latlon.product.xplanbox:xplan-workspaces:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-workspaces) +(GNU Affero General Public License (AGPL), version 3) xplansyn-wfs (de.latlon.product.xplanbox:xplansyn-wfs:7.1 - https://gitlab.opencode.de/diplanung/ozgxplanung/xplan-webservices/xplansyn-wfs) +(GNU Lesser General Public License, Version 2.1) regeln (de.xleitstelle.xplanung:regeln:1.1.6 - no url defined) +(GNU Lesser General Public License, Version 2.1) regeln-berlin (de.xleitstelle.xplanung:regeln-berlin:0.4 - no url defined) (MIT) s3mock (io.findify:s3mock_2.13:0.2.6 - https://github.com/findify/s3mock) (The MIT License (MIT)) ClassGraph (io.github.classgraph:classgraph:4.8.138 - https://github.com/classgraph/classgraph) -(The Apache Software License, Version 2.0) micrometer-core (io.micrometer:micrometer-core:1.9.13 - https://github.com/micrometer-metrics/micrometer) +(The Apache Software License, Version 2.0) micrometer-core (io.micrometer:micrometer-core:1.9.17 - https://github.com/micrometer-metrics/micrometer) +(The Apache Software License, Version 2.0) Prometheus JMX Exporter - Java Agent (io.prometheus.jmx:jmx_prometheus_javaagent:0.19.0 - http://github.com/prometheus/jmx_exporter) (Apache License 2.0) swagger-annotations (io.swagger:swagger-annotations:1.6.6 - https://github.com/swagger-api/swagger-core/modules/swagger-annotations) (Apache License 2.0) swagger-compat-spec-parser (io.swagger:swagger-compat-spec-parser:1.0.60 - http://nexus.sonatype.org/oss-repository-hosting.html/swagger-parser-project/modules/swagger-compat-spec-parser) (Apache License 2.0) swagger-core (io.swagger:swagger-core:1.6.6 - https://github.com/swagger-api/swagger-core/modules/swagger-core) @@ -187,12 +193,13 @@ (Lesser General Public License (LGPL)) Image I/O-Extensions - Custom Streams (it.geosolutions.imageio-ext:imageio-ext-streams:1.1.29 - no url defined) (Lesser General Public License (LGPL)) Improved TIFF Plugin (it.geosolutions.imageio-ext:imageio-ext-tiff:1.1.29 - no url defined) (Lesser General Public License (LGPL)) Image I/O-Extensions - utilities classes and methods (it.geosolutions.imageio-ext:imageio-ext-utilities:1.1.29 - no url defined) +(GNU Lesser General Public License (LGPL), version 2.1)) jgridshift-core (it.geosolutions.jgridshift:jgridshift-core:1.3.1 - https://github.com/geosolutions-it/jgridshift) (EDL 1.0) Jakarta Activation API jar (jakarta.activation:jakarta.activation-api:1.2.2 - https://github.com/eclipse-ee4j/jaf/jakarta.activation-api) (EPL 2.0) (GPL2 w/ CPE) Jakarta Annotations API (jakarta.annotation:jakarta.annotation-api:1.3.5 - https://projects.eclipse.org/projects/ee4j.ca) (EPL 2.0) (GPL2 w/ CPE) Jakarta Expression Language 3.0 API (jakarta.el:jakarta.el-api:3.0.3 - https://projects.eclipse.org/projects/ee4j.el) (Eclipse Distribution License - v 1.0) Jakarta Web Services Metadata API (jakarta.jws:jakarta.jws-api:2.1.0 - https://github.com/eclipse-ee4j/jws-api) (Eclipse Distribution License v. 1.0) (Eclipse Public License v. 2.0) Jakarta Persistence API (jakarta.persistence:jakarta.persistence-api:2.2.3 - https://github.com/eclipse-ee4j/jpa-api) -(EPL 2.0) (GPL2 w/ CPE) Jakarta Servlet (jakarta.servlet:jakarta.servlet-api:4.0.3 - https://projects.eclipse.org/projects/ee4j.servlet) +(EPL 2.0) (GPL2 w/ CPE) Jakarta Servlet (jakarta.servlet:jakarta.servlet-api:4.0.4 - https://projects.eclipse.org/projects/ee4j.servlet) (Apache License 2.0) Jakarta Bean Validation API (jakarta.validation:jakarta.validation-api:2.0.2 - https://beanvalidation.org) (EPL 2.0) (GPL2 w/ CPE) jakarta.ws.rs-api (jakarta.ws.rs:jakarta.ws.rs-api:2.1.6 - https://github.com/eclipse-ee4j/jaxrs-api) (Eclipse Distribution License - v 1.0) Jakarta XML Binding API (jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 - https://github.com/eclipse-ee4j/jaxb-api/jakarta.xml.bind-api) @@ -208,24 +215,22 @@ (Sun Microsystems, Inc. Binary Code License Agreement) Java Advanced Imaging (javax.media:jai-core:1.1.3 - http://java.sun.com/products/java-media/jai) (JDL (Java Distribution License)) Java Advanced Imaging (javax.media:jai_core:1.1.3 - https://jai.dev.java.net/) (CDDL + GPLv2 with classpath exception) Java Servlet API (javax.servlet:javax.servlet-api:3.0.1 - http://servlet-spec.java.net) -(CDDL + GPLv2 with classpath exception) Java Servlet API (javax.servlet:javax.servlet-api:4.0.1 - https://javaee.github.io/servlet-spec/) (Apache License, Version 2.0) Bean Validation API (javax.validation:validation-api:1.0.0.GA - no url defined) (CDDL License) jsr311-api (javax.ws.rs:jsr311-api:1.1.1 - https://jsr311.dev.java.net) (CDDL 1.1) (GPL2 w/ CPE) jaxb-api (javax.xml.bind:jaxb-api:2.3.1 - https://github.com/javaee/jaxb-spec/jaxb-api) (http://jaxen.codehaus.org/license.html) jaxen (jaxen:jaxen:1.1.6 - http://jaxen.codehaus.org/) (BSD License 2.0) jaxen (jaxen:jaxen:1.2.0 - http://www.cafeconleche.org/jaxen) -(GNU Lesser General Public License (LGPL), version 2.1) jgridshift (jgridshift:jgridshift:1.0-deegreeversion - https://github.com/geosolutions-it/jgridshift) (Apache License, Version 2.0) Joda-Time (joda-time:joda-time:2.10.8 - https://www.joda.org/joda-time/) (Apache 2) Joda-Time (joda-time:joda-time:2.8.1 - http://www.joda.org/joda-time/) (Unknown license) jogl (jogl:jogl:1.1.2 - no url defined) (Eclipse Public License 1.0) JUnit (junit:junit:4.13.2 - http://junit.org) -(Apache License, Version 2.0) Byte Buddy (without dependencies) (net.bytebuddy:byte-buddy:1.14.5 - https://bytebuddy.net/byte-buddy) +(Apache License, Version 2.0) Byte Buddy (without dependencies) (net.bytebuddy:byte-buddy:1.14.10 - https://bytebuddy.net/byte-buddy) +(Apache License, Version 2.0) Byte Buddy agent (net.bytebuddy:byte-buddy-agent:1.12.23 - https://bytebuddy.net/byte-buddy-agent) (Apache License, Version 2.0) Byte Buddy agent (net.bytebuddy:byte-buddy-agent:1.14.5 - https://bytebuddy.net/byte-buddy-agent) +(Apache License, Version 2.0) Byte Buddy agent (net.bytebuddy:byte-buddy-agent:1.14.7 - https://bytebuddy.net/byte-buddy-agent) (The Apache License, Version 2.0) JUnidecode (net.gcardone.junidecode:junidecode:0.4.1 - https://github.com/gcardone/junidecode) (The Apache Software License, Version 2.0) ASM based accessors helper used by json-smart (net.minidev:accessors-smart:2.4.11 - https://urielch.github.io/) (The Apache Software License, Version 2.0) ASM based accessors helper used by json-smart (net.minidev:accessors-smart:2.4.7 - https://urielch.github.io/) -(The Apache Software License, Version 2.0) ASM based accessors helper used by json-smart (net.minidev:accessors-smart:2.4.9 - https://urielch.github.io/) -(The Apache Software License, Version 2.0) JSON Small and Fast Parser (net.minidev:json-smart:2.4.10 - https://urielch.github.io/) (The Apache Software License, Version 2.0) JSON Small and Fast Parser (net.minidev:json-smart:2.4.11 - https://urielch.github.io/) (The Apache Software License, Version 2.0) JSON Small and Fast Parser (net.minidev:json-smart:2.4.7 - https://urielch.github.io/) (GNU Lesser General Public License) PostGIS Geometry (net.postgis:postgis-geometry:2.5.1 - http://postgis.net/postgis-geometry) @@ -237,7 +242,7 @@ (GNU Lesser General Public License) DynamicReports - adhoc (net.sourceforge.dynamicreports:dynamicreports-adhoc:6.12.1 - https://github.com/dynamicreports) (GNU Lesser General Public License) DynamicReports - core (net.sourceforge.dynamicreports:dynamicreports-core:6.12.1 - https://github.com/dynamicreports) (GNU Lesser General Public License) DynamicReports - googlecharts (net.sourceforge.dynamicreports:dynamicreports-googlecharts:6.12.1 - https://github.com/dynamicreports) -(BSD licence) ANTLR 3 Runtime (org.antlr:antlr-runtime:3.5.2 - http://www.antlr.org) +(BSD licence) ANTLR 3 Runtime (org.antlr:antlr-runtime:3.5.3 - http://www.antlr.org) (Apache License, Version 2.0) Apache Commons Collections (org.apache.commons:commons-collections4:4.2 - http://commons.apache.org/proper/commons-collections/) (Apache License, Version 2.0) Apache Commons Collections (org.apache.commons:commons-collections4:4.3 - http://commons.apache.org/proper/commons-collections/) (Apache License, Version 2.0) Apache Commons Collections (org.apache.commons:commons-collections4:4.4 - https://commons.apache.org/proper/commons-collections/) @@ -250,46 +255,50 @@ (Apache License, Version 2.0) Apache Commons Text (org.apache.commons:commons-text:1.10.0 - https://commons.apache.org/proper/commons-text) (The Apache Software License, Version 2.0) Activation 1.1 (org.apache.geronimo.specs:geronimo-activation_1.1_spec:1.1 - http://geronimo.apache.org/maven/specs/geronimo-activation_1.1_spec/1.1) (The Apache Software License, Version 2.0) Streaming API for XML (STAX API 1.0) (org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:1.0.1 - http://geronimo.apache.org/specs/geronimo-stax-api_1.0_spec) -(Apache License, Version 2.0) Apache HttpClient (org.apache.httpcomponents:httpclient:4.3.6 - http://hc.apache.org/httpcomponents-client) (Apache License, Version 2.0) Apache HttpClient (org.apache.httpcomponents:httpclient:4.5.13 - http://hc.apache.org/httpcomponents-client) (Apache License, Version 2.0) Apache HttpClient (org.apache.httpcomponents:httpclient:4.5.14 - http://hc.apache.org/httpcomponents-client-ga) -(Apache License, Version 2.0) Apache HttpCore (org.apache.httpcomponents:httpcore:4.3.3 - http://hc.apache.org/httpcomponents-core-ga) (Apache License, Version 2.0) Apache HttpCore (org.apache.httpcomponents:httpcore:4.4.13 - http://hc.apache.org/httpcomponents-core-ga) (Apache License, Version 2.0) Apache HttpCore (org.apache.httpcomponents:httpcore:4.4.16 - http://hc.apache.org/httpcomponents-core-ga) (The Apache Software License, Version 2.0) Apache JAMES Mime4j (Core) (org.apache.james:apache-mime4j-core:0.7.2 - http://james.apache.org/mime4j/apache-mime4j-core) (Apache License, Version 2.0) Apache Log4j API (org.apache.logging.log4j:log4j-api:2.17.2 - https://logging.apache.org/log4j/2.x/log4j-api/) (Apache License, Version 2.0) Apache Log4j Core (org.apache.logging.log4j:log4j-core:2.17.2 - https://logging.apache.org/log4j/2.x/log4j-core/) +(Apache License, Version 2.0) Apache Log4j Layout for JSON template (org.apache.logging.log4j:log4j-layout-template-json:2.17.2 - https://logging.apache.org/log4j/2.x/log4j-layout-template-json/) (Apache License, Version 2.0) Apache Log4j SLF4J Binding (org.apache.logging.log4j:log4j-slf4j-impl:2.17.2 - https://logging.apache.org/log4j/2.x/log4j-slf4j-impl/) (Apache License, Version 2.0) Apache Log4j Web (org.apache.logging.log4j:log4j-web:2.17.2 - https://logging.apache.org/log4j/2.x/log4j-web/) (Apache-2.0) Apache Tika core (org.apache.tika:tika-core:2.8.0 - https://tika.apache.org/) +(Apache License, Version 2.0) tomcat-embed-core (org.apache.tomcat.embed:tomcat-embed-core:9.0.83 - https://tomcat.apache.org/) +(Apache License, Version 2.0) tomcat-embed-el (org.apache.tomcat.embed:tomcat-embed-el:9.0.83 - https://tomcat.apache.org/) +(Apache License, Version 2.0) tomcat-embed-websocket (org.apache.tomcat.embed:tomcat-embed-websocket:9.0.83 - https://tomcat.apache.org/) (The Apache Software License, Version 2.0) Apache Velocity (org.apache.velocity:velocity:1.7 - http://velocity.apache.org/engine/devel/) (Apache License, Version 2.0) Axiom API (org.apache.ws.commons.axiom:axiom-api:1.2.22 - http://ws.apache.org/axiom/) (Apache License, Version 2.0) LLOM (org.apache.ws.commons.axiom:axiom-impl:1.2.22 - http://ws.apache.org/axiom/implementations/axiom-impl/) -(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-anim (org.apache.xmlgraphics:batik-anim:1.14 - http://xmlgraphics.apache.org/batik/batik-anim/) -(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-awt-util (org.apache.xmlgraphics:batik-awt-util:1.14 - http://xmlgraphics.apache.org/batik/batik-awt-util/) -(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-bridge (org.apache.xmlgraphics:batik-bridge:1.14 - http://xmlgraphics.apache.org/batik/batik-bridge/) -(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-codec (org.apache.xmlgraphics:batik-codec:1.14 - http://xmlgraphics.apache.org/batik/batik-codec/) -(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-constants (org.apache.xmlgraphics:batik-constants:1.14 - http://xmlgraphics.apache.org/batik/batik-constants/) -(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-css (org.apache.xmlgraphics:batik-css:1.14 - http://xmlgraphics.apache.org/batik/batik-css/) -(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-dom (org.apache.xmlgraphics:batik-dom:1.14 - http://xmlgraphics.apache.org/batik/batik-dom/) -(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-ext (org.apache.xmlgraphics:batik-ext:1.14 - http://xmlgraphics.apache.org/batik/batik-ext/) -(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-gvt (org.apache.xmlgraphics:batik-gvt:1.14 - http://xmlgraphics.apache.org/batik/batik-gvt/) -(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-i18n (org.apache.xmlgraphics:batik-i18n:1.14 - http://xmlgraphics.apache.org/batik/batik-i18n/) -(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-parser (org.apache.xmlgraphics:batik-parser:1.14 - http://xmlgraphics.apache.org/batik/batik-parser/) -(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-script (org.apache.xmlgraphics:batik-script:1.14 - http://xmlgraphics.apache.org/batik/batik-script/) -(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-shared-resources (org.apache.xmlgraphics:batik-shared-resources:1.14 - http://xmlgraphics.apache.org/batik/batik-shared-resources/) -(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-svg-dom (org.apache.xmlgraphics:batik-svg-dom:1.14 - http://xmlgraphics.apache.org/batik/batik-svg-dom/) -(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-svggen (org.apache.xmlgraphics:batik-svggen:1.14 - http://xmlgraphics.apache.org/batik/batik-svggen/) -(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-transcoder (org.apache.xmlgraphics:batik-transcoder:1.14 - http://xmlgraphics.apache.org/batik/batik-transcoder/) -(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-util (org.apache.xmlgraphics:batik-util:1.14 - http://xmlgraphics.apache.org/batik/batik-util/) -(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-xml (org.apache.xmlgraphics:batik-xml:1.14 - http://xmlgraphics.apache.org/batik/batik-xml/) -(The Apache Software License, Version 2.0) Apache XML Graphics Commons (org.apache.xmlgraphics:xmlgraphics-commons:2.6 - http://xmlgraphics.apache.org/commons/) +(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-anim (org.apache.xmlgraphics:batik-anim:1.17 - http://xmlgraphics.apache.org/batik/batik-anim/) +(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-awt-util (org.apache.xmlgraphics:batik-awt-util:1.17 - http://xmlgraphics.apache.org/batik/batik-awt-util/) +(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-bridge (org.apache.xmlgraphics:batik-bridge:1.17 - http://xmlgraphics.apache.org/batik/batik-bridge/) +(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-codec (org.apache.xmlgraphics:batik-codec:1.17 - http://xmlgraphics.apache.org/batik/batik-codec/) +(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-constants (org.apache.xmlgraphics:batik-constants:1.17 - http://xmlgraphics.apache.org/batik/batik-constants/) +(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-css (org.apache.xmlgraphics:batik-css:1.17 - http://xmlgraphics.apache.org/batik/batik-css/) +(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-dom (org.apache.xmlgraphics:batik-dom:1.17 - http://xmlgraphics.apache.org/batik/batik-dom/) +(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-ext (org.apache.xmlgraphics:batik-ext:1.17 - http://xmlgraphics.apache.org/batik/batik-ext/) +(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-gvt (org.apache.xmlgraphics:batik-gvt:1.17 - http://xmlgraphics.apache.org/batik/batik-gvt/) +(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-i18n (org.apache.xmlgraphics:batik-i18n:1.17 - http://xmlgraphics.apache.org/batik/batik-i18n/) +(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-parser (org.apache.xmlgraphics:batik-parser:1.17 - http://xmlgraphics.apache.org/batik/batik-parser/) +(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-script (org.apache.xmlgraphics:batik-script:1.17 - http://xmlgraphics.apache.org/batik/batik-script/) +(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-shared-resources (org.apache.xmlgraphics:batik-shared-resources:1.17 - http://xmlgraphics.apache.org/batik/batik-shared-resources/) +(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-svg-dom (org.apache.xmlgraphics:batik-svg-dom:1.17 - http://xmlgraphics.apache.org/batik/batik-svg-dom/) +(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-svggen (org.apache.xmlgraphics:batik-svggen:1.17 - http://xmlgraphics.apache.org/batik/batik-svggen/) +(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-transcoder (org.apache.xmlgraphics:batik-transcoder:1.17 - http://xmlgraphics.apache.org/batik/batik-transcoder/) +(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-util (org.apache.xmlgraphics:batik-util:1.17 - http://xmlgraphics.apache.org/batik/batik-util/) +(The Apache Software License, Version 2.0) org.apache.xmlgraphics:batik-xml (org.apache.xmlgraphics:batik-xml:1.17 - http://xmlgraphics.apache.org/batik/batik-xml/) +(The Apache Software License, Version 2.0) Apache XML Graphics Commons (org.apache.xmlgraphics:xmlgraphics-commons:2.9 - http://xmlgraphics.apache.org/commons/) (The Apache License, Version 2.0) org.apiguardian:apiguardian-api (org.apiguardian:apiguardian-api:1.1.1 - https://github.com/apiguardian-team/apiguardian) +(The Apache License, Version 2.0) org.apiguardian:apiguardian-api (org.apiguardian:apiguardian-api:1.1.2 - https://github.com/apiguardian-team/apiguardian) +(Apache License, Version 2.0) AssertJ Core (org.assertj:assertj-core:3.24.2 - https://assertj.github.io/doc/#assertj-core) (Bouncy Castle Licence) Bouncy Castle Provider (org.bouncycastle:bcprov-jdk15on:1.62 - http://www.bouncycastle.org/java.html) (GNU General Public License, version 2 (GPL2), with the classpath exception) (The MIT License) Checker Qual (org.checkerframework:checker-compat-qual:2.5.5 - https://checkerframework.org) (The MIT License) Checker Qual (org.checkerframework:checker-qual:3.5.0 - https://checkerframework.org) -(The BSD License) Stax2 API (org.codehaus.woodstox:stax2-api:4.1 - http://github.com/FasterXML/stax2-api) (The BSD License) Stax2 API (org.codehaus.woodstox:stax2-api:4.2 - http://github.com/FasterXML/stax2-api) +(The BSD License) Stax2 API (org.codehaus.woodstox:stax2-api:4.2.1 - http://github.com/FasterXML/stax2-api) (Unknown license) deegree-ogcschemas (org.deegree:deegree-ogcschemas:20230513 - http://schemas.opengis.net/README.html) (The Eclipse Public License Version 1.0) org.eclipse.emf.common (org.eclipse.emf:org.eclipse.emf.common:2.15.0 - http://www.eclipse.org/emf) (The Eclipse Public License Version 1.0) org.eclipse.emf.ecore (org.eclipse.emf:org.eclipse.emf.ecore:2.15.0 - http://www.eclipse.org/emf) @@ -311,9 +320,9 @@ (Lesser General Public License (LGPL)) Open Web Services Model (org.geotools.ogc:net.opengis.ows:29.2 - no url defined) (Lesser General Public License (LGPL)) Xlink Model (org.geotools.ogc:org.w3.xlink:29.2 - no url defined) (EPL 2.0) (GPL2 w/ CPE) Jakarta Expression Language 3.0 (org.glassfish:jakarta.el:3.0.4 - https://projects.eclipse.org/projects/ee4j.el) -(EDL 1.0) management-api (org.glassfish.external:management-api:3.2.2 - https://github.com/eclipse-ee4j/orb-gmbal-commons) -(EDL 1.0) gmbal (org.glassfish.gmbal:gmbal:4.0.1 - https://projects.eclipse.org/projects/ee4j.orb) -(EPL 2.0) (GPL2 w/ CPE) GlassFish High Availability APIs and SPI (org.glassfish.ha:ha-api:3.1.12 - https://projects.eclipse.org/projects/ee4j/ha-api) +(EDL 1.0) management-api (org.glassfish.external:management-api:3.2.3 - https://github.com/eclipse-ee4j/orb-gmbal-commons) +(EDL 1.0) GMBAL (API only) (org.glassfish.gmbal:gmbal-api-only:4.0.3 - https://projects.eclipse.org/projects/ee4j.orb/gmbal-api-only) +(EPL 2.0) (GPL2 w/ CPE) GlassFish High Availability APIs and SPI (org.glassfish.ha:ha-api:3.1.13 - https://projects.eclipse.org/projects/ee4j/ha-api) (EPL 2.0) (GPL2 w/ CPE) Class Model for Hk2 (org.glassfish.hk2:class-model:2.6.1 - https://github.com/eclipse-ee4j/glassfish-hk2/class-model) (EPL 2.0) (GPL2 w/ CPE) HK2 module of HK2 itself (org.glassfish.hk2:hk2:2.6.1 - https://github.com/eclipse-ee4j/glassfish-hk2/hk2) (EPL 2.0) (GPL2 w/ CPE) HK2 API module (org.glassfish.hk2:hk2-api:2.6.1 - https://github.com/eclipse-ee4j/glassfish-hk2/hk2-api) @@ -340,8 +349,6 @@ (Apache License, 2.0) (BSD 2-Clause) (EDL 1.0) (EPL 2.0) (GPL2 w/ CPE) (MIT license) (Modified BSD) (Public Domain) (W3C license) (jQuery license) jersey-media-multipart (org.glassfish.jersey.media:jersey-media-multipart:2.35 - https://projects.eclipse.org/projects/ee4j.jersey/project/jersey-media-multipart) (Apache License, 2.0) (BSD 2-Clause) (EDL 1.0) (EPL 2.0) (GPL2 w/ CPE) (MIT license) (Modified BSD) (Public Domain) (W3C license) (jQuery license) jersey-test-framework-core (org.glassfish.jersey.test-framework:jersey-test-framework-core:2.35 - https://projects.eclipse.org/projects/ee4j.jersey/project/jersey-test-framework-core) (Apache License, 2.0) (BSD 2-Clause) (EDL 1.0) (EPL 2.0) (GPL2 w/ CPE) (MIT license) (Modified BSD) (Public Domain) (W3C license) (jQuery license) jersey-test-framework-provider-inmemory (org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory:2.35 - https://projects.eclipse.org/projects/ee4j.jersey/project/project/jersey-test-framework-provider-inmemory) -(EDL 1.0) PFL Basic (org.glassfish.pfl:pfl-basic:4.1.0 - https://github.com/eclipse-ee4j/orb-gmbal-pfl/pfl-basic) -(EDL 1.0) PFL TF (org.glassfish.pfl:pfl-tf:4.1.0 - https://github.com/eclipse-ee4j/orb-gmbal-pfl/pfl-tf) (The Apache Software License, Version 2.0) gwt-openlayers-client (org.gwtopenmaps.openlayers:gwt-openlayers-client:1.1.0 - http://gwt-openlayers.sourceforge.net/maven-site-latest/gwt-openlayers-client) (GWT Terms) gwt-servlet (org.gwtproject:gwt-servlet:2.10.0 - http://www.gwtproject.org/gwt-servlet/) (GWT Terms) gwt-user (org.gwtproject:gwt-user:2.10.0 - http://www.gwtproject.org/gwt-user/) @@ -365,17 +372,30 @@ (Common Development and Distribution License) (GNU General Public License, Version 2 with the Classpath Exception) Java Transaction API (org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final - http://www.jboss.org/jboss-transaction-api_1.2_spec) (GNU Lesser General Public Licence) JCommon (org.jfree:jcommon:1.0.23 - http://www.jfree.org/jcommon/) (GNU Lesser General Public Licence) JFreeChart (org.jfree:jfreechart:1.0.19 - http://www.jfree.org/jfreechart/) +(Eclipse Public License v2.0) JUnit Jupiter (Aggregator) (org.junit.jupiter:junit-jupiter:5.10.1 - https://junit.org/junit5/) +(Eclipse Public License v2.0) JUnit Jupiter API (org.junit.jupiter:junit-jupiter-api:5.10.1 - https://junit.org/junit5/) +(Eclipse Public License v2.0) JUnit Jupiter API (org.junit.jupiter:junit-jupiter-api:5.8.2 - https://junit.org/junit5/) +(Eclipse Public License v2.0) JUnit Jupiter Engine (org.junit.jupiter:junit-jupiter-engine:5.10.1 - https://junit.org/junit5/) +(Eclipse Public License v2.0) JUnit Jupiter Engine (org.junit.jupiter:junit-jupiter-engine:5.8.2 - https://junit.org/junit5/) +(Eclipse Public License v2.0) JUnit Jupiter Params (org.junit.jupiter:junit-jupiter-params:5.10.1 - https://junit.org/junit5/) +(Eclipse Public License v2.0) JUnit Platform Commons (org.junit.platform:junit-platform-commons:1.10.1 - https://junit.org/junit5/) +(Eclipse Public License v2.0) JUnit Platform Commons (org.junit.platform:junit-platform-commons:1.8.2 - https://junit.org/junit5/) +(Eclipse Public License v2.0) JUnit Platform Engine API (org.junit.platform:junit-platform-engine:1.10.1 - https://junit.org/junit5/) +(Eclipse Public License v2.0) JUnit Platform Engine API (org.junit.platform:junit-platform-engine:1.8.2 - https://junit.org/junit5/) (Eclipse Distribution License - v 1.0) MIME streaming extension (org.jvnet.mimepull:mimepull:1.9.13 - https://github.com/eclipse-ee4j/metro-mimepull) +(Eclipse Distribution License - v 1.0) MIME streaming extension (org.jvnet.mimepull:mimepull:1.9.15 - https://github.com/eclipse-ee4j/metro-mimepull) (Eclipse Distribution License - v 1.0) Extended StAX API (org.jvnet.staxex:stax-ex:1.8.3 - https://projects.eclipse.org/projects/ee4j/stax-ex) (Public Domain, per Creative Commons CC0) LatencyUtils (org.latencyutils:LatencyUtils:2.0.3 - http://latencyutils.github.io/LatencyUtils/) -(Apache License, Version 2.0) Liquibase (org.liquibase:liquibase-core:4.23.0 - http://www.liquibase.com) -(Apache License, Version 2.0) Liquibase Postgresql Database Extension (org.liquibase.ext:liquibase-postgresql:4.23.0 - https://github.com/liquibase/liquibase-postgresql) +(Apache License, Version 2.0) Liquibase (org.liquibase:liquibase-core:4.25.0 - http://www.liquibase.com) +(Apache License, Version 2.0) Liquibase Postgresql Database Extension (org.liquibase.ext:liquibase-postgresql:4.25.0 - https://github.com/liquibase/liquibase-postgresql) (Eclipse Distribution License - v 1.0) (Eclipse Public License, Version 2.0) org.locationtech.jts:jts-core (org.locationtech.jts:jts-core:1.19.0 - https://www.locationtech.org/projects/technology.jts/jts-modules/jts-core) (The MIT License) mockito-core (org.mockito:mockito-core:5.4.0 - https://github.com/mockito/mockito) -(The MIT License) mockito-inline (org.mockito:mockito-inline:3.12.4 - https://github.com/mockito/mockito) +(The MIT License) mockito-junit-jupiter (org.mockito:mockito-junit-jupiter:4.5.1 - https://github.com/mockito/mockito) (Mozilla Public License, Version 2.0) Mozilla Rhino (org.mozilla:rhino:1.7.7.2 - https://developer.mozilla.org/en/Rhino) (The Apache Software License, Version 2.0) MyBatis (org.mybatis:mybatis:3.2.8 - http://www.mybatis.org/core/) (Apache 2) Objenesis (org.objenesis:objenesis:2.6 - http://objenesis.org) +(The Apache License, Version 2.0) org.opentest4j:opentest4j (org.opentest4j:opentest4j:1.2.0 - https://github.com/ota4j-team/opentest4j) +(The Apache License, Version 2.0) org.opentest4j:opentest4j (org.opentest4j:opentest4j:1.3.0 - https://github.com/ota4j-team/opentest4j) (BSD) asm (org.ow2.asm:asm:7.1 - http://asm.ow2.org/) (BSD-3-Clause) asm (org.ow2.asm:asm:9.1 - http://asm.ow2.io/) (BSD-3-Clause) asm (org.ow2.asm:asm:9.3 - http://asm.ow2.io/) @@ -393,41 +413,51 @@ (Apache-2.0) scala-java8-compat (org.scala-lang.modules:scala-java8-compat_2.13:0.9.0 - http://www.scala-lang.org/) (Apache-2.0) scala-parser-combinators (org.scala-lang.modules:scala-parser-combinators_2.13:1.1.2 - http://www.scala-lang.org/) (Apache-2.0) scala-xml (org.scala-lang.modules:scala-xml_2.13:1.3.0 - http://www.scala-lang.org/) +(The Apache Software License, Version 2.0) JSONassert (org.skyscreamer:jsonassert:1.5.1 - https://github.com/skyscreamer/JSONassert) (Apache License, Version 2.0) JCL 1.2 implemented over SLF4J (org.slf4j:jcl-over-slf4j:1.7.36 - http://www.slf4j.org) (MIT License) JUL to SLF4J bridge (org.slf4j:jul-to-slf4j:1.7.36 - http://www.slf4j.org) (MIT License) SLF4J API Module (org.slf4j:slf4j-api:1.7.36 - http://www.slf4j.org) -(Apache License, Version 2.0) Spring AOP (org.springframework:spring-aop:5.3.29 - https://github.com/spring-projects/spring-framework) -(Apache License, Version 2.0) Spring Beans (org.springframework:spring-beans:5.3.29 - https://github.com/spring-projects/spring-framework) -(Apache License, Version 2.0) Spring Context (org.springframework:spring-context:5.3.29 - https://github.com/spring-projects/spring-framework) -(Apache License, Version 2.0) Spring Context Support (org.springframework:spring-context-support:5.3.29 - https://github.com/spring-projects/spring-framework) -(Apache License, Version 2.0) Spring Core (org.springframework:spring-core:5.3.29 - https://github.com/spring-projects/spring-framework) -(Apache License, Version 2.0) Spring Expression Language (SpEL) (org.springframework:spring-expression:5.3.29 - https://github.com/spring-projects/spring-framework) -(Apache License, Version 2.0) Spring Commons Logging Bridge (org.springframework:spring-jcl:5.3.29 - https://github.com/spring-projects/spring-framework) -(Apache License, Version 2.0) Spring JDBC (org.springframework:spring-jdbc:5.3.29 - https://github.com/spring-projects/spring-framework) -(Apache License, Version 2.0) Spring Object/Relational Mapping (org.springframework:spring-orm:5.3.29 - https://github.com/spring-projects/spring-framework) -(Apache License, Version 2.0) Spring TestContext Framework (org.springframework:spring-test:5.3.29 - https://github.com/spring-projects/spring-framework) -(Apache License, Version 2.0) Spring Transaction (org.springframework:spring-tx:5.3.29 - https://github.com/spring-projects/spring-framework) -(Apache License, Version 2.0) Spring Web (org.springframework:spring-web:5.3.29 - https://github.com/spring-projects/spring-framework) -(Apache License, Version 2.0) Spring Web MVC (org.springframework:spring-webmvc:5.3.29 - https://github.com/spring-projects/spring-framework) -(The Apache Software License, Version 2.0) Spring Batch Core (org.springframework.batch:spring-batch-core:4.3.8 - https://projects.spring.io/spring-batch/) -(The Apache Software License, Version 2.0) Spring Batch Infrastructure (org.springframework.batch:spring-batch-infrastructure:4.3.8 - https://projects.spring.io/spring-batch/) -(Apache License, Version 2.0) spring-boot (org.springframework.boot:spring-boot:2.7.14 - https://spring.io/projects/spring-boot) -(Apache License, Version 2.0) spring-boot-autoconfigure (org.springframework.boot:spring-boot-autoconfigure:2.7.14 - https://spring.io/projects/spring-boot) -(Apache License, Version 2.0) spring-boot-starter (org.springframework.boot:spring-boot-starter:2.7.14 - https://spring.io/projects/spring-boot) -(Apache License, Version 2.0) spring-boot-starter-batch (org.springframework.boot:spring-boot-starter-batch:2.7.14 - https://spring.io/projects/spring-boot) -(Apache License, Version 2.0) spring-boot-starter-jdbc (org.springframework.boot:spring-boot-starter-jdbc:2.7.14 - https://spring.io/projects/spring-boot) -(Apache License, Version 2.0) spring-boot-starter-logging (org.springframework.boot:spring-boot-starter-logging:2.7.14 - https://spring.io/projects/spring-boot) -(Apache License, Version 2.0) Spring Data Core (org.springframework.data:spring-data-commons:2.7.14 - https://www.spring.io/spring-data/spring-data-commons) -(Apache License, Version 2.0) Spring Data JPA (org.springframework.data:spring-data-jpa:2.7.14 - https://spring.io/projects/spring-data-jpa) +(Apache License, Version 2.0) Spring AOP (org.springframework:spring-aop:5.3.31 - https://github.com/spring-projects/spring-framework) +(Apache License, Version 2.0) Spring Beans (org.springframework:spring-beans:5.3.31 - https://github.com/spring-projects/spring-framework) +(Apache License, Version 2.0) Spring Context (org.springframework:spring-context:5.3.31 - https://github.com/spring-projects/spring-framework) +(Apache License, Version 2.0) Spring Context Support (org.springframework:spring-context-support:5.3.31 - https://github.com/spring-projects/spring-framework) +(Apache License, Version 2.0) Spring Core (org.springframework:spring-core:5.3.31 - https://github.com/spring-projects/spring-framework) +(Apache License, Version 2.0) Spring Expression Language (SpEL) (org.springframework:spring-expression:5.3.31 - https://github.com/spring-projects/spring-framework) +(Apache License, Version 2.0) Spring Commons Logging Bridge (org.springframework:spring-jcl:5.3.31 - https://github.com/spring-projects/spring-framework) +(Apache License, Version 2.0) Spring JDBC (org.springframework:spring-jdbc:5.3.31 - https://github.com/spring-projects/spring-framework) +(Apache License, Version 2.0) Spring Object/Relational Mapping (org.springframework:spring-orm:5.3.31 - https://github.com/spring-projects/spring-framework) +(Apache License, Version 2.0) Spring TestContext Framework (org.springframework:spring-test:5.3.31 - https://github.com/spring-projects/spring-framework) +(Apache License, Version 2.0) Spring Transaction (org.springframework:spring-tx:5.3.31 - https://github.com/spring-projects/spring-framework) +(Apache License, Version 2.0) Spring Web (org.springframework:spring-web:5.3.31 - https://github.com/spring-projects/spring-framework) +(Apache License, Version 2.0) Spring Web MVC (org.springframework:spring-webmvc:5.3.31 - https://github.com/spring-projects/spring-framework) +(The Apache Software License, Version 2.0) Spring Batch Core (org.springframework.batch:spring-batch-core:4.3.10 - https://projects.spring.io/spring-batch/) +(The Apache Software License, Version 2.0) Spring Batch Infrastructure (org.springframework.batch:spring-batch-infrastructure:4.3.10 - https://projects.spring.io/spring-batch/) +(Apache License, Version 2.0) spring-boot (org.springframework.boot:spring-boot:2.7.18 - https://spring.io/projects/spring-boot) +(Apache License, Version 2.0) spring-boot-autoconfigure (org.springframework.boot:spring-boot-autoconfigure:2.7.18 - https://spring.io/projects/spring-boot) +(Apache License, Version 2.0) spring-boot-starter (org.springframework.boot:spring-boot-starter:2.7.18 - https://spring.io/projects/spring-boot) +(Apache License, Version 2.0) spring-boot-starter-batch (org.springframework.boot:spring-boot-starter-batch:2.7.18 - https://spring.io/projects/spring-boot) +(Apache License, Version 2.0) spring-boot-starter-jdbc (org.springframework.boot:spring-boot-starter-jdbc:2.7.18 - https://spring.io/projects/spring-boot) +(Apache License, Version 2.0) spring-boot-starter-json (org.springframework.boot:spring-boot-starter-json:2.7.18 - https://spring.io/projects/spring-boot) +(Apache License, Version 2.0) spring-boot-starter-logging (org.springframework.boot:spring-boot-starter-logging:2.7.18 - https://spring.io/projects/spring-boot) +(Apache License, Version 2.0) spring-boot-starter-security (org.springframework.boot:spring-boot-starter-security:2.7.18 - https://spring.io/projects/spring-boot) +(Apache License, Version 2.0) spring-boot-starter-test (org.springframework.boot:spring-boot-starter-test:2.7.18 - https://spring.io/projects/spring-boot) +(Apache License, Version 2.0) spring-boot-starter-tomcat (org.springframework.boot:spring-boot-starter-tomcat:2.7.18 - https://spring.io/projects/spring-boot) +(Apache License, Version 2.0) spring-boot-starter-web (org.springframework.boot:spring-boot-starter-web:2.7.18 - https://spring.io/projects/spring-boot) +(Apache License, Version 2.0) spring-boot-test (org.springframework.boot:spring-boot-test:2.7.18 - https://spring.io/projects/spring-boot) +(Apache License, Version 2.0) spring-boot-test-autoconfigure (org.springframework.boot:spring-boot-test-autoconfigure:2.7.18 - https://spring.io/projects/spring-boot) +(Apache License, Version 2.0) Spring Data Core (org.springframework.data:spring-data-commons:2.7.18 - https://www.spring.io/spring-data/spring-data-commons) +(Apache License, Version 2.0) Spring Data JPA (org.springframework.data:spring-data-jpa:2.7.18 - https://spring.io/projects/spring-data-jpa) (The Apache Software License, Version 2.0) spring-ldap-core (org.springframework.ldap:spring-ldap-core:2.3.7.RELEASE - https://www.springframework.org/ldap) (Apache 2.0) Spring Retry (org.springframework.retry:spring-retry:1.3.4 - https://www.springsource.org) (Apache License, Version 2.0) spring-security-config (org.springframework.security:spring-security-config:5.5.8 - https://spring.io/projects/spring-security) (Apache License, Version 2.0) spring-security-core (org.springframework.security:spring-security-core:5.5.8 - https://spring.io/projects/spring-security) (Apache License, Version 2.0) spring-security-crypto (org.springframework.security:spring-security-crypto:5.5.8 - https://spring.io/projects/spring-security) -(Apache License, Version 2.0) spring-security-crypto (org.springframework.security:spring-security-crypto:5.7.10 - https://spring.io/projects/spring-security) +(Apache License, Version 2.0) spring-security-crypto (org.springframework.security:spring-security-crypto:5.7.11 - https://spring.io/projects/spring-security) (Apache License, Version 2.0) spring-security-ldap (org.springframework.security:spring-security-ldap:5.5.8 - https://spring.io/projects/spring-security) (Apache License, Version 2.0) spring-security-web (org.springframework.security:spring-security-web:5.5.8 - https://spring.io/projects/spring-security) (The W3C Software License) Simple API for CSS (org.w3c.css:sac:1.3 - http://www.w3.org/Style/CSS/SAC/) +(The Apache Software License, Version 2.0) org.xmlunit:xmlunit-assertj (org.xmlunit:xmlunit-assertj:2.9.1 - https://www.xmlunit.org/) +(The Apache Software License, Version 2.0) org.xmlunit:xmlunit-assertj3 (org.xmlunit:xmlunit-assertj3:2.9.1 - https://www.xmlunit.org/) (The Apache Software License, Version 2.0) org.xmlunit:xmlunit-core (org.xmlunit:xmlunit-core:2.9.1 - https://www.xmlunit.org/) (The Apache Software License, Version 2.0) org.xmlunit:xmlunit-matchers (org.xmlunit:xmlunit-matchers:2.9.1 - https://www.xmlunit.org/) (Apache License, Version 2.0) SnakeYAML (org.yaml:snakeyaml:1.33 - https://bitbucket.org/snakeyaml/snakeyaml) @@ -438,8 +468,8 @@ (BSD) Units of Measurement Common Unit Systems (systems.uom:systems-common:2.1 - http://www.uom.systems/systems-common) (BSD 3-Clause) Units of Measurement Reference Implementation (tech.units:indriya:2.1.3 - http://units.tech) (BSD) Units of Measurement Common Library for Java (tech.uom.lib:uom-lib-common:2.1 - https://unitsofmeasurement.github.io/uom-lib) -(MIT License) System Stubs Core (uk.org.webcompere:system-stubs-core:2.0.2 - https://github.com/webcompere/system-stubs/system-stubs-core/) -(MIT License) System Stubs JUnit4 (uk.org.webcompere:system-stubs-junit4:2.0.2 - https://github.com/webcompere/system-stubs/system-stubs-junit4/) +(MIT License) System Stubs Core (uk.org.webcompere:system-stubs-core:2.1.3 - https://github.com/webcompere/system-stubs/system-stubs-core/) +(MIT License) System Stubs Jupiter (uk.org.webcompere:system-stubs-jupiter:2.1.3 - https://github.com/webcompere/system-stubs/system-stubs-jupiter/) (The Apache Software License, Version 2.0) Xalan Java Serializer (xalan:serializer:2.7.3 - http://xml.apache.org/xalan-j/) (The Apache Software License, Version 2.0) Xalan Java (xalan:xalan:2.7.3 - http://xml.apache.org/xalan-j/) (The Apache Software License, Version 2.0) Xerces2-j (xerces:xercesImpl:2.12.2 - https://xerces.apache.org/xerces2-j/) diff --git a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/anhang/xplandb.adoc b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/anhang/xplandb.adoc index 0d59b70a93..747fdc70d1 100644 --- a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/anhang/xplandb.adoc +++ b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/anhang/xplandb.adoc @@ -56,6 +56,28 @@ In der Tabelle `xplanmgr.plans.artefacts` werden alle im XPlanArchiv enthaltenen .Datenbankschema 'xplanmgr' image::xplandb_xplanmgr.png[Schema xplanmgr] -NOTE: Die Rasterdateien werden zusätzlich für die Bereitstellung über den XPlanWMS auch im Workspace des XPlanWMS abgelegt. Die Verzeichnisstruktur im Kapitel <<appendix_xplanwms-workspace>> beschrieben. +NOTE: Die Rasterdateien können zusätzlich für die Bereitstellung über den XPlanWMS auch im Workspace des XPlanWMS abgelegt. Die Verzeichnisstruktur im Kapitel <<appendix_xplanwms-workspace>> beschrieben. -NOTE: Die Tabelle `planslog` beinhaltet eine Historie jedes Plans ab dem Zeitpunkt an dem die Tabelle inkl. Function und Trigger angelegt wurde. Die Historie umfasst den Zeitpunkt wann ein Plan importiert (INSERT), aktualisiert (UPDATE) und gelöscht (DELETE) wurde \ No newline at end of file +NOTE: Die Tabelle `planslog` beinhaltet eine Historie jedes Plans ab dem Zeitpunkt an dem die Tabelle inkl. Function und Trigger angelegt wurde. Die Historie umfasst den Zeitpunkt wann ein Plan importiert (INSERT), aktualisiert (UPDATE) und gelöscht (DELETE) wurde + +[[appendix_xplandb_skript]] +=== Skript zur automatisierten Erstellung der XPlanDB + +Die XPlanDB kann mit Hilfe des Bash-Skripts `setup_db.sh` (Datei liegt im https://gitlab.opencode.de/diplanung/ozgxplanung/-/blob/main/xplan-resources/xplan-sql-scripts/setup_db.sh[Open CoDE GitLab-Repository]) aufgesetzt werden. +Das Skript verwendet folgende Umgebungsvariablen, die vom Kommandozeilenwerkzeug `psql` ausgelesen werden (siehe https://www.postgresql.org/docs/current/libpq-envars.html[PostgreSQL Dokumentation]): + +- `PGUSER`: Name des Datenbankbenutzers mit Super User Rolle (default: _postgres_, required) +- `PGPASSWORD`: Passwort des Super Users (default: _<NOT_SET>_, optional) +- `PGHOST`: Name des Hosts (default: localhost, optional) +- `PGPORT`: Portadresse der Datenbank (default: 5432, optional) +- `DB_NAME`: Name der Databank (default: _xplanbox_, variable: `XPLAN_DB_NAME`, optional) +- `DB_USER`: Name des Datenbankbenutzers (default: _xplanbox_, variable: `XPLAN_DB_USER`, optional) +- `DB_PASSWORD`: Passwort des Datenbankbenutzers (default: _xplanbox_, variable: `XPLAN_DB_PASSWORD`, optional) +- `DB_INIT_USER`: Name des Datenbankbenutzers zum Aufsetzen der Datenbank, Rolle erfordert erweiterte Berechtigungen (default: _initxplanbox_, variable: `XPLAN_DB_INIT_USER`, optional) +- `DB_INIT_PASSWORD`: Passwort des Datenbankbenutzers (default: _initxplanbox_, variable: `XPLAN_DB_INIT_PASSWORD`, optional) + +Beispiel für den Aufruf des Skripts: + +```shell +PGHOST=localhost PGPORT=5432 PGUSER=postgres PGPASSWORD=mysecretpassword XPLAN_DB_NAME=xplanung-db ./setup_db.sh +``` \ No newline at end of file diff --git a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/architektur.adoc b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/architektur.adoc index 0f55c36991..a441d88fc4 100644 --- a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/architektur.adoc +++ b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/architektur.adoc @@ -132,7 +132,6 @@ Der XPlanWMS greift auf dasselbe Datenbankschema wie der <<xplansynwfs>> in der Während der XPlanWMS planübergreifend arbeitet, beschränkt sich der XPlanWerkWMS auf einzelne Planwerke. Der XPlanArtWMS stellt je einen Endpunkt für jede Planart wie z. B. BPlan oder FPlan zur Verfügung. - [[xplanwfs]] === XPlanWFS @@ -170,4 +169,4 @@ Testdaten sowie die Dokumente mit den Konformitätsbedingungen des Standards XPl [[xplandb]] === XPlanDB -Die Komponente stellt die zentrale Datenhaltungskomponente für die alle Komponenten der xPlanBox bereit und wird durch eine PostgreSQL/PostGIS DB realisiert. Die Einrichtung der Datenbank ist im Kapitel <<konfiguration-der-datenbank>>, die Datenbankstruktur im Anhang <<appendix_xplandb>> sowie der Datenzugriff im Kapitel <<datenzugriff-xplandb>> beschrieben. \ No newline at end of file +Die Komponente stellt die zentrale Datenhaltungskomponente für die alle Komponenten der xPlanBox bereit und wird durch eine <<datenbank,PostgreSQL/PostGIS DB>> realisiert. Die Einrichtung der Datenbank ist im Kapitel <<konfiguration-der-datenbank>>, die Datenbankstruktur im Anhang <<appendix_xplandb>> sowie der Datenzugriff im Kapitel <<datenzugriff-xplandb>> beschrieben. \ No newline at end of file diff --git a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/bekannteProbleme.adoc b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/bekannteProbleme.adoc index ac21632530..e7b1fefdf8 100644 --- a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/bekannteProbleme.adoc +++ b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/bekannteProbleme.adoc @@ -35,7 +35,7 @@ Wenn die erzeugten deegree Konfigurationsdateien für Layer und Themes leere XML ==== Lösungsansätze -- Für die Erzeugung der deegree Konfigurationsdateien muss zwingend die Bibliothek Apache Xalan 2.7.2 verwendet werden. +- Für die Erzeugung der deegree Konfigurationsdateien muss zwingend die Bibliothek Apache Xalan 2.7.3 verwendet werden. - Zusätzlich muss sichergestellt sein, dass im Java Classpath des Prozesses, der den XPlanManagerCLI aufruft, keine anderen JAXP (SAX/DOM) Implementierungen vorhanden sind als die Dateien _Saxon-HE-9.9.x.jar_ und _xalan-2.7.2.jar_. - Eine Umgehung des Fehlers ist möglich, wenn die leeren XML-Namensraum-Attribute manuell entfernt werden. Dann ist ein erfolgreiches Parsen und Nutzen der Konfiguration durch deegree wieder möglich. diff --git a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/installation/datenbank.adoc b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/installation/datenbank.adoc index b3fdccf376..7ed9fff4a1 100644 --- a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/installation/datenbank.adoc +++ b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/installation/datenbank.adoc @@ -1,14 +1,28 @@ [[konfiguration-der-datenbank]] -=== Konfiguration der Datenbank +=== Erstellen der Datenbank XPlanDB -Das Anlegen der Datenbank XPlanDB kann mit einem beliebigen Datenbankwerkzeug, wie z. B. dem Kommandozeilentool `psql` oder https://www.pgadmin.org[pgAdmin] erfolgen. +Das Erstellen der Datenbank XPlanDB kann mit einem beliebigen Datenbankwerkzeug, wie z. B. dem Kommandozeilentool `psql` oder https://www.pgadmin.org[pgAdmin] erfolgen. Für die Erstellung der XPlanDB müssen die folgenden Schritte ausgeführt werden: - . Anlegen einer neuen Datenbank. - . Installation der PostGIS-Erweiterung für die neue Datenbank. - . Das SQL-Skript _create.sql_ aus dem Verzeichnis _xplan-manager-workspace/sql_ in der neu angelegten Datenbank ausführen. - . Anpassen der Datenbank-Verbindungen in den XPlanDiensten und im XPlanManagerWorkspace: +- Verbindung zum PostgreSQL-Server als Super User (Rolle _postgres_) herstellen +- Anlegen der Datenbank und Datenbankbenutzer mit: +[source,sql] +---- +CREATE USER "$DB_INIT_USER" PASSWORD '$DB_INIT_PASSWORD'; +CREATE USER "$DB_USER" PASSWORD '$DB_PASSWORD'; +CREATE DATABASE "$DB_NAME" OWNER '$DB_INIT_USER'; +GRANT ALL PRIVILEGES ON DATABASE "$DB_NAME" TO "$DB_INIT_USER"; +GRANT CONNECT ON DATABASE "$DB_NAME" TO "$DB_USER"; +---- +- Installation der PostGIS-Erweiterung für die neu erstellte Datenbank. + .. Dazu als Super User (_postgres_) mit der neuen Database `$DB_NAME` verbinden und folgendes SQL-Statement ausführen: +[source,sql] +---- +CREATE EXTENSION IF NOT EXISTS postgis; +---- +- Das SQL-Skript _create.sql_ aus dem Verzeichnis _xplan-manager-workspace/sql_ in der neu angelegten Datenbank in der Rolle `$DB_INIT_USER` ausführen. +- Anpassen der Datenbank-Verbindungen in den XPlanDiensten und im XPlanManagerWorkspace unter Verwendung der Rolle `$DB_USER`: .. _<DEEGREE_WORKSPACE_ROOT>/xplan-manager-workspace/jdbc/xplan.xml_ .. _<DEEGREE_WORKSPACE_ROOT>/xplan-wfs-workspace/jdbc/xplan.xml_ .. _<DEEGREE_WORKSPACE_ROOT>/xplansyn-wfs-workspace/jdbc/xplan.xml_ @@ -16,18 +30,18 @@ Für die Erstellung der XPlanDB müssen die folgenden Schritte ausgeführt werde . Anpassen der Datenbank-Verbindungen im XPlanValidatorWMS, wenn die persistente Datenhaltung verwendet wird (siehe <<konfiguration-xplanvalidatorwms>>) .. _<DEEGREE_WORKSPACE_ROOT>/xplan-validator-wms-sql-workspace/jdbc/xplan.xml_ +NOTE: Weitere Informationen zu der Erstellung der XPlanDB im Anhang <<appendix_xplandb_skript>>. + [[aufsetzen-plu-db-schema]] -==== Manuelles Aufsetzen der Datenbank für die Bereitstellung von INSPIRE PLU +==== Erstellen der Datenbank für INSPIRE PLU -Für die Bereitstellung von Plänen, die vom XPlanManager verwaltet werden, als INSPIRE PLU konforme Datensätze ist eine weitere Datenbank erforderlich. Diese kann aktuell nur manuell aufgesetzt werden! +Für die Bereitstellung von Plänen, die vom XPlanManager verwaltet werden, als INSPIRE PLU konforme Datensätze ist ein weiteres Datenbankschema erforderlich. Es müssen die folgenden Schritte ausgeführt werden: - . Anlegen einer neuen Datenbank. - . Installation der PostGIS-Erweiterung für die neue Datenbank. . Die folgenden SQL-Skripte aus dem Verzeichnis _xplan-manager-workspace/sql/inspireplu_ in der neu angelegten Datenbank ausführen (in der genannten Reihenfolge): - .. _04_create_inspireplu_schema.sql_ - .. _05_create_inspireplu_view.sql_ + .. _01_create_inspireplu_schema.sql_ + .. _02_create_inspireplu_view.sql_ . Anpassen der Datenbank-Verbindungen in den XPlanDiensten und im XPlanManagerWorkspace: .. _<DEEGREE_WORKSPACE_ROOT>/xplan-inspireplu-workspace/jdbc/inspireplu.xml_ .. _<DEEGREE_WORKSPACE_ROOT>/xplan-manager-workspace/jdbc/inspireplu.xml_ diff --git a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/installation/installation.adoc b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/installation/installation.adoc index b192d5eb3f..8e3620e80f 100644 --- a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/installation/installation.adoc +++ b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/installation/installation.adoc @@ -1,5 +1,5 @@ [[anwendung-installieren]] -=== Anwendung installieren +=== Anwendungskomponten installieren Speichern Sie die Distributionsdatei in einem lokalen Verzeichnis und entpacken Sie die ZIP-Datei. Prüfen Sie die Vollständigkeit der Distributionsdatei anhand der Auflistung der im Kapitel <<installationskomponenten>>. diff --git a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/installation/main.adoc b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/installation/main.adoc index 4628a975de..e02cc55395 100644 --- a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/installation/main.adoc +++ b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/installation/main.adoc @@ -1,5 +1,5 @@ [[installation]] -== Installation der Komponenten +== Installationsanleitung In den nachfolgenden Kapiteln wird die Installation der einzelnen Komponenten erläutert. @@ -7,10 +7,10 @@ include::ueberblick.adoc[] include::vorbereitung.adoc[] -include::installation.adoc[] - include::datenbank.adoc[] +include::installation.adoc[] + include::konfigurationApplikationsserver.adoc[] include::gdal.adoc[] diff --git a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/installation/ueberblick.adoc b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/installation/ueberblick.adoc index 23c1d8fa07..878fe52f71 100644 --- a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/installation/ueberblick.adoc +++ b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/installation/ueberblick.adoc @@ -37,4 +37,4 @@ Die xPlanBox umfasst die folgenden Komponenten, die zusammengenommen die Liefere ** XPlanBenutzerhandbuch - Benutzerhandbuch für die Komponenten der xPlanBox ** XPlanBetriebshandbuch - Betriebshandbuch und Installationsanleitung für die xPlanBox -NOTE: Bitte kontaktieren Sie https://www.lat-lon.de[lat/lon GmbH], per E-mail an info@lat-lon.de, wenn Installationskomponenten fehlen. \ No newline at end of file +NOTE: Stellen Sie vor Beginn der Installation sicher, dass die Distributionsdatei vollständig ist. Bitte kontaktieren Sie https://www.lat-lon.de[lat/lon GmbH], per E-Mail an info@lat-lon.de, wenn Installationskomponenten fehlen. \ No newline at end of file diff --git a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/konfiguration/rest-api/main.adoc b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/konfiguration/rest-api/main.adoc index cf8db37644..ac332a0c08 100644 --- a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/konfiguration/rest-api/main.adoc +++ b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/konfiguration/rest-api/main.adoc @@ -1,6 +1,10 @@ [[konfiguration-rest-api]] == Konfiguration der REST-Schnittstellen +Die xPlanBox stellt die folgenden REST-Schnittstellen bereit: die XPlanValidatorAPI,XPlanManagerAPI und XPlanDokumentenAPI. + +TIP: Die REST-Schnittstellen von XPlanValidatorAPI und XPlanManagerAPI sind über Spring Security abgesichert. Um für einen Aufruf der REST-Schnittstellen die erfolgreiche Authentifizierung zu prüfen, muss das Spring-Profil `enableSecurity` für die Komponenten aktiviert werden. + [[konfiguration-manager-api]] === XPlanManagerAPI @@ -18,9 +22,9 @@ Beispiel: apiUrl=https://xplanbox.lat-lon.de ---- -==== Kontakt E-Mail Adresse +==== Kontakt E-Mail-Adresse -E-Mail Adresse des Kontakts, die im OpenAPI Dokument ausgegeben wird. Diese Konfiguration ist optional. +E-Mail-Adresse des Kontakts, die im OpenAPI Dokument ausgegeben wird. Diese Konfiguration ist optional. Beispiel: ---- @@ -87,9 +91,9 @@ Beispiel: apiUrl=https://xplanbox.lat-lon.de ---- -==== Kontakt E-Mail Adresse +==== Kontakt E-Mail-Adresse -E-Mail Adresse des Kontakts, die im OpenAPI Dokument ausgegeben wird. Diese Konfiguration ist optional. +E-Mail-Adresse des Kontakts, die im OpenAPI Dokument ausgegeben wird. Diese Konfiguration ist optional. Beispiel: ---- @@ -105,7 +109,7 @@ Beispiel: termsOfServiceUrl=https://opensource.org/tos/ ---- -==== URL zur Dokumentation der xPLanBox +==== URL zur Dokumentation der xPlanBox URL zur Dokumentation, die im OpenAPI Dokument ausgegeben wird. Diese Konfiguration ist optional. Beispiel: @@ -130,9 +134,9 @@ apiUrl=https://xplanbox.lat-lon.de ---- Wird keine URL angegeben, dann wird eine relative URL ausgegeben -==== Kontakt E-Mail Adresse +==== Kontakt E-Mail-Adresse -E-Mail Adresse des Kontakts, die im OpenAPI Dokument ausgegeben wird. Diese Konfiguration ist optional. +E-Mail-Adresse des Kontakts, die im OpenAPI Dokument ausgegeben wird. Diese Konfiguration ist optional. Beispiel: ---- @@ -148,7 +152,7 @@ Beispiel: termsOfServiceUrl=https://opensource.org/tos/ ---- -==== URL zur Dokumentation der xPLanBox +==== URL zur Dokumentation der xPlanBox URL zur Dokumentation, die im OpenAPI Dokument ausgegeben wird. Diese Konfiguration ist optional. Beispiel: diff --git a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/ressourcen.adoc b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/ressourcen.adoc index 691b3925b7..0ed7f8c754 100644 --- a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/ressourcen.adoc +++ b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/ressourcen.adoc @@ -1,4 +1,4 @@ -=== XPlanRessourcen +== XPlanRessourcen Die Einstiegsseite der Komponente XPlanRessourcen enthält Referenzen zu den anderen Komponenten der xPlanBox. Die Referenzen müssen ggf. an die diff --git a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/s3storage.adoc b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/s3storage.adoc index 2d51b8ae21..01a8f16d37 100644 --- a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/s3storage.adoc +++ b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/s3storage.adoc @@ -1,14 +1,14 @@ [[s3-storage]] == S3-Objektspeicher -Die Ablage von Rasterdaten und Begleitdokumente im Objektspeicher von AWS S3 wird ab der Version 7.0 der xPlanBox unterstützt. +Die Ablage von Rasterdaten und Begleitdokumente in einem S3-Objektspeicher wird ab der Version 7.0 der xPlanBox unterstützt. [[s3-storage-image]] === Rasterdaten -Rasterdaten können im Objektspeicher von AWS S3 gespeichert und über den MapServer abgerufen werden. +Rasterdaten können in einem S3-Objektspeicher gespeichert und über den MapServer abgerufen werden. -Dazu müssen in der Konfiguration für <<konfiguration-xplanwms-mapserver,MapServer>> und <<konfiguration-manager-mapserver,XPlanManager>> die Verbindungsdaten für das AWS S3-API angegeben werden. Für den MapServer steht in dem Distributionspaket _xplan-mapserver-config-<VERSION>.zip_ eine Konfigurationsdatei _mapserver.map_ bereit. In dieser Datei müssen die Angaben für `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, `AWS_REGION`, `AWS_S3_ENDPOINT` (siehe https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html[AWS CLI Umgebungsvariablen]) angepasst werden. +Dazu müssen in der Konfiguration für <<konfiguration-xplanwms-mapserver,MapServer>> und <<konfiguration-manager-mapserver,XPlanManager>> die Verbindungsdaten für das S3-API angegeben werden. Für den MapServer steht in dem Distributionspaket _xplan-mapserver-config-<VERSION>.zip_ eine Konfigurationsdatei _mapserver.map_ bereit. In dieser Datei müssen die Angaben für `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, `AWS_REGION`, `AWS_S3_ENDPOINT` (siehe https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html[AWS CLI Umgebungsvariablen]) angepasst werden. TIP: Weitere Informationen zur Konfiguration des https://aws.amazon.com/de/s3/[S3] Objektspeichers im MapServer https://mapserver.org/mapfile/map.html[Mapfile] und https://gdal.org/user/virtual_file_systems.html[GDAL Virtual File Systems]. diff --git a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/ueberblick.adoc b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/ueberblick.adoc index 58d7bd0337..9958d9fdf6 100644 --- a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/ueberblick.adoc +++ b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/ueberblick.adoc @@ -63,32 +63,27 @@ angepasst werden. [[jdk]] === Java SE -Als Java SE 11 wird sowohl -https://www.oracle.com/technetwork/java/javase/downloads/index.html[Oracle JDK 11] -als auch OpenJDK 11 (https://adoptium.net/?variant=openjdk11&jvmVariant=hotspot[AdoptOpenJDK 11] -oder https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/downloads-list.html[Amazon Corretto 11]) unterstützt. -TIP: Empfohlen wird AdoptOpenJDK/Temurin 11.0+. +Als Java SE wird sowohl https://adoptium.net/?variant=openjdk11&jvmVariant=hotspot[AdoptOpenJDK 11] +als auch https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/downloads-list.html[Amazon Corretto 11] unterstützt. +TIP: Empfohlen wird AdoptOpenJDK/Eclipse Temurin 11.0+. [[java-applikationsserver]] === Java Applikationsserver -Als Applikationsserver wird Apache Tomcat empfohlen. -Das Installationsarchiv findet sich bei der https://tomcat.apache.org[Apache Foundation]. Diese Dokumentation bezieht sich grundsätzlich auf den Apache Tomcat. +Als Applikationsserver wird jeder Servlet-Container verwendet werden, der das Java EE 7 Web Profil unterstützt. Diese Installationsanleitung bezieht sich im Folgenden auf den Apache Tomcat. Das Installationsarchiv von Apache Tomcat kann über die Webseite der https://tomcat.apache.org[Apache Foundation] heruntergeladen werden. Um eine spätere Trennung der Dienste (Web-Anwendungen) zu gewährleisten, wird die Konfiguration von mehreren Tomcat-Instanzen empfohlen (siehe Kapitel <<web-anwendungen>>). -TIP: Die minimale Anforderung an den Applikationsserver ist das Java EE 7 Web -Profil. Empfohlen wird Apache Tomcat Version 9.0+. +TIP: Empfohlen wird Apache Tomcat Version 9.0+. [[datenbank]] === Datenbank -Als Datenbanksystem ist eine Installation von PostgreSQL 12+ mit der -Erweiterung PostGIS 3.1+ erforderlich. +Als Datenbanksystem ist eine https://www.postgresql.org[PostgreSQL-Datenbank] mit installierter https://postgis.net/[PostGIS-Erweiterung] erforderlich. -TIP: Empfohlen wird PostgreSQL 14+ mit PostGIS 3.3+. +TIP: Empfohlen wird PostgreSQL 14+ mit PostGIS 3.4+. [[gdal]] === GDAL @@ -96,14 +91,14 @@ TIP: Empfohlen wird PostgreSQL 14+ mit PostGIS 3.3+. Optional kann die https://gdal.org/[GDAL-Bibliothek] installiert werden. Wenn teilvektorielle Pläne mit Rasterdaten in anderen Formaten als GeoTiff vorliegen, die mit der xPlanBox verwaltet werden sollen, dann ist der Einsatz von GDAL erforderlich. Liegen die Rasterdaten dagegen nur im GeoTiff-Format vor, wird GDAL nicht benötigt. Weitere Informationen zur Installation von GDAL befinden sich im Abschnitt <<installation-gdal>>. -IMPORTANT: Erforderlich ist GDAL 3.0+. +IMPORTANT: Unterstützt wird GDAL 3.0+. [[mapserver]] === MapServer Optional kann https://mapserver.org[MapServer] installiert werden. Wenn für die Bereitstellung von Rasterdaten MapServer verwendet werden soll, dann muss die Software zusammen mit <<gdal, GDAL>> installiert werden. Weitere Informationen zur Installation befinden sich im Abschnitt <<installation-mapserver>>. -IMPORTANT: Erforderlich ist MapServer 8.0.0. +IMPORTANT: Unterstützt wird MapServer 8.0.0. [[mapproxy]] === MapProxy @@ -112,11 +107,11 @@ Optional kann https://mapproxy.org/[MapProxy] installiert werden. MapProxy kann Weitere Informationen zur Installation befinden sich im Abschnitt <<installation-mapproxy>>. -IMPORTANT: Erforderlich ist MapProxy 1.16.0. +IMPORTANT: Unterstützt wird MapProxy 1.16.0. [[halecli]] === HALE CLI Optional kann das https://github.com/halestudio/hale-cli/[HALE CLI] installiert werden. Wenn Daten der xPlanBox transformiert werden sollen, dann ist der Einsatz des HALE CLI erforderlich. Weitere Informationen zur Installation befinden sich im Abschnitt <<installation-hale-cli>>. -IMPORTANT: Erforderlich ist HALE CLI 3.4.0. \ No newline at end of file +IMPORTANT: Unterstützt wird HALE CLI 3.4.0. \ No newline at end of file diff --git a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/xplandb.adoc b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/xplandb.adoc index d18253fd45..071768d3b9 100644 --- a/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/xplandb.adoc +++ b/xplan-documentation/xplan-betriebshandbuch/src/main/asciidoc/xplandb.adoc @@ -1,16 +1,6 @@ == XPlanDB -[[datenzugriff-xplandb]] -=== Zugriff auf Daten der XPlanDB - -Über die <<xplanmanager-api, REST-API des XPlanManager>> und den <<xplanwfs>> kann jedes importierte XPlanGML-Dokument abgerufen werden. Je nach Version des XPlanGML-Dokuments und Planstatus wird dieses aus der <<xplandb>> ausgelesen, wobei folgende Beispiele den Zugriff auf das XML-Dokument in der Tabelle `<DATENBANK_SCHEMA>.GML_OBJECTS.BINARY_OBJECT` verdeutlichen sollen: - -- für einen rechtskräftigen Plan mit Planstatus "festgestellt" in der Version 5.1 erfolgt der Abruf aus `XPLAN51.GML_OBJECTS.BINARY_OBJECT` über den XPlanWFS Endpoint _wfs51_. -- für einen in Aufstellung befindlichen Plan in der Version 5.3 erfolgt der Abruf aus `XPLAN53PRE.GML_OBJECTS.BINARY_OBJECT` über den XPlanWFS Endpoint _wfs53pre_. - -Änderungen, die über den XPlanManager vorgenommen werden, werden in der XPlanDB gespeichert. Die Datenbankschemata der XPlanDB sind im Anhang unter <<appendix_xplandb>> zu finden. Der Ablageort der Rasterdaten aus einem XPlanArchiv wird im Anhang unter <<appendix_xplanwms-workspace>> näher beschrieben. - -==== Übersicht der Datenbankschemata +=== Übersicht der Datenbankschemata Die folgende Tabelle zeigt die in der XPlanDB enthaltenen Datenbankschemata und die auf diese Schema zugreifenden Komponenten am Beispiel der festgestellten. @@ -58,5 +48,14 @@ Für alle in Aufstellung befindlichen Pläne existiert zusätzlich ein Datenbank Die Datenbankstruktur für die Schemata `xplan*` wird im Anhang <<appendix_xplandb>> beschrieben. +[[datenzugriff-xplandb]] +=== Zugriff auf Daten der XPlanDB + +Über die <<xplanmanager-api, REST-API des XPlanManager>> und den <<xplanwfs>> sowie <<xplansynwfs>> kann jedes importierte XPlanGML-Dokument abgerufen werden. Je nach Version des XPlanGML-Dokuments und Planstatus wird dieses aus der <<xplandb>> ausgelesen, wobei folgende Beispiele den Zugriff auf das XML-Dokument in der Tabelle `<DATENBANK_SCHEMA>.GML_OBJECTS.BINARY_OBJECT` verdeutlichen sollen: + +- für einen rechtskräftigen Plan mit Planstatus "festgestellt" in der Version 5.1 erfolgt der Abruf aus `XPLAN51.GML_OBJECTS.BINARY_OBJECT` über den XPlanWFS Endpoint _wfs51_. +- für einen in Aufstellung befindlichen Plan in der Version 5.3 erfolgt der Abruf aus `XPLAN53PRE.GML_OBJECTS.BINARY_OBJECT` über den XPlanWFS Endpoint _wfs53pre_. + +Änderungen, die über den XPlanManager vorgenommen werden, werden in der XPlanDB gespeichert. Die Datenbankschemata der XPlanDB sind im Anhang unter <<appendix_xplandb>> zu finden. diff --git a/xplan-resources/pom.xml b/xplan-resources/pom.xml index 613288fe88..f8f13687bd 100644 --- a/xplan-resources/pom.xml +++ b/xplan-resources/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplanbox</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <modules> diff --git a/xplan-resources/xplan-database-scripts/LICENSE_UNKNOWN.txt b/xplan-resources/xplan-database-scripts/LICENSE_UNKNOWN.txt index a1cab19171..1b6b9a8516 100644 --- a/xplan-resources/xplan-database-scripts/LICENSE_UNKNOWN.txt +++ b/xplan-resources/xplan-database-scripts/LICENSE_UNKNOWN.txt @@ -51,6 +51,9 @@ xplan-resources/xplan-database-scripts/src/main/resources/ │  ├── changelog_v70.yaml │  ├── changelog_xplanmgr.yaml │  └── changelog_xplanvalidator.yaml +├── 7.1 +│  ├── changelog_v71.yaml +│  └── changelog_xplanvalidator.yaml ├── changelog_xplandb.yaml ├── liquibase-diff.properties └── liquibase.properties \ No newline at end of file diff --git a/xplan-resources/xplan-database-scripts/pom.xml b/xplan-resources/xplan-database-scripts/pom.xml index 261f5c5ea3..00c539a2db 100644 --- a/xplan-resources/xplan-database-scripts/pom.xml +++ b/xplan-resources/xplan-database-scripts/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-resources</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <build> diff --git a/xplan-resources/xplan-database-scripts/src/main/resources/7.1/changelog_xplanvalidator.yaml b/xplan-resources/xplan-database-scripts/src/main/resources/7.1/changelog_xplanvalidator.yaml index 5608e501b1..6247748d80 100644 --- a/xplan-resources/xplan-database-scripts/src/main/resources/7.1/changelog_xplanvalidator.yaml +++ b/xplan-resources/xplan-database-scripts/src/main/resources/7.1/changelog_xplanvalidator.yaml @@ -1,3 +1,23 @@ +### +# #%L +# xplan-database-scripts - Liquibase Changelogs zum Aufsetzen/Aktualisieren der Datenhaltung. +# %% +# Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# #L% +### databaseChangeLog: - changeSet: id: 1699259368412-3 diff --git a/xplan-resources/xplan-schemas/pom.xml b/xplan-resources/xplan-schemas/pom.xml index f82f3bd432..6ea89e1ca4 100644 --- a/xplan-resources/xplan-schemas/pom.xml +++ b/xplan-resources/xplan-schemas/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-resources</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <build> diff --git a/xplan-resources/xplan-sql-scripts/pom.xml b/xplan-resources/xplan-sql-scripts/pom.xml index 944b2a53a1..001381d6eb 100644 --- a/xplan-resources/xplan-sql-scripts/pom.xml +++ b/xplan-resources/xplan-sql-scripts/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-resources</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <build> diff --git a/xplan-resources/xplan-sql-scripts/src/main/resources/update/from_7.0_to_7.1/migrate.sql b/xplan-resources/xplan-sql-scripts/src/main/resources/update/from_7.0_to_7.1/migrate.sql new file mode 100644 index 0000000000..e870831a33 --- /dev/null +++ b/xplan-resources/xplan-sql-scripts/src/main/resources/update/from_7.0_to_7.1/migrate.sql @@ -0,0 +1,1843 @@ +--- +-- #%L +-- xplan-sql-scripts - SQL Skripte zum Aufsetzen der Datenhaltung. +-- %% +-- Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +-- %% +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU Affero General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU Affero General Public License +-- along with this program. If not, see <http://www.gnu.org/licenses/>. +-- #L% +--- +SET SEARCH_PATH TO public, "$user","public"; + +-- Create Database Lock Table +CREATE TABLE IF NOT EXISTS databasechangeloglock (ID INTEGER NOT NULL, LOCKED BOOLEAN NOT NULL, LOCKGRANTED TIMESTAMP WITHOUT TIME ZONE, LOCKEDBY VARCHAR(255), CONSTRAINT databasechangeloglock_pkey PRIMARY KEY (ID)); + +-- Initialize Database Lock Table +DELETE FROM databasechangeloglock; + +-- Lock Database +UPDATE databasechangeloglock SET LOCKED = TRUE, LOCKEDBY = 'cpe-172-101-0-1.maine.res.rr.com (172.101.0.1)', LOCKGRANTED = NOW() WHERE ID = 1 AND LOCKED = FALSE; + +-- SET SEARCH_PATH TO public, "$user","public"; + +-- SET SEARCH_PATH TO public, "$user","public"; + +-- ********************************************************************* +-- Update Database Script +-- ********************************************************************* +-- Change Log: ./target/classes/7.1/changelog_v71.yaml +-- Ran at: 27.11.23, 11:58 +-- Against: postgres@jdbc:postgresql://localhost:5433/xplanbox-target +-- Liquibase version: 4.23.0 +-- ********************************************************************* + +-- SET SEARCH_PATH TO public, "$user","public"; + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-3::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_bodenschutzrecht ADD xplan_vongenehmigungausgenommen BOOLEAN; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-3', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3139, '9:b2960e38c879c8c4a82ee81a101bfaec', 'addColumn tableName=xplan_so_bodenschutzrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-4::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_denkmalschutzrecht ADD xplan_vongenehmigungausgenommen BOOLEAN; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-4', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3140, '9:9f74da3615ff700acc70d3ca17f322fb', 'addColumn tableName=xplan_so_denkmalschutzrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-5::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_forstrecht ADD xplan_vongenehmigungausgenommen BOOLEAN; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-5', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3141, '9:effa491ddde275757347e0de2cfc8b94', 'addColumn tableName=xplan_so_forstrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-6::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gebiet ADD xplan_vongenehmigungausgenommen BOOLEAN; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-6', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3142, '9:d6a700a4048751b70bfe84a46222d3df', 'addColumn tableName=xplan_so_gebiet', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-7::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gelaendemorphologie ADD xplan_vongenehmigungausgenommen BOOLEAN; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-7', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3143, '9:c55ddd1f5d06d1ac62ad915a44607829', 'addColumn tableName=xplan_so_gelaendemorphologie', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-8::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gewaesser ADD xplan_vongenehmigungausgenommen BOOLEAN; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-8', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3144, '9:f6272b2231fd967c2f35df8d8520a1b5', 'addColumn tableName=xplan_so_gewaesser', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-9::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_grenze ADD xplan_vongenehmigungausgenommen BOOLEAN; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-9', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3145, '9:f0b257a6181feb1433e2944fb03f9e27', 'addColumn tableName=xplan_so_grenze', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-10::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_linienobjekt ADD xplan_vongenehmigungausgenommen BOOLEAN; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-10', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3146, '9:af248b91104e19a456b17e4705fc43c8', 'addColumn tableName=xplan_so_linienobjekt', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-11::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_luftverkehrsrecht ADD xplan_vongenehmigungausgenommen BOOLEAN; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-11', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3147, '9:8f9d56e750aa4cc153b7b14f230dbb71', 'addColumn tableName=xplan_so_luftverkehrsrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-12::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_objekt ADD xplan_vongenehmigungausgenommen BOOLEAN; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-12', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3148, '9:04e130e45f5f1353d4eec893686b3f46', 'addColumn tableName=xplan_so_objekt', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-13::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_schienenverkehrsrecht ADD xplan_vongenehmigungausgenommen BOOLEAN; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-13', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3149, '9:f2d8e20595ff395725b3602accdf0d84', 'addColumn tableName=xplan_so_schienenverkehrsrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-14::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_schutzgebietwasserrecht ADD xplan_vongenehmigungausgenommen BOOLEAN; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-14', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3150, '9:2f31da24d5fc5f71db9ecc7aa1e5d5bd', 'addColumn tableName=xplan_so_schutzgebietwasserrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-15::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_sonstigesrecht ADD xplan_vongenehmigungausgenommen BOOLEAN; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-15', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3151, '9:7aa2bfa5cde953c9fec78b3e219f86fc', 'addColumn tableName=xplan_so_sonstigesrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-16::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_wasserrecht ADD xplan_vongenehmigungausgenommen BOOLEAN; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-16', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3152, '9:48d748d34819084a9372abe9615de0d5', 'addColumn tableName=xplan_so_wasserrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-17::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_bodenschutzrecht ADD xplan_wirdausgeglichendurchfpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-17', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3153, '9:a3aefeb387ead437aa34ff5882dc49f8', 'addColumn tableName=xplan_so_bodenschutzrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-18::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_denkmalschutzrecht ADD xplan_wirdausgeglichendurchfpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-18', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3154, '9:a303cea24f7b9481347f93abe59e0213', 'addColumn tableName=xplan_so_denkmalschutzrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-19::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_forstrecht ADD xplan_wirdausgeglichendurchfpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-19', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3155, '9:1d2b96d2e5a416c92fc50f0e440f600c', 'addColumn tableName=xplan_so_forstrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-20::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gebiet ADD xplan_wirdausgeglichendurchfpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-20', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3156, '9:214e8a91b72459ab6ce1e14511ba18f1', 'addColumn tableName=xplan_so_gebiet', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-21::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gelaendemorphologie ADD xplan_wirdausgeglichendurchfpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-21', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3157, '9:fbd68369bcedb77702d0b93134c8ac5b', 'addColumn tableName=xplan_so_gelaendemorphologie', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-22::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gewaesser ADD xplan_wirdausgeglichendurchfpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-22', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3158, '9:5bea9b1eeeca208c2f6ed13c040a5fdb', 'addColumn tableName=xplan_so_gewaesser', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-23::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_grenze ADD xplan_wirdausgeglichendurchfpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-23', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3159, '9:26a354693ec2f5572499cc9da38c414c', 'addColumn tableName=xplan_so_grenze', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-24::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_linienobjekt ADD xplan_wirdausgeglichendurchfpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-24', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3160, '9:5699d2c1856ed79a3dc44a16e8d2c148', 'addColumn tableName=xplan_so_linienobjekt', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-25::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_luftverkehrsrecht ADD xplan_wirdausgeglichendurchfpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-25', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3161, '9:be36de01ec0342627494079f41c1faf1', 'addColumn tableName=xplan_so_luftverkehrsrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-26::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_objekt ADD xplan_wirdausgeglichendurchfpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-26', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3162, '9:d8a9fb254c63208401967eb162ebbc9f', 'addColumn tableName=xplan_so_objekt', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-27::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_schienenverkehrsrecht ADD xplan_wirdausgeglichendurchfpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-27', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3163, '9:7f6a22f3b9b017d46ecae428959ea7ec', 'addColumn tableName=xplan_so_schienenverkehrsrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-28::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_schutzgebietwasserrecht ADD xplan_wirdausgeglichendurchfpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-28', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3164, '9:eb6d3d3f3562ca1b016ea2e74fe8f87a', 'addColumn tableName=xplan_so_schutzgebietwasserrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-29::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_sonstigesrecht ADD xplan_wirdausgeglichendurchfpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-29', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3165, '9:32393a090f2f918a6a0732973a5e522a', 'addColumn tableName=xplan_so_sonstigesrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-30::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_wasserrecht ADD xplan_wirdausgeglichendurchfpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-30', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3166, '9:ade6e22a9143afa060ef5d9b123ea6ff', 'addColumn tableName=xplan_so_wasserrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-31::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_bodenschutzrecht ADD xplan_wirdausgeglichendurchfpspe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-31', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3167, '9:58f8a00b19b4db985415f76301fe9631', 'addColumn tableName=xplan_so_bodenschutzrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-32::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_denkmalschutzrecht ADD xplan_wirdausgeglichendurchfpspe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-32', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3168, '9:cb661bc5d90958b42b98618b891ab277', 'addColumn tableName=xplan_so_denkmalschutzrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-33::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_forstrecht ADD xplan_wirdausgeglichendurchfpspe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-33', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3169, '9:c264ba0337abec6d9027e2260c96f0a2', 'addColumn tableName=xplan_so_forstrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-34::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gebiet ADD xplan_wirdausgeglichendurchfpspe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-34', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3170, '9:a4a1bfaa335e56d712246b644c52bb1e', 'addColumn tableName=xplan_so_gebiet', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-35::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gelaendemorphologie ADD xplan_wirdausgeglichendurchfpspe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-35', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3171, '9:c6bcc64611ee4b860df959cd9c9aef75', 'addColumn tableName=xplan_so_gelaendemorphologie', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-36::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gewaesser ADD xplan_wirdausgeglichendurchfpspe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-36', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3172, '9:4144d08c078542cab4ef18b7dd5ddcf7', 'addColumn tableName=xplan_so_gewaesser', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-37::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_grenze ADD xplan_wirdausgeglichendurchfpspe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-37', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3173, '9:7996dc85cf65bfa4a5d253278a47ba15', 'addColumn tableName=xplan_so_grenze', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-38::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_linienobjekt ADD xplan_wirdausgeglichendurchfpspe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-38', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3174, '9:0d28aea2828e2592189b2d2fec91a0a9', 'addColumn tableName=xplan_so_linienobjekt', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-39::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_luftverkehrsrecht ADD xplan_wirdausgeglichendurchfpspe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-39', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3175, '9:072b13ed7123c244affd79ee6e824762', 'addColumn tableName=xplan_so_luftverkehrsrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-40::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_objekt ADD xplan_wirdausgeglichendurchfpspe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-40', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3176, '9:5b929244b3bfc1ab888b06dbd7c81d07', 'addColumn tableName=xplan_so_objekt', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-41::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_schienenverkehrsrecht ADD xplan_wirdausgeglichendurchfpspe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-41', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3177, '9:43eb7d9a529e2e9cfd994c49091fde72', 'addColumn tableName=xplan_so_schienenverkehrsrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-42::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_schutzgebietwasserrecht ADD xplan_wirdausgeglichendurchfpspe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-42', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3178, '9:f969ba02319f53cf4aad13a02ae4c702', 'addColumn tableName=xplan_so_schutzgebietwasserrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-43::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_sonstigesrecht ADD xplan_wirdausgeglichendurchfpspe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-43', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3179, '9:21e3a2167d879950ead63d83cee1ab9b', 'addColumn tableName=xplan_so_sonstigesrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-44::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_wasserrecht ADD xplan_wirdausgeglichendurchfpspe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-44', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3180, '9:ec840d6132f3aa7f5945cc7566644beb', 'addColumn tableName=xplan_so_wasserrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-45::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_bodenschutzrecht ADD xplan_wirdausgeglichendurchbpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-45', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3181, '9:b0e49224c583cf7172aa2b066e4a6aac', 'addColumn tableName=xplan_so_bodenschutzrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-46::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_denkmalschutzrecht ADD xplan_wirdausgeglichendurchbpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-46', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3182, '9:16ff8b415c61f810937af88c1a6c6e5c', 'addColumn tableName=xplan_so_denkmalschutzrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-47::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_forstrecht ADD xplan_wirdausgeglichendurchbpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-47', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3183, '9:b9013ca887981428a0066ac99e7cce80', 'addColumn tableName=xplan_so_forstrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-48::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gebiet ADD xplan_wirdausgeglichendurchbpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-48', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3184, '9:0acb4c52857015daed25cabad7088ccb', 'addColumn tableName=xplan_so_gebiet', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-49::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gelaendemorphologie ADD xplan_wirdausgeglichendurchbpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-49', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3185, '9:99bcafa14b1de2d795ce8699a9e87466', 'addColumn tableName=xplan_so_gelaendemorphologie', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-50::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gewaesser ADD xplan_wirdausgeglichendurchbpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-50', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3186, '9:071f94c9faeb7b77e00b7ac9f5362968', 'addColumn tableName=xplan_so_gewaesser', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-51::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_grenze ADD xplan_wirdausgeglichendurchbpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-51', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3187, '9:a6ca0a9c668f078716bbce21f600c76b', 'addColumn tableName=xplan_so_grenze', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-52::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_linienobjekt ADD xplan_wirdausgeglichendurchbpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-52', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3188, '9:eb721c0439b995f674c6dd7d5cf19d4a', 'addColumn tableName=xplan_so_linienobjekt', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-53::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_luftverkehrsrecht ADD xplan_wirdausgeglichendurchbpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-53', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3189, '9:672c8a7f7033f092d25e23fb57839d7a', 'addColumn tableName=xplan_so_luftverkehrsrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-54::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_objekt ADD xplan_wirdausgeglichendurchbpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-54', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3190, '9:513ed1ffe0fe5bbd7569a860a0bd3703', 'addColumn tableName=xplan_so_objekt', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-55::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_schienenverkehrsrecht ADD xplan_wirdausgeglichendurchbpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-55', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3191, '9:4b94ca36e1aecdb792bcc011c2698768', 'addColumn tableName=xplan_so_schienenverkehrsrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-56::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_schutzgebietwasserrecht ADD xplan_wirdausgeglichendurchbpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-56', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3192, '9:5f00d26cddf0103b600cc0672d84b50b', 'addColumn tableName=xplan_so_schutzgebietwasserrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-57::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_sonstigesrecht ADD xplan_wirdausgeglichendurchbpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-57', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3193, '9:11de0a57ca21f0d173d94c23555b10dd', 'addColumn tableName=xplan_so_sonstigesrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-58::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_wasserrecht ADD xplan_wirdausgeglichendurchbpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-58', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3194, '9:c7178ee69dcd0fe525a64e0b315659c6', 'addColumn tableName=xplan_so_wasserrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-59::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_bodenschutzrecht ADD xplan_wirdausgeglichendurchbpabe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-59', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3195, '9:d8cf028cbb92097850d5cc2f2495062d', 'addColumn tableName=xplan_so_bodenschutzrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-60::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_denkmalschutzrecht ADD xplan_wirdausgeglichendurchbpabe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-60', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3196, '9:8e17181d667908704d14e24ee1e1db16', 'addColumn tableName=xplan_so_denkmalschutzrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-61::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_forstrecht ADD xplan_wirdausgeglichendurchbpabe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-61', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3197, '9:af57fd406f02f017db30d2949e417db7', 'addColumn tableName=xplan_so_forstrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-62::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gebiet ADD xplan_wirdausgeglichendurchbpabe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-62', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3198, '9:12183d47fb2ed68d9114b13144180fb1', 'addColumn tableName=xplan_so_gebiet', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-63::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gelaendemorphologie ADD xplan_wirdausgeglichendurchbpabe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-63', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3199, '9:2450f141aeafced5f84795fcb80ff8b1', 'addColumn tableName=xplan_so_gelaendemorphologie', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-64::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gewaesser ADD xplan_wirdausgeglichendurchbpabe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-64', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3200, '9:555077ea4346bf3db95cf1f3b7b9f4c2', 'addColumn tableName=xplan_so_gewaesser', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-65::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_grenze ADD xplan_wirdausgeglichendurchbpabe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-65', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3201, '9:ae27bb6e55a6bbac9be8a640af72452e', 'addColumn tableName=xplan_so_grenze', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-66::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_linienobjekt ADD xplan_wirdausgeglichendurchbpabe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-66', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3202, '9:8a5969146bc667ded0b54237cae8196e', 'addColumn tableName=xplan_so_linienobjekt', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-67::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_luftverkehrsrecht ADD xplan_wirdausgeglichendurchbpabe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-67', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3203, '9:53f64cfee1fa9febce466986087cc37d', 'addColumn tableName=xplan_so_luftverkehrsrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-68::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_objekt ADD xplan_wirdausgeglichendurchbpabe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-68', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3204, '9:e2c5237778d124026341d1219307ee13', 'addColumn tableName=xplan_so_objekt', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-69::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_schienenverkehrsrecht ADD xplan_wirdausgeglichendurchbpabe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-69', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3205, '9:6efe6c78382ad6d203916bad34dd785d', 'addColumn tableName=xplan_so_schienenverkehrsrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-70::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_schutzgebietwasserrecht ADD xplan_wirdausgeglichendurchbpabe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-70', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3206, '9:fdc13930a20921a923536938cfbadb82', 'addColumn tableName=xplan_so_schutzgebietwasserrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-71::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_sonstigesrecht ADD xplan_wirdausgeglichendurchbpabe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-71', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3207, '9:68376ac5ed53f93e3512556e6a0a7f80', 'addColumn tableName=xplan_so_sonstigesrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-72::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_wasserrecht ADD xplan_wirdausgeglichendurchbpabe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-72', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3208, '9:c552bdd33ffac7e484790a52d9128214', 'addColumn tableName=xplan_so_wasserrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-73::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_bodenschutzrecht ADD xplan_wirdausgeglichendurchbpspemassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-73', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3209, '9:8e50ad437fe1d309d490fca7c1798a66', 'addColumn tableName=xplan_so_bodenschutzrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-74::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_denkmalschutzrecht ADD xplan_wirdausgeglichendurchbpspemassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-74', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3210, '9:ba17e03fe6169c9181a274a86df65106', 'addColumn tableName=xplan_so_denkmalschutzrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-75::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_forstrecht ADD xplan_wirdausgeglichendurchbpspemassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-75', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3211, '9:58bcf743e7143ed78fc5f0839f011729', 'addColumn tableName=xplan_so_forstrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-76::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gebiet ADD xplan_wirdausgeglichendurchbpspemassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-76', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3212, '9:42eda3903e4d8eb3e069d213ae704132', 'addColumn tableName=xplan_so_gebiet', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-77::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gelaendemorphologie ADD xplan_wirdausgeglichendurchbpspemassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-77', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3213, '9:65d92d24a8d276c9a6a5bcbc2c6718a5', 'addColumn tableName=xplan_so_gelaendemorphologie', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-78::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gewaesser ADD xplan_wirdausgeglichendurchbpspemassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-78', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3214, '9:338b2bea4eee298e8f730ee2540a0446', 'addColumn tableName=xplan_so_gewaesser', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-79::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_grenze ADD xplan_wirdausgeglichendurchbpspemassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-79', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3215, '9:56e63c60df935bddd6cdd58c39b4126f', 'addColumn tableName=xplan_so_grenze', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-80::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_linienobjekt ADD xplan_wirdausgeglichendurchbpspemassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-80', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3216, '9:658745bb0631b317a8d756a9c316d109', 'addColumn tableName=xplan_so_linienobjekt', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-81::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_luftverkehrsrecht ADD xplan_wirdausgeglichendurchbpspemassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-81', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3217, '9:5b94462358cf63bf5a4f50ff188a8892', 'addColumn tableName=xplan_so_luftverkehrsrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-82::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_objekt ADD xplan_wirdausgeglichendurchbpspemassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-82', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3218, '9:319dd8d67eff8315efb2ae9915ba7f22', 'addColumn tableName=xplan_so_objekt', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-83::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_schienenverkehrsrecht ADD xplan_wirdausgeglichendurchbpspemassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-83', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3219, '9:d07f2dec7740c04e1eb091f44413ddc1', 'addColumn tableName=xplan_so_schienenverkehrsrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-84::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_schutzgebietwasserrecht ADD xplan_wirdausgeglichendurchbpspemassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-84', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3220, '9:a80f636b65de61e522f9d1630ec1d3e8', 'addColumn tableName=xplan_so_schutzgebietwasserrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-85::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_sonstigesrecht ADD xplan_wirdausgeglichendurchbpspemassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-85', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3221, '9:9717ab0346cb13193bac749462c1e44b', 'addColumn tableName=xplan_so_sonstigesrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-86::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_wasserrecht ADD xplan_wirdausgeglichendurchbpspemassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-86', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3222, '9:c6c9f554b3bed78a6666a614409310f6', 'addColumn tableName=xplan_so_wasserrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-87::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_bodenschutzrecht ADD xplan_wirdausgeglichendurchbpspeflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-87', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3223, '9:7562a190f31f00ee6c0f49c11a61bfdb', 'addColumn tableName=xplan_so_bodenschutzrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-88::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_denkmalschutzrecht ADD xplan_wirdausgeglichendurchbpspeflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-88', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3224, '9:c826745ca2897f4f8c89648c1f58e6ca', 'addColumn tableName=xplan_so_denkmalschutzrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-89::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_forstrecht ADD xplan_wirdausgeglichendurchbpspeflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-89', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3225, '9:b37e30954798d647ba21c1263d07d0e5', 'addColumn tableName=xplan_so_forstrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-90::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gebiet ADD xplan_wirdausgeglichendurchbpspeflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-90', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3226, '9:ca35360127db2d58208edade6cb1081f', 'addColumn tableName=xplan_so_gebiet', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-91::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gelaendemorphologie ADD xplan_wirdausgeglichendurchbpspeflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-91', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3227, '9:cf337a6aadd7702fad93c61b7fbe65e5', 'addColumn tableName=xplan_so_gelaendemorphologie', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-92::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gewaesser ADD xplan_wirdausgeglichendurchbpspeflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-92', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3228, '9:edfafa8d09f1d1b107e4aa6bb56a1e01', 'addColumn tableName=xplan_so_gewaesser', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-93::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_grenze ADD xplan_wirdausgeglichendurchbpspeflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-93', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3229, '9:585cebe2be5e28d021d026dfc8395337', 'addColumn tableName=xplan_so_grenze', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-94::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_linienobjekt ADD xplan_wirdausgeglichendurchbpspeflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-94', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3230, '9:5ad2dec14651afeb3a972e5042d621de', 'addColumn tableName=xplan_so_linienobjekt', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-95::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_luftverkehrsrecht ADD xplan_wirdausgeglichendurchbpspeflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-95', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3231, '9:ecb646daf61ea357dfb24a15a577efb3', 'addColumn tableName=xplan_so_luftverkehrsrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-96::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_objekt ADD xplan_wirdausgeglichendurchbpspeflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-96', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3232, '9:6086b315ac22456c19a825bcb63eb4e2', 'addColumn tableName=xplan_so_objekt', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-97::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_schienenverkehrsrecht ADD xplan_wirdausgeglichendurchbpspeflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-97', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3233, '9:a52ee7f2a5db1b8a3917555d9733a6b0', 'addColumn tableName=xplan_so_schienenverkehrsrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-98::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_schutzgebietwasserrecht ADD xplan_wirdausgeglichendurchbpspeflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-98', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3234, '9:88767dd29090712713a14fb635a52aa0', 'addColumn tableName=xplan_so_schutzgebietwasserrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-99::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_sonstigesrecht ADD xplan_wirdausgeglichendurchbpspeflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-99', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3235, '9:265e8c79484c49bab7233aee70ed5fb3', 'addColumn tableName=xplan_so_sonstigesrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-100::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_wasserrecht ADD xplan_wirdausgeglichendurchbpspeflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-100', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3236, '9:1adcd140cc9c157e05d09c74863e5cb0', 'addColumn tableName=xplan_so_wasserrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-101::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_lp_generischesobjekt ADD xplan_flaechenschluss BOOLEAN; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-101', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3237, '9:09cb259e89dbfbb90e6cec126d1f7fda', 'addColumn tableName=xplan_lp_generischesobjekt', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-102::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_baubeschraenkung ADD xplan_vongenehmigungausgenommen BOOLEAN; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-102', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3238, '9:7f975f43a625e9761b61afadd0c275c5', 'addColumn tableName=xplan_so_baubeschraenkung', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-103::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_sichtflaeche ADD xplan_vongenehmigungausgenommen BOOLEAN; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-103', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3239, '9:e1c0cc2f2f303aae6082a9ebf2757fbb', 'addColumn tableName=xplan_so_sichtflaeche', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-104::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_strassenverkehr ADD xplan_vongenehmigungausgenommen BOOLEAN; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-104', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3240, '9:812df23759605561c9c80e07127b1175', 'addColumn tableName=xplan_so_strassenverkehr', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-105::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_textabschnittflaeche ADD xplan_vongenehmigungausgenommen BOOLEAN; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-105', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3241, '9:85b973615ea8416273f9a89c5ed1ae14', 'addColumn tableName=xplan_so_textabschnittflaeche', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-106::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_wasserwirtschaft ADD xplan_vongenehmigungausgenommen BOOLEAN; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-106', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3242, '9:0eef907841865f54727e96917ba61be3', 'addColumn tableName=xplan_so_wasserwirtschaft', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-107::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_bodenschutzrecht ADD xplan_wirdausgeglichendurchbpmassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-107', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3243, '9:bdd32e55c45b4f808959f80a7ea4beb9', 'addColumn tableName=xplan_so_bodenschutzrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-108::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_denkmalschutzrecht ADD xplan_wirdausgeglichendurchbpmassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-108', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3244, '9:79434a1a493b6c3027a91b8ce0fff674', 'addColumn tableName=xplan_so_denkmalschutzrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-109::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_forstrecht ADD xplan_wirdausgeglichendurchbpmassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-109', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3245, '9:66f5179b066dd300943507b0f89ee963', 'addColumn tableName=xplan_so_forstrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-110::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gebiet ADD xplan_wirdausgeglichendurchbpmassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-110', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3246, '9:782fd5c30ba2806d1957b36a75021774', 'addColumn tableName=xplan_so_gebiet', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-111::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gelaendemorphologie ADD xplan_wirdausgeglichendurchbpmassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-111', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3247, '9:3c28c6ea5b9721a8f678878e9275c2c4', 'addColumn tableName=xplan_so_gelaendemorphologie', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-112::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gewaesser ADD xplan_wirdausgeglichendurchbpmassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-112', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3248, '9:ae50a77491fb8324b9c7d541baf5609c', 'addColumn tableName=xplan_so_gewaesser', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-113::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_grenze ADD xplan_wirdausgeglichendurchbpmassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-113', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3249, '9:e8f358e7bd5959388554bb9a84d09c92', 'addColumn tableName=xplan_so_grenze', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-114::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_linienobjekt ADD xplan_wirdausgeglichendurchbpmassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-114', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3250, '9:a517274aec42f7878c93146256ed475e', 'addColumn tableName=xplan_so_linienobjekt', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-115::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_luftverkehrsrecht ADD xplan_wirdausgeglichendurchbpmassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-115', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3251, '9:eba20599925ae52dbb6c235fac9ce5d4', 'addColumn tableName=xplan_so_luftverkehrsrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-116::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_objekt ADD xplan_wirdausgeglichendurchbpmassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-116', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3252, '9:8ec4d87d4c1b6fba7fd189f831b68cee', 'addColumn tableName=xplan_so_objekt', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-117::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_schienenverkehrsrecht ADD xplan_wirdausgeglichendurchbpmassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-117', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3253, '9:cdccd1f829948a71e8e244e9f3973898', 'addColumn tableName=xplan_so_schienenverkehrsrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-118::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_schutzgebietwasserrecht ADD xplan_wirdausgeglichendurchbpmassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-118', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3254, '9:009e8da3791ef95a6857c999274a0d78', 'addColumn tableName=xplan_so_schutzgebietwasserrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-119::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_sonstigesrecht ADD xplan_wirdausgeglichendurchbpmassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-119', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3255, '9:5ba3bc9b89f12e2a38f35cb86ef2f236', 'addColumn tableName=xplan_so_sonstigesrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-120::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_wasserrecht ADD xplan_wirdausgeglichendurchbpmassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-120', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3256, '9:478dac711e7900503526221965774bf2', 'addColumn tableName=xplan_so_wasserrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-121::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_bodenschutzrecht ADD xplan_laermkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-121', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3257, '9:3a87fd5d429efa6ac9b68347db78e21a', 'addColumn tableName=xplan_so_bodenschutzrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-122::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_denkmalschutzrecht ADD xplan_laermkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-122', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3258, '9:3c31f028cd7289fe0f43c17df446685a', 'addColumn tableName=xplan_so_denkmalschutzrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-123::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_forstrecht ADD xplan_laermkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-123', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3259, '9:0e20aec45d03c9920b819f8990839f9b', 'addColumn tableName=xplan_so_forstrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-124::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gebiet ADD xplan_laermkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-124', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3260, '9:dc0ad5ae97ccd9e8e01b3bd4e7d0c9b0', 'addColumn tableName=xplan_so_gebiet', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-125::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gelaendemorphologie ADD xplan_laermkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-125', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3261, '9:7598cc1cf06c206ff192df5151048e86', 'addColumn tableName=xplan_so_gelaendemorphologie', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-126::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gewaesser ADD xplan_laermkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-126', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3262, '9:62bf43f6b53429a17c3d0c9b425b67f9', 'addColumn tableName=xplan_so_gewaesser', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-127::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_grenze ADD xplan_laermkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-127', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3263, '9:dc92d60b5f9bdc1308d62227bed4a1ff', 'addColumn tableName=xplan_so_grenze', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-128::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_linienobjekt ADD xplan_laermkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-128', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3264, '9:f41694bc206f362fc77fffa6a6d8930b', 'addColumn tableName=xplan_so_linienobjekt', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-129::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_luftverkehrsrecht ADD xplan_laermkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-129', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3265, '9:0fcad5278d487d76d1e38ed9305ae1c9', 'addColumn tableName=xplan_so_luftverkehrsrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-130::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_objekt ADD xplan_laermkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-130', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3266, '9:004337b14cce63179a2f04ebcdf5b42c', 'addColumn tableName=xplan_so_objekt', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-131::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_schienenverkehrsrecht ADD xplan_laermkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-131', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3267, '9:476172b588bdacfa0184114276126b50', 'addColumn tableName=xplan_so_schienenverkehrsrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-132::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_schutzgebietwasserrecht ADD xplan_laermkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-132', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3268, '9:4cd9264f21b0fe13f02ab5c72eaef988', 'addColumn tableName=xplan_so_schutzgebietwasserrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-133::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_sonstigesrecht ADD xplan_laermkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-133', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3269, '9:c063bdde5e88b93a3f9b1c5e16ee3452', 'addColumn tableName=xplan_so_sonstigesrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-134::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_wasserrecht ADD xplan_laermkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-134', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3270, '9:373be27471a07efe00fcefc63282ac8d', 'addColumn tableName=xplan_so_wasserrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-135::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_baubeschraenkung ADD xplan_wirdausgeglichendurchfpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-135', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3271, '9:581ca27fbeb6601573f0f89b79f4b98c', 'addColumn tableName=xplan_so_baubeschraenkung', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-136::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_sichtflaeche ADD xplan_wirdausgeglichendurchfpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-136', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3272, '9:b3c3c862f57110bad3e4ede3be2608f6', 'addColumn tableName=xplan_so_sichtflaeche', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-137::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_strassenverkehr ADD xplan_wirdausgeglichendurchfpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-137', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3273, '9:bc8bcaa4dcec3c3c80a11ecc394efca9', 'addColumn tableName=xplan_so_strassenverkehr', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-138::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_textabschnittflaeche ADD xplan_wirdausgeglichendurchfpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-138', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3274, '9:34220c5b532fe9dd2297e92eaf18d47d', 'addColumn tableName=xplan_so_textabschnittflaeche', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-139::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_wasserwirtschaft ADD xplan_wirdausgeglichendurchfpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-139', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3275, '9:a8e96dd3eb3a21d1a01855fc9b889790', 'addColumn tableName=xplan_so_wasserwirtschaft', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-140::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_bodenschutzrecht ADD xplan_laermkontingentgebiet TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-140', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3276, '9:70096f0833ee41957b728b4d280c1f35', 'addColumn tableName=xplan_so_bodenschutzrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-141::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_denkmalschutzrecht ADD xplan_laermkontingentgebiet TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-141', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3277, '9:515969a1ddb6ae3edc6aeb742b9389f4', 'addColumn tableName=xplan_so_denkmalschutzrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-142::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_forstrecht ADD xplan_laermkontingentgebiet TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-142', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3278, '9:8182d7f53fee462c88a250b793dd7f40', 'addColumn tableName=xplan_so_forstrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-143::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gebiet ADD xplan_laermkontingentgebiet TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-143', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3279, '9:f2c8e14aa2b616599b02a8e0be67f75c', 'addColumn tableName=xplan_so_gebiet', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-144::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gelaendemorphologie ADD xplan_laermkontingentgebiet TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-144', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3280, '9:fc260554198b2658758de1c84e165df3', 'addColumn tableName=xplan_so_gelaendemorphologie', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-145::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gewaesser ADD xplan_laermkontingentgebiet TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-145', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3281, '9:2835dbea4049201104b62ccc1c6ddd6e', 'addColumn tableName=xplan_so_gewaesser', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-146::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_grenze ADD xplan_laermkontingentgebiet TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-146', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3282, '9:130aaa89df1494e8615c31ebeef7f492', 'addColumn tableName=xplan_so_grenze', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-147::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_linienobjekt ADD xplan_laermkontingentgebiet TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-147', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3283, '9:3b082c64259dad1743859421104dcebf', 'addColumn tableName=xplan_so_linienobjekt', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-148::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_luftverkehrsrecht ADD xplan_laermkontingentgebiet TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-148', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3284, '9:d7e775bde22fde7230cc7f38490ba98f', 'addColumn tableName=xplan_so_luftverkehrsrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-149::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_objekt ADD xplan_laermkontingentgebiet TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-149', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3285, '9:2c819192db31cb766a684a72edc489e4', 'addColumn tableName=xplan_so_objekt', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-150::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_schienenverkehrsrecht ADD xplan_laermkontingentgebiet TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-150', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3286, '9:9937a40dfa2c22433fe57e33fc19db96', 'addColumn tableName=xplan_so_schienenverkehrsrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-151::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_schutzgebietwasserrecht ADD xplan_laermkontingentgebiet TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-151', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3287, '9:639fa0f46f0106d22239989cb5a83cd6', 'addColumn tableName=xplan_so_schutzgebietwasserrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-152::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_sonstigesrecht ADD xplan_laermkontingentgebiet TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-152', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3288, '9:cfccfb2e696528bf5a65207a11918c28', 'addColumn tableName=xplan_so_sonstigesrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-153::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_wasserrecht ADD xplan_laermkontingentgebiet TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-153', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3289, '9:1f4c72056aaa4615373f76e0d847e852', 'addColumn tableName=xplan_so_wasserrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-154::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_baubeschraenkung ADD xplan_wirdausgeglichendurchfpspe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-154', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3290, '9:8a71aa23ed8f5ebc0e270f41f7b873cf', 'addColumn tableName=xplan_so_baubeschraenkung', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-155::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_sichtflaeche ADD xplan_wirdausgeglichendurchfpspe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-155', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3291, '9:6a4f155d0802dbfab0ce8125d6c6b4d2', 'addColumn tableName=xplan_so_sichtflaeche', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-156::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_strassenverkehr ADD xplan_wirdausgeglichendurchfpspe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-156', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3292, '9:ae03b55c0b65876277780f13907fed44', 'addColumn tableName=xplan_so_strassenverkehr', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-157::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_textabschnittflaeche ADD xplan_wirdausgeglichendurchfpspe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-157', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3293, '9:0c6b68ba5475794d7bbcf8fee842e660', 'addColumn tableName=xplan_so_textabschnittflaeche', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-158::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_wasserwirtschaft ADD xplan_wirdausgeglichendurchfpspe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-158', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3294, '9:bff6e620ffa0f1e51d48b733cb48c2cc', 'addColumn tableName=xplan_so_wasserwirtschaft', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-159::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_baubeschraenkung ADD xplan_wirdausgeglichendurchbpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-159', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3295, '9:688a30270a4b5f363672fe95f62a374f', 'addColumn tableName=xplan_so_baubeschraenkung', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-160::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_sichtflaeche ADD xplan_wirdausgeglichendurchbpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-160', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3296, '9:0331544a897330758e161b35f326a04f', 'addColumn tableName=xplan_so_sichtflaeche', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-161::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_strassenverkehr ADD xplan_wirdausgeglichendurchbpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-161', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3297, '9:d0a69d40f8f3ee4d5c87b38ae5da235d', 'addColumn tableName=xplan_so_strassenverkehr', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-162::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_textabschnittflaeche ADD xplan_wirdausgeglichendurchbpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-162', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3298, '9:9c63038bf263d5dab8e9c22dc3b91db0', 'addColumn tableName=xplan_so_textabschnittflaeche', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-163::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_wasserwirtschaft ADD xplan_wirdausgeglichendurchbpflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-163', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3299, '9:0390b51978ee5d7c5d0fb7ff1bd6d38a', 'addColumn tableName=xplan_so_wasserwirtschaft', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-164::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_bodenschutzrecht ADD xplan_zusatzkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-164', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3300, '9:9396ba78c6a5a49e867a665275c2f92f', 'addColumn tableName=xplan_so_bodenschutzrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-165::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_denkmalschutzrecht ADD xplan_zusatzkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-165', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3301, '9:e0fe2a4226797d2ccc4d4167915f81ac', 'addColumn tableName=xplan_so_denkmalschutzrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-166::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_forstrecht ADD xplan_zusatzkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-166', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3302, '9:c79fc8f2d8d0d9bb52f2cc3a2999945c', 'addColumn tableName=xplan_so_forstrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-167::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gebiet ADD xplan_zusatzkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-167', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3303, '9:67674ec402f027a6067887e252dc349c', 'addColumn tableName=xplan_so_gebiet', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-168::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gelaendemorphologie ADD xplan_zusatzkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-168', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3304, '9:5afaafa59a19c1cf78a6facb775eb236', 'addColumn tableName=xplan_so_gelaendemorphologie', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-169::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gewaesser ADD xplan_zusatzkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-169', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3305, '9:20994091f29f45b7c73d603774db3771', 'addColumn tableName=xplan_so_gewaesser', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-170::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_grenze ADD xplan_zusatzkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-170', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3306, '9:da0505cf59cd241452fbbe521c78e8be', 'addColumn tableName=xplan_so_grenze', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-171::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_linienobjekt ADD xplan_zusatzkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-171', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3307, '9:5419fdeeaffde8d1b765a4670a114ca5', 'addColumn tableName=xplan_so_linienobjekt', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-172::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_luftverkehrsrecht ADD xplan_zusatzkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-172', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3308, '9:a13c68586cc2191ff06dabc0783f47b1', 'addColumn tableName=xplan_so_luftverkehrsrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-173::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_objekt ADD xplan_zusatzkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-173', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3309, '9:d4564d9b39fc751ec73e01f483a5f947', 'addColumn tableName=xplan_so_objekt', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-174::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_schienenverkehrsrecht ADD xplan_zusatzkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-174', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3310, '9:42a9d9532db8027c12e5f5ec20c1858d', 'addColumn tableName=xplan_so_schienenverkehrsrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-175::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_schutzgebietwasserrecht ADD xplan_zusatzkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-175', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3311, '9:e01b588bb64f238a1a72fc78bbec125a', 'addColumn tableName=xplan_so_schutzgebietwasserrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-176::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_sonstigesrecht ADD xplan_zusatzkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-176', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3312, '9:a08185fedb6d650f6aa85e1abdf721f3', 'addColumn tableName=xplan_so_sonstigesrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-177::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_wasserrecht ADD xplan_zusatzkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-177', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3313, '9:c4494991492bc8509ed792004aa1b836', 'addColumn tableName=xplan_so_wasserrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-178::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_baubeschraenkung ADD xplan_wirdausgeglichendurchbpabe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-178', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3314, '9:6f2a8fcc8fb7dd2998b905e38d7ab4ab', 'addColumn tableName=xplan_so_baubeschraenkung', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-179::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_sichtflaeche ADD xplan_wirdausgeglichendurchbpabe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-179', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3315, '9:127eb54a5a95ec843460266a13ae4e2c', 'addColumn tableName=xplan_so_sichtflaeche', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-180::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_strassenverkehr ADD xplan_wirdausgeglichendurchbpabe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-180', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3316, '9:e0775be485754fdaab56e4fdc13c60d4', 'addColumn tableName=xplan_so_strassenverkehr', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-181::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_textabschnittflaeche ADD xplan_wirdausgeglichendurchbpabe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-181', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3317, '9:5dd561876ca6be46207e9b6a2c6b7505', 'addColumn tableName=xplan_so_textabschnittflaeche', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-182::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_wasserwirtschaft ADD xplan_wirdausgeglichendurchbpabe TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-182', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3318, '9:2e31bfc8270809b472299f5c4ce338a7', 'addColumn tableName=xplan_so_wasserwirtschaft', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-183::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_bodenschutzrecht ADD xplan_zusatzkontingentflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-183', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3319, '9:9133bc9fec84ade85ca64713fd60634a', 'addColumn tableName=xplan_so_bodenschutzrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-184::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_denkmalschutzrecht ADD xplan_zusatzkontingentflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-184', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3320, '9:2acdb270ac696351a6f452ce02b11486', 'addColumn tableName=xplan_so_denkmalschutzrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-185::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_forstrecht ADD xplan_zusatzkontingentflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-185', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3321, '9:05f5d3be4a93f8d498153d70dce651b3', 'addColumn tableName=xplan_so_forstrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-186::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gebiet ADD xplan_zusatzkontingentflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-186', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3322, '9:556e430ddc3eec51f5b9cdd3efbc36be', 'addColumn tableName=xplan_so_gebiet', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-187::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gelaendemorphologie ADD xplan_zusatzkontingentflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-187', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3323, '9:43ad325efb2f1542a011f0b014ff7185', 'addColumn tableName=xplan_so_gelaendemorphologie', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-188::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gewaesser ADD xplan_zusatzkontingentflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-188', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3324, '9:ae8d92a29a2e9c706c7c1de790954da2', 'addColumn tableName=xplan_so_gewaesser', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-189::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_grenze ADD xplan_zusatzkontingentflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-189', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3325, '9:32316f8395af2bf7c74c556534013283', 'addColumn tableName=xplan_so_grenze', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-190::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_linienobjekt ADD xplan_zusatzkontingentflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-190', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3326, '9:b28fece8179d134cb15f9c29d0012c73', 'addColumn tableName=xplan_so_linienobjekt', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-191::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_luftverkehrsrecht ADD xplan_zusatzkontingentflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-191', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3327, '9:5bbb80037f063bbb4795e738ae3edd2c', 'addColumn tableName=xplan_so_luftverkehrsrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-192::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_objekt ADD xplan_zusatzkontingentflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-192', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3328, '9:cd0066b6c516b0573872d8ed115c12ee', 'addColumn tableName=xplan_so_objekt', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-193::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_schienenverkehrsrecht ADD xplan_zusatzkontingentflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-193', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3329, '9:a4bd02046c8ef59acd906561f6648843', 'addColumn tableName=xplan_so_schienenverkehrsrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-194::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_schutzgebietwasserrecht ADD xplan_zusatzkontingentflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-194', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3330, '9:d5483b9dad22a7b0873923f03eb0e7af', 'addColumn tableName=xplan_so_schutzgebietwasserrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-195::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_sonstigesrecht ADD xplan_zusatzkontingentflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-195', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3331, '9:a1169cf063aa1163cfd206832e4bae49', 'addColumn tableName=xplan_so_sonstigesrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-196::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_wasserrecht ADD xplan_zusatzkontingentflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-196', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3332, '9:cfb6cb202a31b0d57c32574123706cfd', 'addColumn tableName=xplan_so_wasserrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-197::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_lp_biotopverbundbiotopvernetzung ADD xplan_flaechenschluss BOOLEAN; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-197', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3333, '9:d8d4038d18bdea00446ac0d668e4a83d', 'addColumn tableName=xplan_lp_biotopverbundbiotopvernetzung', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-198::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_lp_eingriffsregelung ADD xplan_flaechenschluss BOOLEAN; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-198', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3334, '9:d8cd64d13d1ed9018c25174129154821', 'addColumn tableName=xplan_lp_eingriffsregelung', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-199::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_lp_schutzbestimmterteilevonnaturundlandschaft ADD xplan_flaechenschluss BOOLEAN; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-199', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3335, '9:92af24be0c6d4c8b82db88139f329da8', 'addColumn tableName=xplan_lp_schutzbestimmterteilevonnaturundlandschaft', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-200::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_lp_textabschnittobjekt ADD xplan_flaechenschluss BOOLEAN; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-200', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3336, '9:9a46edb957bd2205c63e12b82431a356', 'addColumn tableName=xplan_lp_textabschnittobjekt', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-201::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_lp_zieleerfordernissemassnahmen ADD xplan_flaechenschluss BOOLEAN; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-201', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3337, '9:0196022267c42701798086eb737f5978', 'addColumn tableName=xplan_lp_zieleerfordernissemassnahmen', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-202::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_bodenschutzrecht ADD xplan_richtungssektorgrenze TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-202', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3338, '9:f927c5d84844553cc2f699d36a23a37f', 'addColumn tableName=xplan_so_bodenschutzrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-203::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_denkmalschutzrecht ADD xplan_richtungssektorgrenze TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-203', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3339, '9:68ef531db264a9a024700eca67ea19ce', 'addColumn tableName=xplan_so_denkmalschutzrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-204::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_forstrecht ADD xplan_richtungssektorgrenze TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-204', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3340, '9:535cd4e50cfdb2f9c4952ad2649620ec', 'addColumn tableName=xplan_so_forstrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-205::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gebiet ADD xplan_richtungssektorgrenze TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-205', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3341, '9:3429e7bfff0d7cabf12fdd54962705dd', 'addColumn tableName=xplan_so_gebiet', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-206::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gelaendemorphologie ADD xplan_richtungssektorgrenze TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-206', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3342, '9:c773e7231221b0181d30104a42504fb5', 'addColumn tableName=xplan_so_gelaendemorphologie', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-207::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_gewaesser ADD xplan_richtungssektorgrenze TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-207', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3343, '9:d3601fb3f517285308887382b68b1de7', 'addColumn tableName=xplan_so_gewaesser', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-208::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_grenze ADD xplan_richtungssektorgrenze TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-208', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3344, '9:78699d586fd031c1585985f7ecf3658d', 'addColumn tableName=xplan_so_grenze', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-209::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_linienobjekt ADD xplan_richtungssektorgrenze TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-209', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3345, '9:e04251b3507d53bae552c4ce009b7a45', 'addColumn tableName=xplan_so_linienobjekt', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-210::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_luftverkehrsrecht ADD xplan_richtungssektorgrenze TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-210', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3346, '9:a4fd2294261bffe58e7feea583b2814b', 'addColumn tableName=xplan_so_luftverkehrsrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-211::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_objekt ADD xplan_richtungssektorgrenze TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-211', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3347, '9:b60a7142d5c149961444391828da9730', 'addColumn tableName=xplan_so_objekt', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-212::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_schienenverkehrsrecht ADD xplan_richtungssektorgrenze TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-212', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3348, '9:d396884265334e15a1e0998d99a3515b', 'addColumn tableName=xplan_so_schienenverkehrsrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-213::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_schutzgebietwasserrecht ADD xplan_richtungssektorgrenze TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-213', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3349, '9:3e58eb13ef63f921d13cabfdd74fb6db', 'addColumn tableName=xplan_so_schutzgebietwasserrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-214::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_sonstigesrecht ADD xplan_richtungssektorgrenze TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-214', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3350, '9:cac3838ff6a302b54dbef464d10bbec8', 'addColumn tableName=xplan_so_sonstigesrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-215::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_wasserrecht ADD xplan_richtungssektorgrenze TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-215', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3351, '9:e68d18c7bc9bb23511f1484f1ba0dd79', 'addColumn tableName=xplan_so_wasserrecht', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-216::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_baubeschraenkung ADD xplan_wirdausgeglichendurchbpspemassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-216', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3352, '9:d144a4a571b0af5b4585bb99d20aa4e9', 'addColumn tableName=xplan_so_baubeschraenkung', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-217::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_sichtflaeche ADD xplan_wirdausgeglichendurchbpspemassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-217', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3353, '9:ba48efa4e8621ca26ee0468cfa535e3e', 'addColumn tableName=xplan_so_sichtflaeche', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-218::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_strassenverkehr ADD xplan_wirdausgeglichendurchbpspemassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-218', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3354, '9:e8415f494219c58153e143033fd98359', 'addColumn tableName=xplan_so_strassenverkehr', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-219::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_textabschnittflaeche ADD xplan_wirdausgeglichendurchbpspemassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-219', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3355, '9:e5b1df82859801d411cb214b14455a04', 'addColumn tableName=xplan_so_textabschnittflaeche', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-220::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_wasserwirtschaft ADD xplan_wirdausgeglichendurchbpspemassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-220', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3356, '9:794b37877751c41e188564b34fa1fbc1', 'addColumn tableName=xplan_so_wasserwirtschaft', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-221::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_baubeschraenkung ADD xplan_wirdausgeglichendurchbpspeflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-221', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3357, '9:7b977830c5ea248a1b2427eb373b2a14', 'addColumn tableName=xplan_so_baubeschraenkung', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-222::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_sichtflaeche ADD xplan_wirdausgeglichendurchbpspeflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-222', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3358, '9:a81fe45eabac0ba35f93fe7573d31e5c', 'addColumn tableName=xplan_so_sichtflaeche', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-223::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_strassenverkehr ADD xplan_wirdausgeglichendurchbpspeflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-223', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3359, '9:1a5df68e3093aeee485d39cc3e6a1d7e', 'addColumn tableName=xplan_so_strassenverkehr', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-224::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_textabschnittflaeche ADD xplan_wirdausgeglichendurchbpspeflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-224', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3360, '9:228ca4f46f33a581c932c17552cfb5f7', 'addColumn tableName=xplan_so_textabschnittflaeche', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-225::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_wasserwirtschaft ADD xplan_wirdausgeglichendurchbpspeflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-225', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3361, '9:cb3575f6d2cf81610c8051831eb3f054', 'addColumn tableName=xplan_so_wasserwirtschaft', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-226::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_baubeschraenkung ADD xplan_wirdausgeglichendurchbpmassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-226', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3362, '9:6360d2e97cabdf315f0de0a5cdd5a63f', 'addColumn tableName=xplan_so_baubeschraenkung', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-227::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_sichtflaeche ADD xplan_wirdausgeglichendurchbpmassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-227', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3363, '9:405353e8bb5ab591f54c9fc582f35fbc', 'addColumn tableName=xplan_so_sichtflaeche', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-228::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_strassenverkehr ADD xplan_wirdausgeglichendurchbpmassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-228', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3364, '9:834c84700515c999b9a83d6c2479c96e', 'addColumn tableName=xplan_so_strassenverkehr', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-229::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_textabschnittflaeche ADD xplan_wirdausgeglichendurchbpmassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-229', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3365, '9:7013054534907fd342535673d479be01', 'addColumn tableName=xplan_so_textabschnittflaeche', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-230::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_wasserwirtschaft ADD xplan_wirdausgeglichendurchbpmassnahme TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-230', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3366, '9:05dde56c58f7f77ccbefe8b430e471a5', 'addColumn tableName=xplan_so_wasserwirtschaft', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-231::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_baubeschraenkung ADD xplan_laermkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-231', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3367, '9:0942578627e20db2f4f56ffc3a871c24', 'addColumn tableName=xplan_so_baubeschraenkung', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-232::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_sichtflaeche ADD xplan_laermkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-232', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3368, '9:9b8c19315e0db52631fc4e046b1fa33f', 'addColumn tableName=xplan_so_sichtflaeche', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-233::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_strassenverkehr ADD xplan_laermkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-233', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3369, '9:32f0032ed4d12c18d03ca00b2d9ebb98', 'addColumn tableName=xplan_so_strassenverkehr', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-234::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_textabschnittflaeche ADD xplan_laermkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-234', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3370, '9:aadea246aba1d83436c59eeafb392074', 'addColumn tableName=xplan_so_textabschnittflaeche', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-235::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_wasserwirtschaft ADD xplan_laermkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-235', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3371, '9:e32de25af8886c1fcafdb734cba6c11e', 'addColumn tableName=xplan_so_wasserwirtschaft', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-236::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_baubeschraenkung ADD xplan_laermkontingentgebiet TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-236', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3372, '9:f2b3e79995e7665e5a412f65a7f59d0b', 'addColumn tableName=xplan_so_baubeschraenkung', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-237::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_sichtflaeche ADD xplan_laermkontingentgebiet TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-237', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3373, '9:f5fc2999e700ff330d88734e0a18a280', 'addColumn tableName=xplan_so_sichtflaeche', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-238::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_strassenverkehr ADD xplan_laermkontingentgebiet TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-238', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3374, '9:ad155ba3faf1096f047a53682a51cb0e', 'addColumn tableName=xplan_so_strassenverkehr', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-239::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_textabschnittflaeche ADD xplan_laermkontingentgebiet TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-239', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3375, '9:a62357ad332a4bed8e25acbf7a43c6aa', 'addColumn tableName=xplan_so_textabschnittflaeche', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-240::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_wasserwirtschaft ADD xplan_laermkontingentgebiet TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-240', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3376, '9:1b15c035bdbae99a9bbbd22586c4c779', 'addColumn tableName=xplan_so_wasserwirtschaft', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-241::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_baubeschraenkung ADD xplan_zusatzkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-241', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3377, '9:00a9b25087c79f97b861515334fdcdc1', 'addColumn tableName=xplan_so_baubeschraenkung', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-242::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_sichtflaeche ADD xplan_zusatzkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-242', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3378, '9:9b413bac9806ef4baa6f55302780b5ce', 'addColumn tableName=xplan_so_sichtflaeche', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-243::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_strassenverkehr ADD xplan_zusatzkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-243', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3379, '9:9a5dab86379127d96fc2f581274647b8', 'addColumn tableName=xplan_so_strassenverkehr', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-244::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_textabschnittflaeche ADD xplan_zusatzkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-244', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3380, '9:0c2eb8f6c003663c1862960e76ae5eff', 'addColumn tableName=xplan_so_textabschnittflaeche', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-245::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_wasserwirtschaft ADD xplan_zusatzkontingent TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-245', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3381, '9:03596731239f0bfd06e9e04108c387bf', 'addColumn tableName=xplan_so_wasserwirtschaft', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-246::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_baubeschraenkung ADD xplan_zusatzkontingentflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-246', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3382, '9:f9a75c72fb1c3b7487c24e31a95e3206', 'addColumn tableName=xplan_so_baubeschraenkung', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-247::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_sichtflaeche ADD xplan_zusatzkontingentflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-247', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3383, '9:150e20cf8d4bbecfa120eda95056fd89', 'addColumn tableName=xplan_so_sichtflaeche', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-248::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_strassenverkehr ADD xplan_zusatzkontingentflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-248', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3384, '9:d1267c8395ed5c643db1df1dd2fc4fa4', 'addColumn tableName=xplan_so_strassenverkehr', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-249::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_textabschnittflaeche ADD xplan_zusatzkontingentflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-249', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3385, '9:d966a86a86358e920abbd22f2dd87a2b', 'addColumn tableName=xplan_so_textabschnittflaeche', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-250::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_wasserwirtschaft ADD xplan_zusatzkontingentflaeche TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-250', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3386, '9:27416fec56d0af418ae9db95d8ea2e7a', 'addColumn tableName=xplan_so_wasserwirtschaft', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-251::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_baubeschraenkung ADD xplan_richtungssektorgrenze TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-251', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3387, '9:5242c17d2f30b85b7e37384573b273f7', 'addColumn tableName=xplan_so_baubeschraenkung', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-252::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_sichtflaeche ADD xplan_richtungssektorgrenze TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-252', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3388, '9:69956df9537932e8843e120249280fdd', 'addColumn tableName=xplan_so_sichtflaeche', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-253::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_strassenverkehr ADD xplan_richtungssektorgrenze TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-253', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3389, '9:fab1c0ccafe977a8ada7cc29df1b6e51', 'addColumn tableName=xplan_so_strassenverkehr', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-254::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_textabschnittflaeche ADD xplan_richtungssektorgrenze TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-254', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3390, '9:3821e47e28c157d5f7906792ff2f3f7c', 'addColumn tableName=xplan_so_textabschnittflaeche', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-255::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +ALTER TABLE xplanvalidator.xplan_so_wasserwirtschaft ADD xplan_richtungssektorgrenze TEXT; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-255', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3391, '9:907d2287134a23f97385bf289054f4fa', 'addColumn tableName=xplan_so_wasserwirtschaft', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-1::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +COMMENT ON TABLE xplanvalidator.features IS 'Feature ids for plans'; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-1', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3392, '9:d73ffbce6d46f5577a98cc92f857ce50', 'setTableRemarks tableName=features', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset 7.1/changelog_xplanvalidator.yaml::1699259368412-2::lyn (generated) +-- SET SEARCH_PATH TO public, "$user","public"; + +COMMENT ON TABLE xplanvalidator.plans IS 'Validated plans'; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID) VALUES ('1699259368412-2', 'lyn (generated)', '7.1/changelog_xplanvalidator.yaml', NOW(), 3393, '9:6ed09d07f9276c85d1441c647febba61', 'setTableRemarks tableName=plans', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398'); + +-- Changeset target/classes/7.1/changelog_v71.yaml::tagDatabase-v71::latlon +-- SET SEARCH_PATH TO public, "$user","public"; + +INSERT INTO databasechangelog (ID, AUTHOR, FILENAME, DATEEXECUTED, ORDEREXECUTED, MD5SUM, DESCRIPTION, COMMENTS, EXECTYPE, CONTEXTS, LABELS, LIQUIBASE, DEPLOYMENT_ID, TAG) VALUES ('tagDatabase-v71', 'latlon', 'target/classes/7.1/changelog_v71.yaml', NOW(), 3394, '9:6c69f956067b64453bb11be81da1a46e', 'tagDatabase', '', 'EXECUTED', NULL, NULL, '4.23.0', '1082729398', 'v_7.1'); + +-- Release Database Lock +-- SET SEARCH_PATH TO public, "$user","public"; + +UPDATE databasechangeloglock SET LOCKED = FALSE, LOCKEDBY = NULL, LOCKGRANTED = NULL WHERE ID = 1; + +-- SET SEARCH_PATH TO public, "$user","public"; + diff --git a/xplan-security/pom.xml b/xplan-security/pom.xml index 7b928556b4..ad8d63a784 100644 --- a/xplan-security/pom.xml +++ b/xplan-security/pom.xml @@ -1,13 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>xplan-security</artifactId> <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplanbox</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <dependencies> diff --git a/xplan-security/src/main/java/de/latlon/xplanbox/security/authentication/PropertiesFileUserDetailsManager.java b/xplan-security/src/main/java/de/latlon/xplanbox/security/authentication/PropertiesFileUserDetailsManager.java index 7721fac233..27789f34cd 100644 --- a/xplan-security/src/main/java/de/latlon/xplanbox/security/authentication/PropertiesFileUserDetailsManager.java +++ b/xplan-security/src/main/java/de/latlon/xplanbox/security/authentication/PropertiesFileUserDetailsManager.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-security - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ package de.latlon.xplanbox.security.authentication; import org.slf4j.Logger; diff --git a/xplan-security/src/main/java/de/latlon/xplanbox/security/authentication/SecurityConfigurationException.java b/xplan-security/src/main/java/de/latlon/xplanbox/security/authentication/SecurityConfigurationException.java index b7b9da4d2b..7765f040b6 100644 --- a/xplan-security/src/main/java/de/latlon/xplanbox/security/authentication/SecurityConfigurationException.java +++ b/xplan-security/src/main/java/de/latlon/xplanbox/security/authentication/SecurityConfigurationException.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-security - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ package de.latlon.xplanbox.security.authentication; /** diff --git a/xplan-security/src/main/java/de/latlon/xplanbox/security/config/SecurityContext.java b/xplan-security/src/main/java/de/latlon/xplanbox/security/config/SecurityContext.java index 1bebe7c551..7ecc502807 100644 --- a/xplan-security/src/main/java/de/latlon/xplanbox/security/config/SecurityContext.java +++ b/xplan-security/src/main/java/de/latlon/xplanbox/security/config/SecurityContext.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-security - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ package de.latlon.xplanbox.security.config; import de.latlon.xplanbox.security.authentication.PropertiesFileUserDetailsManager; @@ -46,4 +66,4 @@ public class SecurityContext { return new BCryptPasswordEncoder(); } -} \ No newline at end of file +} diff --git a/xplan-security/src/test/java/de/latlon/xplanbox/security/config/SecurityContextTest.java b/xplan-security/src/test/java/de/latlon/xplanbox/security/config/SecurityContextTest.java index 4705d2f1e2..86d8c45f51 100644 --- a/xplan-security/src/test/java/de/latlon/xplanbox/security/config/SecurityContextTest.java +++ b/xplan-security/src/test/java/de/latlon/xplanbox/security/config/SecurityContextTest.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-security - Software zur Verwaltung von XPlanGML Daten + * %% + * Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ package de.latlon.xplanbox.security.config; import org.junit.jupiter.api.Test; diff --git a/xplan-tests/pom.xml b/xplan-tests/pom.xml index f069d4a44a..f4ce4f9712 100644 --- a/xplan-tests/pom.xml +++ b/xplan-tests/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplanbox</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <properties> diff --git a/xplan-tests/xplan-tests-manual/pom.xml b/xplan-tests/xplan-tests-manual/pom.xml index ecc9c74c33..f3ae250de2 100644 --- a/xplan-tests/xplan-tests-manual/pom.xml +++ b/xplan-tests/xplan-tests-manual/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-tests</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> </project> diff --git a/xplan-tests/xplan-tests-manual/src/main/resources/xplan-api-manager-soapui-project-testplan.md b/xplan-tests/xplan-tests-manual/src/main/resources/xplan-api-manager-soapui-project-testplan.md index e1fd12df21..a02252a104 100644 --- a/xplan-tests/xplan-tests-manual/src/main/resources/xplan-api-manager-soapui-project-testplan.md +++ b/xplan-tests/xplan-tests-manual/src/main/resources/xplan-api-manager-soapui-project-testplan.md @@ -92,49 +92,71 @@ ## /plan/{planId}/dokument/ TestCase * GET BP 5.0 pI currentStatus * POST BP 5.0 pI modifyStatus +* skipNextStepIfJdbcUrlMissing +* JDBC BP 5.0 XX checkDokument * GET BP 5.0 pI verifyStatus * POST BP 5.0 pI expectErrorDokumentAlreadyExists * GET FP 5.0 pI currentStatus * POST FP 5.0 pI modifyStatus +* skipNextStepIfJdbcUrlMissing 2 +* JDBC FP 5.0 XX checkDokument * GET FP 5.0 pI verifyStatus * GET LP 6.0 pI currentStatus * POST LP 6.0 pI modifyStatus +* skipNextStepIfJdbcUrlMissing 3 +* JDBC LP 6.0 XX checkDokument * GET LP 6.0 pI verifyStatus * GET RP 5.1 pI currentStatus * POST RP 5.1 pI modifyStatus +* skipNextStepIfJdbcUrlMissing 4 +* JDBC RP 5.1 XX checkDokument * GET RP 5.1 pI verifyStatus * GET SO 5.3 pI currentStatus * POST SO 5.3 pI modifyStatus +* skipNextStepIfJdbcUrlMissing 5 +* JDBC SO 5.3 XX checkDokument * GET SO 5.3 pI verifyStatus * Property Transfer ## /plan/{planId}/dokument/{id} TestCase -* GET BP 5.3 pI,id currentStatus -* PUT BP 5.3 pI,id modifyStatusXSSExpectError -* PUT BP 5.3 pI,id modifyStatus -* Property Transfer BP 5.3 -* PUT BP 5.3 pI,id modifyStatusExpectError -* DEL BP 5.3 pI,id modifyStatus -* GET BP 5.3 pI,id verifyStatus +* GET BP 5.0 pI,id currentStatus +* PUT BP 5.0 pI,id modifyStatusXSSExpectError +* PUT BP 5.0 pI,id modifyStatus +* skipNextStepIfJdbcUrlMissing +* JDBC BP 5.0 XX checkDokument +* Property Transfer BP 5.0 +* PUT BP 5.0 pI,id modifyStatusExpectError +* DEL BP 5.0 pI,id modifyStatus +* GET BP 5.0 pI,id verifyStatus * PUT FP 5.0 pI,id modifyStatus +* skipNextStepIfJdbcUrlMissing 2 +* JDBC FP 5.0 XX checkDokument * Property Transfer FP 5.0 * GET FP 5.0 pI,id currentStatus * DEL FP 5.0 pI,id modifyStatus * GET FP 5.0 pI,id verifyStatusExpectError * PUT LP 6.0 pI,id modifyStatus +* skipNextStepIfJdbcUrlMissing 3 +* JDBC LP 6.0 XX checkDokument * Property Transfer LP 6.0 * GET LP 6.0 pI,id currentStatus * DEL LP 6.0 pI,id modifyStatus * GET LP 6.0 pI,id verifyStatusExpectError * PUT RP 5.1 pI,id modifyStatus +* skipNextStepIfJdbcUrlMissing 4 +* JDBC RP 5.1 XX checkDokument * Property Transfer RP 5.1 * GET RP 5.1 pI,id currentStatus * DEL RP 5.1 pI,id modifyStatus * GET RP 5.1 pI,id verifyStatusExpectError * PUT SO 5.3 pI,id modifyStatus +* skipNextStepIfJdbcUrlMissing 5 +* JDBC SO 5.3 XX checkDokument * Property Transfer SO 5.3 * GET SO 5.3 pI,id currentStatus * DEL SO 5.3 pI,id modifyStatus * GET SO 5.3 pI,id verifyStatusExpectError +* skipNextStepIfJdbcUrlMissing 6 +* JDBC XX XX XX checkDokumentDelete * Cleanup ## /plan/{planId}/gueltigkeit/ TestCase * GET BP 4.1 pI currentStatus @@ -146,6 +168,8 @@ * GET BP 5.3 pI currentStatus * GET BP 5.2 pI currentStatusWithoutBereich * POST BP 5.3 pI modifyStatus +* skipNextStepIfJdbcUrlMissing +* JDBC BP 5.3 XX checkRasterbasis * POST BP 5.2 pI modifyStatusWithoutBereichExpectError * GET BP 5.3 pI verifyStatus * POST BP 5.3 pI modifyStatusWithoutBereichNummerExpectError @@ -157,22 +181,32 @@ * GET BP 6.0 pI currentStatusGML * GET FP 5.0 pI currentStatus * POST FP 5.0 pI modifyStatus +* skipNextStepIfJdbcUrlMissing 2 +* JDBC FP 5.0 XX checkRasterbasis * GET FP 5.0 pI verifyStatus * GET LP 6.0 pI currentStatus * POST LP 6.0 pI modifyStatusXSSExpectError * POST LP 6.0 pI modifyStatus +* skipNextStepIfJdbcUrlMissing 3 +* JDBC LP 6.0 XX checkRasterbasis * GET LP 6.0 pI verifyStatus * GET RP 5.1 pI currentStatus * POST RP 5.1 pI modifyStatus +* skipNextStepIfJdbcUrlMissing 4 +* JDBC RP 5.1 XX checkRasterbasis * GET RP 5.1 pI verifyStatus * GET SO 5.3 pI currentStatus * POST SO 5.3 pI modifyStatus +* skipNextStepIfJdbcUrlMissing 5 +* JDBC SO 5.3 XX checkRasterbasis * GET SO 5.3 pI verifyStatus * Property Transfer ## /plan/{planId}/rasterbasis/{id} TestCase * GET BP 5.3 pI,id currentStatus * PUT BP 5.3 pI,id modifyStatus * Property Transfer BP 5.3 +* skipNextStepIfJdbcUrlMissing +* JDBC BP 5.3 XX checkRasterbasis * PUT BP 5.3 pI,id modifyStatusUnsupportedContentTypeExpectError * GET BP 5.3 pI,id verifyStatus * DEL BP 5.3 pI,id modifyStatus @@ -190,24 +224,34 @@ * DEL BP 6.0 pI,id modifyStatusGML * PUT FP 5.0 pI,id modifyStatus * Property Transfer FP 5.0 +* skipNextStepIfJdbcUrlMissing 2 +* JDBC FP 5.0 XX checkRasterbasis * GET FP 5.0 pI,id currentStatus * DEL FP 5.0 pI,id modifyStatus * GET FP 5.0 pI,id verifyStatusExpectError * PUT LP 6.0 pI,id modifyStatus * Property Transfer LP 6.0 +* skipNextStepIfJdbcUrlMissing 3 +* JDBC LP 6.0 XX checkRasterbasis * GET LP 6.0 pI,id currentStatus * DEL LP 6.0 pI,id modifyStatus * GET LP 6.0 pI,id verifyStatusExpectError * PUT RP 5.1 pI,id modifyStatus * Property Transfer RP 5.1 +* skipNextStepIfJdbcUrlMissing 4 +* JDBC RP 5.1 XX checkRasterbasis * GET RP 5.1 pI,id currentStatus * DEL RP 5.1 pI,id modifyStatus * GET RP 5.1 pI,id verifyStatusExpectError * PUT SO 5.3 pI,id modifyStatus * Property Transfer SO 5.3 +* skipNextStepIfJdbcUrlMissing 5 +* JDBC SO 5.3 XX checkRasterbasis * GET SO 5.3 pI,id currentStatus * DEL SO 5.3 pI,id modifyStatus * GET SO 5.3 pI,id verifyStatusExpectError +* skipNextStepIfJdbcUrlMissing 6 +* JDBC XX XX XX checkRasterbasisDelete * Cleanup ## /plan/{planId}/text/ TestCase * GET BP 5.3 pI currentStatus @@ -216,34 +260,54 @@ * GET BP 5.4 pI currentStatusMultiplePlaene * GET BP 6.0 pI currentStatus * POST BP 6.0 pI modifyStatus +* skipNextStepIfJdbcUrlMissing +* JDBC BP 6.0 XX checkText * GET BP 6.0 pI verifyStatus * GET FP 5.0 pI currentStatus * POST FP 5.0 pI modifyStatus +* skipNextStepIfJdbcUrlMissing 2 +* JDBC FP 5.0 XX checkText * GET FP 5.0 pI verifyStatus * GET LP 6.0 pI currentStatus * POST LP 6.0 pI modifyStatus +* skipNextStepIfJdbcUrlMissing 3 +* JDBC LP 6.0 XX checkText * GET LP 6.0 pI verifyStatus * GET RP 5.1 pI currentStatus * POST RP 5.1 pI modifyStatus +* skipNextStepIfJdbcUrlMissing 4 +* JDBC RP 5.1 XX checkText * GET RP 5.1 pI verifyStatus * GET SO 5.3 pI currentStatus * POST SO 5.3 pI modifyStatus +* skipNextStepIfJdbcUrlMissing 5 +* JDBC SO 5.3 XX checkText * GET SO 5.3 pI verifyStatus * Property Transfer ## /plan/{planId}/text/{id} TestCase * GET BP 5.3 pI,id currentStatus * POST BP 5.3 pI,id modifyStatusXSSExpectError * POST BP 5.3 pI,id modifyStatus +* skipNextStepIfJdbcUrlMissing +* JDBC BP 5.3 XX checkText * POST BP 5.3 pI,id modifyStatusUnsupportedContentTypeExpectError * GET BP 5.3 pI,id verifyStatus * GET BP 5.3 pI,id verifyStatusExpectError * PUT FP 5.0 pI,id modifyStatus +* skipNextStepIfJdbcUrlMissing 2 +* JDBC FP 5.0 XX checkText * GET FP 5.0 pI,id currentStatus * PUT LP 6.0 pI,id modifyStatus +* skipNextStepIfJdbcUrlMissing 3 +* JDBC LP 6.0 XX checkText * GET LP 6.0 pI,id currentStatus * PUT RP 5.1 pI,id modifyStatus +* skipNextStepIfJdbcUrlMissing 4 +* JDBC RP 5.1 XX checkText * GET RP 5.1 pI,id currentStatus * PUT SO 5.3 pI,id modifyStatus +* skipNextStepIfJdbcUrlMissing 5 +* JDBC SO 5.3 XX checkText * GET SO 5.3 pI,id currentStatus ## /plan/{planId} TestCase * GET BP 4.1 pI currentStatus diff --git a/xplan-tests/xplan-tests-resources/LICENSE_UNKNOWN.txt b/xplan-tests/xplan-tests-resources/LICENSE_UNKNOWN.txt index 2e03718e8f..7efa6a2fac 100644 --- a/xplan-tests/xplan-tests-resources/LICENSE_UNKNOWN.txt +++ b/xplan-tests/xplan-tests-resources/LICENSE_UNKNOWN.txt @@ -5,7 +5,7 @@ Die in diesem Verzeichnis abgelegten XPlanArchive und XPlanGML-Dateien werden zu Dateien können keine genaueren Angaben zur Quelle und zu etwaigen Nutzungsrechten angegeben werden. Eine Weitergabe an Dritte ausser zu Testzwecken der Anwendung xPlanBox ist nicht gestattet. -Inhalt des Verzeichnisses: +Inhalt des Verzeichnisses src/main/resources: -------------------------- └── de └── latlon diff --git a/xplan-tests/xplan-tests-resources/pom.xml b/xplan-tests/xplan-tests-resources/pom.xml index 17d42e260a..e4ba2ce5ae 100644 --- a/xplan-tests/xplan-tests-resources/pom.xml +++ b/xplan-tests/xplan-tests-resources/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-tests</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> </project> \ No newline at end of file diff --git a/xplan-tests/xplan-tests-soapui/LICENSE_UNKNOWN.txt b/xplan-tests/xplan-tests-soapui/LICENSE_UNKNOWN.txt index ce59e372a2..fd94c49c63 100644 --- a/xplan-tests/xplan-tests-soapui/LICENSE_UNKNOWN.txt +++ b/xplan-tests/xplan-tests-soapui/LICENSE_UNKNOWN.txt @@ -7,6 +7,9 @@ Dritte ausser zu Testzwecken der Anwendung xPlanBox ist nicht gestattet. Inhalt des Verzeichnisses src/main/resources: -------------------------- +├── xplan-api-dokumente +│  └── plans +│  └── BPlan004_6-0.zip ├── xplan-api-manager │  ├── attachments │  │  ├── invalidContentType.odt @@ -35,7 +38,6 @@ Inhalt des Verzeichnisses src/main/resources: │  ├── BP_4.0_Laufrichtungsfehler.zip │  ├── BP_4.0.zip │  ├── BP_4.1_2.zip -│  ├── BP_4.1_MimeTypeV2.zip │  ├── BP_4.1.zip │  ├── BP_5.0_Entity.zip │  ├── BP_5.0_WithAenderungAndDokument.zip @@ -52,10 +54,12 @@ Inhalt des Verzeichnisses src/main/resources: │  ├── BP_5.3_WithText.zip │  ├── BP_5.3.zip │  ├── BP_5.4_MultiplePlaene.zip +│  ├── BP_6.0.2_NoBereichButReferenceExists.zip │  ├── BP_6.0.2.zip │  ├── BP_6.0.gml │  ├── BP_6.0_syntaxErrors.gml │  ├── BP_6.0.zip +│  ├── BPlan004_4-1.zip │  ├── FP_5.0.zip │  ├── FP_6.0.2.zip │  ├── LP_6.0.zip @@ -75,6 +79,7 @@ Inhalt des Verzeichnisses src/main/resources: │  ├── BP_5.3_WfsFc.zip │  ├── BP_5.3.zip │  ├── BP_6.0.2_invalide.zip +│  ├── BP_6.0.2_NoBereichButReferenceExists.zip │  ├── BP_6.0.2_valide.zip │  ├── BP_6.0.gml │  ├── BP_6.0_syntaxErrors.gml @@ -93,5 +98,4 @@ Inhalt des Verzeichnisses src/main/resources: │  ├── BPlan41_HH_Bergedorf110_1Aend_soapui-webservices.zip │  ├── Eidelstedt_4_V4-soapui-webservices.zip │  ├── Eidelstedt4V4-with-nummer-soapui-webservices.zip -│  └── Osdorf48_Test_60.zip - +│  └── Osdorf48_Test_60.zip \ No newline at end of file diff --git a/xplan-tests/xplan-tests-soapui/pom.xml b/xplan-tests/xplan-tests-soapui/pom.xml index 081c6d3f09..4c492dd25e 100644 --- a/xplan-tests/xplan-tests-soapui/pom.xml +++ b/xplan-tests/xplan-tests-soapui/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-tests</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <build> diff --git a/xplan-webapps/pom.xml b/xplan-webapps/pom.xml index 8308ea75ac..c596f3c870 100644 --- a/xplan-webapps/pom.xml +++ b/xplan-webapps/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplanbox</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <modules> diff --git a/xplan-webapps/xplan-commons-web/pom.xml b/xplan-webapps/xplan-commons-web/pom.xml index b9179e85c1..014c53afb9 100644 --- a/xplan-webapps/xplan-commons-web/pom.xml +++ b/xplan-webapps/xplan-commons-web/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-webapps</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <build> diff --git a/xplan-webapps/xplan-manager-web/pom.xml b/xplan-webapps/xplan-manager-web/pom.xml index 55875f7a31..5788a85d8f 100644 --- a/xplan-webapps/xplan-manager-web/pom.xml +++ b/xplan-webapps/xplan-manager-web/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-webapps</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <properties> diff --git a/xplan-webapps/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/utils/ReferenceNameUtils.java b/xplan-webapps/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/utils/ReferenceNameUtils.java index c7de5ce451..566edc1e74 100644 --- a/xplan-webapps/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/utils/ReferenceNameUtils.java +++ b/xplan-webapps/xplan-manager-web/src/main/java/de/latlon/xplan/manager/web/client/utils/ReferenceNameUtils.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-manager-web - Webanwendung XPlanManagerWeb + * %% + * Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ package de.latlon.xplan.manager.web.client.utils; import com.google.gwt.regexp.shared.MatchResult; diff --git a/xplan-webapps/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/utils/ReferenceNameUtilsTest.java b/xplan-webapps/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/utils/ReferenceNameUtilsTest.java index de0fe7cc21..6f52f9d153 100644 --- a/xplan-webapps/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/utils/ReferenceNameUtilsTest.java +++ b/xplan-webapps/xplan-manager-web/src/test/java/de/latlon/xplan/manager/web/client/utils/ReferenceNameUtilsTest.java @@ -1,3 +1,23 @@ +/*- + * #%L + * xplan-manager-web - Webanwendung XPlanManagerWeb + * %% + * Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ package de.latlon.xplan.manager.web.client.utils; import org.junit.Test; @@ -100,4 +120,4 @@ public class ReferenceNameUtilsTest { assertThat(filename, is("file")); } -} \ No newline at end of file +} diff --git a/xplan-webapps/xplan-root/pom.xml b/xplan-webapps/xplan-root/pom.xml index 61829acfc9..4dc5838048 100644 --- a/xplan-webapps/xplan-root/pom.xml +++ b/xplan-webapps/xplan-root/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-webapps</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <build> diff --git a/xplan-webapps/xplan-validator-web-commons/pom.xml b/xplan-webapps/xplan-validator-web-commons/pom.xml index 863138c2c5..f4e8d455bc 100644 --- a/xplan-webapps/xplan-validator-web-commons/pom.xml +++ b/xplan-webapps/xplan-validator-web-commons/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-webapps</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <build> diff --git a/xplan-webapps/xplan-validator-web/pom.xml b/xplan-webapps/xplan-validator-web/pom.xml index 667443e3ce..551d3a9658 100644 --- a/xplan-webapps/xplan-validator-web/pom.xml +++ b/xplan-webapps/xplan-validator-web/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-webapps</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <properties> diff --git a/xplan-webservices/pom.xml b/xplan-webservices/pom.xml index f6a7a6adc9..1340ace063 100644 --- a/xplan-webservices/pom.xml +++ b/xplan-webservices/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplanbox</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <modules> diff --git a/xplan-webservices/xplan-commons-webservices/pom.xml b/xplan-webservices/xplan-commons-webservices/pom.xml index f23647662e..30eda8aaa0 100644 --- a/xplan-webservices/xplan-commons-webservices/pom.xml +++ b/xplan-webservices/xplan-commons-webservices/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-webservices</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <build> diff --git a/xplan-webservices/xplan-commons-webservices/src/main/resources/de/latlon/xplan/webservices/common/minimalist-format.json b/xplan-webservices/xplan-commons-webservices/src/main/resources/de/latlon/xplan/webservices/common/minimalist-format.json index 9804714901..19cd23b6ea 100644 --- a/xplan-webservices/xplan-commons-webservices/src/main/resources/de/latlon/xplan/webservices/common/minimalist-format.json +++ b/xplan-webservices/xplan-commons-webservices/src/main/resources/de/latlon/xplan/webservices/common/minimalist-format.json @@ -35,4 +35,4 @@ } } } -} \ No newline at end of file +} diff --git a/xplan-webservices/xplan-inspireplu/pom.xml b/xplan-webservices/xplan-inspireplu/pom.xml index 858aebf92a..2dbe40bf9d 100644 --- a/xplan-webservices/xplan-inspireplu/pom.xml +++ b/xplan-webservices/xplan-inspireplu/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-webservices</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <dependencies> diff --git a/xplan-webservices/xplan-services-docker/pom.xml b/xplan-webservices/xplan-services-docker/pom.xml index 5bf8e3a0ac..769f4cb7fc 100644 --- a/xplan-webservices/xplan-services-docker/pom.xml +++ b/xplan-webservices/xplan-services-docker/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-webservices</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <properties> diff --git a/xplan-webservices/xplan-validator-wms/pom.xml b/xplan-webservices/xplan-validator-wms/pom.xml index 3481214593..91bbc41777 100644 --- a/xplan-webservices/xplan-validator-wms/pom.xml +++ b/xplan-webservices/xplan-validator-wms/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-webservices</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <dependencies> diff --git a/xplan-webservices/xplan-validator-wms/src/main/resources/log4j2.component.properties b/xplan-webservices/xplan-validator-wms/src/main/resources/log4j2.component.properties index c85e483499..d4e11f1cbe 100644 --- a/xplan-webservices/xplan-validator-wms/src/main/resources/log4j2.component.properties +++ b/xplan-webservices/xplan-validator-wms/src/main/resources/log4j2.component.properties @@ -1 +1,21 @@ -log4j2.configurationFile=classpath:/log4j2.yaml \ No newline at end of file +### +# #%L +# xplan-validator-wms - XPlanValidatorWMS +# %% +# Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# #L% +### +log4j2.configurationFile=classpath:/log4j2.yaml diff --git a/xplan-webservices/xplan-wfs/pom.xml b/xplan-webservices/xplan-wfs/pom.xml index c158ed6f6f..96f7889518 100644 --- a/xplan-webservices/xplan-wfs/pom.xml +++ b/xplan-webservices/xplan-wfs/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-webservices</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <dependencies> diff --git a/xplan-webservices/xplan-wfs/src/main/resources/log4j2.component.properties b/xplan-webservices/xplan-wfs/src/main/resources/log4j2.component.properties index c85e483499..cf9b973647 100644 --- a/xplan-webservices/xplan-wfs/src/main/resources/log4j2.component.properties +++ b/xplan-webservices/xplan-wfs/src/main/resources/log4j2.component.properties @@ -1 +1,21 @@ -log4j2.configurationFile=classpath:/log4j2.yaml \ No newline at end of file +### +# #%L +# xplan-wfs - deegree XPlan WebFeatureService +# %% +# Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# #L% +### +log4j2.configurationFile=classpath:/log4j2.yaml diff --git a/xplan-webservices/xplan-wms/pom.xml b/xplan-webservices/xplan-wms/pom.xml index 6e05326b38..36be17f56d 100644 --- a/xplan-webservices/xplan-wms/pom.xml +++ b/xplan-webservices/xplan-wms/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-webservices</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <build> @@ -95,7 +95,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.3.6</version> + <version>4.5.14</version> <scope>test</scope> </dependency> </dependencies> diff --git a/xplan-webservices/xplan-wms/src/main/resources/log4j2.component.properties b/xplan-webservices/xplan-wms/src/main/resources/log4j2.component.properties index c85e483499..b30f4b457b 100644 --- a/xplan-webservices/xplan-wms/src/main/resources/log4j2.component.properties +++ b/xplan-webservices/xplan-wms/src/main/resources/log4j2.component.properties @@ -1 +1,21 @@ -log4j2.configurationFile=classpath:/log4j2.yaml \ No newline at end of file +### +# #%L +# xplan-wms - deegree XPlan WebMapService +# %% +# Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# #L% +### +log4j2.configurationFile=classpath:/log4j2.yaml diff --git a/xplan-webservices/xplansyn-wfs/pom.xml b/xplan-webservices/xplansyn-wfs/pom.xml index b822b7b091..eb6d07a469 100644 --- a/xplan-webservices/xplansyn-wfs/pom.xml +++ b/xplan-webservices/xplansyn-wfs/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplan-webservices</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <dependencies> diff --git a/xplan-webservices/xplansyn-wfs/src/main/resources/log4j2.component.properties b/xplan-webservices/xplansyn-wfs/src/main/resources/log4j2.component.properties index c85e483499..f7fbedc57c 100644 --- a/xplan-webservices/xplansyn-wfs/src/main/resources/log4j2.component.properties +++ b/xplan-webservices/xplansyn-wfs/src/main/resources/log4j2.component.properties @@ -1 +1,21 @@ -log4j2.configurationFile=classpath:/log4j2.yaml \ No newline at end of file +### +# #%L +# xplansyn-wfs - deegree XPlanSyn WebFeatureService +# %% +# Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# #L% +### +log4j2.configurationFile=classpath:/log4j2.yaml diff --git a/xplan-workspaces/LICENSE_UNKNOWN.txt b/xplan-workspaces/LICENSE_UNKNOWN.txt index ba9ab30ede..21ba4f1570 100644 --- a/xplan-workspaces/LICENSE_UNKNOWN.txt +++ b/xplan-workspaces/LICENSE_UNKNOWN.txt @@ -87,9 +87,11 @@ Inhalt des Verzeichnisses src/main/workspace/styles/xplansyn/symbols/: ├── schutzgebgembed_sym.svg ├── schutzgebgeschbio_sym.svg ├── schutzgebgeschla_sym.svg +├── schutzgeblandsch_sym.svg ├── schutzgebnatpark_sym.svg ├── schutzgebnaturdenk_sym.svg ├── schutzgebnaturpark_sym.svg +├── schutzgebnatur_sym.svg ├── schutzpflentwfl_rs.svg ├── sichtflaeche.png ├── speziellebauweise_arkade.png @@ -102,7 +104,6 @@ Inhalt des Verzeichnisses src/main/workspace/styles/xplansyn/symbols/: ├── spispoanlflspo_sym.svg ├── strkoerperauf_rs.svg ├── strkoerperstuetz_rs.svg -├── test.txt ├── todo.svg ├── verentsorgabfall_sym.svg ├── verentsorgablag_sym.svg @@ -110,6 +111,7 @@ Inhalt des Verzeichnisses src/main/workspace/styles/xplansyn/symbols/: ├── verentsorgelektr_sym.svg ├── verentsorggas_sym.svg ├── verentsorgwasser_sym.svg -└── verksflbeszwb_neu.png +├── verksflbeszwb_neu.png +└── wegerecht.svg diff --git a/xplan-workspaces/pom.xml b/xplan-workspaces/pom.xml index 42c37041e2..81d0870be5 100644 --- a/xplan-workspaces/pom.xml +++ b/xplan-workspaces/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>de.latlon.product.xplanbox</groupId> <artifactId>xplanbox</artifactId> - <version>7.1-SNAPSHOT</version> + <version>7.1</version> </parent> <build> diff --git a/xplan-workspaces/src/main/workspace/appschemas/inspireplu/PlannedLandUse.xsd b/xplan-workspaces/src/main/workspace/appschemas/inspireplu/PlannedLandUse.xsd index 4518ec0959..6938089cfe 100644 --- a/xplan-workspaces/src/main/workspace/appschemas/inspireplu/PlannedLandUse.xsd +++ b/xplan-workspaces/src/main/workspace/appschemas/inspireplu/PlannedLandUse.xsd @@ -1,6 +1,27 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + xplan-workspaces - Modul zur Gruppierung aller Workspaces + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L% + --> + <schema xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://inspire.ec.europa.eu/schemas/plu/4.0" version="4.0"> <include schemaLocation="https://inspire.ec.europa.eu/schemas/plu/4.0/PlannedLandUse.xsd" /> -</schema> \ No newline at end of file +</schema> diff --git a/xplan-workspaces/src/main/workspace/datasources/feature/bbox_cache-xplangml/bbox_cache.properties b/xplan-workspaces/src/main/workspace/datasources/feature/bbox_cache-xplangml/bbox_cache.properties index a455b1e639..157ea5e8d7 100644 --- a/xplan-workspaces/src/main/workspace/datasources/feature/bbox_cache-xplangml/bbox_cache.properties +++ b/xplan-workspaces/src/main/workspace/datasources/feature/bbox_cache-xplangml/bbox_cache.properties @@ -7,12 +7,12 @@ # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # #L% diff --git a/xplan-workspaces/src/main/workspace/datasources/feature/bbox_cache-xplansyn/bbox_cache.properties b/xplan-workspaces/src/main/workspace/datasources/feature/bbox_cache-xplansyn/bbox_cache.properties index adfa612590..ead6ececfc 100644 --- a/xplan-workspaces/src/main/workspace/datasources/feature/bbox_cache-xplansyn/bbox_cache.properties +++ b/xplan-workspaces/src/main/workspace/datasources/feature/bbox_cache-xplansyn/bbox_cache.properties @@ -7,12 +7,12 @@ # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # #L% diff --git a/xplan-workspaces/src/main/workspace/datasources/feature/xplansyn.xml b/xplan-workspaces/src/main/workspace/datasources/feature/xplansyn.xml index 801321f0a0..f78a225031 100644 --- a/xplan-workspaces/src/main/workspace/datasources/feature/xplansyn.xml +++ b/xplan-workspaces/src/main/workspace/datasources/feature/xplansyn.xml @@ -1,21 +1,21 @@ <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%--> + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%--> <!--Diese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35--> <SQLFeatureStore xmlns="http://www.deegree.org/datasource/feature/sql" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.deegree.org/datasource/feature/sql http://schemas.deegree.org/3.5/datasource/feature/sql/sql.xsd" xmlns:xplan="http://www.deegree.org/xplanung/1/0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gml="http://www.opengis.net/gml/3.2"> <JDBCConnId>xplan</JDBCConnId> @@ -14521,4 +14521,4 @@ <Primitive path="xplan:rechtscharakter" mapping="xplan_rechtscharakter"/> <Primitive path="xplan:rechtscharakterWert" mapping="xplan_rechtscharakterwert"/> </FeatureTypeMapping> -</SQLFeatureStore> \ No newline at end of file +</SQLFeatureStore> diff --git a/xplan-workspaces/src/main/workspace/datasources/feature/xplansynarchive.xml b/xplan-workspaces/src/main/workspace/datasources/feature/xplansynarchive.xml index 8b62efbed6..8bfc822de9 100644 --- a/xplan-workspaces/src/main/workspace/datasources/feature/xplansynarchive.xml +++ b/xplan-workspaces/src/main/workspace/datasources/feature/xplansynarchive.xml @@ -1,21 +1,21 @@ <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%--> + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%--> <!--Diese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35--> <SQLFeatureStore xmlns="http://www.deegree.org/datasource/feature/sql" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.deegree.org/datasource/feature/sql http://schemas.deegree.org/3.5/datasource/feature/sql/sql.xsd" xmlns:xplan="http://www.deegree.org/xplanung/1/0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gml="http://www.opengis.net/gml/3.2"> <JDBCConnId>xplan</JDBCConnId> @@ -14521,4 +14521,4 @@ <Primitive path="xplan:rechtscharakter" mapping="xplan_rechtscharakter"/> <Primitive path="xplan:rechtscharakterWert" mapping="xplan_rechtscharakterwert"/> </FeatureTypeMapping> -</SQLFeatureStore> \ No newline at end of file +</SQLFeatureStore> diff --git a/xplan-workspaces/src/main/workspace/datasources/feature/xplansynpre.xml b/xplan-workspaces/src/main/workspace/datasources/feature/xplansynpre.xml index 56a5cd06bb..8ccff312ce 100644 --- a/xplan-workspaces/src/main/workspace/datasources/feature/xplansynpre.xml +++ b/xplan-workspaces/src/main/workspace/datasources/feature/xplansynpre.xml @@ -1,21 +1,21 @@ <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%--> + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%--> <!--Diese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35--> <SQLFeatureStore xmlns="http://www.deegree.org/datasource/feature/sql" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.deegree.org/datasource/feature/sql http://schemas.deegree.org/3.5/datasource/feature/sql/sql.xsd" xmlns:xplan="http://www.deegree.org/xplanung/1/0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gml="http://www.opengis.net/gml/3.2"> <JDBCConnId>xplan</JDBCConnId> @@ -14521,4 +14521,4 @@ <Primitive path="xplan:rechtscharakter" mapping="xplan_rechtscharakter"/> <Primitive path="xplan:rechtscharakterWert" mapping="xplan_rechtscharakterwert"/> </FeatureTypeMapping> -</SQLFeatureStore> \ No newline at end of file +</SQLFeatureStore> diff --git a/xplan-workspaces/src/main/workspace/datasources/feature/xplanvalidator.xml b/xplan-workspaces/src/main/workspace/datasources/feature/xplanvalidator.xml index 70f08b2562..d24683fa50 100644 --- a/xplan-workspaces/src/main/workspace/datasources/feature/xplanvalidator.xml +++ b/xplan-workspaces/src/main/workspace/datasources/feature/xplanvalidator.xml @@ -1,21 +1,21 @@ <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%--> + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%--> <!--Diese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35--> <SQLFeatureStore xmlns="http://www.deegree.org/datasource/feature/sql" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.deegree.org/datasource/feature/sql http://schemas.deegree.org/3.5/datasource/feature/sql/sql.xsd" xmlns:xplan="http://www.deegree.org/xplanung/1/0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gml="http://www.opengis.net/gml/3.2"> <JDBCConnId>xplan</JDBCConnId> @@ -14521,4 +14521,4 @@ <Primitive path="xplan:rechtscharakter" mapping="xplan_rechtscharakter"/> <Primitive path="xplan:rechtscharakterWert" mapping="xplan_rechtscharakterwert"/> </FeatureTypeMapping> -</SQLFeatureStore> \ No newline at end of file +</SQLFeatureStore> diff --git a/xplan-workspaces/src/main/workspace/layers/bplan.xml b/xplan-workspaces/src/main/workspace/layers/bplan.xml index b129b8d8dc..5e431d8c96 100644 --- a/xplan-workspaces/src/main/workspace/layers/bplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/bplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/bplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/bplanarchive.xml index 116a17ef7d..da3e33cfd5 100644 --- a/xplan-workspaces/src/main/workspace/layers/bplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/bplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/bplanpre.xml b/xplan-workspaces/src/main/workspace/layers/bplanpre.xml index 5c16bb25ac..4e2a0e2931 100644 --- a/xplan-workspaces/src/main/workspace/layers/bplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/bplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/fplan.xml b/xplan-workspaces/src/main/workspace/layers/fplan.xml index 50af195fba..16bfc11ae3 100644 --- a/xplan-workspaces/src/main/workspace/layers/fplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/fplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/fplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/fplanarchive.xml index 12b13eb372..2f7764b14a 100644 --- a/xplan-workspaces/src/main/workspace/layers/fplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/fplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/fplanpre.xml b/xplan-workspaces/src/main/workspace/layers/fplanpre.xml index 1c63837fd7..4c923a6047 100644 --- a/xplan-workspaces/src/main/workspace/layers/fplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/fplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/lplan.xml b/xplan-workspaces/src/main/workspace/layers/lplan.xml index b215f676f5..a7dd66aa5b 100644 --- a/xplan-workspaces/src/main/workspace/layers/lplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/lplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/lplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/lplanarchive.xml index bc562d0fc6..89a94fb687 100644 --- a/xplan-workspaces/src/main/workspace/layers/lplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/lplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/lplanpre.xml b/xplan-workspaces/src/main/workspace/layers/lplanpre.xml index 0b3bcf9a12..1c025cce70 100644 --- a/xplan-workspaces/src/main/workspace/layers/lplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/lplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-bplan.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-bplan.xml index 0411e668b2..2916477ddb 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-bplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-bplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-bplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-bplanarchive.xml index c459d71657..b0bf5e41d9 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-bplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-bplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-bplanpre.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-bplanpre.xml index 8f3a743d4c..eebc7f81f7 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-bplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-bplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-fplan.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-fplan.xml index ffaacf30c8..cb4e16d741 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-fplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-fplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-fplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-fplanarchive.xml index 019c04f0a9..de4a7b1854 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-fplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-fplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-fplanpre.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-fplanpre.xml index 0ba4d0119b..fa61b3077a 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-fplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-fplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-lplan.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-lplan.xml index 223333a05b..c0559c552c 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-lplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-lplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-lplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-lplanarchive.xml index 9e8fc1215f..138194564d 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-lplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-lplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-lplanpre.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-lplanpre.xml index f4d80d6fde..b82dbf1590 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-lplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-lplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-rplan.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-rplan.xml index 61c9a89c79..72d4b0d7b5 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-rplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-rplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-rplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-rplanarchive.xml index 03bd3c8f61..b4c32ecdd9 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-rplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-rplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-rplanpre.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-rplanpre.xml index 0f3bd2072a..9ddeb2012c 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-rplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-rplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-soplan.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-soplan.xml index 9a2e4ed755..795e6a667b 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-soplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-soplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-soplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-soplanarchive.xml index 489b7b3db8..c7f1fb15d2 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-soplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-soplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-soplanpre.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-soplanpre.xml index b66fe320c3..0d04700fa3 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-soplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/bp-soplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-bplan.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-bplan.xml index 5e5a3532f3..2de4512a1f 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-bplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-bplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-bplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-bplanarchive.xml index 5c4b4df774..8da3a58279 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-bplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-bplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-bplanpre.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-bplanpre.xml index cf906fedd1..7742308c65 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-bplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-bplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-fplan.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-fplan.xml index 5c4c5f8239..ad16e766b2 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-fplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-fplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-fplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-fplanarchive.xml index 35b61cacb7..e61b453088 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-fplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-fplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-fplanpre.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-fplanpre.xml index 38b830c61c..fd83745e93 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-fplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-fplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-lplan.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-lplan.xml index 04fa1834b3..28829f3b16 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-lplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-lplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-lplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-lplanarchive.xml index 13c6dae121..fec3f20783 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-lplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-lplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-lplanpre.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-lplanpre.xml index dc04bfc529..ad647aa4f6 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-lplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-lplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-rplan.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-rplan.xml index 2c575ce0ca..6352d9950a 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-rplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-rplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-rplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-rplanarchive.xml index 8a57b44097..bfa2a558c4 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-rplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-rplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-rplanpre.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-rplanpre.xml index d17efdb907..89dea07ff8 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-rplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-rplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-soplan.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-soplan.xml index afd8f728ab..f26943e2b8 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-soplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-soplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-soplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-soplanarchive.xml index f9a8298389..754a2d9505 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-soplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-soplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-soplanpre.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-soplanpre.xml index 65bf0a8c07..f9970a8568 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-soplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/fp-soplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-bplan.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-bplan.xml index 2fca054dbe..fb16bee7de 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-bplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-bplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-bplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-bplanarchive.xml index 6acd069140..9b646a9d9e 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-bplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-bplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-bplanpre.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-bplanpre.xml index 051f39fab0..0293e0137d 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-bplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-bplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-fplan.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-fplan.xml index f80c4eea30..389926d6a3 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-fplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-fplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-fplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-fplanarchive.xml index a158e63460..4ed97dfaad 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-fplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-fplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-fplanpre.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-fplanpre.xml index 6059028d97..252431233e 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-fplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-fplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-lplan.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-lplan.xml index e7f3d2f128..1b1ec5f3b0 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-lplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-lplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-lplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-lplanarchive.xml index d85be79c7a..e46acfc40b 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-lplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-lplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-lplanpre.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-lplanpre.xml index 7ac2c8a74e..034d2346cb 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-lplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-lplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-rplan.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-rplan.xml index 77988760cb..197c8c776d 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-rplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-rplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-rplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-rplanarchive.xml index 91d69bda20..6fab40c86f 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-rplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-rplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-rplanpre.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-rplanpre.xml index 298638e759..774d238978 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-rplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-rplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-soplan.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-soplan.xml index f57ebacb74..f99e7c9d96 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-soplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-soplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-soplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-soplanarchive.xml index fde658eb47..0aa661cbee 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-soplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-soplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-soplanpre.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-soplanpre.xml index 31c46146f8..207a79fbf7 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-soplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/lp-soplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-bplan.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-bplan.xml index e0c178108d..b933279a0a 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-bplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-bplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-bplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-bplanarchive.xml index cb0b803178..decbfaeaa1 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-bplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-bplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-bplanpre.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-bplanpre.xml index 57b4966255..0ec8cf54c7 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-bplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-bplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-fplan.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-fplan.xml index cbc1e58603..af25f64f27 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-fplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-fplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-fplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-fplanarchive.xml index ddfa5ce6a9..5e19de0722 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-fplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-fplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-fplanpre.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-fplanpre.xml index 48a3401074..527934a4e5 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-fplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-fplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-lplan.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-lplan.xml index d14578794a..fab81e6e2b 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-lplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-lplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-lplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-lplanarchive.xml index c0000b13e8..73e67dc89f 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-lplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-lplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-lplanpre.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-lplanpre.xml index d4c11d6bb1..870ccec39e 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-lplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-lplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-rplan.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-rplan.xml index 9d898e678c..56e7de7f2d 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-rplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-rplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-rplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-rplanarchive.xml index b990742523..5f93bb8755 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-rplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-rplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-rplanpre.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-rplanpre.xml index 90dad480b7..23cc3c3907 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-rplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-rplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-soplan.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-soplan.xml index 82ab210791..68ed5c827f 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-soplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-soplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-soplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-soplanarchive.xml index 3386fe996f..f50443b7d1 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-soplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-soplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-soplanpre.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-soplanpre.xml index 49206601ac..1e9c89017d 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-soplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/rp-soplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-bplan.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-bplan.xml index 67379c255c..b34ad47633 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-bplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-bplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-bplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-bplanarchive.xml index 4f26053376..837d5dbec0 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-bplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-bplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-bplanpre.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-bplanpre.xml index 78bd042b6d..611db625d8 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-bplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-bplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-fplan.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-fplan.xml index 99cf984972..ee5fdd71ce 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-fplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-fplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-fplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-fplanarchive.xml index 1f37a7e150..7a1563f6f5 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-fplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-fplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-fplanpre.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-fplanpre.xml index db3f541b3a..15208d42f0 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-fplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-fplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-lplan.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-lplan.xml index a933e2bc84..14e8a9aad1 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-lplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-lplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-lplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-lplanarchive.xml index abe42da202..8827f42bca 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-lplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-lplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-lplanpre.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-lplanpre.xml index 5cad0068cf..1bd5a92e9b 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-lplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-lplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-rplan.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-rplan.xml index 2a9892e050..6f673e0174 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-rplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-rplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-rplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-rplanarchive.xml index 207d80f0b1..cbfec9ca18 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-rplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-rplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-rplanpre.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-rplanpre.xml index b43d2801fe..b7b7000fc8 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-rplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-rplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-soplan.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-soplan.xml index 8619fc18f1..db68f820ac 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-soplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-soplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-soplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-soplanarchive.xml index 1022687589..71b8de72bd 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-soplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-soplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-soplanpre.xml b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-soplanpre.xml index 83edcf8604..446c8703ad 100644 --- a/xplan-workspaces/src/main/workspace/layers/planart-wms/so-soplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/planart-wms/so-soplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/rplan.xml b/xplan-workspaces/src/main/workspace/layers/rplan.xml index 9001d8608f..eab7c1ea93 100644 --- a/xplan-workspaces/src/main/workspace/layers/rplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/rplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/rplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/rplanarchive.xml index f358f25115..544bfd4847 100644 --- a/xplan-workspaces/src/main/workspace/layers/rplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/rplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/rplanpre.xml b/xplan-workspaces/src/main/workspace/layers/rplanpre.xml index 3f4fce554a..6bd9c50f43 100644 --- a/xplan-workspaces/src/main/workspace/layers/rplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/rplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/soplan.xml b/xplan-workspaces/src/main/workspace/layers/soplan.xml index 44d18c37a7..23b262b39d 100644 --- a/xplan-workspaces/src/main/workspace/layers/soplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/soplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansyn</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/soplanarchive.xml b/xplan-workspaces/src/main/workspace/layers/soplanarchive.xml index e4fb9ba7e1..6bc77e8d9c 100644 --- a/xplan-workspaces/src/main/workspace/layers/soplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/layers/soplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynarchive</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/soplanpre.xml b/xplan-workspaces/src/main/workspace/layers/soplanpre.xml index 480acb593f..e3fb989655 100644 --- a/xplan-workspaces/src/main/workspace/layers/soplanpre.xml +++ b/xplan-workspaces/src/main/workspace/layers/soplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplansynpre</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/bp-bplan.xml b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/bp-bplan.xml index a4e9f19851..1dd6fce31a 100644 --- a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/bp-bplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/bp-bplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplanvalidator</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/bp-fplan.xml b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/bp-fplan.xml index f574f4fa34..23cd574e06 100644 --- a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/bp-fplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/bp-fplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplanvalidator</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/bp-lplan.xml b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/bp-lplan.xml index d76d4fa280..20b8e256ee 100644 --- a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/bp-lplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/bp-lplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplanvalidator</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/bp-rplan.xml b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/bp-rplan.xml index a9ae13420a..3b1356d853 100644 --- a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/bp-rplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/bp-rplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplanvalidator</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/bp-soplan.xml b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/bp-soplan.xml index 879d835dce..ef8f630f4c 100644 --- a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/bp-soplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/bp-soplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplanvalidator</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/fp-bplan.xml b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/fp-bplan.xml index 085863c068..0a4315996b 100644 --- a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/fp-bplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/fp-bplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplanvalidator</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/fp-fplan.xml b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/fp-fplan.xml index a07a0cb831..99887e2b55 100644 --- a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/fp-fplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/fp-fplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplanvalidator</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/fp-lplan.xml b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/fp-lplan.xml index 10a794c43c..0fca8f33c6 100644 --- a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/fp-lplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/fp-lplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplanvalidator</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/fp-rplan.xml b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/fp-rplan.xml index b11050846c..814dda9f56 100644 --- a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/fp-rplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/fp-rplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplanvalidator</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/fp-soplan.xml b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/fp-soplan.xml index 0a410c207e..9f94ccf908 100644 --- a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/fp-soplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/fp-soplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplanvalidator</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/lp-bplan.xml b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/lp-bplan.xml index 61d4dc8a8c..ec4a518498 100644 --- a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/lp-bplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/lp-bplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplanvalidator</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/lp-fplan.xml b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/lp-fplan.xml index fd535d156f..5166a759de 100644 --- a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/lp-fplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/lp-fplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplanvalidator</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/lp-lplan.xml b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/lp-lplan.xml index 17fc5829ed..ec3e25d81d 100644 --- a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/lp-lplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/lp-lplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplanvalidator</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/lp-rplan.xml b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/lp-rplan.xml index dcb5239204..7f539d3cf4 100644 --- a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/lp-rplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/lp-rplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplanvalidator</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/lp-soplan.xml b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/lp-soplan.xml index 6e06134ca4..46403a956e 100644 --- a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/lp-soplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/lp-soplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplanvalidator</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/rp-bplan.xml b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/rp-bplan.xml index d1e5859d59..875f0bd798 100644 --- a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/rp-bplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/rp-bplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplanvalidator</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/rp-fplan.xml b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/rp-fplan.xml index e4ca23fd1e..6d1e347ff6 100644 --- a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/rp-fplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/rp-fplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplanvalidator</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/rp-lplan.xml b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/rp-lplan.xml index 01e51a6a1e..a0b5f9b323 100644 --- a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/rp-lplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/rp-lplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplanvalidator</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/rp-rplan.xml b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/rp-rplan.xml index b6965965a6..0d55ad0bd3 100644 --- a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/rp-rplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/rp-rplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplanvalidator</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/rp-soplan.xml b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/rp-soplan.xml index d53ff8580a..f510dbae2a 100644 --- a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/rp-soplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/rp-soplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplanvalidator</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/so-bplan.xml b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/so-bplan.xml index 2b63c7c05c..0aaabbc251 100644 --- a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/so-bplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/so-bplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplanvalidator</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/so-fplan.xml b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/so-fplan.xml index acaebd5171..c9f14b6650 100644 --- a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/so-fplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/so-fplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplanvalidator</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/so-lplan.xml b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/so-lplan.xml index a330db2eab..5b9ae8e628 100644 --- a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/so-lplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/so-lplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplanvalidator</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/so-rplan.xml b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/so-rplan.xml index a0c40b1dc0..f341af647d 100644 --- a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/so-rplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/so-rplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplanvalidator</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/so-soplan.xml b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/so-soplan.xml index 6dbadf247d..c68631bd71 100644 --- a/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/so-soplan.xml +++ b/xplan-workspaces/src/main/workspace/layers/validator-wms/sql/so-soplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <FeatureStoreId>xplanvalidator</FeatureStoreId> diff --git a/xplan-workspaces/src/main/workspace/storedqueries/xplansyn/planName.xml b/xplan-workspaces/src/main/workspace/storedqueries/xplansyn/planName.xml index 6540d4dc1e..24441ac00f 100644 --- a/xplan-workspaces/src/main/workspace/storedqueries/xplansyn/planName.xml +++ b/xplan-workspaces/src/main/workspace/storedqueries/xplansyn/planName.xml @@ -1,21 +1,21 @@ <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%--> + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%--> <!--Diese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35--> <wfs:StoredQueryDefinition xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://schemas.opengis.net/wfs/2.0/wfs.xsd" id="urn:ogc:def:query:OGC-WFS::PlanName"> <wfs:Title>planName</wfs:Title> @@ -6941,4 +6941,4 @@ </fes:Filter> </wfs:Query> </wfs:QueryExpressionText> -</wfs:StoredQueryDefinition> \ No newline at end of file +</wfs:StoredQueryDefinition> diff --git a/xplan-workspaces/src/main/workspace/themes/bplan.xml b/xplan-workspaces/src/main/workspace/themes/bplan.xml index 5ab4594230..e5ebf44fa2 100644 --- a/xplan-workspaces/src/main/workspace/themes/bplan.xml +++ b/xplan-workspaces/src/main/workspace/themes/bplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>bplan</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/bplanarchive.xml b/xplan-workspaces/src/main/workspace/themes/bplanarchive.xml index 3f311238be..c502f71f44 100644 --- a/xplan-workspaces/src/main/workspace/themes/bplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/themes/bplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>bplanarchive</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/bplanpre.xml b/xplan-workspaces/src/main/workspace/themes/bplanpre.xml index 71ec166440..a638a76bf2 100644 --- a/xplan-workspaces/src/main/workspace/themes/bplanpre.xml +++ b/xplan-workspaces/src/main/workspace/themes/bplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>bplanpre</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/fplan.xml b/xplan-workspaces/src/main/workspace/themes/fplan.xml index c8ae7c8005..ec44d6a8f3 100644 --- a/xplan-workspaces/src/main/workspace/themes/fplan.xml +++ b/xplan-workspaces/src/main/workspace/themes/fplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>fplan</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/fplanarchive.xml b/xplan-workspaces/src/main/workspace/themes/fplanarchive.xml index 9bcba2c0c4..952da1e805 100644 --- a/xplan-workspaces/src/main/workspace/themes/fplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/themes/fplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>fplanarchive</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/fplanpre.xml b/xplan-workspaces/src/main/workspace/themes/fplanpre.xml index b0a3757d97..66e22849cc 100644 --- a/xplan-workspaces/src/main/workspace/themes/fplanpre.xml +++ b/xplan-workspaces/src/main/workspace/themes/fplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>fplanpre</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/lplan.xml b/xplan-workspaces/src/main/workspace/themes/lplan.xml index 8bb082cb27..8c698b5d76 100644 --- a/xplan-workspaces/src/main/workspace/themes/lplan.xml +++ b/xplan-workspaces/src/main/workspace/themes/lplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>lplan</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/lplanarchive.xml b/xplan-workspaces/src/main/workspace/themes/lplanarchive.xml index 518fc72ab1..915fbdfc3d 100644 --- a/xplan-workspaces/src/main/workspace/themes/lplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/themes/lplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>lplanarchive</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/lplanpre.xml b/xplan-workspaces/src/main/workspace/themes/lplanpre.xml index 6913c17903..6b4db82889 100644 --- a/xplan-workspaces/src/main/workspace/themes/lplanpre.xml +++ b/xplan-workspaces/src/main/workspace/themes/lplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>lplanpre</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/planart-wms/bplan.xml b/xplan-workspaces/src/main/workspace/themes/planart-wms/bplan.xml index 83ed3321bf..f9a290f1e1 100644 --- a/xplan-workspaces/src/main/workspace/themes/planart-wms/bplan.xml +++ b/xplan-workspaces/src/main/workspace/themes/planart-wms/bplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>planart-wms/bp-soplan</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/planart-wms/bplanarchive.xml b/xplan-workspaces/src/main/workspace/themes/planart-wms/bplanarchive.xml index d0691e8069..2e4fa01337 100644 --- a/xplan-workspaces/src/main/workspace/themes/planart-wms/bplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/themes/planart-wms/bplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>planart-wms/bp-bplanarchive</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/planart-wms/bplanpre.xml b/xplan-workspaces/src/main/workspace/themes/planart-wms/bplanpre.xml index 61301a1bde..79df629764 100644 --- a/xplan-workspaces/src/main/workspace/themes/planart-wms/bplanpre.xml +++ b/xplan-workspaces/src/main/workspace/themes/planart-wms/bplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>planart-wms/bp-soplanpre</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/planart-wms/fplan.xml b/xplan-workspaces/src/main/workspace/themes/planart-wms/fplan.xml index 3d198f49ee..dc4ce70c68 100644 --- a/xplan-workspaces/src/main/workspace/themes/planart-wms/fplan.xml +++ b/xplan-workspaces/src/main/workspace/themes/planart-wms/fplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>planart-wms/fp-lplan</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/planart-wms/fplanarchive.xml b/xplan-workspaces/src/main/workspace/themes/planart-wms/fplanarchive.xml index a842932fd5..0c312c05f1 100644 --- a/xplan-workspaces/src/main/workspace/themes/planart-wms/fplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/themes/planart-wms/fplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>planart-wms/fp-fplanarchive</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/planart-wms/fplanpre.xml b/xplan-workspaces/src/main/workspace/themes/planart-wms/fplanpre.xml index 7f806f1a66..0973f8fe9c 100644 --- a/xplan-workspaces/src/main/workspace/themes/planart-wms/fplanpre.xml +++ b/xplan-workspaces/src/main/workspace/themes/planart-wms/fplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>planart-wms/fp-bplanpre</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/planart-wms/lplan.xml b/xplan-workspaces/src/main/workspace/themes/planart-wms/lplan.xml index ea14a4d2e5..6863b6b2a5 100644 --- a/xplan-workspaces/src/main/workspace/themes/planart-wms/lplan.xml +++ b/xplan-workspaces/src/main/workspace/themes/planart-wms/lplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>planart-wms/lp-fplan</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/planart-wms/lplanarchive.xml b/xplan-workspaces/src/main/workspace/themes/planart-wms/lplanarchive.xml index b4c2a3580d..d69b1a7de7 100644 --- a/xplan-workspaces/src/main/workspace/themes/planart-wms/lplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/themes/planart-wms/lplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>planart-wms/lp-lplanarchive</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/planart-wms/lplanpre.xml b/xplan-workspaces/src/main/workspace/themes/planart-wms/lplanpre.xml index cb561711ef..5c1dc6c121 100644 --- a/xplan-workspaces/src/main/workspace/themes/planart-wms/lplanpre.xml +++ b/xplan-workspaces/src/main/workspace/themes/planart-wms/lplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>planart-wms/lp-fplanpre</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/planart-wms/rplan.xml b/xplan-workspaces/src/main/workspace/themes/planart-wms/rplan.xml index 1b813322da..9b0c06d2b3 100644 --- a/xplan-workspaces/src/main/workspace/themes/planart-wms/rplan.xml +++ b/xplan-workspaces/src/main/workspace/themes/planart-wms/rplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>planart-wms/rp-lplan</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/planart-wms/rplanarchive.xml b/xplan-workspaces/src/main/workspace/themes/planart-wms/rplanarchive.xml index 7414eb48c8..1e1dc1c9d8 100644 --- a/xplan-workspaces/src/main/workspace/themes/planart-wms/rplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/themes/planart-wms/rplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>planart-wms/rp-lplanarchive</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/planart-wms/rplanpre.xml b/xplan-workspaces/src/main/workspace/themes/planart-wms/rplanpre.xml index 383cefb952..237f587127 100644 --- a/xplan-workspaces/src/main/workspace/themes/planart-wms/rplanpre.xml +++ b/xplan-workspaces/src/main/workspace/themes/planart-wms/rplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>planart-wms/rp-rplanpre</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/planart-wms/soplan.xml b/xplan-workspaces/src/main/workspace/themes/planart-wms/soplan.xml index 1c3ffd6fe7..e25a81bce6 100644 --- a/xplan-workspaces/src/main/workspace/themes/planart-wms/soplan.xml +++ b/xplan-workspaces/src/main/workspace/themes/planart-wms/soplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>planart-wms/so-soplan</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/planart-wms/soplanarchive.xml b/xplan-workspaces/src/main/workspace/themes/planart-wms/soplanarchive.xml index bfa800f997..f294a665cc 100644 --- a/xplan-workspaces/src/main/workspace/themes/planart-wms/soplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/themes/planart-wms/soplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>planart-wms/so-soplanarchive</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/planart-wms/soplanpre.xml b/xplan-workspaces/src/main/workspace/themes/planart-wms/soplanpre.xml index ab757404d8..8205a411d3 100644 --- a/xplan-workspaces/src/main/workspace/themes/planart-wms/soplanpre.xml +++ b/xplan-workspaces/src/main/workspace/themes/planart-wms/soplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>planart-wms/so-soplanpre</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/rplan.xml b/xplan-workspaces/src/main/workspace/themes/rplan.xml index ce02823617..9cc02f1366 100644 --- a/xplan-workspaces/src/main/workspace/themes/rplan.xml +++ b/xplan-workspaces/src/main/workspace/themes/rplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>rplan</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/rplanarchive.xml b/xplan-workspaces/src/main/workspace/themes/rplanarchive.xml index c4eff3df0a..49eb5dc2f9 100644 --- a/xplan-workspaces/src/main/workspace/themes/rplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/themes/rplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>rplanarchive</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/rplanpre.xml b/xplan-workspaces/src/main/workspace/themes/rplanpre.xml index fceb9ddba3..759439c2c2 100644 --- a/xplan-workspaces/src/main/workspace/themes/rplanpre.xml +++ b/xplan-workspaces/src/main/workspace/themes/rplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>rplanpre</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/soplan.xml b/xplan-workspaces/src/main/workspace/themes/soplan.xml index 78b267971f..ef098fe340 100644 --- a/xplan-workspaces/src/main/workspace/themes/soplan.xml +++ b/xplan-workspaces/src/main/workspace/themes/soplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>soplan</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/soplanarchive.xml b/xplan-workspaces/src/main/workspace/themes/soplanarchive.xml index 6a136911df..592c0f157e 100644 --- a/xplan-workspaces/src/main/workspace/themes/soplanarchive.xml +++ b/xplan-workspaces/src/main/workspace/themes/soplanarchive.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>soplanarchive</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/soplanpre.xml b/xplan-workspaces/src/main/workspace/themes/soplanpre.xml index 00ae753f2e..97de30817a 100644 --- a/xplan-workspaces/src/main/workspace/themes/soplanpre.xml +++ b/xplan-workspaces/src/main/workspace/themes/soplanpre.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>soplanpre</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/validator-wms/memory/bplan.xml b/xplan-workspaces/src/main/workspace/themes/validator-wms/memory/bplan.xml index 68b3003377..200bcec6c5 100644 --- a/xplan-workspaces/src/main/workspace/themes/validator-wms/memory/bplan.xml +++ b/xplan-workspaces/src/main/workspace/themes/validator-wms/memory/bplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>bplan</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/validator-wms/memory/fplan.xml b/xplan-workspaces/src/main/workspace/themes/validator-wms/memory/fplan.xml index 32f7fef4c1..a2883d0f1a 100644 --- a/xplan-workspaces/src/main/workspace/themes/validator-wms/memory/fplan.xml +++ b/xplan-workspaces/src/main/workspace/themes/validator-wms/memory/fplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>rplan</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/validator-wms/memory/lplan.xml b/xplan-workspaces/src/main/workspace/themes/validator-wms/memory/lplan.xml index a5f224a8c6..30bfe6fb55 100644 --- a/xplan-workspaces/src/main/workspace/themes/validator-wms/memory/lplan.xml +++ b/xplan-workspaces/src/main/workspace/themes/validator-wms/memory/lplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>lplan</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/validator-wms/memory/rplan.xml b/xplan-workspaces/src/main/workspace/themes/validator-wms/memory/rplan.xml index 626bea4553..c18dfe23c9 100644 --- a/xplan-workspaces/src/main/workspace/themes/validator-wms/memory/rplan.xml +++ b/xplan-workspaces/src/main/workspace/themes/validator-wms/memory/rplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>rplan</LayerStoreId> diff --git a/xplan-workspaces/src/main/workspace/themes/validator-wms/memory/soplan.xml b/xplan-workspaces/src/main/workspace/themes/validator-wms/memory/soplan.xml index d426c24d96..f13426aff6 100644 --- a/xplan-workspaces/src/main/workspace/themes/validator-wms/memory/soplan.xml +++ b/xplan-workspaces/src/main/workspace/themes/validator-wms/memory/soplan.xml @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- #%L - xplanbox-syn - Automatisiert erzeugte Konfiguration - %% - Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 + xplanbox-syn - Automatisiert erzeugte Konfiguration + %% + Copyright (C) 2008 - 2023 Freie und Hansestadt Hamburg, developed by lat/lon gesellschaft für raumbezogene Informationssysteme mbH + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L%/nDiese Datei wird automatisiert generiert! Aenderungen sollten nicht manuell vorgenommen werden! Datei wurde generiert am 02.11.2023, 10:41:35 --> <Themes xmlns="http://www.deegree.org/themes/standard" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial"> <LayerStoreId>soplan</LayerStoreId> -- GitLab