neilang / NAMapKit

Allows you to use custom maps in iphone applications and attempts to mimics some of the behaviour of the MapKit framework
MIT License
263 stars 52 forks source link

Updated CHANGELOG, removed an unused function. #21

Closed dblock closed 10 years ago

dblock commented 10 years ago

This is the last bit.

Removed silly coordinate system transform that changes % to map system coordinates. That's really just very specific to the way we store coordinates.

The 3.0 branch now includes all the changes that we have in https://github.com/orta/NAMapKit (except much cleaner and tested :), so this closes #13.

Fyi, I've updated your project to use this branch successfully and everything looks good.