Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Report: highway=road Rendering Issue #686

Closed
cmoffroad opened this issue Jul 29, 2024 · 5 comments
Closed

Bug Report: highway=road Rendering Issue #686

cmoffroad opened this issue Jul 29, 2024 · 5 comments

Comments

@cmoffroad
Copy link

Description

I would like to bring to your attention an important issue regarding your rendering of unknown roads (highway=road).

Screen Shot 2567-07-29 at 12 41 09

According to the OpenStreetMap wiki, the tag highway=road is intended for temporary use for roads/paths that have not yet been surveyed.

This can encompass a wide range of paths, from hiking trails to major motorways.

When a particular renderer needs to display these roads, it is advisable to make them visually distinct from other rendered ways to avoid confusion.

Screen Shot 2567-07-20 at 16 49 30

For an outdoor-focused renderer like yours, there is no necessity to display highway=road tags. Displaying these unsurveyed or potentially erroneous roads and trails could mislead end-users.

For reference, Komoot, LocusMap, maps.me and now Strava, have already implemented solutions to hide these tags by default. We recommend adopting a similar approach to enhance the accuracy and reliability of your maps.

Sources:

Steps to reproduce

  1. Open the Overpass Query using this link: https://overpass-turbo.eu/s/1OIG

  2. Zoom out to your area of interest and click "Run."

  3. Zoom in on each highway=road segment from the results.

  4. Copy the zoom level and coordinates, then apply them to the Strava Map URL.
  5. The highway=road segments appear as minor paved roads.

  6. These segments should not be visible until an OSM mapper surveys and classifies or removes them.

Sample:

Phyks added a commit that referenced this issue Aug 10, 2024
@Phyks
Copy link
Member

Phyks commented Aug 10, 2024

Hi!

Thanks a lot for the complete bug report, I've just pushed a commit to suppress highway=road render. It will be live on the map at next version/deployment.

Best

@Phyks Phyks closed this as completed Aug 10, 2024
@cmoffroad
Copy link
Author

Hi! When is the next version or deployment scheduled? It’s been 6 weeks since your last commit, but I haven’t seen any updates on the web tiles: https://b.tile-cyclosm.openstreetmap.fr/cyclosm/18/203406/117139.png

@Phyks
Copy link
Member

Phyks commented Sep 22, 2024

I've deployed a new version (0.7.1) with this change.

@cmoffroad
Copy link
Author

I 've deployed a new version (0.7.1) with this change.

Cool, can you explain why the tile below still show the highway=road segment (bottom right corner, thick/short segment) ? I tried to clear cache but I don't see any difference.
https://b.tile-cyclosm.openstreetmap.fr/cyclosm/18/203406/117139.png

@Phyks
Copy link
Member

Phyks commented Sep 23, 2024

There is quite a lot of caching taking place across the infra. Therefore the changes will not be visible immediately. They will be visible once the caches expire, as tiles get updates in the underlying OSM objects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants