moagrius / TileView

TileView is a subclass of android.view.ViewGroup that asynchronously displays, pans and zooms tile-based images. Plugins are available for features like markers, hotspots, and path drawing.
MIT License
1.46k stars 337 forks source link

typo in MarkerManager #9

Closed klattimer closed 11 years ago

klattimer commented 11 years ago

https://github.com/moagrius/TileView/blob/master/src/com/qozix/tileview/markers/MarkerManager.java#L60

removeMarkerEventLIstener should be removeMarkerEventListener

klattimer commented 11 years ago

Obviously this has caused a run-on bug in TileView here; https://github.com/moagrius/TileView/blob/master/src/com/qozix/tileview/TileView.java#L480

moagrius commented 11 years ago

are you forking these for a merge, or should I commit the changes on my local repo and push?

klattimer commented 11 years ago

On 15 Aug 2013, at 19:42, moagrius notifications@github.com wrote:

are you forking these for a merge, or should I commit the changes on my local repo and push?

I don't have the time to send up the commits for these things yet as I'm full speed ahead developing so please the minor things please do a push.

K,

moagrius commented 11 years ago

np

moagrius commented 11 years ago

Fixed and committed.