Essentially, this is what the user does every time you generate a map
via mapserver, if I understand your desire correctly.  If you are using
PHP mapscript, an example will be easy to provide, such as:

$image = $map->draw();
$image_url  = $image->saveWebImage(MS_GIF,1,1,0);
print("<a href='$image_url'>Click Here to Download Map Image<a>");


HTH,
r.b.

-----Original Message-----
From: UMN MapServer Users List [mailto:[EMAIL PROTECTED] On
Behalf Of Mariette
Sent: Wednesday, July 25, 2007 2:43 PM
To: [email protected]
Subject: [UMN_MAPSERVER-USERS] Download Raster(imagery)

Is it possible to allow a user to download a raster(imagery) that is
theextent of the map window? What can or can't be downloaded? Are there
any
demo sites out there that allow the user to download databased on the
map
window extent?
Thanks
-- 
View this message in context:
http://www.nabble.com/Download-Raster%28imagery%29-tf4145620.html#a11792
178
Sent from the Mapserver - User mailing list archive at Nabble.com.

Reply via email to