On Wed, Jun 24, 2009 at 01:07:40AM +0300, Marko Mäkelä wrote:
> I'm not sure if this rule is syntactically correct, and I didn't test it:
> 
> amenity=fuel & fuel:HGV_diesel=yes [ 0x2f16 resolution 19 ]
> 
> This would be the third type of a fuel station, displayed with a truck icon.

Tested.  I'd move this rule before amenity=fuel & shop=convenience, though,
like this:

amenity=fuel & fuel:HGV_diesel=yes [ 0x2f16 resolution 19 ]
amenity=fuel & shop=* [ 0x2e06 resolution 19 ]
amenity=fuel { name '${operator}: ${name}' | '${name}' | '${operator}' } 
[0x2f01 resolution 19 ]

I'd also replace the shop=convenience with shop=*, as above.
The Edge 705 displays 0x2f01 as a fuel pump, 0x2e06 as a fuel pump
with a + inside, and 0x2f16 as a truck symbol.  I think that we could
use the + to indicate a manned fuel station.

        Marko
_______________________________________________
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to