This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Shapefile format conversor

Massive geofencing service, using multiple polygons.

    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
    
    ParameterDescription
    geomsShape list, separated by commas. Shape format: `[wkt
    srsCoordinate system used in geoms. Default: EPSG:4326.
    toleranceGeometry simplification, in meters. Default: 0.

    Response Structure

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