Skip to content

Commit

Permalink
WKT2 grammar: allow a DERIVEDPROJCRS.BASEPROJCRS.CS node
Browse files Browse the repository at this point in the history
Current WKT grammar (as of WKT2 18-010r11) does not allow a
BASEPROJCRS.CS node, but there are situations where this is
ambiguous and we want to allow one.
Cf OSGeo/gdal#9732 (comment)
  • Loading branch information
rouault committed Apr 23, 2024
1 parent 1d6203e commit aa85084
Show file tree
Hide file tree
Showing 3 changed files with 1,037 additions and 1,046 deletions.
2 changes: 1 addition & 1 deletion src/lib_proj.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ add_custom_target(check_wkt2_grammar_md5 ALL
COMMAND ${CMAKE_COMMAND}
"-DIN_FILE=wkt2_grammar.y"
"-DTARGET=generate_wkt2_parser"
"-DEXPECTED_MD5SUM=289572eebe9dab3c7225bd48c445c287"
"-DEXPECTED_MD5SUM=94337ca471caf74688db939009652ddb"
-P "${CMAKE_CURRENT_SOURCE_DIR}/check_md5sum.cmake"
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"
DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/wkt2_grammar.y"
Expand Down
Loading

0 comments on commit aa85084

Please sign in to comment.