Changeset 499 for trunk/zoo-project/zoo-services/ogr
- Timestamp:
- Aug 21, 2014, 4:13:17 PM (10 years ago)
- Location:
- trunk/zoo-project/zoo-services/ogr/base-vect-ops
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-services/ogr/base-vect-ops/Makefile
r491 r499 10 10 11 11 cgi-env/ogr_service.zo: service.c 12 g++ ${CFLAGS} -shared -fpic -o cgi-env/ogr_service.zo ./service.c ../../../zoo-kernel/service_internal.o ${JS_LDFLAGS} ${JSLDFLAGS} ${GDAL_LIBS} ${XML2LDFLAGS} ${MACOS_LD_FLAGS} ${ZOO_LDFLAGS} ${MACOS_LD_NET_FLAGS} `geos-config --libs` ${MS_FILES} -lfcgi 12 g++ ${CFLAGS} -shared -fpic -o cgi-env/ogr_service.zo ./service.c ../../../zoo-kernel/service_internal.o ${JS_LDFLAGS} ${JSLDFLAGS} ${GDAL_LIBS} ${XML2LDFLAGS} ${MACOS_LD_FLAGS} ${ZOO_LDFLAGS} ${MACOS_LD_NET_FLAGS} `geos-config --libs` ${MS_FILES} -lfcgi -lpthread 13 13 14 14 15 clean: -
trunk/zoo-project/zoo-services/ogr/base-vect-ops/service.c
r497 r499 1089 1089 } 1090 1090 1091 OGRFeatureDefn *poFDefn = poLayer 1->GetLayerDefn();1091 OGRFeatureDefn *poFDefn = poLayer2->GetLayerDefn(); 1092 1092 int iField; 1093 1093 int hasMmField=0; … … 1140 1140 return SERVICE_FAILED; 1141 1141 } 1142 OGRFeature::DestroyFeature( poFeature1 );1143 1142 OGRFeature::DestroyFeature( poFeature2 ); 1144 1143 if(!poDstFeature->GetGeometryRef()->IsEmpty()) … … 1152 1151 } 1153 1152 } 1153 OGRFeature::DestroyFeature( poFeature1 ); 1154 1154 } 1155 1155 }
Note: See TracChangeset
for help on using the changeset viewer.