GET [root]/srids/[key]
This endpoint returns a spatial reference id (SRID) based on the key.
Response Type
application/json
Example URL
https://mapzania.com/mz/srids/GOOGLE
Parameters
Name | Required | Description |
---|---|---|
key | Yes | The key of the SRID. |
Example Results
{
"key": "GOOGLE",
"val": "PROJCS[\"WGS 84 / Pseudo-Mercator\",GEOGCS[\"Popular Visualisation CRS\",DATUM[\"D_Popular_Visualisation_Datum\",SPHEROID[\"Popular_Visualisation_Sphere\",6378137,0]],PRIMEM[\"Greenwich\",0],UNIT[\"Degree\",0.0174532925199433]], PROJECTION[\"Mercator\"],PARAMETER[\"False_Easting\",0],PARAMETER[\"False_Northing\",0],PARAMETER[\"Central_Meridian\",0],PARAMETER[\"Scale_Factor\",1],UNIT[\"Meter\",1]]"
}