Changeset 106 for trunk/zoo-services/ogr/base-vect-ops
- Timestamp:
- Feb 1, 2011, 9:48:16 PM (14 years ago)
- Location:
- trunk/zoo-services/ogr/base-vect-ops
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-services/ogr/base-vect-ops/Makefile
r26 r106 1 CFLAGS=-I../../../zoo-kernel/ -I./ ` xsl-config --cflags` `gdal-config --cflags` -DLINUX_FREE_ISSUE #-DDEBUG1 CFLAGS=-I../../../zoo-kernel/ -I./ `geos-config --cflags` `xml2-config --cflags` `gdal-config --cflags` -DLINUX_FREE_ISSUE #-DDEBUG 2 2 # if JS_ENABLED flag is set to true in your ZOO-Kernel Makefile then you'll have 3 3 # uncomment the following line … … 5 5 6 6 cgi-env/ogr_service.zo: service.c 7 g++ ${CFLAGS} -shared -fpic -o cgi-env/ogr_service.zo ./service.c ../../../zoo-kernel/service_internal.o ${JS_LDFLAGS} `x sl-config --libs` `gdal-config --libs` `geos-config --libs`7 g++ ${CFLAGS} -shared -fpic -o cgi-env/ogr_service.zo ./service.c ../../../zoo-kernel/service_internal.o ${JS_LDFLAGS} `xml2-config --libs` `gdal-config --libs` `geos-config --libs` 8 8 9 9 clean: -
trunk/zoo-services/ogr/base-vect-ops/cgi-env/Boundary.zcfg
r80 r106 41 41 <ComplexData> 42 42 <Default> 43 mimeType = application/json44 encoding = UTF-845 extension = js46 asReference = true47 </Default>48 <Supported>49 43 mimeType = text/xml 50 44 encoding = UTF-8 51 45 schema = http://fooa/gml/3.1.0/polygon.xsd 52 46 extension = xml 47 </Default> 48 <Supported> 49 mimeType = application/json 50 encoding = UTF-8 51 extension = js 53 52 </Supported> 54 53 <Supported> -
trunk/zoo-services/ogr/base-vect-ops/cgi-env/Buffer.zcfg
r80 r106 57 57 <ComplexData> 58 58 <Default> 59 mimeType = application/json59 mimeType = text/xml 60 60 encoding = UTF-8 61 extension = js62 asReference = true61 schema = http://fooa/gml/3.1.0/polygon.xsd 62 extension = xml 63 63 </Default> 64 64 <Supported> … … 69 69 </Supported> 70 70 <Supported> 71 mimeType = text/xml71 mimeType = application/json 72 72 encoding = UTF-8 73 schema = http://fooa/gml/3.1.0/polygon.xsd 74 extension = xml 73 extension = js 75 74 </Supported> 76 75 </ComplexData> -
trunk/zoo-services/ogr/base-vect-ops/cgi-env/Centroid.zcfg
r80 r106 42 42 <ComplexData> 43 43 <Default> 44 mimeType = application/json45 encoding = UTF-846 extension = js47 asReference = true48 </Default>49 <Supported>50 44 mimeType = text/xml 51 45 encoding = UTF-8 52 46 schema = http://fooa/gml/3.1.0/point.xsd 53 47 extension = xml 48 </Default> 49 <Supported> 50 mimeType = application/json 51 encoding = UTF-8 52 extension = js 54 53 </Supported> 55 54 </ComplexData> -
trunk/zoo-services/ogr/base-vect-ops/cgi-env/ConvexHull.zcfg
r80 r106 41 41 <ComplexData> 42 42 <Default> 43 mimeType = application/json44 encoding = UTF-845 extension = js46 asReference = true47 </Default>48 <Supported>49 43 mimeType = text/xml 50 44 encoding = UTF-8 51 45 schema = http://fooa/gml/3.1.0/polygon.xsd 52 46 extension = xml 47 </Default> 48 <Supported> 49 mimeType = application/json 50 encoding = UTF-8 51 extension = js 53 52 </Supported> 54 53 </ComplexData> -
trunk/zoo-services/ogr/base-vect-ops/cgi-env/Difference.zcfg
r80 r106 62 62 <ComplexData> 63 63 <Default> 64 mimeType = application/json65 encoding = UTF-866 extension = js67 </Default>68 <Supported>69 64 mimeType = text/xml 70 65 encoding = UTF-8 71 66 schema = http://fooa/gml/3.1.0/polygon.xsd 72 67 extension = xml 68 </Default> 69 <Supported> 70 mimeType = application/json 71 encoding = UTF-8 72 extension = js 73 73 </Supported> 74 74 </ComplexData> -
trunk/zoo-services/ogr/base-vect-ops/cgi-env/Intersection.zcfg
r80 r106 62 62 <ComplexData> 63 63 <Default> 64 mimeType = application/json65 encoding = UTF-866 extension = js67 </Default>68 <Supported>69 64 mimeType = text/xml 70 65 encoding = UTF-8 71 66 schema = http://fooa/gml/3.1.0/polygon.xsd 72 67 extension = xml 68 </Default> 69 <Supported> 70 mimeType = application/json 71 encoding = UTF-8 72 extension = js 73 73 </Supported> 74 74 </ComplexData> -
trunk/zoo-services/ogr/base-vect-ops/cgi-env/SymDifference.zcfg
r80 r106 62 62 <ComplexData> 63 63 <Default> 64 mimeType = application/json65 encoding = UTF-866 extension = js67 </Default>68 <Supported>69 64 mimeType = text/xml 70 65 schema = http://fooa/gml/3.1.0/polygon.xsd 71 66 encoding = UTF-8 72 67 extension = xml 68 </Default> 69 <Supported> 70 mimeType = application/json 71 encoding = UTF-8 72 extension = js 73 73 </Supported> 74 74 </ComplexData> -
trunk/zoo-services/ogr/base-vect-ops/cgi-env/Union.zcfg
r80 r106 62 62 <ComplexData> 63 63 <Default> 64 mimeType = application/json65 encoding = UTF-866 extension = js67 </Default>68 <Supported>69 64 mimeType = text/xml 70 65 schema = http://fooa/gml/3.1.0/polygon.xsd 71 66 encoding = UTF-8 72 67 extension = xml 68 </Default> 69 <Supported> 70 mimeType = application/json 71 encoding = UTF-8 72 extension = js 73 73 </Supported> 74 74 </ComplexData>
Note: See TracChangeset
for help on using the changeset viewer.