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 expect to get MultiLineString object (with 3 LineStrings), but I get 2 normal (fully, intact) LineStrings and 1 cropped LineString (it cropped by short direct LineString of 2 points).
difference.json:GeoJSON,
At the first see - it is OK
But Zoomed MAP Screenshot - line is non-intact :(((
issue description: geos crops LineString for short (2 points) direct lines.
The text was updated successfully, but these errors were encountered:
Hi, Thank you for GeoPHP.
I found a strange behavior of geos. Maybe you can help me.
I got 2 objects: Polygon and LineString (loaded from valid GeoJSON).
Polygon: GeoJSON

LineString: GeoJSON

I want to CUT LineString by Polygon;
So i do:
I expect to get MultiLineString object (with 3 LineStrings), but I get 2 normal (fully, intact) LineStrings and 1 cropped LineString (it cropped by short direct LineString of 2 points).
difference.json: GeoJSON,

At the first see - it is OK

But Zoomed MAP Screenshot - line is non-intact :(((issue description: geos crops LineString for short (2 points) direct lines.
The text was updated successfully, but these errors were encountered: