Skip to content

Commit 1d911cd

Browse files
committed
Some GeoJSON fixes
1 parent aaabfc8 commit 1d911cd

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,16 @@ The GeoJSON support is a read-only view on the tables and records in GeoJSON for
621621

622622
The "`/geojson`" endpoint will only show what is allowed in your session. It also supports a "geometry"
623623
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.
625634

626635
### Authentication
627636

0 commit comments

Comments
 (0)