Upgraded from geoserver/GWC 2.0 to 2.1-beta and from OpenLayers 2.8 to 
OpenLayers 2.9.1
The upgrade broke my TMS layer. 

It turns out that the URL generated by OpenLayers:

http://mydomain/geoserver/gwc/service/tms/1.0.0/mylayer/14/9013/11564.png

is no longer valid.

Removing the version path component makes the URL valid, i.e. the following 
works fine: 

http://mydomain/geoserver/gwc/service/tms/mylayer/14/9013/11564.png

My TMS layer is initialized thus;

OpenLayers.Layer.TMS.prototype.initialize.apply(this, [featureName, url,
            {
                layername: featureName,
                isBaseLayer:false,
                metaTileSize: 3,
                alpha: true,
                type: 'png'
            }]);

What am I missing? How do I need to upgrade my conf?



------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to