WMS Sources

From World Wind Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 22:57, 13 June 2005 (edit)
213.196.244.188 (Talk)

← Previous diff
Revision as of 02:02, 14 June 2005 (edit) (undo)
Nosilleg (Talk | contribs)
(tidy a bit)
Next diff →
Line 5: Line 5:
A URL may look like this: 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=+ 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 splitted into parameters togther with corresponding xml tag:+and split into parameters togther with corresponding xml tag:
 +{|
 +|-
 +|<nowiki>http://wms.jpl.nasa.gov/wms.cgi</nowiki>
 +|<ServerGetMapUrl>
 +|-
 +|?request=GetMap
 +|no tag thee is nothing else ww will do
 +|-
 +|&layers=global_mosaic_base
 +|<WMSLayerName>
 +|-
 +|&srs=EPSG:4326
 +|no tag only ww supports 4326 only
 +|-
 +|&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=
 +|
 +|}
-http://wms.jpl.nasa.gov/wms.cgi - <ServerGetMapUrl> +more later...
-?request=GetMap - no tag thee is nothing else ww will do+
-&layers=global_mosaic_base - <WMSLayerName>+
-&srs=EPSG:4326 - no tag only ww supports 4326 only+
-&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=+
- later more....+[[Category:Dev]]

Revision as of 02:02, 14 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 thee is nothing else ww will do
&layers=global_mosaic_base <WMSLayerName>
&srs=EPSG:4326 no tag only ww supports 4326 only
&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