Thanks Thorsten for the clarification. Thanks nwillink for the workaround. Great help!
Ervin Malicdem for Schadow1 Expeditions - A Filipino must not be a stranger to his own motherland. http://www.s1expeditions.com On Mar 23, 2014 5:27 PM, "nwillink" <[email protected]> wrote: > I have had no problems showing all the different fuel operators: > > However, you have to allow for how the fuel is tagged - could be name, > operator or brand > Then allow for Shell or shell > > To ensure they all show up when searching for fuel I had to plot 2 pois : > > ie 2f01 ( make this transparent with size 1x1) - 2f01 ensures is gets > listed > > then one for each fuel operator > > amenity=fuel { name '${operator}: ${name}' | '${name}' | '${operator}' } > [0x2f01 resolution 24 continue] > amenity=fuel & (operator=Shell | brand=Shell) [0x6000 resolution 24] > amenity=fuel & (operator=Esso | brand=Esso) [0x6002 resolution 24 ] > amenity=fuel & (operator ~ 'Texa.*' | brand ~ 'Texa.*') [0x601F > resolution > 24 ] > > > > > -- > View this message in context: > http://gis.19327.n5.nabble.com/Losing-address-when-changing-POI-icon-from-TYP-tp5800705p5800718.html > Sent from the Mkgmap Development mailing list archive at Nabble.com. > _______________________________________________ > mkgmap-dev mailing list > [email protected] > http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev >
_______________________________________________ mkgmap-dev mailing list [email protected] http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
