Skip to content

Instantly share code, notes, and snippets.

@oblonski
Created September 23, 2020 05:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oblonski/559cf8846090ee1086a2d9ab303382a6 to your computer and use it in GitHub Desktop.
Save oblonski/559cf8846090ee1086a2d9ab303382a6 to your computer and use it in GitHub Desktop.
{
"vehicles": [
{
"vehicle_id": "my_vehicle_1",
"start_address": {
"location_id": "berlin",
"lon": 13.406,
"lat": 52.537
},
"min_jobs": 2
},
{
"vehicle_id": "my_vehicle_2",
"start_address": {
"location_id": "berlin",
"lon": 13.406,
"lat": 52.537
},
"min_jobs": 2
}
],
"services": [
{
"id": "1",
"address": {
"location_id": "1",
"lon": 13.316803,
"lat": 52.497832
}
},
{
"id": "2",
"address": {
"location_id": "2",
"lon": 13.364868,
"lat": 52.481944
}
},
{
"id": "3",
"address": {
"location_id": "3",
"lon": 13.320923,
"lat": 52.460193
}
},
{
"id": "4",
"address": {
"location_id": "4",
"lon": 13.40744,
"lat": 52.493651
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment