Shapefile format conversor

Massive geofencing service, using multiple polygons.

Web services

Shapefile conversor API documentation,

available via HTTP-JSON/XML service.

URL base service:

  • HTTP requests in GET or POST
  • Response in JSON / XML format

Get a shapefile from a list of WKT geometries

Request

Request paramethers:

https://lb.cercalia.com/services/json?cmd=shapefilegeoms&geoms=[POINT(3%2041)|1]&key=YOUR_API_KEY
ParameterDescription
geomsShape list, separated by commas. Shape format: `[wkt
srsCoordinate system used in geoms. Default: EPSG:4326.
toleranceGeometry simplification, in meters. Default: 0.

Response

Response in ZIP file, including all the files (.dbf, .shp, .shx).

Last modified December 19, 2024: feat: markdown api http all (d8c23c1)