{"language": "de", "polyline_shift": "false", "full_json": "true", "include_crossing": "true", "include_slope": "true", "include_information_point": "false", "profile": "profile_without_stair", "side_street": "left", "destination_side": "right", "origin": "43.75364069481713,7.438992643276471", "destination": "43.74861124517626,7.441396523948097"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "es", "polyline_shift": "false", "full_json": "false", "include_crossing": "true", "include_slope": "true", "include_information_point": "true", "profile": "stroller", "side_street": "right", "destination_side": "left", "origin": "43.72886445994496,7.425043085463277", "destination": "43.7388470349804,7.430625962755622"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "fr", "polyline_shift": "false", "full_json": "true", "include_crossing": "false", "include_slope": "true", "include_information_point": "true", "profile": "stroller", "side_street": null, "destination_side": null, "origin": "43.7286525553907,7.410507004112516", "destination": "43.74320201111285,7.417395588624528"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "de", "polyline_shift": "true", "full_json": "true", "include_crossing": "true", "include_slope": "false", "include_information_point": "false", "profile": "profile_without_stair", "side_street": "left", "destination_side": "left", "origin": "43.72718522240763,7.407462746299325", "destination": "43.73285088359258,7.428372668689268"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "fr", "polyline_shift": "true", "full_json": "false", "include_crossing": "false", "include_slope": "false", "include_information_point": "false", "profile": "wheelchair", "side_street": "right", "destination_side": "left", "origin": "43.74146131527287,7.421978389847775", "destination": "43.732548012459844,7.415126985185372"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "en", "polyline_shift": "false", "full_json": "true", "include_crossing": "false", "include_slope": "true", "include_information_point": "true", "profile": "sightImpaired", "side_street": "left", "destination_side": null, "origin": "43.73727572066583,7.4165166437071495", "destination": "43.737349315147334,7.409586879617884"} |
{"code":500,"error":"could not open relation with OID 7118822\n","message":"Internal server error","success":false}
|
{"language": "fr", "polyline_shift": "false", "full_json": "false", "include_crossing": "false", "include_slope": "true", "include_information_point": "true", "profile": "sightImpaired", "side_street": "left", "destination_side": null, "origin": "43.72429016861145,7.412833097170456", "destination": "43.73571891645619,7.430642120784264"} |
{"code":500,"message":"No route available","success":false}
|
{"language": "en", "polyline_shift": "true", "full_json": "true", "include_crossing": "false", "include_slope": "true", "include_information_point": "false", "profile": "profile_without_stair", "side_street": null, "destination_side": null, "origin": "43.7347131781637,7.41982345380286", "destination": "43.74666226572609,7.427576875308066"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "de", "polyline_shift": "false", "full_json": "false", "include_crossing": "true", "include_slope": "false", "include_information_point": "true", "profile": "wheelchair", "side_street": "left", "destination_side": "right", "origin": "43.72881279774631,7.410683067531613", "destination": "43.729111473047126,7.4093898811488375"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "nl", "polyline_shift": "false", "full_json": "false", "include_crossing": "true", "include_slope": "true", "include_information_point": "true", "profile": "wheelchair", "side_street": "left", "destination_side": "right", "origin": "43.73133212100641,7.4266985959862595", "destination": "43.7260463889546,7.419906498222661"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "es", "polyline_shift": "true", "full_json": "true", "include_crossing": "true", "include_slope": "true", "include_information_point": "true", "profile": "wheelchair", "side_street": "left", "destination_side": "right", "origin": "43.73398782454912,7.432493734606183", "destination": "43.72668820660951,7.411776896723769"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "en", "polyline_shift": "false", "full_json": "false", "include_crossing": "false", "include_slope": "true", "include_information_point": "false", "profile": "profile_without_stair", "side_street": "right", "destination_side": null, "origin": "43.744601081759384,7.4457026967313835", "destination": "43.74733231046436,7.448809523681514"} |
{"code":500,"error":"Unexpected Null value in column source\nCONTEXT: SQL function \"pgr_astar\" statement 1\nSQL statement \"CREATE TEMP TABLE IF NOT EXISTS result_pgr_aStar AS\n\t\tSELECT seq, edge, node\n\t\tFROM pgr_aStar(\n\t\t $$\n\t\t SELECT fid AS id, source, target, modified_length AS cost, modified_length AS reverse_cost, x1, y1, x2, y2\n\t\t FROM (\n\t\t SELECT \n\t\t\t\t\tfid, \n\t\t\t\t\t--profile_without_stair AS modified_length,\n\t\t\t\t\tprofile_wheelchair AS modified_length,\n\t\t\t\t\tsource, \n\t\t\t\t\ttarget, \n\t\t\t\t\tx1, \n\t\t\t\t\ty1, \n\t\t\t\t\tx2, \n\t\t\t\t\ty2\n\t\t FROM edges_all_vw\n\t\t UNION ALL\n\t\t SELECT \n\t\t\t\t\tfid, \n\t\t\t\t\tmodified_length, \n\t\t\t\t\tsource, \n\t\t\t\t\ttarget, \n\t\t\t\t\tx1, \n\t\t\t\t\ty1, \n\t\t\t\t\tx2, \n\t\t\t\t\ty2\n\t\t FROM temp_routing_edges\n\t\t ) AS all_edges\n\t\t $$,\n\t\t new_origin.node,\n\t\t new_destination.node,\n\t\t directed := false\n\t\t)\"\nPL/pgSQL function get_routing_ellipse_with_snapping_v4(character varying,character varying,character varying) line 117 at SQL statement\n","message":"Internal server error","success":false}
|
{"language": "nl", "polyline_shift": "true", "full_json": "false", "include_crossing": "true", "include_slope": "true", "include_information_point": "true", "profile": "wheelchair", "side_street": "left", "destination_side": "right", "origin": "43.72352950109208,7.41318111026577", "destination": "43.73490766960303,7.427581515278442"} |
{"code":500,"message":"No route available","success":false}
|