We edited the Open Street Maps data through their editor. A road that was classified as as “No Access” was actually a public road. Our changes have been applied and now visisble.
How long before Graphhopper will see this change?
For everyone’s reference, Point Sal Road was not being seen as a Service Street.
{
“configuration”: {
“routing”: {
“calc_points”: true,
“return_snapped_waypoints”: true,
“curbside_strictness”: “soft”
}
},
“objectives”: [
{
“type”: “min”,
“value”: “transport_time”
}
],
“vehicles”: [
{
“vehicle_id”: “v1”,
“type_id”: “custom_truck_1”,
“earliest_start”: 1786975200,
“return_to_depot”: true,
“start_address”: {
“location_id”: “v1_start”,
“lat”: 34.939587,
“lon”: -120.452269
},
“break”: {
“earliest”: 1786986000,
“latest”: 1786989600,
“duration”: 1800
}
}
],
“vehicle_types”: [
{
“type_id”: “custom_truck_1”,
“profile”: “truck”
}
],
“services”: [
{
“id”: “714827”,
“type”: “service”,
“duration”: 300,
“address”: {
“lat”: 34.838364,
“lon”: -120.530383,
“name”: “Jane Doe”,
“location_id”: “714827”,
“street_hint”: “Point Sal Road”
}
},
{
“id”: “715309”,
“type”: “service”,
“duration”: 300,
“address”: {
“lat”: 34.8373174,
“lon”: -120.5330824,
“name”: “Carol Sawyer”,
“location_id”: “715309”,
“street_hint”: “Point Sal Road”
}
}
],
“relations”: [
]
}