I would like to keep the original blue bubbles for POI categories and replace only the brand icons for some specific POIs, e.g. Shell Petrol Station.
In branding.zip/ui_igo9/icons/poi/poi.icons I have kept this:
- Code: Select all
[Petrol_Station]
$poi_mapdistant.bmp
poi_mapclose.spr 50
poi_mapclose.spr 50
poi_group.spr 50
poi_disabled.spr 50
poi_hwy.spr 50
poi_hwy_disabled.spr 50
and added this in the same poi.icons file:
- Code: Select all
[Petrol_Station.Shell]
$poi_mapdistant.bmp
Stacje_41_B.spr 30
Stacje_41_B.spr 30
Stacje_41_B.spr and Stacje_41_B.bmp are in branding.zip/ui_igo9/common folder.
Still it does not work, the icon is still the blue bubble. What am I doing wrong?