catalog.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?config.xml version="1.0" encoding="UTF-8"?>
  2. <catalog>
  3. <datastores>
  4. <!--
  5. a datastore configuration element serves as a common data source connection
  6. parameters repository for all featuretypes it holds.
  7. -->
  8. </datastores>
  9. <formats>
  10. <!--
  11. a format configuration element serves as a common data source
  12. parameters repository for all coverages it holds.
  13. -->
  14. <format namespace = "cdf" enabled = "true" id = "gtopo" >
  15. <type>GeoTIFF</type>
  16. <url>file:coverages/gtopo_sample/W020N90.tif</url>
  17. </format>
  18. <format namespace = "cdf" enabled = "true" id = "usa" >
  19. <type>WorldImage</type>
  20. <url>file:coverages/img_sample/usa.png</url>
  21. </format>
  22. </formats>
  23. <!--
  24. Defines namespaces to be used by the datastores.
  25. -->
  26. <namespaces>
  27. <namespace uri = "http://www.opengis.net/cite/data" prefix = "cdf" default = "true" />
  28. <namespace uri = "http://www.opengis.net/cite/geometry" prefix = "cgf" />
  29. <namespace uri = "http://www.opengis.net/cite/bluelake" prefix = "cblf" />
  30. <namespace uri = "http://geoserver.sf.net" prefix = "sde" />
  31. <namespace uri = "http://www.refractions.net/lakes" prefix = "lake" />
  32. <namespace uri = "http://www.opengeospatial.net/cite" prefix = "cite" />
  33. <namespace uri = "http://www.openplans.org/topp" prefix = "topp" default = "true" />
  34. <namespace uri = "http://www.geo-solutions.it" prefix = "it.geosolutions" />
  35. </namespaces>
  36. <styles>
  37. <!--
  38. Defines the style ids to be used by the wms. The files must be
  39. contained in geoserver/misc/wms/styles. We're working on finding
  40. a better place for them, but for now that's where you must put them
  41. if you want them on the server.
  42. -->
  43. <style filename = "normal.sld" id = "normal" />
  44. <style filename = "raster.sld" id = "raster" />
  45. </styles>
  46. </catalog>