Skip to content

Instantly share code, notes, and snippets.

@oblonski
Created September 30, 2021 17:39
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/b04757718573a36180fa9210f02110a4 to your computer and use it in GitHub Desktop.
Save oblonski/b04757718573a36180fa9210f02110a4 to your computer and use it in GitHub Desktop.
{
"relations": [
{
"type": "neighbor",
"groups": [
"A",
"D"
]
},
{
"type": "neighbor",
"groups": [
"D",
"C"
]
}
],
"vehicles": [
{
"vehicle_id": "my_vehicle",
"start_address": {
"location_id": "berlin",
"lon": 13.406,
"lat": 52.537
}
}
],
"services": [
{
"id": "hamburg",
"name": "visit_hamburg",
"address": {
"location_id": "hamburg",
"lon": 13.364182,
"lat": 52.539927
},
"group": "A"
},
{
"id": "s2",
"address": {
"location_id": "s2",
"lon": 13.378258,
"lat": 52.543895
},
"group": "A"
},
{
"id": "s3",
"address": {
"location_id": "s3",
"lon": 13.388386,
"lat": 52.510266
},
"group": "B"
},
{
"id": "s4",
"address": {
"location_id": "s4",
"lon": 13.375854,
"lat": 52.505146
},
"group": "B"
},
{
"id": "s5",
"address": {
"location_id": "s5",
"lon": 13.454132,
"lat": 52.524786
},
"group": "C"
},
{
"id": "s6",
"address": {
"location_id": "s6",
"lon": 13.453102,
"lat": 52.534916
},
"group": "C"
},
{
"id": "s7",
"address": {
"location_id": "s7",
"lon": 13.440399,
"lat": 52.506818
},
"group": "D"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment