logo separator

[mkgmap-dev] Missing } in relations of default style?

From WanMil wmgcnfg at web.de on Sat Apr 5 18:55:06 BST 2014

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



More information about the mkgmap-dev mailing list