TWKB / Specification

An effort to come up with a compressed binary vector geometry specification
86 stars 10 forks source link

Empty Point #15

Closed pramsey closed 9 years ago

pramsey commented 9 years ago

The spec as written currently replicates the problem WKB has with empty points: namely, it cannot represent them. All the objects with nsomething as a counter can represent them with a zero, but points don't have that. A possibility would be an 'is empty' flag on the header.

pramsey commented 9 years ago

We did an isempty flag