Имеется WMS-слой. При вызове напрямую - слой отображается корректно. При подключении его через GeoWebCache - слой не отображается. Понимаю, что причина в неверной настройке GeoWebCache. С этим и прошу помочь. Вот фрагмент geowebcache.xml, в котором подключается слой.
Код: Выделить всё
<wmsLayer>
<name>zv_cache</name>
<mimeFormats>
<string>image/png</string>
<string>image/jpeg</string>
</mimeFormats>
<grids>
<entry>
<srs>
<number>4326</number>
</srs>
<grid>
<srs>
<number>900913</number>
</srs>
<dataBounds>
<coords>
<double>39.3</double>
<double>43.5</double>
<double>40.7</double>
<double>43.9</double>
</coords>
</dataBounds>
<gridBounds>
<coords>
<double>-20037508.34</double>
<double>-20037508.34</double>
<double>20037508.34</double>
<double>20037508.34</double>
</coords>
</gridBounds>
<zoomStart>0</zoomStart>
<zoomStop>10</zoomStop>
</grid>
</entry>
</grids>
<wmsUrl>
<string>http://localhost/cgi-bin/mapserv.exe?map=/ms4w/apps/tutorial/htdocs/444.map</string>
</wmsUrl>
<wmsLayers>oo4i</wmsLayers>
<transparent>true</transparent>
</wmsLayer>
Заранее благодарю за помощь.