smas1 / geoext-viewer

Automatically exported from code.google.com/p/geoext-viewer
GNU General Public License v3.0
0 stars 0 forks source link

Data export with other EPSG fails. #386

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using the heron.cgi and the "Heron.options.exportFormats" the export is done 
well.

If I create new export with other EPSG Codes (transformation with ogr) the 
export is empty, only the Tabele structure, but nopn data is there for 
shapefile.

Example: http://kadviewer.kademo.nl/ Search/Export via GXP Panel.
Same effect with our applictaion.

Original issue reported on code.google.com by fotomich...@web.de on 6 Jun 2014 at 9:47

Attachments:

GoogleCodeExporter commented 9 years ago
Reproduced on http://kadviewer.kademo.nl . Apache error log shows: "ERROR 6: 
Unable to load PROJ.4 library (libproj.so)". Had to do with custom install GDAL 
(for GeoPackage) on Ubuntu Saucy, somehow GDAL looks for libproj.so not 
libproj.so.0.

Solution was:

ln -s /usr/lib/libproj.so.0 /usr/lib/libproj.so

Confirmed it works again, thanks for noticing. 

Original comment by jus...@gmail.com on 6 Jun 2014 at 12:16