logo separator

[mkgmap-dev] conditional includes in style

From Henning Scholland osm at aighes.de on Thu Mar 27 15:32:05 GMT 2014

Hi Gerd,
maybe it gets a little bit clearer if I gave an example.

if ( mkgmap:country=DEU ) {
     include 'deu_highway_rules';
}

or

if (mkgmap:country=DEU) {
     highway=primary { set mkgmap:access=no }
     highway=... {...}
     ...
}

Henning



More information about the mkgmap-dev mailing list