Open GoogleCodeExporter opened 8 years ago
I just solved this, I think. Patch against r633 attached.
1. Create an extra property on RMMapContents, scaledMetersPerPixel, which
simply divides (surprisingly, not multiplies) metersPerPixel by the screen
scale factor.
2. Pass this, in place of metersPerPixel, to the tile projection in
-[RMMapContents tileBounds].
3. Alter -[RMTileLoader screenIsLoaded] to use scaledMetersPerPixel when
calculating targetZoom.
Original comment by michael@tyson.id.au
on 8 Oct 2010 at 9:23
Attachments:
Original issue reported on code.google.com by
phys...@googlemail.com
on 7 Oct 2010 at 9:12