We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29661d9 commit 51710d9Copy full SHA for 51710d9
1 file changed
Static/data/geojson/mio_stops.json
@@ -66,11 +66,19 @@
66
"opening_hours": [ 8, 17 ]
67
}
68
},
69
-
70
71
72
73
+ {
+ "type": "Feature",
+ "id": 5,
+ "geometry": {
+ "type": "Point",
74
+ "coordinates": [ -105.1001173, 40.5472442 ]
75
+ },
76
+ "properties": {
77
+ "demand": 4,
78
+ "service_time": 0,
79
+ "opening_hours": [ 8, 17 ]
80
+ }
81
82
{
83
"type": "Feature",
84
"id": 6,
0 commit comments