<?xml version="1.0" encoding="utf-8"?>
<gwcConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://geowebcache.org/schema/1.2.1/geowebcache.xsd"
xmlns="http://geowebcache.org/schema/1.2">
<version>1.2.1</version>
<backendTimeout>120</backendTimeout>
<cacheBypassAllowed>true</cacheBypassAllowed>
<gridSets>
	<gridSet>
		<name>Vaxkarta EPSG:3006</name>
		<srs><number>3006</number></srs>
		<extent>
			<coords> <!-- Downmost left, upper right (of 3006 as per spatialreference.org)-->
				<double>218128.7031</double>
				<double>6126002.9379</double>
				<double>1083427.2970</double>
				<double>7692850.9468</double>
			</coords>
		</extent>
		<scaleDenominators>
			<double>12500</double>
			<double>7000</double>
			<double>3000</double>
			<double>1500</double>
		</scaleDenominators>
	</gridSet>
</gridSets>
			
<layers>
 
	<wmsLayer> 
		<name>graven:Distriktpolys_region</name> 
		<mimeFormats> 
			<string>image/png</string> 
			<string>image/jpeg</string> 
		</mimeFormats>
		<gridSubsets>
			<gridSubset>
				<gridSetName>Vaxkarta EPSG:3006</gridSetName>
				<extent>
					<coords>
						<double>688885.377</double>
						<double>6589671.802</double>
						<double>690074.691</double>
						<double>6590132.716</double>
					</coords>
				</extent>
			</gridSubset>
		</gridSubsets>
		<wmsUrl> 
			<string>http://localhost:8080/geoserver/wms</string> <!-- /gwc/service/-->
		</wmsUrl> 
		<wmsLayers>graven:Distriktpolys_region</wmsLayers>
	</wmsLayer> 

	<wmsLayer> 
		<name>graven:kyrkvagar_sw99tm</name> 
		<mimeFormats> 
			<string>image/png</string> 
			<string>image/jpeg</string> 
		</mimeFormats>
		<gridSubsets>
			<gridSubset>
				<gridSetName>Vaxkarta EPSG:3006</gridSetName>
				<extent>
					<coords>
						<double>687597.556</double>
						<double>6589557.936</double>
						<double>690219.785</double>
						<double>6590134.696</double>
					</coords>
				</extent>
			</gridSubset>
		</gridSubsets>
		<wmsUrl> 
			<string>http://localhost:8080/geoserver/wms</string> <!-- /gwc/service/-->
		</wmsUrl> 
		<wmsLayers>graven:kyrkvagar_sw99tm</wmsLayers>
	</wmsLayer>

</layers>
</gwcConfiguration>

