OsmSharp / ui

The UI components.
http://osmsharp.com/
GNU General Public License v2.0
138 stars 90 forks source link

MapView on iOS does not repaint when expected #146

Closed JoeCooper closed 10 years ago

JoeCooper commented 10 years ago

Changes to map configuration including the loading of a map and the addition or removal of a route do not quickly repaint. SetNeedsDisplay() called at the appropriate time does not help. Please advice.

xivk commented 10 years ago

Is this the same issue as this one: #120 ?

JoeCooper commented 10 years ago

Looks a lot like it. I'm also seeing it when the map is not loaded. I'll go added a note about it over there.