logo separator

[mkgmap-dev] [PATCH] Find Places items from test-map:all-elements

From Marko Mäkelä marko.makela at iki.fi on Wed Jun 24 08:16:05 BST 2009

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



More information about the mkgmap-dev mailing list