Hi,
I am trying to get WKB for a simple polygon by calling .AsBinary() method.
However, it seems to be producing invalid result as there should only be 93
bytes but there is in fact 97. The last four bytes are set to zero.
The geometry I am using is (in GeoJSON): "zoneGeometry": { "type": "Polygon",
"coordinates": [[[100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0],
[100.0, 0.0]]]}
Could you please investigate?
Thanks,
Pavel
Original issue reported on code.google.com by jan...@gmail.com on 20 Aug 2013 at 7:32
Original issue reported on code.google.com by
jan...@gmail.com
on 20 Aug 2013 at 7:32