ExportMapimage
From MapbenderWiki
User:Gregor Fikoczek (Module maintainer)
Contents |
Description
english
Export the image in the mapframe as png or jpg. The image will be saved in the maps-folder. Following it is possible to download this image with a link.
For the export of GeoTiff gdal has to be installed and reachable (default: ?/usr/bin/?), win: setting PATH - Variable).
deutsch
Das Bild des Kartenfensters kann als PNG oder JPEG heruntergeladen werden. Das erzeugte Bild wird serverseitig im tmp-Ordner (ggf. maps) gespeichert. Anschliessend kann dieses per Link heruntergeladen werden.
Für den Export von GeoTiff muß gdal installiert und ausfühbar sein (linux: (default: ?/usr/bin/?) win: setzen der PATH - Variable)..
Files
For this module the following files are required / Für dieses Modul werden die folgenden Dateien benötigt:
- http://trac.osgeo.org/mapbender/browser/branches/2.5/http/javascripts/mod_exportMapImage.php (new)
- http://trac.osgeo.org/mapbender/browser/branches/2.5/http/php/mod_exportMapImage_server.php (new)
- http://trac.osgeo.org/mapbender/browser/branches/2.5/http/classes/class_weldMaps2Image.php (new)
- http://trac.osgeo.org/mapbender/browser/branches/2.5/http/classes/class_stripRequest.php (modified)
SQL
Use this sql statement to insert this module in the corresponding gui / Mit diesem SQL kann das Modul in die entsprechende GUI eingefügen werden:
Enhancement
- element_var to handle the styles: exportImage_css
- configure the text of the exportMapimageWin (solution with i18n or element_var)
- geoTiff - Windows gdal path
