GeoJSON that can exist: ```json { "type": "LineString", "coordinates": [[0, 1, 2], [2, 3]] } ``` Should this be a `LINESTRING` or `LINESTRING Z` in WKT? Probably just a LINESTRING. This should be detected and handled explicitly.
GeoJSON that can exist:
{ "type": "LineString", "coordinates": [[0, 1, 2], [2, 3]] }Should this be a
LINESTRINGorLINESTRING Zin WKT? Probably just a LINESTRING. This should be detected and handled explicitly.