Skip to content

Instantly share code, notes, and snippets.

@oblonski
Last active October 18, 2021 13:12
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/a695cc94ad3207211855f1f6d97c9419 to your computer and use it in GitHub Desktop.
Save oblonski/a695cc94ad3207211855f1f6d97c9419 to your computer and use it in GitHub Desktop.
{
"relations": [
{
"type": "neighbor",
"ids": [
"s1",
"s7"
]
}
],
"vehicles": [
{
"vehicle_id": "my_vehicle",
"start_address": {
"location_id": "berlin",
"lon": 13.406,
"lat": 52.537
}
}
],
"services": [
{
"id": "s1",
"address": {
"location_id": "s1",
"lon": 13.364182,
"lat": 52.539927
}
},
{
"id": "s2",
"address": {
"location_id": "s2",
"lon": 13.378258,
"lat": 52.543895
}
},
{
"id": "s3",
"address": {
"location_id": "s3",
"lon": 13.388386,
"lat": 52.510266
}
},
{
"id": "s4",
"address": {
"location_id": "s4",
"lon": 13.375854,
"lat": 52.505146
}
},
{
"id": "s5",
"address": {
"location_id": "s5",
"lon": 13.454132,
"lat": 52.524786
}
},
{
"id": "s6",
"address": {
"location_id": "s6",
"lon": 13.453102,
"lat": 52.534916
}
},
{
"id": "s7",
"address": {
"location_id": "s7",
"lon": 13.440399,
"lat": 52.506818
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment