Skip to content

Commit

Permalink
Revert changes in jinja-Handler
Browse files Browse the repository at this point in the history
  • Loading branch information
sergej-singer committed Mar 3, 2025
1 parent 39ea910 commit 12f7551
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mapbuilder/mapbuilder/handlers/jinja.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ def _render_linestring(lines, linestring):
f"LINE:{coord2es((point[0], point[1]))}"
f":{coord2es((geometry.coords[idx + 1][0], geometry.coords[idx + 1][1]))}",
)
lines.append("")


def simplify(geometries, tolerance):
Expand Down

0 comments on commit 12f7551

Please sign in to comment.