anoved / Shapetcl

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

Decide field description format #25

Closed anoved closed 11 years ago

anoved commented 11 years ago

Sublists for each field (so llength [fields] gives field count) or all field properties inline (foreach {type name width precision} [fields])?

It would be easy enough to implement a separate field count cmd (possibly an option for fields/count cmd). I think that swings it in favor of the original inlined style.