logo separator

[mkgmap-dev] maxspeed=none

From chris66 chris66nrw at gmx.de on Thu Jan 23 10:33:03 GMT 2014

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





More information about the mkgmap-dev mailing list