Skip to content

Metadata

Sam edited this page Jan 24, 2024 · 1 revision

Metadata template

{
    "NAME": {
        "line": "LINE",
        "style": "box|pill|rounded",
        "color": "#rrggbb",
        "operator": "OPERATOR",
        "stations": [
            "STATION",
            "STATION",
            "STATION"
        ]
    }
}

Change text color of Line emblem

{
    "NAME": {
        (...)
        "textColor": "#rrggbb",
        (...)
    }
}

Important links

Clone this wiki locally