osm

  1. Z

    Android Question TileOverlay Opeen Street Maps

    Hi everyone! I need advice. I want to add Sea marks only, background transparent (http://tiles.openseamap.org/seamark/{z} /{x}/{y}.png) in the main fcvMap (fcvMap.TileServer="https://a.tile.openstreetmap.fr/osmfr/") How can I add marks (Overlay tiles) via the base maps...
  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...
  3. Lakhtin_V

    Android Question Map display in OSIExplorer format

    what tools are there to display a map of the area in OZIexplorer format or in some other cartographic format. For me it is more convenient to store the map as a single file. Since the scale and location will always be the same. The main task is to display the map in OFF line mode. Hope to hear...
  4. S

    Android Question Simple OSM Viewer

    Using the example made a small application for B4A. It works well on the emulator, but, unfortunately, on the device, the "+" and "-" buttons are very small. Clicking on them doesn't work. Gestures works. What can be changed?
  5. R

    Android Code Snippet Addition to B4XMap (OSM viewer)

    Using this very nice OSM map viewer: https://www.b4x.com/android/forum/threads/b4xmap-open-street-map-viewer.138028/ I didn't like the blue diagonals that will show for the area outside the map, so added some code that will prevent that and also avoids trips to the map DB, looking for tiles...
  6. 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...
  7. J

    Android Question OSM MapsForge Custom Render

    Hi, I'm using OSMDroid 4.1 library from @warwound and the Mapsforge vector tilesource everything works fine until I set a render theme, like so Dim InputStream1 As InputStream InputStream1 = File.OpenInput( File.DirAssets , "osmarender.xml")...
Top