Closed (outdated)
Project:
geoPHP
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2013 at 20:18 UTC
Updated:
21 Jul 2020 at 17:26 UTC
Jump to comment: Most recent
(line 38 of /path/to/module/geophp/geoPHP/lib/adapters/WKT.class.php).
We have some code that is importing shapefiles and kmls. Both the kmls and shapefiles import properly on my local dev instance, where I do not have geos php extension installed. On prod, stage, and dev, this exception causes the import of shapefiles or kml to fail.
I can't post the shapefiles or kmls here but could send them directly if that could help with testing.
Comments
Comment #1
dtarc commentedIt looks like GEOS solved this a while ago http://jira.codehaus.org/browse/GEOS-3882
Maybe the php bindings introduced a regression error?
Can we prevent geophp from passing LinearRing geometries to geos?
Comment #2
neslee canil pinto