placemark/betterknown

Detect and handle heterogenous coordinates

Opened this issue · 0 comments

tmcw commented

GeoJSON that can exist:

{
  "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.