Dear Support Team,
I hope this message finds you well.
I have downloaded the southern-zone.map
file and am currently using it in my Android app with the Mapsforge library to extract offline road speed limits (maxspeed
). However, during testing, I am consistently receiving the message:
No OSM speed limit data found within 1000m radius
Despite using valid latitude and longitude coordinates on mapped roads, the lookup function returns no results, indicating that the .map
file may not include maxspeed
tags.
Could you please confirm:
- Whether the
southern-zone.map
file contains anymaxspeed
orsource:maxspeed
tags? - If not, is there a version of the
.map
file that includes speed-related OSM tags? - Alternatively, can you suggest how to regenerate the
.map
file with those tags preserved (e.g., usingosmosis
or another recommended tool)?
This functionality is crucial for our offline speed limiter feature in a GPS tracking Android application.
Looking forward to your response.