anoved / Shapetcl

Simple shapefile access for Tcl.
MIT License
3 stars 0 forks source link

clarify whether multipoint points are vertices of one part or each a part #35

Closed anoved closed 11 years ago

anoved commented 11 years ago

Returned as vertices of one part, but confusion because I guess it works to write either way

anoved commented 11 years ago

To clarify, the confusion is that I've written coord write to expect one vertex per part for multipoint, when i'm starting to think the restriction should be one part with multiple vertexes.

(Multipoints don't really have parts anyway - its just a convention for formatting their geometry through the same pipeline as other geometry types; same with points)

anoved commented 11 years ago

In any case, since all points are returned as one part, tkdump needs fixing to display multipoints correctly too