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

Are the tiles out of date? #4

Open
deevroman opened this issue Nov 5, 2023 · 1 comment
Open

Are the tiles out of date? #4

deevroman opened this issue Nov 5, 2023 · 1 comment

Comments

@deevroman
Copy link

For example, there are missing stations of the Salad line, which was opened and marked on the map several months ago https://loom.cs.uni-freiburg.de/global#subway-lightrail/geo/12/55.88436210315056/37.57633209228516
Снимок экрана 2023-11-05 в 23 39 41

However, if you go to Statistics->SPARQL Query and open the map, it has these stations.
Снимок экрана 2023-11-05 в 23 40 53

@nighto
Copy link

nighto commented Nov 9, 2023

The same seems to be happening in Rio de Janeiro:

image
https://qlever.cs.uni-freiburg.de/mapui-petri/?query=PREFIX%20ogc%3A%20%3Chttp%3A%2F%2Fwww.opengis.net%2Frdf%23%3E%20PREFIX%20osmrel%3A%20%3Chttps%3A%2F%2Fwww.openstreetmap.org%2Frelation%2F%3E%20PREFIX%20geo%3A%20%3Chttp%3A%2F%2Fwww.opengis.net%2Font%2Fgeosparql%23%3E%20PREFIX%20osm%3A%20%3Chttps%3A%2F%2Fwww.openstreetmap.org%2F%3E%20PREFIX%20rdf%3A%20%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%20PREFIX%20osmkey%3A%20%3Chttps%3A%2F%2Fwww.openstreetmap.org%2Fwiki%2FKey%3A%3E%20PREFIX%20osm2rdf%3A%20%3Chttps%3A%2F%2Fosm2rdf.cs.uni-freiburg.de%2Frdf%23%3E%20SELECT%20%3Fcolor%20%3Fid%20%3Flabel%20%3Fstation_label%20%3Fstation_id%20%3Fgeom%20WHERE%20%7B%20%7B%20%7B%20%3Frel%20osmkey%3Aroute%20%22light_rail%22%20%7D%20UNION%20%7B%20%3Frel%20osmkey%3Aroute%20%22subway%22%20%7D%20.%20%3Frel%20osmrel%3Amember%20%3Fmem%20.%20OPTIONAL%20%7B%20%3Frel%20osmkey%3Acolour%20%3Fcolor%20%7D%20.%20OPTIONAL%20%7B%20%3Frel%20osmkey%3Acolour%20%3Fid%20%7D%20.%20%3Frel%20osmkey%3Aref%20%3Flabel%20.%20%3Fmem%20osm%3Aid%20%3Fosm_id%20.%20%3Fosm_id%20geo%3AhasGeometry%20%3Fgeom%20.%20%7B%20%3Fosm_id%20osmkey%3Arailway%20%22tram%22%20%7D%20UNION%20%7B%20%3Fosm_id%20osmkey%3Arailway%20%22subway%22%20%7D%20UNION%20%7B%20%3Fosm_id%20osmkey%3Arailway%20%22light_rail%22%20%7D%20%7D%20UNION%20%7B%20%3Fosm_id%20geo%3AhasGeometry%20%3Fgeom%20.%20%3Fosm_id%20osmkey%3Apublic_transport%20%22stop_position%22%20.%20%3Fosm_id%20osmkey%3Aname%20%3Fstation_label%20.%20%7B%20%3Fosm_id%20osmkey%3Asubway%20%22yes%22%20%7D%20UNION%20%7B%20%3Fosm_id%20osmkey%3Alight_rail%20%22yes%22%20%7D%20%7D%20UNION%20%7B%20%7B%20%3Frel%20osmkey%3Aroute%20%22light_rail%22%20%7D%20UNION%20%7B%20%3Frel%20osmkey%3Aroute%20%22subway%22%20%7D%20.%20%3Frel%20osmrel%3Amember%20%3Fmem%20.%20%3Fmem%20osm%3Aid%20%3Fosm_id%20.%20%3Fosm_id%20geo%3AhasGeometry%20%3Fgeom%20.%20%3Fosm_id%20osmkey%3Apublic_transport%20%22stop_position%22%20.%20%3Fosm_id%20osmkey%3Aname%20%3Fstation_label%20%7D%20%7D&backend=https%3A%2F%2Fqlever.cs.uni-freiburg.de%2Fapi%2Fosm-planet

image
https://loom.cs.uni-freiburg.de/global#subway-lightrail/geo/12/-22.89562744454333/-43.23291778564454

In Rio's case, the south section entered service in 2016 (and is surely mapped since then), so there might be another error on the tiles generation, other than just being out of date for a couple of months.

https://www.openstreetmap.org/relation/6432701/history

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