Hi,

I found out myself:
 add int_ref='${int_ref'};
need to be
 add int_ref='${int_ref}';

Will commit it soon.

WanMil

Hi,

The relations file of the mkgmap default style seems to have a problem.
The apply rule of the e-road rule has an open bracket { only. But it is
not closed and the rule never seems to be executed.
Closing it the style parser complains.


Using the following single rule in the relations file the parser complains:
route=road & network=e-road {
    apply { add ref='${ref}'; add int_ref='${int_ref'}; add
network='e-road'; }
}

Error in style: Error: (relations:3): Incomplete expression, just a
single symbol: }

What's wrong here? Parser or style or??
WanMil

_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to