For example, how does the part of response below should be parsed?
What are these feature tags and how are they mapped to keys and values?
Another question - the geometry includes pairs of XY coordinates on the zoom level?
The geometry in the response below is from zoom level 14 (TMS 9775, 9734) but the numbers should be much larger and also they don’t convert to WGS84.
This is the proto file that I used to decode the binary response and I got the parsed output above.
My question is how do I look on these fields?
When there is a feature like the one below, what does every tag mean? What is 0, 3, 1, 4,… ?
features {
tags: 0
tags: 3
tags: 1
tags: 4
tags: 2
tags: 5
type: LINESTRING
geometry: 9
geometry: 1136
geometry: 6564
geometry: 18
geometry: 92
geometry: 95
geometry: 472
geometry: 467
}
@maloleps Is there some spec for this format? Trying to figure out whether this is OpenLR or something else. I didn’t find any command field there.
Thanks.