OvertureMaps / OvertureMaps/data
Missing Highway Exit Junction Label
Open
@siavashshakeri-tomtom is already working on this.
Since Jan 30, 2026.
transportation
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 47
- Avg merge
- 3h 42m
- Merged PRs (30d)
- 1
Description
Overture is missing the exit labels for highway exits. The data is not on the connectors, or the segments.
Consider this connector point
Point on map
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7525183,
43.5047811
]
},
"properties": {
"id": "08f2b9b55454b0a5043fc38d418aaa43",
"version": 0,
"sources": [
{
"property": "",
"dataset": "OpenStreetMap",
"record_id": "n386874889@8",
"update_time": "2023-09-03T02:49:31Z",
"confidence": null
}
]
}
},
If you go to the tagged osm source it has ref=21 which is the exit label but this data is missing from Overture
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.