Transform coordinates between CRS
maptiler_transform_coordinatesTransform up to 50 coordinate pairs from a source coordinate reference system to a target one (EPSG codes). API: GET /coordinates/transform/{coordinates}.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ops | No | Pipe-separated transformation operation codes to force a path. | |
| s_srs | No | Source CRS / EPSG code. Default 4326 (WGS84). | |
| t_srs | No | Target CRS / EPSG code. Default 4326 (WGS84). | |
| coordinates | Yes | 1-50 [x, y] coordinate pairs in the source CRS. |