aqp-combi/public/n/lines.json

42 lines
865 B
JSON

[
{
"id": 1,
"name": "1",
"district": "Hunter/Tiabaya",
"color": "#ea4fb2",
"hover_bg": "#ea4fb2",
"hover_on_bg": "white"
},
{
"id": 2,
"name": "2",
"district": "Socabaya",
"color": "blue",
"hover_bg": "blue",
"hover_on_bg": "white"
},
{
"id": 3,
"name": "3",
"district": "Miraflores",
"color": "orange",
"hover_bg": "orange",
"hover_on_bg": "white"
},
{
"id": 4,
"name": "4",
"district": "Miguel Grau",
"color": "#b8860b",
"hover_bg": "#b8860b",
"hover_on_bg": "white"
},
{
"id": 5,
"name": "5",
"district": "Cayma",
"color": "yellow",
"hover_bg": "yellow",
"hover_on_bg": "white"
}
]