[postgis-tickets] [PostGIS] #3061: ST_GeomFromGeoJSON strips coordinates
PostGIS
trac at osgeo.org
Mon Mar 16 08:36:42 PDT 2015
#3061: ST_GeomFromGeoJSON strips coordinates
---------------------------------+------------------------------------------
Reporter: slaskis | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone:
Component: postgis | Version: 2.1.x
Keywords: geojson, linestring |
---------------------------------+------------------------------------------
Comment(by pramsey):
Yes, the geojson input code is definitely throwing away duplicate points,
http://trac.osgeo.org/postgis/browser/tags/2.1.5/liblwgeom/lwin_geojson.c#L126
the point append call is asking for duplicate removal. I wonder how this
compares to other inputs...
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3061#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list