[CONJS-39] support geometry type Created: 2018-07-20 Updated: 2018-09-21 Resolved: 2018-09-19 |
|
| Status: | Closed |
| Project: | MariaDB Connector/node.js |
| Component/s: | API |
| Affects Version/s: | None |
| Fix Version/s: | 2.0.0-alpha |
| Type: | Task | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Support geometry data type: format : |
| Comments |
| Comment by Diego Dupin [ 2018-09-07 ] |
|
reopening to implement GeoJSON structure format (RFC 7946) Current implementation parse Geometric as JSON, but not in a normalized way. |
| Comment by Diego Dupin [ 2018-09-14 ] |
|
Note : null data doesn't return geometry type ( i.e: { type: "Point", coordinates: [] } ), but null |