kartenwahl select
loadparams();
ms_ioinstallstdouttobuffer();
$map_path="/srv/www/htdocs/klima_austria/mod_mapViewer/myParams/";
$map = ms_newMapObj ($map_path."myMap.map");
$layer = $map -> getLayerByName("raster");
//$status = $layer->open();
$layer->set('data', "map_t20000301.png");
$map->owsdispatch($request);
$contenttype = ms_iostripstdoutbuffercontenttype();
if ($contenttype == 'image/png')
// header('Content-type: image/png');
if ($contenttype == 'EPSG:31297')
header('Content-type: EPSG:31297');
ms_iogetStdoutBufferBytes();
ms_ioresethandlers();
?>
datenwahl