By Intersecting Polygon
Learn how to get results from intersecting polygons.
For this request, you must send a POST
request. It is formatted as follows (as an example Javascript fetch
request):
The requestBody
that you send must have all three parameters to function. maps
must be a comma-separated string of territories
, languages
, and/or treaties
.
An example polygon_geojson
would be:
Please avoid sending extremely details or complex polygons, as this slows down the response and puts an extra load on the server.
We are using PostgreSQL with PostGIS to speed up your spatial queries.
Last updated