|
@@ -621,7 +621,16 @@ The GeoJSON support is a read-only view on the tables and records in GeoJSON for
|
621
|
621
|
|
622
|
622
|
The "`/geojson`" endpoint will only show what is allowed in your session. It also supports a "geometry"
|
623
|
623
|
parameter to indicate the name of the geometry column in case the table has more than one of them.
|
624
|
|
-Add the "geojson" controller in the configuration to enable this functionality.
|
|
624
|
+The following Geometry types are supported by the GeoJSON implementation:
|
|
625
|
+
|
|
626
|
+ - Point
|
|
627
|
+ - MultiPoint
|
|
628
|
+ - LineString
|
|
629
|
+ - MultiLineString
|
|
630
|
+ - Polygon
|
|
631
|
+ - MultiPolygon
|
|
632
|
+
|
|
633
|
+NB: You need to add the "geojson" controller in the configuration to enable the GeoJSON functionality.
|
625
|
634
|
|
626
|
635
|
### Authentication
|
627
|
636
|
|