aqp-combi/public/n/lines.json

42 lines
865 B
JSON
Raw Normal View History

2024-09-04 01:58:27 +00:00
[
{
"id": 1,
"name": "1",
2024-09-09 03:02:05 +00:00
"district": "Hunter/Tiabaya",
2024-09-04 16:17:13 +00:00
"color": "#ea4fb2",
"hover_bg": "#ea4fb2",
"hover_on_bg": "white"
2024-09-09 18:57:49 +00:00
},
{
"id": 2,
"name": "2",
"district": "Socabaya",
"color": "blue",
"hover_bg": "blue",
"hover_on_bg": "white"
2024-09-10 00:41:53 +00:00
},
{
"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"
2024-09-04 01:58:27 +00:00
}
]