Last change
on this file was
862,
checked in by djay, 7 years ago
|
Add the capability to publish heatmap or any templated mapfile using the epecific msInclude and msLayer keys for an output. For MapServer? published output, define 4096 as the default maxsize and use pixel width or height for raster files. use the correct MapServer? imagemode depending on GDALGetRasterDataType (MS_IMAGEMODE_BYTE for GDT_Byte, MS_IMAGEMODE_INT16 for GDT_Int16 and MS_IMAGEMODE_FLOAT32 for GDT_Float32). Create a text file (.maps) listing every mapfiles created for a MapServer? published output (or inputs) using saveMapNames function. Fixes in ulinet, use uuid for naming temporary files. Add dialect input to the ogr2ogr service. Use the .maps file for removing a file from the DeleteData? service
|
File size:
701 bytes
|
Line | |
---|
1 | ZRPATH=../.. |
---|
2 | include ${ZRPATH}/zoo-kernel/ZOOMakefile.opts |
---|
3 | CFLAGS= ${ZOO_CFLAGS} ${XML2CFLAGS} ${GDAL_CFLAGS} ${PYTHONCFLAGS} ${CGAL_CFLAGS} -frounding-math -fPIC -DLINUX_FREE_ISSUE #-DDEBUG |
---|
4 | CC=gcc |
---|
5 | |
---|
6 | cgi-env/cgal_service.zo: delaunay.c voronoi.c cgal_service.o |
---|
7 | g++ ${CFLAGS} -c ./delaunay.c |
---|
8 | g++ ${CFLAGS} -c ./voronoi.c |
---|
9 | g++ ${CFLAGS} -shared -o cgi-env/cgal_service.zo ./delaunay.o ./voronoi.o ./cgal_service.o ${GDAL_LIBS} ${CGAL_LDFLAGS} -lCGAL -lgmp ${GDAL_LIBS} -L${ZRPATH}/zoo-kernel/ -lzoo_service -lfcgi |
---|
10 | |
---|
11 | cgal_service.o: cgal_service.c cgal_service.h |
---|
12 | g++ ${CFLAGS} -c ./cgal_service.c |
---|
13 | |
---|
14 | install: |
---|
15 | install -d ${CGI_DIR}/cgal |
---|
16 | install cgi-env/* ${CGI_DIR}/cgal/ |
---|
17 | |
---|
18 | clean: |
---|
19 | rm -f cgi-env/*.zo *.o |
---|
Note: See
TracBrowser
for help on using the repository browser.