Re: [mkgmap-dev] How to evaluate network=e-road if it's in a relation

2015-01-06 Thread Gerd Petermann
Hi Walter, I think Minkos style contains samples for that as well: type=route route=bicycle network=ncn { apply { set ncn_from_relation=yes; set nname='${name}'; set nref='$(nref)/${ref}' | '${ref}'; } } Gerd From:

Re: [mkgmap-dev] How to evaluate network=e-road if it's in a relation

2015-01-06 Thread Walter Schlögl
Hi Gerd, thanks for your help, it’s working. Using mkgmap makes a lot of fun, because it’s a perfect software and because of this premium support. I think it would be worth to add this also to the default style. type=route route=road { apply { set network='${network}';

[mkgmap-dev] How to evaluate network=e-road if it's in a relation

2015-01-06 Thread Walter Schlögl
The following command highway=* network=e-road works fine, if the tag network=e-road is directly attached to the road. But in most cases it is attached via a relation, and in these cases it is not evaluated. In my relations file there are only rules for type=boundary | type=multipolygon