mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Properly mark one-way streets in data from NET links
This commit is contained in:
parent
b4be5ea206
commit
96e762beb5
@ -479,6 +479,8 @@ bool NETFile::link(const SubDiv *subdiv, quint32 shift, Handle &hdl,
|
|||||||
|
|
||||||
if (lbl)
|
if (lbl)
|
||||||
linkLabel(hdl, linkOffset, lbl, lblHdl, poly.label);
|
linkLabel(hdl, linkOffset, lbl, lblHdl, poly.label);
|
||||||
|
if ((linkInfo.flags >> 3) & 1)
|
||||||
|
poly.oneway = true;
|
||||||
|
|
||||||
lines->append(poly);
|
lines->append(poly);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user