Skip to content

Instantly share code, notes, and snippets.

@hannahwhy
Created November 25, 2012 02:24
Show Gist options
  • Select an option

  • Save hannahwhy/4142151 to your computer and use it in GitHub Desktop.

Select an option

Save hannahwhy/4142151 to your computer and use it in GitHub Desktop.
<wms-config>
<server>
<auto-discovery run="true" period="0"/>
<datafilestore>
<config-file>wms.DataFileStore.xml</config-file>
</datafilestore>
</server>
<mapsource name="bmng200408" title="Blue Marble NG 08/2004">
<root-dir>/gtiff/output</root-dir>
<class>gov.nasa.worldwind.servers.wms.generators.BlueMarbleNG500MGenerator</class>
<property name="BlueMarble500M.namingscheme.prefix" value="world.topo" />
<property name="BlueMarble500M.namingscheme.suffix" value="tiff" />
<property name="BlueMarble500M.defaultTime" value="200408" />
</mapsource>
</wms-config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment