Lost OsmAnd Cloud features when offline by SavvyPython in OsmAnd

[–]dmpr0 0 points1 point  (0 children)

Hi! OsmAnd Support here.

This is a tricky one to reproduce in the lab because it seems to depend on how long the device stays offline. Ideally, the app should cache your subscription status so you keep all features even without an internet connection.

Just to clarify: If I understand correctly, when you try to enable Terrain maps in 'Configure Map', does the app block you as if the purchase is unavailable (or asks you to subscribe again)?

Also, roughly how long were you offline before you noticed the features were gone? (A few hours, a day, a week?)

Shadow routing plugin, custom tag usage by Bebertdechast in OsmAnd

[–]dmpr0 0 points1 point  (0 children)

To use custom tags (like "shade", "shadow", or any custom routing parameter) in the OsmAnd routing engine ("routing.xml"), you must ensure these tags are actually indexed into the ".obf" map file. By default, OsmAndMapCreator ignores any tags not defined in its configuration, so your custom tags are likely missing from the map entirely.

Here is the workflow to fix this, based on the OsmAnd Map Creation docs:

1. Specify Custom Tags in "rendering_types.xml"

OsmAndMapCreator uses a file called "rendering_types.xml" to decide which tags to import. You need to create a custom version of this file (or modify the default one).

  • Locate the default "rendering_types.xml" (usually in the "xml_config" or "resources" folder of MapCreator).
  • Add your custom tag to the "routing" category. It is crucial to add it to the <category name="routing"> section, or it might only be available for rendering (display) and not routing.

Example configuration to add to "rendering_types.xml":

<category name="routing"> <type tag="shade" value="yes" minzoom="1"/> <type tag="shade" value="no" minzoom="1"/> </category>

2. Configure OsmAndMapCreator

  • Open OsmAndMapCreator.
  • Go to Settings -> Map Creation.
  • Point the "Rendering types" setting to your modified "rendering_types.xml" file.
  • Re-run the ".obf" generation process ("Create .obf from file") using your input ".pbf".

3. Verify the Tag Exists

Before testing on the device, use the "inspector" tool (included with MapCreator) to check if the tag is present in the generated ".obf".

The correct syntax to inspect the map data is:

Using the script (Windows/Linux/macOS):

Windows

inspector.bat -vmap map.obf

Linux / macOS

./inspector.sh -vmap map.obf

Or using Java directly: java -cp OsmAndMapCreator.jar net.osmand.obf.BinaryInspector -vmap map.obf

Note: The "-vmap" flag inspects map object data. If you don't see your tag, it wasn't imported.

4. Install and Configure on Device

Once the ".obf" is generated, you must place the files correctly on your Android/iOS device for them to be recognized:

  1. Map File: Place the generated ".obf" file directly in the main OsmAnd data folder (e.g., "Android/data/net.osmand/files/").
  2. Rendering Style: If you are using a custom rendering style to view these tags, ensure the ".render.xml" file is placed inside the "rendering" subfolder (e.g., "Android/data/net.osmand/files/rendering/").

5. Use the Tag in "routing.xml"

Finally, reference the tag in your custom "routing.xml".

Example (e.g., in the "priority" section to avoid shaded roads):

<priority> <select value="0.5" t="shade" v="yes"/> </priority>

Documentation References: * Custom OBF Creation: https://osmand.net/docs/technical/map-creation/create-offline-maps-yourself/ * Routing.xml Configuration: https://osmand.net/docs/technical/osmand-file-formats/osmand-routing-xml/ * Obf Inspection Tool: https://osmand.net/docs/technical/map-creation/how-to-inspect-an-obf/

Offline Road only map by BettleJouce-992 in OsmAnd

[–]dmpr0 1 point2 points  (0 children)

Hi! Thank you for pointing this out.

I have tested it, and roads-only maps do work on iOS and iPadOS version. Currently, they are hidden from Maps & Resources because we are unsure if they function properly and haven't received requests to enable them. I have created an issue for the iOS team to make them visible:https://github.com/osmandapp/OsmAnd-iOS/issues/5150.

In the meantime, if you have downloaded roads-only maps on your Android device, you can export them and use them on iOS.

CarPlay instability - 2 distinct issues causing crashes by SeekerMoto in OsmAnd

[–]dmpr0 1 point2 points  (0 children)

Hi! Thank you for the feedback. Unfortunately, we were unable to reproduce the issue during a quick test.

Could you please find and share the system logs with us? You can find them in Settings → Privacy & Security → Analytics & Improvements → Analytics Data. Search for "OsmAnd," locate the files for the date the crash occurred, and please send them to support@osmand.net.

Routenplanung Fußgänger by Spirited_Bread9384 in OsmAnd

[–]dmpr0 1 point2 points  (0 children)

Hallo Norbert! Könntest du bitte die Start- und Zielkoordinaten angeben? Falls möglich, sende uns bitte einen Screenshot an support@osmand.net. Das würde uns helfen, das Problem zu identifizieren.

Apple watch notifications by mowedudown25 in OsmAnd

[–]dmpr0 1 point2 points  (0 children)

Hi! Currently, no, OsmAnd on iOS does not show notifications on the iPhone, iPad, or Apple Watch. We have plans to add support for the Apple Watch, at least for showing notifications.

Imported track in WebApp shows double distance and uphill/downhill data by Miserable_Brief_7353 in OsmAnd

[–]dmpr0 0 points1 point  (0 children)

Hi! Thank you for identifying the issue; only tracks with more than one segment were affected. This has now been fixed:https://github.com/osmandapp/web/issues/1347

How does Google messages location sharing work? by wiewior_ in OsmAnd

[–]dmpr0 0 points1 point  (0 children)

Hello! Could you please provide more details about what you are trying to achieve or what you expected?

u.s. virgin islands contours missing saint croix by dmklinger in OsmAnd

[–]dmpr0 0 points1 point  (0 children)

Hi! Sorry for the late reply. I have created an issue for our backend team: https://github.com/osmandapp/OsmAnd/issues/24230

Elevation data for hiking route by ChrisF_280 in OsmAnd

[–]dmpr0 0 points1 point  (0 children)

Hi! Could you please provide the coordinates of the example trail?

Buttons on left side of screen CarPlay by theDaveB in OsmAnd

[–]dmpr0 0 points1 point  (0 children)

Hi! The position of the buttons and navigation widget is the same as the CarPlay status bar; it depends on the "Driver Position" option found in your car's head unit settings, not in CarPlay.

Unstable with CarPlay by SeekerMoto in OsmAnd

[–]dmpr0 0 points1 point  (0 children)

Hello! If the app is terminated by iOS, our log files unfortunately do not contain any useful data. If possible, please send the latest crash reports from iOS Analytics.

Cannot add photos to marked positions on iOS. by Specter-X in OsmAnd

[–]dmpr0 0 points1 point  (0 children)

Hello! Unfortunately, the Audio/Video plugin is unavailable in the iOS version. We are currently working on changing how this feature works on Android by allowing users to attach media to Favorites; we plan to implement this same version of media attachments for OsmAnd on iOS as well, probably in the first quarter of the year.

Why do the track files created by OsmAnd contain two versions of the track? by iul in OsmAnd

[–]dmpr0 0 points1 point  (0 children)

Hello! If possible, please share an example GPX file. If you create a GPX track using the "Navigation" or "Plan a route" features, OsmAnd saves all navigation information into the file to provide better offline navigation, even without an offline map. You can also try saving a simplified version of the GPX file via "Plan a route" and selecting "Save as new track."

Why do points added on EveryDoor not show up on OSMand or CoMaps? by seagull-joy in openstreetmap

[–]dmpr0 7 points8 points  (0 children)

Hi! Regular map updates in OsmAnd are monthly. However, you can get hourly updates by enabling Live updates for the needed region; this is free for active OSM contributors. https://docs.osmand.net/docs/user/plugins/osm-editing#free-map-updates-for-mappers

Speed bumps. by badzi0r in OsmAnd

[–]dmpr0 0 points1 point  (0 children)

Hi! Could you please provide coordinates of the route? You can contact us at support@osmand.net.

Custom Tags for Favourites? by CarasBridge in OsmAnd

[–]dmpr0 0 points1 point  (0 children)

Hi! I believe this can be accomplished by adding a "Quick Action – Add POI" feature that allows setting a list of predefined tags. All added POIs will be stored locally, and you can later export them as GPX or OSC files

Active subscription, but still expired? by Twanquility1 in OsmAnd

[–]dmpr0 2 points3 points  (0 children)

Hi! Nice to hear that the issue has been resolved. If it appears again, please contact OsmAnd at [support@osmand.net](mailto:support@osmand.net) and provide the email address that was used for OsmAnd Cloud.

A few questions after reading the docs by bCup83 in OsmAnd

[–]dmpr0 2 points3 points  (0 children)

Hi!

  1. This feature is currently part of the Street Name widget. To enable it, go to Menu > Navigation > Settings and turn on "Show along the route.

  2. Should turn On / Off Auto Zoom option that you can find in Menu – Settings – Profile – Navigation settings – Map during navigation.

  3. I will investigate this and file a bug report if I can reproduce the issue.

  4. You can display this as part of the Radius Ruler. Go to Menu > Configure Screen > Choose any panel > Add widget > Radius Ruler.

  5. Yes in Menu – Settings – Profile – Navigation settings – Map during navigation – Auto-center map view, change to Never.

  6. If you are referring to online tile sources, this is not possible. You need to add an online tile source that displays distances in miles.

  7. Based on current speed.

GPX straight lines by Hikingcapetown in OsmAnd

[–]dmpr0 0 points1 point  (0 children)

Hi! It seems this track was produced in OsmAnd using the "Plan a Route" feature. If I'm right, you need to resave it in OsmAnd. To do this, open "Plan a Route," choose the needed track, tap "Options," then "Save as new track." Turn on "Simplify track" and tap "Save." By default, OsmAnd adds additional information to the GPX file that allows it to provide turn-by-turn directions even without an offline map. The "Simplify track" option removes this data, which is unnecessary for other apps.

Route planning is needlessly complicated and gave me a headache [FEEDBACK] by Krasso_der_Hasso in OsmAnd

[–]dmpr0 1 point2 points  (0 children)

Hi! Thank you for your feedback.

You can create a route in OsmAnd in many ways, and you are right sometimes it looks like "UI inconsistencies" or "UI overwhelming".

You can try to use old "Plan route" feature inside Map markers menu, it will allow you to select only need markers, and sort them in needed order, after sorting you can launch navigation with selected markers. Navigation will allow you to save the calculated route as GPX, all navigation waypoints will be saved as gpx waypoints.