8
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix XML request parser for embedded XML complex data. Handle Execute requests coming from the QGIS WPS Client plugin. Fix for Python support. More... over 13 years ago
JAVA Supprot : binary files support for data in both inputs and outputs. More... over 13 years ago
Support binary output for Python Services. More... over 13 years ago
Fix for RawDataOutputs in case of multiple outputs. More... over 13 years ago
Add support for multiple outputs format for DescribeProcess and Execute requests. Note that currently if RawDataOutput is asked, then only first output can be returned. More... over 13 years ago
Fix issue when supported node is not present in the zcfg file (ticket https://svn.zoo-project.org/trac/ticket/9). More... over 13 years ago
Remove memory leaks. Add support for minOccurs and maxOccurs informations in the inputs maps to close ticket https://svn.zoo-project.org/trac/ticket/12. More... over 13 years ago
Special thanks to Yoshida-san for pointing us this out. Remove the deactivation of the JIT (Just In Time) compiler from the ZOO Java Support. Solve issue when using heavy Java Services like GoGPS is. More... over 13 years ago
Typo More... over 13 years ago
Small fixs in freeElements and runRequest. More... over 13 years ago
Small fix for binary string support in dupMaps function to ensure that the binary value willbe passed to various laguages correctly. Memory cleanup. More... over 13 years ago
Add binary files support for DataInputs. Managing this binary format for the Python language, this should resolve the GRASS support in case of binary DataInputs. More... over 13 years ago
Adding contains and getIoTypeFromElement functions in service.h. Remove memory leaks from the Service Configuration Parser, add the support for multiple supported formats as before. Small modification of the ZOO-Kernel Java Support, adding the capability to access the modified main_conf HashMap from the Kernel to let lenv message map pass when an error occurs and it is handled in the Service code. Adding same capability for the ZOO-Kernel Python Support. Use strcasecmp in service.h rather than strlen+strncasecmp. Ensure that only OWS compliant informations are available for Contact.Phone and Contact.Adress. Remove memory leak in createExceptionReportNode. Correction of the addDefaultValues function to add the default format using the informations from DataInputs if present, this should correct the behavior of the ZOO-Kernel when choosing the extension value which should now point to the corresponding zcfg value if present. Don't set the NULL value for inputs not provided in the DataInputs, still set NULL as default value for outputs. Avoid segfault in freeElements when some zcfg values was not set correctly. Link against the client libjvm.so file rather than the server one. More... over 13 years ago
Add length testing for maps and map. More... over 13 years ago
fixed error in GetArea and Distance functions: wrong data type. Added the output in GML format in the ApplayTwo function. Distance.zcfg: translated from French to English More... over 13 years ago
fixed the mimetype in the applyOne function (it was always text/plain both that for json that for gml) and added schema parameter in the response More... over 13 years ago
Add the USE_GDB flag to enable compiling ZOO-Kernel without signal handling, useful when used from gdb for debuging purpose ... More... over 13 years ago
corrected the extension of the output files (before it was always .js both if the output request was json or gml) More... over 13 years ago
small fix. More... over 13 years ago
Adding the -fPIC option to the ZOO-Kernel Makefile which shall fix issue detailled in ticket https://svn.zoo-project.org/trac/ticket/14. Making the code of the GdalExtractProfile ZOO Service available and a bit modified to return a JSON string as some people asked for this capability. Many thanks to Frank Warmerdam for his feedbacks about this ZOO Service which make the publication doable and for pointing out some possible improvements. More... over 13 years ago
I Correct the path to the output data: now refers to the url path (tmpUrl) of the web service, instead to the server path (tmpPath) More... over 13 years ago
Correct description of F flag More... over 13 years ago
-delete debug information More... over 13 years ago
bug fix on java support compilation More... over 13 years ago
Solving the issue about ZOO Python Support. I will have to review after coming back at home. Now it works, I've tested from the official zoo-project server and the Boundary got the same issue as reported by Niels, now fixed. I have to go to my gate in 5 minutes and to pack all my stuff now.. More... over 13 years ago
Correction from the Doha Airport. More... over 13 years ago
Make the Grass support working for vector data taking care about the absence or presence of abstract parameter from the ZCFG file... Prepare the binary string support for Python language, in the aim to make Grass raster function working. More... over 13 years ago
Enhance the JavaScript support by automatically load the ZOO-api.js and ZOO-proj4js.js file before loading the JavaScript service. This way no more need to integrate the whole ZOO-api.js and proj4js.js files into the JavaScript service provider code. More... over 13 years ago
Small fix in {{{service_internal.c}}} to avoid wrong {{{statusLocation}}} link. Add {{{-lcrypto}}} to {{{LDFLAGS}}} to avoid linkage problem. More... over 13 years ago
Remove uneeded or redundant part. More... over 13 years ago