wmslayer.xml.txt 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <wmsLayer>
  2. <name>img states</name>
  3. <metaInformation>
  4. <title>Nicer title for Image States</title>
  5. <description>This is a description. Fascinating.</description>
  6. </metaInformation>
  7. <mimeFormats>
  8. <string>image/gif</string>
  9. <string>image/jpeg</string>
  10. <string>image/png</string>
  11. <string>image/png8</string>
  12. </mimeFormats>
  13. <gridSubsets>
  14. <gridSubset>
  15. <gridSetName>EPSG:4326</gridSetName>
  16. <extent>
  17. <coords>
  18. <double>-129.6</double>
  19. <double>3.45</double>
  20. <double>-62.1</double>
  21. <double>70.9</double>
  22. </coords>
  23. </extent>
  24. </gridSubset>
  25. </gridSubsets>
  26. <expireCacheList>
  27. <expirationRule minZoom="0" expiration="60" />
  28. </expireCacheList>
  29. <expireClientsList>
  30. <expirationRule minZoom="0" expiration="500" />
  31. </expireClientsList>
  32. <wmsUrl>
  33. <string>http://demo.opengeo.org/geoserver/wms</string>
  34. </wmsUrl>
  35. <wmsLayers>nurc:Img_Sample,topp:states</wmsLayers>
  36. <transparent>false</transparent>
  37. <bgColor>0x0066FF</bgColor>
  38. </wmsLayer>