Skip to content

Point Data

Point Data Type Support

  • POINT(0 0)

Screenshot

"geom": {
      "columnType": {
        "type": "specificType",
        "args": [
          "geometry(POINT,4326)"
        ]
      },
          "type": "customField",
      "customField": "plugin::postgis.map"
    }



  • POINT Z (0 0 0) Not yet supported
  • POINT ZM (0 0 0 0) Not yet supported
  • POINT EMPTY Not yet supported
  • MULTIPOINT((0 0),(1 2)) Not yet supported
  • MULTIPOINT Z ((0 0 0),(1 2 3)) Not yet supported
  • MULTIPOINT EMPTY Not yet supported