Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Q1 was finalised during the telco of  

Info

Prior revisions of answers

...

[TISA-LR-FAQ1]

OpenLR is a royalty-free, map-agnostic location referencing method designed to support cross-map interoperability in digital mobility ecosystems. Over time, different versions and adaptations have been developed, including TomTom’s binary and XML formats, TISA’s standardized ISO TPEG2-OLR, and XML variants used in DATEX II and TN-ITS. Each version offers trade-offs in terms of interoperability, complexity, and integration scope. Selecting the right approach depends on the stakeholder’s objectives, technical context, and the location reference types required.



Short Summary Answer

OpenLR is a royalty-free, map-agnostic location referencing method designed to support cross-map interoperability in digital mobility ecosystems. Over time, different versions and adaptations have been developed, including TomTom’s binary and XML formats, TISA’s standardized ISO TPEG2-OLR, and XML variants used in DATEX II and TN-ITS. Each version offers trade-offs in terms of interoperability, complexity, and integration scope. Selecting the right approach depends on the stakeholder’s objectives, technical context, and the location reference types required.

...

Processed comments meeting August 6


Who

What

Decision

1Stephen T'Siobbel

In 'detailed explanation' table, why is 'For integration into TN-ITS environments' a limitation?

In 'Decision guide': a 'TN-ITS user' can also use Area features

Reference & Tools: note : replace 'finalisation' with 'publication expected in Q1 2026' 

solved

solved

solved

2


3


Processed comments meeting July 9th

...

<description of the changes>

Comments

Prior revisions of answers


Proposal 1 

Proposal text ( MS CoPilot generated)

ChatGPT generatedChatGPT Plus - OpenLR Guru

OpenLR, developed by TomTom, is a royalty-free open standard for encoding, transmitting, and decoding location data across different maps. There are several versions and adaptations of OpenLR, each with its own strengths and weaknesses:

1. TomTom OpenLR (Original Version)

  • Strengths:
    • Compatibility: Works well with TomTom maps and services.
    • Open Standard: Free to use and adapt, with a detailed white paper available.
  • Weaknesses:
    • Complexity: Can be complex to implement correctly, especially for those unfamiliar with the format.
    • Limited Interoperability: May not work seamlessly with non-TomTom maps without adjustments.

2. TISA Adaptation (TPEG2)

  • Strengths:
    • Standardization: Adopted as ISO 21219-22:2017, ensuring a high level of standardization.
    • Interoperability: Designed to work with TPEG2 standards, making it suitable for a wide range of applications.
  • Weaknesses:
    • Differences in XML Structure: The XML structure and some field names differ from the original TomTom specification, which can cause compatibility issues.
    • Binary Format Differences: The binary format is also different, which can complicate integration.

3. Datex2 Adaptation

  • Strengths:
    • Flexibility: Supports multiple location referencing methods, including OpenLR.
    • Integration: Well-suited for use in traffic management and information systems.
  • Weaknesses:
    • Non-Interoperability: Not interoperable with either the TomTom or TISA/ISO specifications at the XML level.
    • Complexity: Requires understanding of the Datex2 framework, which can be complex.

Choosing the Right Version

  • For TomTom Ecosystem: Use the original TomTom OpenLR version for best compatibility and performance.
  • For Standardized Applications: The TISA adaptation is ideal for applications requiring ISO standard compliance and interoperability with TPEG2.
  • For Traffic Management Systems: The Datex2 adaptation is suitable for integration into broader traffic management and information systems.

Each version has its own use cases and should be chosen based on the specific requirements of your project 


1. decoding - TomTom OpenLR Binary Version 3, Differences and mistakes of the OpenLR Whitepaper and the TomTom Demo Tool - Stack Overflow

2 . OpenLR - Wikipedia
3. Dynamic Location Referencing | INRIX documentation


Is there a specific application or project you're considering for OpenLR?

OpenLR (Open Location Referencing) is an open-source method developed by TomTom for encoding location references in a compact, map-agnostic way, suitable for sending location data between systems using different digital maps. There are different versions and types of OpenLR location references, each with their own strengths and weaknesses, depending on the use case (e.g., navigation, map updates, traffic messages).

Here’s a breakdown of the main types (location reference types) used in OpenLR and what each is good or bad at:


1. Line Location (Standard OpenLR)

Use case: Roads, paths, routes (e.g., traffic updates on a road segment).

  • Good at:

    • Representing linear features like roads and routes.

    • Map-agnostic: works well across different map vendors.

    • Compact binary format: suitable for low-bandwidth environments.

  • Bad at:

    • Representing very short segments or intersections precisely.

    • Not optimal for very dense urban networks (complex decoding due to many options).

  • Version support: Core part of OpenLR since the beginning.


2. Point Along Line Location

Use case: Speed cameras, toll booths, construction zones.

  • Good at:

    • Identifying a specific point on a known road segment.

    • Efficient and compact for single-point use cases.

  • Bad at:

    • Not suited for off-road or arbitrary point locations.

    • Requires a road segment match—fails if the map lacks the referenced segment.

  • Version support: Included in later enhancements to the OpenLR specification.


3. POI with Access Point

Use case: Points of interest (e.g., gas stations, shops) with a known access road.

  • Good at:

    • Capturing not just a POI but how to access it from a road.

    • Helps with navigation to real-world locations that aren’t exactly on the road.

  • Bad at:

    • More complex encoding and decoding.

    • Still relies on nearby road coverage, so fails if the road is missing or incorrect.

  • Version support: Requires enhanced support beyond basic OpenLR implementations.


4. GeoCoordinate Location (Proposed/Extended Type)

Use case: Arbitrary geographic points not necessarily tied to roads (e.g., parks, geofences).

  • Good at:

    • Flexibility—works for off-road or remote locations.

    • Not map-dependent.

  • Bad at:

    • Not standardized in core OpenLR.

    • Loses the “map-agnostic” advantage if the point must be interpreted differently across maps.

  • Version support: Not in official OpenLR; considered in extended or proprietary adaptations.


5. Closed Line Location / Area Location (Extended/OpenLR+ Concepts)

Use case: Regions (e.g., zones under construction, traffic-restricted areas).

  • Good at:

    • Describing enclosed areas or loops.

    • Useful in urban traffic control, geofencing.

  • Bad at:

    • Complex decoding; can be imprecise across maps.

    • Not part of original OpenLR spec—often requires OpenLR+ or proprietary enhancements.

  • Version support: Requires OpenLR+ or extensions beyond version 1.5.


Summary Comparison Table

TypeBest ForProsConsIn Core Spec?
Line LocationRoad segments, traffic flowCompact, robustLess precise in dense maps
Point Along LineSpeed cams, signsEfficient for point eventsNeeds segment match
POI with Access PointStores, gas stationsNavigation-friendly POI accessComplex to decode⚠️
GeoCoordinate (Extended)Off-road points, geofencingPrecise, flexibleMap-agnostic advantage reduced
Closed Line / AreaZones, construction areasArea representationComplex, not well-supported❌ / ⚠️


OpenLR has evolved through different versions and physical formats, each suited for specific use cases. Here's a breakdown of the OpenLR types/versions, their strengths, limitations, and when to use them:


🔄 Logical Format (Common to all)

All OpenLR types are based on the logical location reference format, which includes:

  • Location Reference Points (LRPs): Coordinates + attributes (FRC, FOW, Bearing, Distance to next)

  • Offsets: Positive/negative distances from edges

  • Location types: Line, Point (PointAlongLine, POI with Access), and Area (Circle, Grid, Rectangle, Polygon, ClosedLine)

This logical format is map-agnostic and defines what to encode.


📦 1. Binary Format

✅ Best for:

  • Low-bandwidth scenarios (e.g., mobile broadcasts, vehicle-to-infrastructure)

  • High-performance environments (quick parsing, compact size)

  • Mass distribution of traffic event data

⚠️ Weaknesses:

  • Hard to debug or inspect manually

  • Inflexible: not human-readable, difficult to extend

  • Poor forward/backward compatibility if decoder doesn't support version

🛠️ Versions:

  • Version 2: Initial release (deprecated)

  • Version 3: Adds area locations, revised offsets and bug fixes

    • Binary V3 is the recommended binary version now


📄 2. XML Format

✅ Best for:

  • Interoperability and clarity (e.g., between services, debug tools)

  • Human-readable logs and tools integration

  • Testing and prototyping location references

⚠️ Weaknesses:

  • Larger size (less ideal for real-time transmission)

  • Slower to parse than binary

  • Requires full XML schema validation for robust use

💡 Use case:

  • System integration where visibility of location data is important (e.g., OpenLR exchange between data providers)


🌐 3. Datex II Format (OpenLR extension)

✅ Best for:

  • Integration with European traffic standards (e.g., TMC, DATEX II for ITS systems)

  • Government and infrastructure-grade systems

⚠️ Weaknesses:

  • Complex schema, requires full DATEX II stack

  • Less widely supported outside Europe

💡 Use case:

  • Encoding OpenLR references inside broader traffic event payloads


🔠 4. Abstract Format

Sometimes OpenLR is referenced abstractly, especially in APIs:

  • Used by proprietary or intermediate tools before conversion

  • Not a transfer format itself


🔁 Version Evolution Summary

VersionKey FeaturesSuitable For
V1.xEarly support for lines and pointsLegacy systems
V1.2+Added XML formatTooling & integration
V1.3-1.4Added point-side, orientation, simplified line formatModern point-based use
V1.5Adds area locations (circle, rectangle, polygon)ADAS, geofencing, zone references
V1.5r2Fixes to ClosedLine handling (errata included)Routing around loops (e.g., roundabouts)

✅ Format & Version: When to Use What

ScenarioRecommended Format & Version
Mobile broadcast or V2XBinary V3
Tooling, inspection, logsXML
Integration with EU transport networksDATEX II with OpenLR extension
ADAS or area-based alertsBinary V3 or XML with area support
Multi-map routing comparison (e.g., OSM vs TomTom)XML for transparency

Would you like a decision flow diagram to choose the best format/version based on your use case?

...