From 00de4660a75a9d89c98778cf84f94075b7eef0b9 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 2 Jan 2019 20:48:34 +0100 Subject: WKT CONCATENATEDOPERATION parsing: allow CONVERSION steps and reverse operations when neededs (fixes #1197) --- src/wkt2_grammar.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wkt2_grammar.y') diff --git a/src/wkt2_grammar.y b/src/wkt2_grammar.y index 5d06a3ed..6a69546b 100644 --- a/src/wkt2_grammar.y +++ b/src/wkt2_grammar.y @@ -1458,7 +1458,7 @@ concatenated_operation: concatenated_operation_keyword left_delimiter opt_concatenated_operation_end right_delimiter -step: coordinate_operation | point_motion_keyword | deriving_conversion +step: coordinate_operation | point_motion_keyword | map_projection | deriving_conversion opt_concatenated_operation_end: | wkt_separator step_keyword left_delimiter step right_delimiter opt_concatenated_operation_end -- cgit v1.2.3