osmdroid6

  1. GeoT

    Android Question OSMDroid 6 MapView shows only a grid when returning to a B4XPage from another page

    In B4XMainPage, I have a MapView with two markers created using the OSMDroid 6 library. Why does the map lose its state when returning from another page, showing only a grid? Also: Sub B4XPage_Appear Log("mapView1.IsInitialized = " & mapView1.IsInitialized) ' Gives true Log("Overlays...
  2. Lakhtin_V

    Android Question Viewing a single map from a OSM file, without downloading tiles

    In all examples by OSM, map is built from tiles, with access to the INTERNET. In my application, all work takes place on a predetermined section of the map. I want the application to work offline. I don't want to download tiles from the OCM server. I already have one file with the OCM extension...
Top