[OpenLayers-Users] WMS Support 1.3.0

Erik Uzureau euzuro at gmail.com
Mon Jul 17 09:58:55 CDT 2006


On 7/16/06, Arnd Wippermann <arnd.wippermann at web.de> wrote:
>
> Hello,
>
> I have 3 Questions with regard to the WMS Request:
>
> Is it possible to integrate support for WMS 1.3.0? It's mostly the same as
> 1.1.1. One Change is the version-number and a second change is the
> parameter
> for the projection. Now it is CRS and not SRS.


As cholmes says in his response, this switch to 1.3 involves more
complications...
(lonlat vs. latlon) thus we do not support it. Maybe in a future version...

Is it possible to integrate vendor specific parameter to the WMS-Request?


Sure! The following lines are from examples/wms.html:

            layer = new OpenLayers.Layer.WMS( "OpenLayers WMS",
                    "http://labs.metacarta.com/wms/vmap0", {layers: 'basic'}
);
            map.addLayer(layer);

If you want to add a new parameter "chicken" to the WMS-Request with value
55,
you would do this:

            layer = new OpenLayers.Layer.WMS( "OpenLayers WMS",
                    "http://labs.metacarta.com/wms/vmap0", {layers: 'basic',
chicken: 55} );
            map.addLayer(layer);


Hope that helps!

--Erik




Can I use the Styled Layer Descriptor (SLD) with Openlayers WMS?
>
> Mit freundlichen Grüssen
>
> Arnd Wippermann
> http://gis.ibbeck.de/pinguinale/
>
>
>
> _______________________________________________
> Users mailing list
> Users at openlayers.org
> http://mailman-viper.python-hosting.com/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman-viper.python-hosting.com/pipermail/users/attachments/20060717/84e299b4/attachment.html


More information about the Users mailing list