jofomah / osmdroid

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

OverlayManager onDraw draws all overlays twice #321

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Looking at the code I guess a subversion merge has gone wrong here..

OverlayManager 
public void onDraw(final Canvas c, final MapView pMapView)

seems to contain the same code twice...

Original issue reported on code.google.com by t...@chellew.co.uk on 15 Mar 2012 at 1:13

GoogleCodeExporter commented 8 years ago
It calls it once with shadow true and once with false

Original comment by neilboyd on 17 Mar 2012 at 8:07