Skip to content

Commit

Permalink
Tweak layer order
Browse files Browse the repository at this point in the history
order provided by @stoni100
  • Loading branch information
pathmapper committed Sep 15, 2023
1 parent 4a0a7ee commit cc1d095
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ deprecated=False
changelog=unreleased:
- erstelle Ausdrucksvaiable mit ID von *_Textabschnitt
- verwende GML-Attribute für Layer-Attribute
- Reihenfolge der Styles optimiert
v0.20.0:
- neue und optimierte Styles
v0.19.0:
Expand Down
4 changes: 2 additions & 2 deletions xplan_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -816,10 +816,9 @@ def addXplanLayer(layername, gtype):
addXplanLayer("SO_Forstrecht", "Flaeche")
addXplanLayer("SO_Bodenschutzrecht", "Flaeche")
addXplanLayer("SO_Denkmalschutzrecht", "Flaeche")
addXplanLayer("SO_SonstigesRecht", "Flaeche")
addXplanLayer("SO_SchutzgebietSonstigesRecht", "Flaeche")
addXplanLayer("SO_SchutzgebietWasserrecht", "Flaeche")
addXplanLayer("SO_Luftverkehrsrecht", "Flaeche")
addXplanLayer("SO_SchutzgebietSonstigesRecht", "Flaeche")
addXplanLayer("FP_Aufschuettung", "Flaeche")
addXplanLayer("FP_Wasserwirtschaft", "Flaeche")
addXplanLayer("FP_NutzungsbeschraenkungsFlaeche", "Flaeche")
Expand All @@ -838,6 +837,7 @@ def addXplanLayer(layername, gtype):
addXplanLayer("SO_Objekt", "Flaeche")
addXplanLayer("SO_Punktobjekt", "Flaeche")
addXplanLayer("SO_SchutzgebietNaturschutzrecht", "Flaeche")
addXplanLayer("SO_SonstigesRecht", "Flaeche")
addXplanLayer("XP_AbstraktesPraesentationsobjekt", "Flaeche")
# addXplanLayer("XP_BegruendungAbschnitt", "Flaeche") -> existiert nur als Text
addXplanLayer("XP_DatumAttribut", "Flaeche")
Expand Down

0 comments on commit cc1d095

Please sign in to comment.