From 40e36ae9f1eba394f921b4cb9aabc9ab49c6f5fc Mon Sep 17 00:00:00 2001 From: SJiB Date: Wed, 30 Aug 2023 14:54:16 +0200 Subject: [PATCH] Change TextVAli is Bottom, not Top Interlisexport: TextVAli is Bottom, not Top --- qgepqwat2ili/qgep/export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qgepqwat2ili/qgep/export.py b/qgepqwat2ili/qgep/export.py index fabf2b8f..2ccc206d 100644 --- a/qgepqwat2ili/qgep/export.py +++ b/qgepqwat2ili/qgep/export.py @@ -191,7 +191,7 @@ def textpos_common(row, t_type, geojson_crs_def): ), "textori": modulo_angle(row["properties"]["LabelRotation"]), "texthali": "Left", # can be Left/Center/Right - "textvali": "Top", # can be Top,Cap,Half,Base,Bottom + "textvali": "Bottom", # can be Top,Cap,Half,Base,Bottom # --- SIA405_TextPos --- "plantyp": row["properties"]["scale"], "textinhalt": row["properties"]["LabelText"],