brajabasi / osmdroid

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

OenStreetMapView and OpenStreetMapViewController shouldn't both keep track of zoom level #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use the pinch-to-zoom implemented in issue 25
2. Then use the on-screen zoom controls

What is the expected output? What do you see instead?
The on-screen zoom controls will zoom based on what they last remembered the 
zoom as being, not the actual current zoom level.

Only one of OpenStreetMapView or OpenStreetMapViewController should remember 
the zoom level, ie only one of them should have mZoomLevel. They can ask each 
other for the current value.

Original issue reported on code.google.com by neilboyd on 1 Jun 2010 at 3:27

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r230.

Original comment by neilboyd on 18 Jun 2010 at 3:04