logo separator

[mkgmap-dev] Help required for style rule

From Felix Hartmann extremecarver at googlemail.com on Sat Feb 27 15:22:56 GMT 2010


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
> mkgmap-dev at lists.mkgmap.org.uk
> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
>    



More information about the mkgmap-dev mailing list