mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Add missing expression help
This commit is contained in:
parent
f9783ea560
commit
cae5f81ed1
8
resources/function_help/json/flip_coordinates
Normal file
8
resources/function_help/json/flip_coordinates
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "flip_coordinates",
|
||||
"type": "function",
|
||||
"description": "Returns a copy of the geometry with the x and y coordinates swapped. Useful for repairing geometries which have had their latitude and longitude values reversed.",
|
||||
"arguments": [ {"arg":"geom","description":"a geometry"}],
|
||||
"examples": [ { "expression":"geom_to_wkt(flip_coordinates(make_point(1, 2)))", "returns":"Point (2 1)"}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user