PATRIK27 / osmdroid

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

getOverlay() contains the actual map and can be cleared #116

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Refresh the list of overlays be clearing it first
2. Use the Google Maps approach of mOpenStreetMapView.getOverlays().clear();

What is the expected output? What do you see instead?
3. After which everything goes grey with osm, insteads like google maps that 
shows the map

What version of the product are you using? On what operating system?
osmdroid-android-1.08.jar

Original issue reported on code.google.com by rcgr...@gmail.com on 26 Nov 2010 at 8:50

GoogleCodeExporter commented 8 years ago
Dev notes - This is happening because the OpenStreetMapTilesOverlay is just 
another overlay (always being the first overlay). Since this is basically a 
"required" overlay, we should account for that in some way and keep it always 
present.

Original comment by kurtzm...@gmail.com on 16 Dec 2010 at 2:41

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

Original comment by kurtzm...@gmail.com on 5 Feb 2011 at 9:52