| 1 |
<GDAL_WMS> |
|---|
| 2 |
<Service name="WMS"> |
|---|
| 3 |
<Version>1.1.1</Version> |
|---|
| 4 |
<ServerUrl>http://onearth.jpl.nasa.gov/wms.cgi?</ServerUrl> |
|---|
| 5 |
<SRS>EPSG:4326</SRS> |
|---|
| 6 |
<ImageFormat>image/jpeg</ImageFormat> |
|---|
| 7 |
<Layers>modis,global_mosaic</Layers> |
|---|
| 8 |
<Styles></Styles> |
|---|
| 9 |
</Service> |
|---|
| 10 |
<DataWindow> |
|---|
| 11 |
<UpperLeftX>-180.0</UpperLeftX> |
|---|
| 12 |
<UpperLeftY>90.0</UpperLeftY> |
|---|
| 13 |
<LowerRightX>180.0</LowerRightX> |
|---|
| 14 |
<LowerRightY>-90.0</LowerRightY> |
|---|
| 15 |
<SizeX>2666666</SizeX> |
|---|
| 16 |
<SizeY>1333333</SizeY> |
|---|
| 17 |
</DataWindow> |
|---|
| 18 |
<Projection>EPSG:4326</Projection> |
|---|
| 19 |
<BandsCount>3</BandsCount> |
|---|
| 20 |
</GDAL_WMS> |
|---|