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
_______________________________________________
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to