B4J Library My OpenStreetMap Extension Library - Starchild Nov 22, 2023 (7 reactions) I wrote this all several years ago. I wanted a better (more fluid) version of the OpenStreetMap Library (which I published on the forum back in 2018). I also needed a set of GEO drawing tools (similar to the ones available for Google Maps) that would work with my OSM library . polygons/lines and m B4J Library jOpenStreetMaps library - Starchild Feb 28, 2020 (16 reactions) Just to note that the OpenStreetMap® is open data, licensed under the Open Data Commons Open Database License (ODbL) by the OpenStreetMap Foundation (OSMF).
Mapnik map tiles are released under LGPL (GNU Lesser General Public Licence v2.1).
The included map tile sets by © Stamen Design, are under a B4J Question OpenRoute or OpenStreetMap - how to use? - TILogistic (first post) Nov 23, 2021 (1 reaction) use:
https://www.b4x.com/android/forum/threads/b4x-free-geolocation-nominatim-geocoding-api.131804/#post-831420
http://project-osrm.org/docs/v5.24.0/api/#
if you use webview, you can use any map.
OpenStreetMap, MapBox, Marques, etc. B4J Code Snippet [PyBridge] Using folium (OpenStreetMap) in a webview - Daestrum Mar 02, 2025 (2 reactions) change the Array to contain a string of where you want the map to open eg "London, UK" from "Toronto, CA"
wait for ((Py.RunCode("start",Array("Toronto, CA"),File.ReadString(File.DirAssets,"folium_test.py")).Fetch)) Complete (res As PyWrapper)
' load the produced html file into a webview (it B4A Class Open Street Map viewer - GPS - spsp Mar 17, 2021 (60 reactions) Hi,
This b4Xlib contains a custom view (cvMap) which can display Open Street Map.
109092109081
The tiles are retrieved from the internet and cached in a database. You can add shapes and images on the map.
UI :
- Lat/lng Center of the map
- Zoom Level
- Compass Direction with rotation
- Scale
B4A Class Reverse geolocation with OpenStreetMap - DavideV May 24, 2018 (10 reactions) Hello developers,
i wrote a simple class to obtain the full address (if available) from a given Latitude and Longitude location.
The address, along other more or less useful info, is obtained from the online nominatim server that makes use of the OpenStreetMap.
The pros is that it doesn't require a B4A Code Snippet [B4X] Free Geolocation Nominatim (Geocoding API) - TILogistic Jun 20, 2021 (30 reactions) Here's a demo of how to use the nominatim geocoding API for free. Note: There are other geocoding options if you want to know, leave your comments. Demo file attached Sub GeoCoderNominatim(Query As String) As ResumableSub Dim ResultURL As String Dim j As HttpJob Dim Parameter() As Str B4J Question Best practices to get city name over Server Handler - Alexander Stolte (first post) Dec 27, 2018 (2 reactions) I have now my own Openstreetmap-Server, setting up with Nominatim and with the latest database from Geofabrik.de.
So i can build my own B4J API to get the results I want. The Documentation from Nominatim is very good, that you can install everything without problems. B4A Question Example of how to load GPS Coordinates into OpenStreetmap - TILogistic (first post) Apr 14, 2024 (1 reaction) Change: server and useragent
fcvMap.TileServer
fcvMap.UserAgent
See;
'Get Tile from internet openstreemap website
public Sub getTileFromInternet(aZ As Int,aX As Int,aY As Int) As ResumableSub
Dim j As HttpJob
Dim bmp As B4XBitmap
Try
j.Initialize("", Me)
j.Downl B4A Question B4XMAP and OPENSTREETMAP in TOOLTIP - Lucas Siqueira Sep 16, 2024 How can I get a tooltip using B4XMAP? https://www.b4x.-street-map-viewer-gps.127827/ 156997 Page: 1 2 3 4 5 6 7 Powered by ColBERT |