Hi, I think the posting you does not refer to a widget that saves images. I think the OP meant either the Save widget (for saving vector features to a WFS) or the SaveModel widget (for saving a model, eg. a web map context doc, to disk).
What you are requesting would definitely have to be done on the server side using a imaging library (eg. ImageMagic if you are working with php, or JAI if you prefer java). Having said that, since Mapbuilder is a client-side library, we do not have such a widget. Anyway, it would be nice to have one, because it would enable us to offer map printing. This would have to be solved in a chain like that: * send a context to the server * let the server fetch the wms images for the context * render vector layers (eg using Mapscript) * send the image back to the client for printing. The first three steps would be needed to meet your use case, right? Regards, Andreas. On Nov 24, 2007 1:00 PM, linda773 <[EMAIL PROTECTED]> wrote: > > Hi all! > I have to save a mapcontainer content into an image on my HD. > I heard about "save image widget" but i didn't find anything like > "saveimage.js" in the lib directory of mb. > Can anyone help me ? > Thanks in advance... > Linda. > > > > Luca Giandoso wrote: > > > > On 10/26/06, David Ortega <[EMAIL PROTECTED]> wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- > >> Hash: SHA1 > >> > >> Hello people! > >> > >> I have a little problem with mapbuilder. I set the save image widget in > >> its place and I try to click it and I get this error: > >> > >> The requested URL /temp\cmb3D.tmp.xml was not found on this server. > > > > "/temp\cmb3D.tmp.xml" > > Maybe there something wrong with the backslash, or it is only a spelling > > error? > > > >> > >> I don't know why. I have the /temp directory at my htdocs of apache, but > >> these not works. > >> > >> Someone knows why? > >> > >> thanks in advance. > >> > >> David Ortega > >> -----BEGIN PGP SIGNATURE----- > >> Version: GnuPG v1.4.5 (MingW32) > >> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > >> > >> iD8DBQFFQNTcMw0WmzkOob4RAvvhAJ9ekyPMkhS1t9zCuBxqH62sAP3fJACgmeU1 > >> 9dPKbjIFtgYOZeI5QxblZgY= > >> =9wwh > >> -----END PGP SIGNATURE----- > >> > >> > >> ------------------------------------------------------------------------- > >> Using Tomcat but need to do more? Need to support web services, security? > >> Get stuff done quickly with pre-integrated technology to make your job > >> easier > >> Download IBM WebSphere Application Server v.1.0.1 based on Apache > >> Geronimo > >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >> _______________________________________________ > >> Mapbuilder-users mailing list > >> [email protected] > >> https://lists.sourceforge.net/lists/listinfo/mapbuilder-users > >> > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job > > easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > Mapbuilder-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/mapbuilder-users > > > > > > -- > View this message in context: > http://www.nabble.com/Save-image-widget-tf2514767.html#a13923659 > Sent from the MapBuilder Users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Mapbuilder-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mapbuilder-users > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Mapbuilder-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mapbuilder-users
