Skip to content

Commit

Permalink
Fix geom_from_gml example display
Browse files Browse the repository at this point in the history
(cherry picked from commit 375242c)
  • Loading branch information
DelazJ authored and nyalldawson committed Mar 16, 2020
1 parent 4916e39 commit c2dbe8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/geom_from_gml
Expand Up @@ -3,5 +3,5 @@
"type": "function",
"description": "Returns a geometry from a GML representation of geometry.",
"arguments": [ {"arg":"gml","description":"GML representation of a geometry as a string"}],
"examples": [ { "expression":"geom_from_gml( '<gml:LineString srsName=\"EPSG:4326\"><gml:coordinates>4,4 5,5 6,6</gml:coordinates></gml:LineString>')", "returns":"a geometry object"}]
"examples": [ { "expression":"geom_from_gml('&lt;gml:LineString srsName=\"EPSG:4326\"&gt;&lt;gml:coordinates&gt;4,4 5,5 6,6&lt;/gml:coordinates&gt;&lt;/gml:LineString&gt;')", "returns":"a line geometry object"}]
}

0 comments on commit c2dbe8a

Please sign in to comment.