Skip to content

LineString Data

LineString Data Type Support

  • LINESTRING(0 0,1 1,1 2) Screenshot
    "g_line": {
      "columnType": {
        "type": "specificType",
        "args": [
          "geometry(LINESTRING,4326)"
        ]
      },
           "type": "customField",
      "customField": "plugin::postgis.map"
    }


  • LINESTRING EMPTY Not yet supported

  • MULTILINESTRING((0 0,1 1,1 2),(2 3,3 2,5 4)) Not yet supported