[OpenLayers-Users] WMS Support 1.3.0
Erik Uzureau
euzuro at gmail.com
Thu Jul 20 14:24:23 CDT 2006
On 7/18/06, Arnd Wippermann <arnd.wippermann at web.de> wrote:
> Hello
>
> This is the version, i use:
> <script src="http://www.openlayers.org/api/OpenLayers.js"></script>
>
> with this call the projection parameter will added as vendor specific
> parameter
> 1. OLLayers[i] = new OpenLayers.Layer.WMS( mapObj.OL[i][0], mapObj.OL[i][1],
> {"version": '1.3.0', "projection": 'none', "format" : mapObj.OL[i][2],
> layers: mapObj.OL[i][3], transparent: 'TRUE', CRS: 'EPSG:4326'} );
>
> 2. OLLayers[i] = new OpenLayers.Layer.WMS( mapObj.OL[i][0], mapObj.OL[i][1],
> {"version": '1.3.0', "format" : mapObj.OL[i][2], layers: mapObj.OL[i][3],
> transparent: 'TRUE', CRS: 'EPSG:4326', "projection": 'none' } );
>
> 1.
> http://sharpmap.iter.dk/demo/wms.aspx?VERSION=1.3.0&PROJECTION=none&FORMAT=i
> mage/png&LAYERS=Countries,Rivers,Country%20labels&TRANSPARENT=TRUE&CRS=EPSG:
> 4326&SERVICE=WMS&REQUEST=GetMap&STYLES=&EXCEPTIONS=application/vnd.ogc.se_in
> image&SRS=EPSG:4326&BBOX=7.84700967372588,42.93788376909833,10.7369636687062
> 79,45.82783776407872&WIDTH=256&HEIGHT=256
>
> 2.
> http://sharpmap.iter.dk/demo/wms.aspx?VERSION=1.3.0&FORMAT=image/png&LAYERS=
> Countries,Rivers,Country%20labels&TRANSPARENT=TRUE&CRS=EPSG:4326&PROJECTION=
> none&SERVICE=WMS&REQUEST=GetMap&STYLES=&EXCEPTIONS=application/vnd.ogc.se_in
> image&SRS=EPSG:4326&BBOX=7.84700967372588,48.71779175905912,10.7369636687062
> 79,51.60774575403951&WIDTH=256&HEIGHT=256
>
>
> and with this call the projection parameter vanishs
>
> 3. OLLayers[i] = new OpenLayers.Layer.WMS( mapObj.OL[i][0], mapObj.OL[i][1],
> {"version": '1.3.0', "format" : mapObj.OL[i][2], layers: mapObj.OL[i][3],
> transparent: 'TRUE', CRS: 'EPSG:4326'}, {"projection": 'none' } );
>
> 3.
> http://sharpmap.iter.dk/demo/wms.aspx?VERSION=1.3.0&FORMAT=image/png&LAYERS=
> Countries,Rivers,Country%20labels&TRANSPARENT=TRUE&CRS=EPSG:4326&SERVICE=WMS
> &REQUEST=GetMap&STYLES=&EXCEPTIONS=application/vnd.ogc.se_inimage&SRS=EPSG:4
> 326&BBOX=7.485765424353326,50.52401300592189,7.847009673725875,50.8852572552
> 94434&WIDTH=256&HEIGHT=256
>
> i also use the OpenLayers.js from boston.freemap to test Kamap-support.
>
>
> Hello SDE
>
> This source I have not found:
> http://openlayers.org/dev/OpenLayers.js
>
> Object not found!
>
Oops! I think the intended link is actually:
http://openlayers.org/dev/lib/OpenLayers.js
Sorry about that!
> And yet I don't know what SVN is.
>
SVN is like CVS, it is a way to keep all the code for a project in one
central place and keep track of all the different changes that everyone
is making on it. It is an opensource project too :-)
checkout their homepage:
http://subversion.tigris.org/
--Erik
>
> Mit freundlichen Grüssen
>
> Arnd Wippermann
> http://gis.ibbeck.de/pinguinale/
>
>
More information about the Users
mailing list