File: relations

package info (click to toggle)
mkgmap 0.0.0%2Bsvn4905-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,032 kB
  • sloc: java: 73,856; xml: 1,695; python: 713; sh: 240; makefile: 149; perl: 31
file content (6 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
type=route & (route=subway|route=train|route=tram)
{
  add ref='${name}'; # if ref is missing, use name
  set ref='${network} ${ref}' | '${ref}' | '${network}';
  apply { set mkgmap:route='$(mkgmap:route),${ref}' | '${ref}' }
}