diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-03-24 19:01:45 +0000 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-03-24 19:40:09 +0000 |
| commit | 032c5efca97389eb49ab0b7fa729d80b995ef428 (patch) | |
| tree | 78a562880431d4a487ea85994dbffafeb62518fd /src/wkt2_parser.cpp | |
| parent | 128421dd503bc89ec13fb151d8db4e06606d04da (diff) | |
| download | PROJ-032c5efca97389eb49ab0b7fa729d80b995ef428.tar.gz PROJ-032c5efca97389eb49ab0b7fa729d80b995ef428.zip | |
WKT2 parser: update to OGC 18-010r6
- Allow ID[] in base CRS of Derived CRS
- Allow VERSION[] in non-conversion coordinate operations
- Use VERSION[] to set operationVersion member of CoordinateOperation
- Export operationVersion in WKT2:2018
Diffstat (limited to 'src/wkt2_parser.cpp')
| -rw-r--r-- | src/wkt2_parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wkt2_parser.cpp b/src/wkt2_parser.cpp index f77c7ceb..921d6dd4 100644 --- a/src/wkt2_parser.cpp +++ b/src/wkt2_parser.cpp @@ -100,7 +100,7 @@ static const wkt2_tokens tokens[] = { PAIR(GEOGRAPHICCRS), PAIR(TRF), PAIR(VERTICALCRS), PAIR(VERTICALDATUM), PAIR(VRF), PAIR(TIMEDATUM), PAIR(TEMPORALQUANTITY), PAIR(ENGINEERINGDATUM), PAIR(ENGINEERINGCRS), PAIR(PARAMETRICDATUM), PAIR(EPOCH), PAIR(COORDEPOCH), - PAIR(COORDINATEMETADATA), PAIR(POINTMOTIONOPERATION), + PAIR(COORDINATEMETADATA), PAIR(POINTMOTIONOPERATION), PAIR(VERSION), // CS types PAIR(AFFINE), PAIR(CARTESIAN), PAIR(CYLINDRICAL), PAIR(ELLIPSOIDAL), |
