From 64e3d93485f81a3be6766e0e3bb183ba0d7f26d5 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 12 Jan 2008 23:11:37 +0000 Subject: [PATCH] - outdated Changed files: geos-swig.patch -> 1.3 --- geos-swig.patch | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 geos-swig.patch diff --git a/geos-swig.patch b/geos-swig.patch deleted file mode 100644 index a8224c3..0000000 --- a/geos-swig.patch +++ /dev/null @@ -1,36 +0,0 @@ ---- geos/swig/python/python.i.orig 1970-01-01 01:00:00.000000000 +0100 -+++ geos/swig/python/python.i 2006-05-28 23:19:23.272220250 +0200 -@@ -0,0 +1,3 @@ -+%template(vector_GeometryP) std::vector; -+%template(vector_LineStringP) std::vector; -+%template(vector_PolygonP) std::vector; ---- geos-2.2.2/swig/geos.i.orig 2006-04-04 11:50:17.000000000 +0200 -+++ geos-2.2.2/swig/geos.i 2006-05-28 23:30:37.130333750 +0200 -@@ -202,12 +202,14 @@ - geos::MultiPoint, geos::MultiLineString, - geos::MultiPolygon, geos::GeometryCollection); - -+/* - %newobject geos::Geometry::fromHEX; - %factory(geos::Geometry * geos::Geometry::fromHEX, geos::Point, - geos::LinearRing, geos::LineString, - geos::Polygon, - geos::MultiPoint, geos::MultiLineString, - geos::MultiPolygon, geos::GeometryCollection); -+*/ - - /* ================= Operators ============== */ - /* Ignore these for now - if we don't SWIG will create -@@ -316,10 +318,11 @@ - std::stringstream in(wkt); - return geos_Geometry_reader().read(in); - } -- -+/* - static Geometry* fromHEX(std::string hex) - { - std::stringstream in(hex); - return geos_Geometry_reader().readHEX(in); - } -+*/ - }; -- 2.43.0