You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could fix the dimension change alone. But a thorough fix may need some more time, as there may need some conversion for mixed use of 2-d and 3-d coordinates. At present such conversion is useless as WKTReader always extend 2-d coordinates to 3-d.
The text was updated successfully, but these errors were encountered:
As the title says, WKTReader silently adds dimension.
For example, it will create coordinate sequence
10 10 NaN
after loadPOINT (10, 10)
. The following test can reproduce this behavior.Is it designed to behave this way?
I could fix the dimension change alone. But a thorough fix may need some more time, as there may need some conversion for mixed use of 2-d and 3-d coordinates. At present such conversion is useless as WKTReader always extend 2-d coordinates to 3-d.
The text was updated successfully, but these errors were encountered: