[OpenLayers-Trac] Re: [OpenLayers] #3169: tiles getting used twice
OpenLayers
trac-20090302 at openlayers.org
Fri Mar 11 12:28:38 EST 2011
#3169: tiles getting used twice
-------------------------------+--------------------------------------------
Reporter: bartvde | Owner:
Type: bug | Status: new
Priority: minor | Milestone: 2.11 Release
Component: Layer.ArcGISCache | Version: 2.10
Keywords: | State:
-------------------------------+--------------------------------------------
Comment(by dmiddlecamp):
I'll check it out against our setup. So far it looks okay, besides the
pink tiles. Ideally the 'lods' object should look similar to what the
server is providing. (see
http://gisserver1.agro.nl/arcgis/rest/services/topografie_softone/MapServer
in the Tile Info section.)
if you run (in firebug): map.layers[0].lods[map.getZoom()]
you can see the tile level of detail is off, it should be:
3/0/0, and 3/11/13,
instead of 3/-9/-12 and 3/11/13 :)
The check for x, and y not to be less than zero might be more appropriate
in 'getContainingTileCoords'?
--
Ticket URL: <http://trac.openlayers.org/ticket/3169#comment:5>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer
More information about the Trac
mailing list