|
I'm not 100% sure how the different layers of data are getting rendered together for the topp:nyc_background layer; I couldn't figure out if GS was configured with a layer group for it. But if I hit GeoServer WMS directly and ask for topp:nyc_hydrography, then I don't get the problem described in the ticket. What does the client code look like? I'm mostly worried about maxResolution, bounds and maybe maxextent , since OpenLayers can use any one of those to calculate the resolutions. GeoWebCache will accept requests that are within 2% of the accepted resolutions. That probably sounds generous, but it gets tricky if you zoom in and the numbers get small.
Chris Holmes made changes - 06/Nov/08 11:02 AM
maxResolution: 38.21851413574219 links to folow http://projects.opengeo.org/vespucci/browser/branches/landgate/Vespucci/Application.js?rev=798#L168 The this.configuration object's values are set in this configuration file: http://projects.opengeo.org/vespucci/browser/branches/landgate/LandgateConfig.js?rev=810#L5 Client was requesting incorrect bounds, but geowebcache was not failing and throwing an exception as it should have. Both fixed, see http://projects.opengeo.org/vespucci/ticket/372 and
Arne Kepp made changes - 09/Nov/08 05:27 PM
Arne Kepp made changes - 09/Nov/08 05:28 PM
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Sebastian, what happens if you hit GeoServer WMS directly as opposed as going thought GWC?
Arne, rings any bell?