WMS Sources

From World Wind Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 02:02, 14 June 2005 (edit)
Nosilleg (Talk | contribs)
(tidy a bit)
← Previous diff
Revision as of 15:46, 26 June 2005 (edit) (undo)
F0urtyfive (Talk | contribs)

Next diff →
Line 14: Line 14:
|- |-
|?request=GetMap |?request=GetMap
-|no tag thee is nothing else ww will do+|no tag there is nothing else World Wind will do
|- |-
|&layers=global_mosaic_base |&layers=global_mosaic_base
Line 20: Line 20:
|- |-
|&srs=EPSG:4326 |&srs=EPSG:4326
-|no tag only ww supports 4326 only+|no tag World Wind only supports EPSG:4326
|- |-
|&width=600 |&width=600

Revision as of 15:46, 26 June 2005

One of the main features of World Wind is its extendibility. Users may create add-ons to access WMS server and view loaded maps.


A URL may look like this:

http://wms.jpl.nasa.gov/wms.cgi?request=GetMap&layers=global_mosaic_base&srs=EPSG:4326&width=512&height=512&bbox=-5,45,5,55&format=image/jpeg&version=1.1.0&styles=

and split into parameters togther with corresponding xml tag:

http://wms.jpl.nasa.gov/wms.cgi <ServerGetMapUrl>
?request=GetMap no tag there is nothing else World Wind will do
&layers=global_mosaic_base <WMSLayerName>
&srs=EPSG:4326 no tag World Wind only supports EPSG:4326
&width=600 <TextureSizePixels>
&height=600 <TextureSizePixels>
&bbox=-5,45,5,55 <BoundingBox> and <North> and .....
&format=image/jpeg <ImageFileExtension> and <ImageFormat>
&version=1.1.0 <Version>
&styles=

more later...

Personal tools