GEOSSnap: Preserve Z values from input#1395
Conversation
|
Need to compare w/JTS and desired behavior. If the geometry to which we snap has Z values, should the snapped geometry assume them? |
JTS doesn't address this.
Makes sense to me |
|
It appears that JTS does handle this. It takes the Z value from the snapped-to point. also but (after patching |
That make sense, because the snapped-to point is copied. What about if the snapped point is the one that carries the Z value? A quick inspection of the code makes me think that won't work. But of course that may or may not be desirable. |
No description provided.