arthur-e / Wicket

A modest library for moving between Well-Known Text (WKT) and various framework geometries
https://arthur-e.github.io/Wicket/
Other
586 stars 226 forks source link

Remove points from the polygon #141

Open sirKitKat opened 4 years ago

sirKitKat commented 4 years ago

There is currently no way to remove points from the polygon

arthur-e commented 4 years ago

Hi @sirKitKat, could you provide more information? Are you talking about the online sandbox? Wicket is intended for translating between WKT and mapping framework objects; I think that editing geometry is outside of the scope of this library.

sirKitKat commented 4 years ago

When using the tool: http://arthur-e.github.io/Wicket/sandbox-gmaps3.html You can draw or edit lines/shapes, you can move points and add points by draging the middle points of a line segment but there is no way to remove points from an existing polygon.

arthur-e commented 4 years ago

Yes, the tool you linked is just a demonstration of the Wicket library. If someone has a Pull Request to improve these demos, I welcome it, but they don't make up any part of the functionality of the Wicket library.