Changeset: 77e616302b94 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=77e616302b94
Modified Files:
geom/monetdb5/sfcgal.c
Branch: sfcgal
Log Message:
Revert because Since WKB does not accept PolyehdralSurface type we need to
trick it to use a Collection.
diffs (14 lines):
diff --git a/geom/monetdb5/sfcgal.c b/geom/monetdb5/sfcgal.c
--- a/geom/monetdb5/sfcgal.c
+++ b/geom/monetdb5/sfcgal.c
@@ -73,8 +73,8 @@ sfcgal_type_to_geom_type(int *res, sfcga
case SFCGAL_TYPE_GEOMETRYCOLLECTION:
case SFCGAL_TYPE_POLYHEDRALSURFACE:
case SFCGAL_TYPE_SOLID:
- *res = wkbPolyehdralSurface_mdb;
- //*res = wkbGeometryCollection_mdb;
+ //*res = wkbPolyehdralSurface_mdb;
+ *res = wkbGeometryCollection_mdb;
break;
case SFCGAL_TYPE_TRIANGULATEDSURFACE:
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list