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

Add support for 3D WKT #42

Open srstsavage opened 10 years ago

srstsavage commented 10 years ago

Hi, very cool project! The demo page really takes the pain out of generating simple bbox WKT.

It would be nice if 3D WKT geometries were supported. Obviously the Z coordinate doesn't apply to a 2D map, but it would be convenient (and presumably easy) for POINT Z to be interpreted as a 2D POINT, etc. Currently the demo complains if POINT Z geoms are pasted into it.

arthur-e commented 10 years ago

Great suggestion, thanks!

alpha-beta-soup commented 8 years ago

+1, just tried to use a MULTIPOINT Z.

Upperstage commented 7 years ago

+1 (great library!)

NielsHoffmann commented 6 years ago

+1 for Z support!

ncarboni commented 4 years ago

👍 would love to see that