<div dir="auto">Check with gpsmapedit</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, 12 Sep 2021, 08:56 7770 <<a href="mailto:7770@foskan.eu">7770@foskan.eu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi.<br>
<br>
As a test i once once added a specific condition for fuels so that the points <br>
style file contains these two rows:<br>
(amenity=fuel & fuel:e85=yes) [0x4401 resolution 22]<br>
amenity=fuel [0x2f01 resolution 22]<br>
<br>
If i add an image in the TYP file 0x4401 will show just fine in gmapshack and on <br>
a unit (GPSMAP 66st).<br>
<br>
in the finalize and include section of the style i have the following to add <br>
information about avaialble fues at fuel stations:<br>
<br>
(amenity=fuel & (fuel:octane_95=yes|fuel:diesel=yes|fuel:e85=yes|fuel:cng=yes|<br>
fuel:biogas=yes|fuel:adblue=yes) )<br>
              {set mkgmap:phone='${mkgmap:phone} Fuel: ' | 'Fuel: '}<br>
(amenity=fuel & fuel:octane_95=yes) {set mkgmap:phone='${mkgmap:phone} B95'}<br>
(amenity=fuel & fuel:diesel=yes) {set mkgmap:phone='${mkgmap:phone} DI'}<br>
(amenity=fuel & fuel:e85=yes) {set mkgmap:phone='${mkgmap:phone} E85'}<br>
(amenity=fuel & (fuel:cng=yes | fuel:biogas=yes)) {set mkgmap:phone='$<br>
{mkgmap:phone} CNG/BNG'}<br>
(amenity=fuel & fuel:lpg=yes) {set mkgmap:phone='${mkgmap:phone} LPG'}<br>
(amenity=fuel & fuel:adblue=yes) {set mkgmap:phone='${mkgmap:phone} ADBLUE'}<br>
<br>
<br>
What i observe now on the GPS unit is that the fuel stations tagged 0x4401 <br>
will not have the fuel details added, but 0x2f01 will. (qmapshack doesn't seem <br>
to show any details about points). <br>
<br>
To me it looks like both points will and should match at least some of the <br>
conditions from the include section.<br>
Is it because 0x4401 is a too high number of types and mkgmap does not allow <br>
the phone information to be set?<br>
Do i need to write the include section differently?<br>
Is it simply the garmin device which does not show as much information for <br>
0x4401 as for 0x2f01?<br>
<br>
Regards<br>
Karl<br>
<br>
<br>
_______________________________________________<br>
mkgmap-dev mailing list<br>
<a href="mailto:mkgmap-dev@lists.mkgmap.org.uk" target="_blank" rel="noreferrer">mkgmap-dev@lists.mkgmap.org.uk</a><br>
<a href="https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev" rel="noreferrer noreferrer" target="_blank">https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a><br>
</blockquote></div>