Shapefile format conversor
Massive geofencing service, using multiple polygons.
less than a minute
API Access
The Shapefile Conversor API is available via HTTP-JSON/XML service.
Base Service URLs:
- Supported methods: GET or POST
- Response formats: JSON / XML
Get a Shapefile from a List of WKT Geometries
Request Parameters
Example:
https://lb.cercalia.com/services/v2/json?cmd=shapefilegeoms&geoms=[POINT(3%2041)|1]&key=YOUR_API_KEY
| Parameter | Description |
|---|---|
geoms | Shape list, separated by commas. Shape format: `[wkt |
srs | Coordinate system used in geoms. Default: EPSG:4326. |
tolerance | Geometry simplification, in meters. Default: 0. |
Response Structure
Response in ZIP file, including all the files (.dbf, .shp, .shx).