osmdroid

  1. W

    Android Question OSMDroid doesn't show map

    Dear All, I try to get up and running the tutorial examples by warwound from 2012 (https://www.b4x.com/android/forum/threads/osmdroid-mapview-for-b4a-tutorial.16310/#content) but with no success. I assume I'm missing some essential part. What happens? I ran the first example SimpleMap01 and...
  2. W

    Android Question OSMDroid - MapView library still missing

    Dear All, as a beginner on OSMDroid I need some guidance to the OSMDroid project. I wanted as starting point to test the first example on this link https://www.b4x.com/android/forum/threads/osmdroid-mapview-for-b4a-tutorial.16310/ Before execution I copyied the lib files from link...
  3. R

    Android Question Drawing fixed lines on an OSMDroid Mapview

    I want center markings on a OSMDroid Mapview, so a vertical line at the horizontal middle of the Mapview and a vertical line on the vertical middle of the Mapview, so a cross spanning the width and height of the Mapview, indicating the center of the Mapview. I am currently doing this by drawing...
  4. Z

    Android Question Custom, local tiles with OSMDroid

    Hello, I am investigating the possibility of using the OSMDroid wrap for a simple app, although it seems frozen at V4 while the original has moved to V6 (my main purpose is to remain in the B4X environment vs. the Android Studio mess...) I therefore need to understand if/how OsmDroid could use...
  5. Z

    Android Question Offline maps (tiles) from georeferenced images

    Hello, totally new here, so excuse if I am asking something stupid. After struggling with Android Studio + OSMDroid (with hardly a success and much frustration...), this B4X environment seems refreshingly simple! (You really can build an Android App designing YOUR code and not spending 99% of...
  6. R

    Android Question Osmdroid map not showing after changing phone

    Just changed my phone from a Samsung S9 to a Samsung S10. Application data is on a SD card and this card has moved from the old to the new phone. Main data is in a SQLite file on the SD and this works all fine. Map data is in the form of another SQLite file on the SD card: Galaxy...
  7. G

    Android Question How to change icon whith OSMDROID library

    Hello I want to change "person" icon by "direction_arrow" icon when i use OSMdroid library : SimpleLocationOverlay1.SetMyLocation3(MapPanel.GetCenter). I try to change the .PNG file in directory : objects\res\drawable-nodpi but whitout success. Pegman is always here !!! Thank you for your...
  8. R

    Android Question Mobac Custom Mapsforge zoom level 19

    Using OSMDroid 4.1 and made a map of a small area in the UK with Mobac and Custom Mapsforge. Specified zoom levels are from 12 to 19. Format of the map file is OSMDroid SQLite, so file extension is .mbtiles. This is the data in the table metadata in the map file: name value bounds...
  9. R

    Android Question BitmapDrawable cannot be converted to Bitmap

    Need a circular marker with a specified colour for an Osmdroid markeroverlay and thought I could do it like this: Sub Globals() Private bmpPatientMarker As BitmapDrawable End Sub Sub Activity_Create(FirstTime As Boolean) bmpPatientMarker.Initialize(TextToBitmapDrawable("O", 24...
  10. R

    Android Question OSMDroid get geopoints from PathOverLay

    Using OSMDroid 4.1. It looks there is no way to get the geopoints (OSMDroid_GeoPoint) that were added to a OSMDroid_PathOverlay. It isn't really a problem as I can run a parallel list or array, but it seems strange. Am I overlooking something? RBS
Top