[Gdal-dev] WMS with C# Bindings

GrinderDev grinderprogrammer at gmail.com
Thu Dec 6 13:11:19 EST 2007


Here is the contents of my XML file:

<GDAL_WMS>
  <Service name="WMS">
    <Version>1.1.1</Version>
    <ServerUrl>http://onearth.jpl.nasa.gov/wms.cgi?</ServerUrl>
    <SRS>EPSG:4326</SRS>
    <ImageFormat>image/jpeg</ImageFormat>
    <Layers>modis,global_mosaic</Layers>
    <Styles></Styles>
  </Service>
  <DataWindow>
    <UpperLeftX>-180.0</UpperLeftX>
    <UpperLeftY>90.0</UpperLeftY>
    <LowerRightX>180.0</LowerRightX>
    <LowerRightY>-90.0</LowerRightY>
    <SizeX>2666666</SizeX>
    <SizeY>1333333</SizeY>
  </DataWindow>
  <Projection>EPSG:4326</Projection>
  <BandsCount>3</BandsCount>
</GDAL_WMS>
-- 
View this message in context: http://www.nabble.com/WMS-with-C--Bindings-tf4956367.html#a14197940
Sent from the GDAL - Dev mailing list archive at Nabble.com.



More information about the gdal-dev mailing list