Skip to content

Instantly share code, notes, and snippets.

@pmauduit
Created March 27, 2016 17:11
Show Gist options
  • Save pmauduit/ffadffe2371ba3aea65c to your computer and use it in GitHub Desktop.
Save pmauduit/ffadffe2371ba3aea65c to your computer and use it in GitHub Desktop.
geowebcache xml extract
 <wmsLayer>
<name>google</name>
<mimeFormats>
<string>image/png</string>
</mimeFormats>
<gridSubsets>
<gridSubset>
<gridSetName>EPSG:4326</gridSetName>
</gridSubset>
<gridSubset>
<gridSetName>EPSG:900913</gridSetName>
</gridSubset>
</gridSubsets>
<wmsUrl>
<string>http://mapserver/maps/google</string>
</wmsUrl>
</wmsLayer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment