On 27.02.2010 16:19, Mark Burton wrote:
> Style gurus,
>
> I want to have a rule that matches one way trunk roads. Given that
> onewayness can be specified with (at least) 3 different tag values
> (1,yes,true) do I have to have something like the following, or can it
> be simplified:
>
>
The following is like what I would propose.
> highway=trunk& (oneway=yes|oneway=true|oneway=1) [...]
>
>
Alternatively you could use
oneway=true | oneway=1 {set oneway=yes}
highway=trunk & oneway=yes [...]
What is less code to write depends on your requirements.
> i.e. does the following mean the same?
>
> highway=trunk& oneway [...]
>
> Thanks
>
> Mark
>
> _______________________________________________
> mkgmap-dev mailing list
> [email protected]
> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
>
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev