forked from google/mysql-protobuf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug#11761559 SUPPORT OGC STANDARD WKT FOR MULTIPOINT
Issue: Our WKT parser doesn't allow multipoint provided in this form: MULTIPOINT((0 0), (1 1)), but this format was defined by OGC as standard WKT format for multipoints. Fix: Allow above format, and also allow the old format: MULTIPOINT(0 0, 1 1), but do not allow the mixture of both formats in the same multipoint geometry. And at the same time, output multipoint WKT in OGC standard format. (cherry picked from commit ac4ee0362856916abb7f06562347296d9dceb659)
- Loading branch information
1 parent
2da5cc3
commit 9718495
Showing
25 changed files
with
445 additions
and
368 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.