mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-31 09:05:14 +01:00
POI category fix
This commit is contained in:
parent
d574710bf6
commit
811f5f869a
@ -978,7 +978,7 @@ Style::POIClass Style::poiClass(quint32 type)
|
|||||||
return Recreation;
|
return Recreation;
|
||||||
else if (type >= 0x2e00 && type < 0x2f00)
|
else if (type >= 0x2e00 && type < 0x2f00)
|
||||||
return Shopping;
|
return Shopping;
|
||||||
else if (type >= 0x2f00 && type < 0x2f0f)
|
else if ((type >= 0x2f00 && type < 0x2f0f) || type == 0x2f17)
|
||||||
return Transport;
|
return Transport;
|
||||||
else if (type >= 0x2f0f && type < 0x3000)
|
else if (type >= 0x2f0f && type < 0x3000)
|
||||||
return Services;
|
return Services;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user