]> marstr Code Repo - orthographic/commitdiff
Correction to layergen to include streams for inland cutout
authorMarcus Str. <marcus@marstr.online>
Sat, 5 Oct 2024 21:03:41 +0000 (23:03 +0200)
committerMarcus Str. <marcus@marstr.online>
Sat, 5 Oct 2024 21:03:41 +0000 (23:03 +0200)
layergen.py

index fbf4b7891b8b1aed365c429e10721a43772909fe..3abcd5f70f9569544e1dd681b842a16ff0459972 100644 (file)
@@ -643,7 +643,7 @@ class mstr_layergen:
                 #self._tiledb.close_db()\r
 \r
             # Create a water mask we need to remove from the DDS later\r
-            if (self._tag == "natural" and self._value == "water") or (self._tag == "water" and self._value == "lake") or (self._tag == "water" and self._value == "pond") or (self._tag == "water" and self._value == "river") or (self._tag == "leisure" and self._value == "swimming_pool"):\r
+            if (self._tag == "natural" and self._value == "water") or (self._tag == "water" and self._value == "lake") or (self._tag == "water" and self._value == "pond") or (self._tag == "water" and self._value == "river") or (self._tag == "leisure" and self._value == "swimming_pool") or (self._tag == "waterway" and self._value == "stream"):\r
                 mstr_msg("layergen", "Generating inland water mask")\r
                 inl_mask = Image.new("RGBA", (self._imgsize, self._imgsize), (0,0,0,0))\r
                 lyr_pix = layer_comp.load()\r