What steps will reproduce the problem?
1. Create a MapView using OSMDroid google latest wrapper jar file
2. load custom tiles using the following code
mProvider = new MapTileProviderBasic(getActivity().getApplicationContext());
mProvider.setTileSource(TileSourceFactory.FIETS_OVERLAY_NL);
mTilesOverlay = new GoogleTilesOverlay(mProvider,getActivity());
mTilesOverlay.setUseDataConnection(false);
mTilesOverlay.useDataConnection();
mapView.getOverlays().add(mTilesOverlay);
3. Start the map based activity.
4. Custom map gets loaded but not the google default maps outside the custom map
What is the expected output? What do you see instead?
Google maps should be loaded for the tiles which are not customized
What version of the product are you using? On what operating system?
latest 3.0.7
Please provide any additional information below.
I have tried modifying the code with different TileSourceFactory types... still
the issue is reproducible.
There is network connection and I am testing the issue on HTC desire
Nikhil
Original issue reported on code.google.com by nikhil.s...@gmail.com on 9 Feb 2012 at 2:52
Original issue reported on code.google.com by
nikhil.s...@gmail.com
on 9 Feb 2012 at 2:52Attachments: