Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Ways for polygons rings should be closed #7

Closed
gidema opened this issue Apr 4, 2017 · 2 comments
Closed

Ways for polygons rings should be closed #7

gidema opened this issue Apr 4, 2017 · 2 comments

Comments

@gidema
Copy link

gidema commented Apr 4, 2017

A Way primitive that represents a inner or outer ring of a polygon should be closed. This means the start and end of the ring should share the same node.
Currently, the plug-in doesn't support this. A solution could be to add a method createClosedWay to the DataSetBuilder class and use this method instead of createWay when building polygons.

@don-vip
Copy link
Contributor

don-vip commented Oct 15, 2018

DataSetBuilder is gone with #16. Can you please check if it works now?

@floscher
Copy link
Member

With #26, ways are now closed if the start node and end node have exactly the same coordinates.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants