<p dir="ltr">Thanks Thorsten for the clarification. <br>
Thanks nwillink for the workaround. </p>
<p dir="ltr">Great help! </p>
<p dir="ltr">Ervin Malicdem<br>
for Schadow1 Expeditions - A Filipino must not be a stranger to his own motherland. <br>
<a href="http://www.s1expeditions.com">http://www.s1expeditions.com</a></p>
<div class="gmail_quote">On Mar 23, 2014 5:27 PM, &quot;nwillink&quot; &lt;<a href="mailto:osm@pinns.co.uk">osm@pinns.co.uk</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have had no problems showing all the different fuel operators:<br>
<br>
However, you have to allow for how the fuel is tagged - could be name,<br>
operator or brand<br>
Then allow for Shell or shell<br>
<br>
To ensure they all show up when searching for fuel I had to plot 2 pois :<br>
<br>
ie  2f01  ( make this transparent with size 1x1) - 2f01 ensures is gets<br>
listed<br>
<br>
then one for each fuel operator<br>
<br>
amenity=fuel { name &#39;${operator}: ${name}&#39; | &#39;${name}&#39; | &#39;${operator}&#39; }<br>
[0x2f01 resolution 24 continue]<br>
amenity=fuel &amp; (operator=Shell | brand=Shell) [0x6000 resolution 24]<br>
amenity=fuel &amp; (operator=Esso | brand=Esso) [0x6002 resolution 24  ]<br>
 amenity=fuel &amp; (operator ~ &#39;Texa.*&#39; | brand ~ &#39;Texa.*&#39;)  [0x601F resolution<br>
24   ]<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gis.19327.n5.nabble.com/Losing-address-when-changing-POI-icon-from-TYP-tp5800705p5800718.html" target="_blank">http://gis.19327.n5.nabble.com/Losing-address-when-changing-POI-icon-from-TYP-tp5800705p5800718.html</a><br>

Sent from the Mkgmap Development mailing list archive at Nabble.com.<br>
_______________________________________________<br>
mkgmap-dev mailing list<br>
<a href="mailto:mkgmap-dev@lists.mkgmap.org.uk">mkgmap-dev@lists.mkgmap.org.uk</a><br>
<a href="http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev" target="_blank">http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a><br>
</blockquote></div>