Advertisement
Galebickosikasa

Untitled

Jul 9th, 2020
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. {
  2. "areas" : {
  3. "my_area" : {
  4. "type" : "Feature",
  5. "geometry" : {
  6. "type" : "Polygon",
  7. "coordinates" : [
  8. [37.584625, 55.753329],
  9. [37.584915, 55.752157],
  10. [37.582072, 55.752115],
  11. [37.582169, 55.753226]
  12. ]
  13. }
  14. }
  15. },
  16. "vehicles": [
  17. {
  18. "vehicle_id": "traveling_salesman",
  19. "start_address": {
  20. "location_id": "0",
  21. "lon": 37.574739,
  22. "lat": 55.828516
  23. },
  24. "type_id": "default",
  25. "return_to_depot": true
  26. }
  27. ],
  28. "vehicle_types": [
  29. {
  30. "type_id": "default",
  31. "profile": "car"
  32. }
  33. ],
  34. "services": [
  35. {
  36. "id": "1",
  37. "name": "no_name",
  38. "address": {
  39. "location_id": "37.586342_55.752698",
  40. "lon": 37.586342,
  41. "lat": 55.752698
  42. }
  43. },
  44. {
  45. "id": "2",
  46. "name": "no_name",
  47. "address": {
  48. "location_id": "37.757864_55.660200",
  49. "lon": 37.757864,
  50. "lat": 55.6602
  51. }
  52. }
  53. ]
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement