-
…what we want, if not I'll change them. Also, take a peek at RMGlobalConstants. Thanks
-
http://wiki.openstreetmap.org/index.php/FAQ#What_is_the_map_scale_for_a_particular_zoom_level_of_the_map.3F refers that 18 is the max zoom level
-
…more restrictive than current values
-
…and associated classes and methods; -setTextLabel family of methods; CGImage methods. Added notes on magic numbers and string literals. Cleaned up some unit tests.
-
…oxFor: to account for keystoning. Renamed RMOpenStreetMapsSource to RMOpenStreetMapSource
-
…. Other linker flags set to -ObjC
-
…otates properly. But it only works if -viewDidLoad: constructs another RMMapView, which doesn't have to do anything, it just makes the application happy.
-
Deprecate setTextLabel calls
-
Change setScale: to use same zoom method as zoomByFactor
-
…es not break any existing functionality, though I'm not sure if there is a faster way to do my calculations, i KNOW that the results can't be cached though, as the origin changes frequently, as do the x,y positions. Another set of eyes on this would be great. The fix is as follows: If the position is closer to the current origin, use it, else use an origin shifted one projection width to the left/right whichever is closest