OvertureMaps / OvertureMaps/data

Missing Highway Exit Junction Label

Open
#355 1 comment 0 reactions 2 assignees View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.