Tile Info:
[INDENT]Height: 512
Width: 512
DPI: 96
[INDENT]Levels of Detail: (# Levels: 16)
Level ID: 0 [Start Tile, End Tile]
Resolution: 0,3515625
Scale: 147748799,285417
Level ID: 1 [Start Tile, End Tile]
Resolution: 0,17578125
Scale: 73874399,6427087[/INDENT][/INDENT]
...
<LODInfo xsi:type="typens:LODInfo"> <LevelID>0</LevelID> <Scale>500000000</Scale> <Resolution>1.1897305029151397</Resolution> </LODInfo>
Description:
This sample demonstrates how to add various third-party (tiled|cached)
map services to your ArcGIS API for Flex application using the WebTiledLayer class
...
I've managed to extend the class and load the tiles from a local database (sqlite). The problem is precisely the method buildTileInfo.
How can I get the values �??�??of the resolution if what you have is only png images of each tile? How to calculate this value?
I can load the tiles however they are with some error in the projection which I believe is because of the LOD.