On Wed, Apr 16, 2008 at 09:15:31AM +0200, Rober Corona wrote: > Thank you very much Cameron!!! > > To get see different WMS services together is my first goal, but is > possible to join WMS services with different projection? if it wasn't > possible, would be a way?
Javascript does not have the ability to reproject raster images. This means that it is not possible, on the client side, to overlay WMS servers with different projections. Many WMS servers support 'on the fly' reprojection, so you may be able to request all the images in the projection you desire: if this is the case, you will be able to layer these images together. If not, you'll need to reproject the images outside MapBuilder, possibly via some cascading WMS server. Regards, -- Christopher Schmidt Web Developer ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ mapbuilder-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mapbuilder-devel
