anmpout / osmdroid

Automatically exported from code.google.com/p/osmdroid
0 stars 0 forks source link

Patch for /trunk/osmdroid-android/src/org/osmdroid/views/MapView.java #181

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This will notify the children that something has changed and that they have to 
redraw. The invalidate method is not sufficient as the position might certainly 
have changed on zoom update.

Original issue reported on code.google.com by julien.d...@gmail.com on 11 Mar 2011 at 10:27

Attachments:

GoogleCodeExporter commented 9 years ago
This is fixed by a previous revision. We added a this.requestLayout() which 
also calls requestLayout on the children.

Original comment by kurtzm...@gmail.com on 5 Mar 2013 at 5:52