Ticket #8 (closed defect: worksforme)
Strange effect when viewing EPSG:900913 WMS
| Reported by: | jbritton | Owned by: | arneke |
|---|---|---|---|
| Priority: | major | Milestone: | 0.7.0 |
| Component: | core | Version: | 0.6 |
| Keywords: | Cc: |
Description
When trying to cache tiles in Google projection from http://openaerialmap.org/wms/ I get a very strange problem. See attached image.
.properties file for this layer:
# Image formats, use
imagemimes=image/png,image/jpeg,image/gif
# WMS backend
wmsurl=http://openaerialmap.org/wms/
wmslayers=world
wmsstyles=
# Tile profile
srs=EPSG:900913
bbox=-20037508.34,-20037508.34,20037508.34,20037508.34
transparent=true
metatiling=3x3
# Cache backend
cachetype=org.geowebcache.cache.file.FileCache?
filecachepath=/tmp
And is added in OpenLayers? using:
var layer = new OpenLayers?.Layer.WMS( title,
"http://10.11.64.107:5050/geowebcache/wms",
{
layers: layerName,
srs: 'EPSG:900913',
format: 'image/png',
styles: ,
tiled: 'true'
},
{
'isBaseLayer': true
}
);
