mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-27 00:07:16 -05:00
16 lines
395 B
Plaintext
16 lines
395 B
Plaintext
{
|
|
"name": "make_crs",
|
|
"type": "function",
|
|
"groups": ["CRS"],
|
|
"description": "Creates a coordinate reference system from a string definition",
|
|
"arguments": [{
|
|
"arg": "definition",
|
|
"description": "CRS definition"
|
|
}],
|
|
"examples": [{
|
|
"expression": "make_crs('EPSG:3857')",
|
|
"returns": "crs value 'EPSG:3857 - WGS 84 / Pseudo-Mercator'"
|
|
}],
|
|
"tags": ["crs", "epsg"]
|
|
}
|