Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Support geometry data type:
format :
The format is the SRID code + WKB.
http://edndoc.esri.com/arcsde/9.1/general_topics/wkb_representation.htm
server code : Field_geom::store(const char *from, size_t length, CHARSET_INFO *cs)
reopening to implement GeoJSON structure format (RFC 7946)
see https://tools.ietf.org/html/rfc7946
Current implementation parse Geometric as JSON, but not in a normalized way.
Using GeoJSON will permit automatic Object insertion