Authored by Thomas Rasch

o Described the differences to the original route-me sources

@@ -54,3 +54,18 @@ To report bugs and help fix them, please use the [issue tracker][tracker] @@ -54,3 +54,18 @@ To report bugs and help fix them, please use the [issue tracker][tracker]
54 [list]: http://groups.google.com/group/route-me-map 54 [list]: http://groups.google.com/group/route-me-map
55 [tracker]: http://github.com/route-me/route-me/issues 55 [tracker]: http://github.com/route-me/route-me/issues
56 56
  57 +
  58 +Changes in this clone (Alpstein/route-me)
  59 +-----------------------------------------
  60 +
  61 +* RMMapView and RMMapContents have been merged into one file
  62 +
  63 +* Tile cache refactoring
  64 +
  65 +* Tile source refactoring (asynchronous tile downloads)
  66 +
  67 +* Numerous performance improvements
  68 +
  69 +* Markers have been refactored into a MKMapView-like system, with annotations and on-demand markers
  70 +
  71 +* Requires at least iOS 4.0