Skip to content

Commit

Permalink
Merge pull request #130 from QGEP/Interlisexport-TextVAli-is-Bottom-n…
Browse files Browse the repository at this point in the history
…ot-Top

20230-08-fix-Change TextVAli is Bottom, not Top
  • Loading branch information
ponceta committed Oct 23, 2023
2 parents a1aa220 + 40e36ae commit e30568e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgepqwat2ili/qgep/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit e30568e

Please sign in to comment.