Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: UDIG 1.2.M6
-
Fix Version/s: UDIG 1.2.M7
-
Component/s: webservices
-
Labels:None
-
Environment:w2k, java Build 1.6.0_13-b03, tilecache-2.10
Description
I have set up tilecache with two different Layers:
[tk10]
type=WMS
url=http://www.landesvermessung.sachsen.de/ias/basiskarte4/service/SRV4TKFREE/WMSFREE_TK/wmsservice?REQUEST=GetMap&SERVICE=WMS
srs=EPSG:31468
layers=TK10
bbox=4.48382e+06,5.54791e+06,4.71618e+06,5.74708e+06
extension=png
and:
[ortho_rgb06]
type=WMS
url=http://www.landesvermessung.sachsen.de/ias/basiskarte4/service/SRV4DOPFREE/WMSFREE_TK/wmsservice?REQUEST=GetMap&SERVICE=WMS
srs=EPSG:31468
layers=ortho_rgb06
bbox=4.48382e+06,5.54791e+06,4.71618e+06,5.74708e+06
extension=jpeg
If I use EPSG:31468 in UDIG everything is ok. (epsg31468.png)
With EPSG:31469 one of these two Layers looks wrong (epsg31469.png). Maybe because of the different tile- Format (jpeg)?
The original tiles are a fixed size; and it looks like each one may be being transformed individually; rather then them being formed into a single image and then transformed as a whole?