From 1cd158937ac8850bad8d0d8d8ce888eccdf3dd46 Mon Sep 17 00:00:00 2001 From: pathmapper Date: Wed, 14 Feb 2024 15:15:01 +0100 Subject: [PATCH] Add and modify a bunch of styles styles provided by @stoni100 --- metadata.txt | 5 +- styles/BP_BaugebietsTeilFlaeche_Flaeche.qml | 167 +- styles/BP_GemeinbedarfsFlaeche_Flaeche.qml | 401 +- ...BP_GemeinschaftsanlagenFlaeche_Flaeche.qml | 1579 +++---- styles/BP_GruenFlaeche_Flaeche.qml | 105 +- styles/BP_Immissionsschutz_Flaeche.qml | 1614 +++---- styles/BP_KennzeichnungsFlaeche_Flaeche.qml | 199 +- styles/BP_NebenanlagenFlaeche_Flaeche.qml | 422 +- ...eberbaubareGrundstuecksflaeche_Flaeche.qml | 223 +- styles/BP_NutzungsartenGrenze_Linie.qml | 203 +- styles/BP_Plan_Flaeche.qml | 365 +- ...P_RegelungVergnuegungsstaetten_Flaeche.qml | 196 + ...eberbaubareGrundstuecksFlaeche_Flaeche.qml | 251 +- styles/BP_VerEntsorgung_Flaeche.qml | 1067 +++-- ...aecheBesondererZweckbestimmung_Flaeche.qml | 1545 ++++--- ...flaecheBesondererZweckbestimmung_Linie.qml | 2662 +---------- styles/BP_WaldFlaeche_Flaeche.qml | 210 +- styles/BP_Wegerecht_Flaeche.qml | 1499 ++++--- styles/BP_Wegerecht_Linie.qml | 1408 +++--- styles/FP_PrivilegiertesVorhaben_Flaeche.qml | 499 +-- styles/FP_SpielSportanlage_Flaeche.qml | 427 +- styles/LP_Plan_Flaeche.qml | 316 +- ...mterTeileVonNaturUndLandschaft_Flaeche.qml | 2721 ++++++------ styles/RP_Achse_Flaeche.qml | 205 + styles/RP_Achse_Linie.qml | 263 +- styles/RP_Bodenschutz_Flaeche.qml | 1624 +++++++ styles/RP_Bodenschutz_Punkt.qml | 217 + styles/RP_Einzelhandel_Flaeche.qml | 2218 +++++----- styles/RP_Einzelhandel_Punkt.qml | 245 +- styles/RP_Energieversorgung_Flaeche.qml | 827 ++-- styles/RP_Energieversorgung_Linie.qml | 327 +- styles/RP_Energieversorgung_Punkt.qml | 289 +- styles/RP_Entsorgung_Flaeche.qml | 3893 +++++++++-------- styles/RP_Entsorgung_Linie.qml | 443 +- styles/RP_Entsorgung_Punkt.qml | 245 +- styles/RP_Erholung_Flaeche.qml | 2567 +++++------ styles/RP_Plan_Flaeche.qml | 321 +- styles/RP_Raumkategorie_Flaeche.qml | 168 + styles/SO_Denkmalschutzrecht_Flaeche.qml | 512 +-- styles/SO_Denkmalschutzrecht_Punkt.qml | 647 ++- ...O_SchutzgebietNaturschutzrecht_Flaeche.qml | 3083 ++++++------- styles/SO_Wasserrecht_Punkt.qml | 261 ++ 42 files changed, 18661 insertions(+), 17778 deletions(-) create mode 100644 styles/BP_RegelungVergnuegungsstaetten_Flaeche.qml create mode 100644 styles/RP_Achse_Flaeche.qml create mode 100644 styles/RP_Bodenschutz_Flaeche.qml create mode 100644 styles/RP_Bodenschutz_Punkt.qml create mode 100644 styles/RP_Raumkategorie_Flaeche.qml create mode 100644 styles/SO_Wasserrecht_Punkt.qml diff --git a/metadata.txt b/metadata.txt index a398030..f39f393 100644 --- a/metadata.txt +++ b/metadata.txt @@ -10,7 +10,7 @@ about=Remark: - oder auch zum Erstellen eines QGIS-Server-Projektes, etwa um einen WMS eines Flächennutzungsplans zu veröffentlichen. tags=xplan,xplanung,bplan,bebauungsplan,fnp,flächennutzungsplan -version=0.23.0 +version=0.24.0 # we need at least QGIS Version 3.26.0 (LR) oder 3.22.9 (LTR) qgisMinimumVersion=3.26 author=Kreis Viersen @@ -21,8 +21,9 @@ homepage=https://github.com/kreis-viersen/xplan-reader/ icon=xplan_reader_icon.png server=False deprecated=False -changelog=unreleased: +changelog=v0.24.0: - basemap.de für LP_Plan und RP_Plan + - neue und optimierte Styles v0.23.0: - neue und optimierte Styles - Reihenfolge der Styles optimiert und neue Layer hinzugefügt diff --git a/styles/BP_BaugebietsTeilFlaeche_Flaeche.qml b/styles/BP_BaugebietsTeilFlaeche_Flaeche.qml index 7dcb578..3d30166 100644 --- a/styles/BP_BaugebietsTeilFlaeche_Flaeche.qml +++ b/styles/BP_BaugebietsTeilFlaeche_Flaeche.qml @@ -1,32 +1,32 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + - + @@ -169,33 +169,33 @@ - + - + @@ -204,131 +204,130 @@ - + - - - - + + + + - + - + - + - + - - - + + + - 0 0 - 1 <style> body {width: 400px;} div {width: 400px;} diff --git a/styles/BP_GemeinschaftsanlagenFlaeche_Flaeche.qml b/styles/BP_GemeinschaftsanlagenFlaeche_Flaeche.qml index 4bb83e1..8360fba 100644 --- a/styles/BP_GemeinschaftsanlagenFlaeche_Flaeche.qml +++ b/styles/BP_GemeinschaftsanlagenFlaeche_Flaeche.qml @@ -1,1122 +1,1159 @@ - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + - + - - - - + + + + - + - + - + - + - - - + + + - 0 0 + 2 diff --git a/styles/BP_GruenFlaeche_Flaeche.qml b/styles/BP_GruenFlaeche_Flaeche.qml index 7a07a5e..130f1ab 100644 --- a/styles/BP_GruenFlaeche_Flaeche.qml +++ b/styles/BP_GruenFlaeche_Flaeche.qml @@ -1,19 +1,19 @@ - - + + - - - - - - - - + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + - - + - + - + - + - - - - + - - + - + - + - + - - - - + - - + - + - + - + - - - - + - - + - + - + - + - - - - + - - + - + - + - + - - - - + - - + - + - + - + - - - - + - - + - + - + - + - - - - + - - + - + + + + + + + + + + + + + + + + + - + - - - - + + + + - + - + - + - + - - - + + + - - diff --git a/styles/BP_KennzeichnungsFlaeche_Flaeche.qml b/styles/BP_KennzeichnungsFlaeche_Flaeche.qml index 4c81f7d..506a3a3 100644 --- a/styles/BP_KennzeichnungsFlaeche_Flaeche.qml +++ b/styles/BP_KennzeichnungsFlaeche_Flaeche.qml @@ -1,22 +1,22 @@ - - + + - - - - - - - - - - - - + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + - + - - - - + + + + - + - + - + - + - - - + + + 0 0 + 2 diff --git a/styles/BP_NebenanlagenFlaeche_Flaeche.qml b/styles/BP_NebenanlagenFlaeche_Flaeche.qml index e6eec27..28d0681 100644 --- a/styles/BP_NebenanlagenFlaeche_Flaeche.qml +++ b/styles/BP_NebenanlagenFlaeche_Flaeche.qml @@ -1,301 +1,337 @@ - - + + - - + + - + - + - + - + + + + + + + + + + + + + + + + + - + - - - - + + + + - + - + - + - + - - - + + + - diff --git a/styles/BP_NichtUeberbaubareGrundstuecksflaeche_Flaeche.qml b/styles/BP_NichtUeberbaubareGrundstuecksflaeche_Flaeche.qml index f638603..255f887 100644 --- a/styles/BP_NichtUeberbaubareGrundstuecksflaeche_Flaeche.qml +++ b/styles/BP_NichtUeberbaubareGrundstuecksflaeche_Flaeche.qml @@ -1,34 +1,34 @@ - - + + - + - + @@ -37,175 +37,138 @@ - - - - - - - - - - - - - - - - - + - - - - + + + + - + - + - + - + - - - + + + - - 0 0 - 1 2 diff --git a/styles/BP_NutzungsartenGrenze_Linie.qml b/styles/BP_NutzungsartenGrenze_Linie.qml index d3fb27c..d16b94b 100644 --- a/styles/BP_NutzungsartenGrenze_Linie.qml +++ b/styles/BP_NutzungsartenGrenze_Linie.qml @@ -1,11 +1,11 @@ - - + + - + - + - + - - - - - - - - - - - - - - - - - + - + - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 0 + 1 diff --git a/styles/BP_Plan_Flaeche.qml b/styles/BP_Plan_Flaeche.qml index 7082180..29083a1 100644 --- a/styles/BP_Plan_Flaeche.qml +++ b/styles/BP_Plan_Flaeche.qml @@ -1,37 +1,37 @@ - - + + - + - + - + @@ -41,33 +41,33 @@ - + - + @@ -76,227 +76,226 @@ - + - - - - + + + + - + - + - + - + - - - + + + - - 0 0 - 1 2 diff --git a/styles/BP_RegelungVergnuegungsstaetten_Flaeche.qml b/styles/BP_RegelungVergnuegungsstaetten_Flaeche.qml new file mode 100644 index 0000000..f33e69d --- /dev/null +++ b/styles/BP_RegelungVergnuegungsstaetten_Flaeche.qml @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + 0 + + 2 + diff --git a/styles/BP_UeberbaubareGrundstuecksFlaeche_Flaeche.qml b/styles/BP_UeberbaubareGrundstuecksFlaeche_Flaeche.qml index 866da14..e925fa2 100644 --- a/styles/BP_UeberbaubareGrundstuecksFlaeche_Flaeche.qml +++ b/styles/BP_UeberbaubareGrundstuecksFlaeche_Flaeche.qml @@ -1,222 +1,185 @@ - - + + - + - + - - - - - - - - - - - - - - - - - + - - - - + + + + - + - + - + - + - - - + + + - 0 0 - 1 <style> body {width: 400px;} div {width: 400px;} diff --git a/styles/BP_VerEntsorgung_Flaeche.qml b/styles/BP_VerEntsorgung_Flaeche.qml index 6fc7fd9..c0663ba 100644 --- a/styles/BP_VerEntsorgung_Flaeche.qml +++ b/styles/BP_VerEntsorgung_Flaeche.qml @@ -1,910 +1,873 @@ - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - + - - - - + - - - - + - - - - + - - - - + - - - - + - - - - + - - - - + - - - - + - - - + - - - - + - - - - + - - - - + - - - - + - - - - + - - - - + - - - - + - - - - - - - - - - - - - - - - - - - - + - - - - + + + + - + - + - + - + - - - + + + - - + 0 0 - 1 2 diff --git a/styles/BP_VerkehrsflaecheBesondererZweckbestimmung_Flaeche.qml b/styles/BP_VerkehrsflaecheBesondererZweckbestimmung_Flaeche.qml index 0742e8b..31ec846 100644 --- a/styles/BP_VerkehrsflaecheBesondererZweckbestimmung_Flaeche.qml +++ b/styles/BP_VerkehrsflaecheBesondererZweckbestimmung_Flaeche.qml @@ -1,1243 +1,1206 @@ - - + + - - - - - - - - + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - + - - - - + + + + - + - + - + - + - - - + + + - - 0 0 - 1 <style> body {width: 420px;} div {width: 420px;} diff --git a/styles/BP_VerkehrsflaecheBesondererZweckbestimmung_Linie.qml b/styles/BP_VerkehrsflaecheBesondererZweckbestimmung_Linie.qml index 2c2bb5c..966c920 100644 --- a/styles/BP_VerkehrsflaecheBesondererZweckbestimmung_Linie.qml +++ b/styles/BP_VerkehrsflaecheBesondererZweckbestimmung_Linie.qml @@ -1,2596 +1,236 @@ - - - 1 - 1 - 1 - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - + - - - - + + + + - + - - - - - - - - - - - - - - - - - - - - + - + - - - - - - - - - - - - + - - - + + + - - - - 0 0 - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - - - 0 - generatedlayout - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "gmlName" - + 1 diff --git a/styles/BP_WaldFlaeche_Flaeche.qml b/styles/BP_WaldFlaeche_Flaeche.qml index 8ed30e0..9764b76 100644 --- a/styles/BP_WaldFlaeche_Flaeche.qml +++ b/styles/BP_WaldFlaeche_Flaeche.qml @@ -1,163 +1,199 @@ - - + + - + + + + + + + + + + + + + + + + + - + - - - - + + + + - + - + - - - + + + - diff --git a/styles/BP_Wegerecht_Flaeche.qml b/styles/BP_Wegerecht_Flaeche.qml index 5d9e7f9..a7f73e1 100644 --- a/styles/BP_Wegerecht_Flaeche.qml +++ b/styles/BP_Wegerecht_Flaeche.qml @@ -1,1106 +1,1069 @@ - - + + - - - - - - - - - - - + + + + + + + + + + + - + - + - + - - - + - + - + - - - + - + - + - + - + - + - - - + - + - + - - - + - + - + - - - + - + - + - - - + - + - + - - - + - + - + - - - + - + - + - - - + - + - + - - - - - - - - - - - - - - - - - - - + - - - - + + + + - + - + - + - + - - - + + + - 0 0 - 1 <style> body {width: 400px;} div {width: 400px;} diff --git a/styles/BP_Wegerecht_Linie.qml b/styles/BP_Wegerecht_Linie.qml index a3b3b8d..b801891 100644 --- a/styles/BP_Wegerecht_Linie.qml +++ b/styles/BP_Wegerecht_Linie.qml @@ -1,871 +1,995 @@ - - + + - - - - - - - - - - + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 0 <style> diff --git a/styles/FP_PrivilegiertesVorhaben_Flaeche.qml b/styles/FP_PrivilegiertesVorhaben_Flaeche.qml index f2b2eb0..a226d04 100644 --- a/styles/FP_PrivilegiertesVorhaben_Flaeche.qml +++ b/styles/FP_PrivilegiertesVorhaben_Flaeche.qml @@ -1,425 +1,388 @@ - - + + - - - + + + - + - + - + - + - + - + - + - - + - + - - - - - - - - - - - - - - - - - + - - - - + + + + - + - + - + - + - - - + + + - - 0 0 - 1 2 diff --git a/styles/FP_SpielSportanlage_Flaeche.qml b/styles/FP_SpielSportanlage_Flaeche.qml index 989c4d1..194565b 100644 --- a/styles/FP_SpielSportanlage_Flaeche.qml +++ b/styles/FP_SpielSportanlage_Flaeche.qml @@ -1,323 +1,360 @@ - - + + - - - + + + - + - + - + - + - + - + + + + + + + + + + + + + + + + + - + - - - - + + + + - + - + - + - + - - - + + + - 0 0 + 1 2 diff --git a/styles/LP_Plan_Flaeche.qml b/styles/LP_Plan_Flaeche.qml index b2a797f..b1d70d5 100644 --- a/styles/LP_Plan_Flaeche.qml +++ b/styles/LP_Plan_Flaeche.qml @@ -1,37 +1,37 @@ - - + + - + - + @@ -40,214 +40,214 @@ - + - - - - + + + + - + - + - + - + - - - + + + - diff --git a/styles/LP_SchutzBestimmterTeileVonNaturUndLandschaft_Flaeche.qml b/styles/LP_SchutzBestimmterTeileVonNaturUndLandschaft_Flaeche.qml index c18a10c..c77a89e 100644 --- a/styles/LP_SchutzBestimmterTeileVonNaturUndLandschaft_Flaeche.qml +++ b/styles/LP_SchutzBestimmterTeileVonNaturUndLandschaft_Flaeche.qml @@ -1,1984 +1,1919 @@ - - + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - + - + - - + - + - + - + - + - - - + - + - + - + - + - - + - + - + - + - + - - + - + - + - + - + - - + - + - + - + - + - - + - + - + - + - + - + - + - - + - + - + - + - + - - + - + - + - + - + - - - + - + - + - + - + - - + - + - + - + - + - - + - + - + - + - + - - + - + - + - + - + - - + - + - + - + - + - - + - + - + - - - - - - - - - - - - - - - - - + - - - - + + + + - + - + - + - + - - - + + + - 0 0 - 1 2 diff --git a/styles/RP_Achse_Flaeche.qml b/styles/RP_Achse_Flaeche.qml new file mode 100644 index 0000000..b77c47b --- /dev/null +++ b/styles/RP_Achse_Flaeche.qml @@ -0,0 +1,205 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + 0 + + 2 + diff --git a/styles/RP_Achse_Linie.qml b/styles/RP_Achse_Linie.qml index 6eb3669..39834d5 100644 --- a/styles/RP_Achse_Linie.qml +++ b/styles/RP_Achse_Linie.qml @@ -1,53 +1,101 @@ - - + + - + + - + - + + + + + + + + + + + + @@ -56,129 +104,130 @@ - + - - - - + + + + - + - + - + - + - - - + + + - 0 0 + 1 diff --git a/styles/RP_Bodenschutz_Flaeche.qml b/styles/RP_Bodenschutz_Flaeche.qml new file mode 100644 index 0000000..62e639d --- /dev/null +++ b/styles/RP_Bodenschutz_Flaeche.qml @@ -0,0 +1,1624 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + 0 + + 2 + diff --git a/styles/RP_Bodenschutz_Punkt.qml b/styles/RP_Bodenschutz_Punkt.qml new file mode 100644 index 0000000..4e1197b --- /dev/null +++ b/styles/RP_Bodenschutz_Punkt.qml @@ -0,0 +1,217 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + 0 + + 0 + diff --git a/styles/RP_Einzelhandel_Flaeche.qml b/styles/RP_Einzelhandel_Flaeche.qml index f8d17d0..9680d8e 100644 --- a/styles/RP_Einzelhandel_Flaeche.qml +++ b/styles/RP_Einzelhandel_Flaeche.qml @@ -1,1492 +1,1597 @@ - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -1495,129 +1600,130 @@ - + - - - - + + + + - + - + - + - + - - - + + + - 0 0 + 2 diff --git a/styles/RP_Einzelhandel_Punkt.qml b/styles/RP_Einzelhandel_Punkt.qml index 595f16b..b256504 100644 --- a/styles/RP_Einzelhandel_Punkt.qml +++ b/styles/RP_Einzelhandel_Punkt.qml @@ -1,75 +1,75 @@ - - + + - + - + - + - + @@ -78,129 +78,130 @@ - + - - - - + + + + - + - + - + - + - - - + + + - 0 0 + 0 diff --git a/styles/RP_Energieversorgung_Flaeche.qml b/styles/RP_Energieversorgung_Flaeche.qml index 5909037..c254cb1 100644 --- a/styles/RP_Energieversorgung_Flaeche.qml +++ b/styles/RP_Energieversorgung_Flaeche.qml @@ -1,674 +1,711 @@ - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + - + - - - - + + + + - + - + - + - + - - - + + + - + 0 0 + 2 diff --git a/styles/RP_Energieversorgung_Linie.qml b/styles/RP_Energieversorgung_Linie.qml index 097d675..e16723d 100644 --- a/styles/RP_Energieversorgung_Linie.qml +++ b/styles/RP_Energieversorgung_Linie.qml @@ -1,222 +1,275 @@ - - + + - + - + - + + + + + + + + + + + + + + + + + - + - - - - + + + + - + - + - + - + - - - + + + - 0 0 + 1 diff --git a/styles/RP_Energieversorgung_Punkt.qml b/styles/RP_Energieversorgung_Punkt.qml index df5f6d9..16312b4 100644 --- a/styles/RP_Energieversorgung_Punkt.qml +++ b/styles/RP_Energieversorgung_Punkt.qml @@ -1,206 +1,251 @@ - - + + - + - + - + - + + + + + + + + + + + + + + + + + - + - - - - + + + + - + - + - + - + - - - + + + - 0 0 + 0 diff --git a/styles/RP_Entsorgung_Flaeche.qml b/styles/RP_Entsorgung_Flaeche.qml index fbeadd4..d78e00f 100644 --- a/styles/RP_Entsorgung_Flaeche.qml +++ b/styles/RP_Entsorgung_Flaeche.qml @@ -1,2780 +1,2817 @@ - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + - + - - - - + + + + - + - + - + - + - - - + + + - 0 0 + 2 diff --git a/styles/RP_Entsorgung_Linie.qml b/styles/RP_Entsorgung_Linie.qml index c58d4dc..d742fd3 100644 --- a/styles/RP_Entsorgung_Linie.qml +++ b/styles/RP_Entsorgung_Linie.qml @@ -1,162 +1,174 @@ - - + + - + - + - + @@ -165,131 +177,184 @@ + + + + + + + + + + + + + + + + - + - - - - + + + + - + - + - + - + - - - + + + - 0 0 + 1 diff --git a/styles/RP_Entsorgung_Punkt.qml b/styles/RP_Entsorgung_Punkt.qml index b05f6fd..18e1a19 100644 --- a/styles/RP_Entsorgung_Punkt.qml +++ b/styles/RP_Entsorgung_Punkt.qml @@ -1,176 +1,221 @@ - - + + - + - + - + + + + + + + + + + + + + + + + + - + - - - - + + + + - + - + - + - + - - - + + + - 0 0 + 0 diff --git a/styles/RP_Erholung_Flaeche.qml b/styles/RP_Erholung_Flaeche.qml index cdc1c32..0aca883 100644 --- a/styles/RP_Erholung_Flaeche.qml +++ b/styles/RP_Erholung_Flaeche.qml @@ -1,1831 +1,1868 @@ - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + - + - - - - + + + + - + - + - + - + - - - + + + - 0 0 + 2 diff --git a/styles/RP_Plan_Flaeche.qml b/styles/RP_Plan_Flaeche.qml index d6ac32c..b7ffc44 100644 --- a/styles/RP_Plan_Flaeche.qml +++ b/styles/RP_Plan_Flaeche.qml @@ -1,37 +1,37 @@ - - + + - + - + - + @@ -40,219 +40,220 @@ - + - - - - + + + + - + - + - + - + - + - - - + + + - 0 0 + 2 diff --git a/styles/RP_Raumkategorie_Flaeche.qml b/styles/RP_Raumkategorie_Flaeche.qml new file mode 100644 index 0000000..c6abc48 --- /dev/null +++ b/styles/RP_Raumkategorie_Flaeche.qml @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + 0 + + 2 + diff --git a/styles/SO_Denkmalschutzrecht_Flaeche.qml b/styles/SO_Denkmalschutzrecht_Flaeche.qml index 67ed47e..e5513c2 100644 --- a/styles/SO_Denkmalschutzrecht_Flaeche.qml +++ b/styles/SO_Denkmalschutzrecht_Flaeche.qml @@ -1,255 +1,255 @@ - - + + - + - + - + - + - + - + - + - + @@ -258,135 +258,135 @@ - + - - - - + + + + - + - + - + - + - - - + + + - - diff --git a/styles/SO_Denkmalschutzrecht_Punkt.qml b/styles/SO_Denkmalschutzrecht_Punkt.qml index 04b9e68..e0395e6 100644 --- a/styles/SO_Denkmalschutzrecht_Punkt.qml +++ b/styles/SO_Denkmalschutzrecht_Punkt.qml @@ -1,489 +1,432 @@ - - + + - - - - + + + - + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - - + - + + + + + + + + + + + + + + + + + - + - - - - + + + + - + - + - + - + - - - + + + - - diff --git a/styles/SO_SchutzgebietNaturschutzrecht_Flaeche.qml b/styles/SO_SchutzgebietNaturschutzrecht_Flaeche.qml index 67f9813..1b27faf 100644 --- a/styles/SO_SchutzgebietNaturschutzrecht_Flaeche.qml +++ b/styles/SO_SchutzgebietNaturschutzrecht_Flaeche.qml @@ -1,2140 +1,2177 @@ - - + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - + - + - + - + - + - - + - + - + - + - + - - + - + - + - + - + - - + - + - + - + - + - - + - + - + - + - + - - + - + - + - + - + - - + - + - + - + - + - + - + - - + - + - + - + - + - - + - + - + - + - + - - + - + - + - + - + - - + - + - + - + - + - - + - + - + - + - + - - + - + - + - + - + - - + - + - + - + - + - + + + + + + + + + + + + + + + + - + - - - - + + + + - + - + - + - + - - - + + + - - 0 0 + 2 diff --git a/styles/SO_Wasserrecht_Punkt.qml b/styles/SO_Wasserrecht_Punkt.qml new file mode 100644 index 0000000..b09542b --- /dev/null +++ b/styles/SO_Wasserrecht_Punkt.qml @@ -0,0 +1,261 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + 0 + + 0 +