Dave F. schrieb am 06.02.2010 17:01:
> The point I was trying, not very clearly, was if I have a line defined
> in the TYP file say 0x2c as a thin grey line, I thought I could use that
> multiples times in my 'lines' style file say for barrier=fence & also
> waterway=weir.
>
> However, because that definition in the TYP file includes a string
> 'english (0x04): Fence' when I query a weir (that doesn't have a name=*
> tag) on the Garmin screen, it tells me it's a Fence. So therefore I have
> to define an extra line in the TYP, with exactly the same attributes
> except for the string which I'd change to 'english (0x04): Weir'.
I don't know about your editor.
If you edit your style manually, then you can change the name of each object
within the action part of your rule:
barrier=fence & name!=* {set name=fence} [0x2c resolution 20]
waterway=weir & name!=* {set name=weir} [0x2c resolution 20]
Gruss
Torsten
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev