Antonio Gomez Alvarado
Antonio Gomez Alvarado

Reputation: 1922

How to translate OSM node ids to HERE node ids?

I have part of an OSM way between two OSM node ids 5264306189 and 5264306190 (taken from openstreetmap) as you can see in the image below.

What would be the equivalent node ids, or what is the right way to translate/represent this in a HERE map and how?

This is the GeoJSON line string that i've used to visualize the line

{
    "type": "LineString",
    "coordinates": [[
      101.1929014, 54.4496526],
      [101.1937758, 54.4494843]
    ]
}

enter image description here

Upvotes: 0

Views: 334

Answers (1)

Younjae Park
Younjae Park

Reputation: 141

Currently HERE does not support a way to translate OSM node ids to HERE Link ID or vice versa.

Upvotes: 0

Related Questions