]> marstr Code Repo - orthographic/commitdiff
Further refinements in layer order
authorMarcus Str. <marcus@marstr.online>
Sat, 5 Oct 2024 09:29:24 +0000 (11:29 +0200)
committerMarcus Str. <marcus@marstr.online>
Sat, 5 Oct 2024 09:29:24 +0000 (11:29 +0200)
defines.py

index cd26ea9d3a0abb3a52fa163feb83dddd1550c75f..ae60ea6d57a5cbfe984258a9c7dc744afc9db2d1 100644 (file)
@@ -123,14 +123,14 @@ mstr_ortho_layers = [
     # Z-Order 1\r
     ("landuse", "orchard", "landuse", "meadow"),\r
     ("landuse", "meadow", "landuse", "meadow"),\r
+    ("natural", "grassland", "landuse", "meadow"),\r
     ("landuse", "recreation_ground", "landuse", "meadow"),\r
     ("leisure", "golf_course", "leisure", "golf_course"),\r
     ("barrier", "hedge", "natural", "heath"),\r
     ("landuse", "vineyard", "landuse", "meadow"),\r
+    ("natural", "bare_rock", "natural", "bare_rock"),\r
     ("highway", "track", 3),\r
     ("highway", "path", 3),\r
-    ("natural", "bare_rock", "natural", "bare_rock"),\r
-    ("natural", "grassland", "landuse", "meadow"),\r
     ("leisure", "park", "leisure", "green"),\r
     ("leisure", "dog_park", "leisure", "green"),\r
     ("leisure", "garden", "leisure", "green"),\r