From 23c7bd61b9664e1d0558ece8af9a81e507070b43 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Mon, 31 Aug 2020 09:35:28 +1000 Subject: [PATCH] Update resources/function_help/json/extend --- resources/function_help/json/extend | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/function_help/json/extend b/resources/function_help/json/extend index 9c7b35344c2..c00930eff34 100644 --- a/resources/function_help/json/extend +++ b/resources/function_help/json/extend @@ -7,6 +7,5 @@ {"arg":"start_distance","description":"distance to extend the start of the line"}, {"arg":"end_distance","description":"distance to extend the end of the line."}], "examples": [ { "expression":"geom_to_wkt(extend(geom_from_wkt('LineString(0 0, 1 0, 1 1)'),1,2))", "returns":"'LineString (-1 0, 1 0, 1 3)'"}, - { "expression":"geom_to_wkt(extend(geom_from_wkt('multiLineString((0 0, 1 0, 1 1), (2 2, 0 2, 0 5))'),1,2))", "returns":"'MultiLineString ((-1 0, 1 0, 1 3),(3 2, 0 2, 0 7))'"}] + { "expression":"geom_to_wkt(extend(geom_from_wkt('MultiLineString((0 0, 1 0, 1 1), (2 2, 0 2, 0 5))'),1,2))", "returns":"'MultiLineString ((-1 0, 1 0, 1 3),(3 2, 0 2, 0 7))'"}] } -