[geos-devel] [GEOS] #713: [Patch] Add GeometryPrecisionReducer to C API
GEOS
geos-trac at osgeo.org
Wed Sep 30 23:56:18 PDT 2015
#713: [Patch] Add GeometryPrecisionReducer to C API
------------------------+---------------------------
Reporter: smani | Owner: geos-devel@…
Type: defect | Status: new
Priority: major | Milestone: 3.4.3
Component: Default | Version: 3.4.2
Severity: Unassigned | Resolution:
Keywords: |
------------------------+---------------------------
Comment (by strk):
Here's a simple test (just checked with XMLTester):
{{{
A: LINESTRING(0 -10, 2 10)
B: LINESTRING(2 -10, 0 10)
Operation: intersection
Result with FLOATING precision: POINT(1 0)
Result with FIXED precision (scale="0.5"): POINT(2 0)
}}}
Please see if you can reproduce that via the C wrapper of your patch,
which would need to be accompanied by a unit test to be accepted, in any
case.
--
Ticket URL: <https://trac.osgeo.org/geos/ticket/713#comment:13>
GEOS <http://trac.osgeo.org/geos>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).
More information about the geos-devel
mailing list