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 5, 2024
1 parent 298a8c3 commit e89ed61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xplan_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,8 @@ def addXplanLayer(layername, gtype):
addXplanLayer(
"FP_Bereich", "Text"
) # bei Bedarf wird der Style 'Flaeche' geladen
addXplanLayer("FP_Flaechenschlussobjekt", "Flaeche")
addXplanLayer("FP_FlaecheOhneDarstellung", "Flaeche")
addXplanLayer("FP_WaldFlaeche", "Flaeche")
addXplanLayer("FP_LandwirtschaftsFlaeche", "Flaeche")
addXplanLayer("FP_Landwirtschaft", "Flaeche")
Expand Down Expand Up @@ -746,8 +748,6 @@ def addXplanLayer(layername, gtype):
addXplanLayer("BP_FreiFlaeche", "Flaeche")
addXplanLayer("FP_DarstellungNachLandesrecht", "Flaeche")
addXplanLayer("FP_Flaechenobjekt", "Flaeche")
addXplanLayer("FP_Flaechenschlussobjekt", "Flaeche")
addXplanLayer("FP_FlaecheOhneDarstellung", "Flaeche")
addXplanLayer("FP_Geometrieobjekt", "Flaeche")
addXplanLayer("FP_Linienobjekt", "Flaeche")
addXplanLayer("FP_Objekt", "Flaeche")
Expand Down

0 comments on commit e89ed61

Please sign in to comment.