logo separator

[mkgmap-dev] site relations

From Andrzej Popowski popej at poczta.onet.pl on Mon Oct 10 15:22:50 BST 2016

Hi Dave,

your rule looks good except you should use curly brackets.
'${..}' means tag from relation while '$(..)' is a tag from member of 
relation. Try for example:

type=site & name=* {
      apply {add name='${name}';}
}

Or you can concatenate site name with building name, if exist:

type=site & name=* {
      apply_once { set name='$(name) - ${name}' | '${name}'; }
}

-- 
Best regards,
Andrzej


More information about the mkgmap-dev mailing list