Am 23.01.2014 10:59, schrieb Thorsten Kukuk:
> maxspeed=* & mkgmap:road-speed-class!=* & maxspeedkmh()=* { set
> mkgmap:road-speed-class = 0 }
>
> And if I understand this correct, everything not numeric
> will map to mkgmap:road-speed-class = 0.
> Which is Ok for maxspeed=walk, but not maxspeed=none.
This means that either the above rule is fireing or you don't have a
proper initialization for all roads not having a maxspeed tag.
Maybe you could use maxspeed > 0 instead of maxspeed=*, I guess
this should only fire for numeric values in maxspeed.
Chris
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev