{"language": "nl", "polyline_shift": "false", "full_json": "true", "include_crossing": "true", "include_slope": "true", "include_information_point": "true", "profile": "profile_without_stair", "side_street": null, "destination_side": "right", "origin": "43.74959324114364,7.450095208758408", "destination": "43.757731500630406,7.4424165660197215"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "es", "polyline_shift": "false", "full_json": "true", "include_crossing": "true", "include_slope": "true", "include_information_point": "false", "profile": "painfulWalk", "side_street": "right", "destination_side": "right", "origin": "43.74988130049996,7.448965312547462", "destination": "43.75188549418847,7.448924558367042"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "en", "polyline_shift": "true", "full_json": "true", "include_crossing": "false", "include_slope": "true", "include_information_point": "false", "profile": "pregnancy", "side_street": "left", "destination_side": null, "origin": "43.72468515714551,7.413442028435631", "destination": "43.727109560639335,7.41771247326835"} |
{"code":500,"message":"No route available","success":false}
|
{"language": "fr", "polyline_shift": "true", "full_json": "false", "include_crossing": "true", "include_slope": "true", "include_information_point": "true", "profile": "wheelchair", "side_street": null, "destination_side": null, "origin": "43.7537196326989,7.450495258332745", "destination": "43.73897034629517,7.439276034920066"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "es", "polyline_shift": "true", "full_json": "true", "include_crossing": "false", "include_slope": "false", "include_information_point": "true", "profile": "profile_without_stair", "side_street": "right", "destination_side": "right", "origin": "43.73081268345616,7.419117525332687", "destination": "43.723049369601135,7.416878876319293"} |
{"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": "false", "include_information_point": "true", "profile": "blind", "side_street": "right", "destination_side": "left", "origin": "43.74916248034057,7.431205543174045", "destination": "43.74753898813096,7.435810737850631"} |
{"code":500,"message":"No route available","success":false}
|
{"language": "nl", "polyline_shift": "true", "full_json": "true", "include_crossing": "true", "include_slope": "true", "include_information_point": "true", "profile": "profile_without_stair", "side_street": null, "destination_side": null, "origin": "43.742037963544675,7.419196359238111", "destination": "43.73815779575422,7.434812883180878"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "nl", "polyline_shift": "true", "full_json": "false", "include_crossing": "true", "include_slope": "false", "include_information_point": "false", "profile": "wheelchair", "side_street": "left", "destination_side": null, "origin": "43.74512777715506,7.427169842037938", "destination": "43.74147378740484,7.422600651638604"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "es", "polyline_shift": "true", "full_json": "true", "include_crossing": "false", "include_slope": "false", "include_information_point": "false", "profile": "wheelchair", "side_street": "left", "destination_side": null, "origin": "43.74481762149621,7.44573802054235", "destination": "43.75127483894885,7.451077083939765"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "nl", "polyline_shift": "true", "full_json": "false", "include_crossing": "false", "include_slope": "true", "include_information_point": "true", "profile": "painfulWalk", "side_street": "left", "destination_side": null, "origin": "43.740724247814384,7.416186207939046", "destination": "43.745659758803654,7.425510774069896"} |
{"code":500,"message":"No route available","success":false}
|
{"language": "es", "polyline_shift": "true", "full_json": "false", "include_crossing": "true", "include_slope": "true", "include_information_point": "false", "profile": "painfulWalk", "side_street": null, "destination_side": "left", "origin": "43.747693317690455,7.441058660060934", "destination": "43.74814630609849,7.440293115190929"} |
{"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": "en", "polyline_shift": "false", "full_json": "false", "include_crossing": "true", "include_slope": "true", "include_information_point": "false", "profile": "stroller", "side_street": null, "destination_side": null, "origin": "43.73197263905353,7.417032077086236", "destination": "43.73116134368024,7.418333829366933"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "fr", "polyline_shift": "false", "full_json": "true", "include_crossing": "true", "include_slope": "false", "include_information_point": "false", "profile": "painfulWalk", "side_street": "right", "destination_side": "right", "origin": "43.75296537486186,7.43782616462999", "destination": "43.744094600460265,7.437317174812121"} |
{"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": "false", "include_information_point": "false", "profile": "painfulWalk", "side_street": "left", "destination_side": "left", "origin": "43.742093549939256,7.42757326574971", "destination": "43.7320650239082,7.420050065219001"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "fr", "polyline_shift": "true", "full_json": "true", "include_crossing": "true", "include_slope": "false", "include_information_point": "true", "profile": "wheelchair", "side_street": "right", "destination_side": "right", "origin": "43.752413926302715,7.437939714613676", "destination": "43.75189145292566,7.4470407347870395"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "de", "polyline_shift": "true", "full_json": "false", "include_crossing": "false", "include_slope": "true", "include_information_point": "false", "profile": "wheelchair", "side_street": "left", "destination_side": "left", "origin": "43.75010338352122,7.434681257698635", "destination": "43.746352883957705,7.43589782767106"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "es", "polyline_shift": "true", "full_json": "false", "include_crossing": "true", "include_slope": "false", "include_information_point": "false", "profile": "wheelchair", "side_street": null, "destination_side": "right", "origin": "43.730983298004986,7.415014536827746", "destination": "43.739325328761765,7.4247310816431735"} |
HTTPSConnectionPool(host='nvroute-api.n-vibe.com', port=443): Read timed out. (read timeout=5) |
{"language": "en", "polyline_shift": "false", "full_json": "false", "include_crossing": "true", "include_slope": "false", "include_information_point": "false", "profile": "wheelchair", "side_street": "right", "destination_side": null, "origin": "43.72301830971239,7.4144074320741495", "destination": "43.73050888882979,7.423007054922318"} |
{"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": "false", "profile": "electricWheelchair", "side_street": null, "destination_side": "left", "origin": "43.73992071776696,7.415947015675609", "destination": "43.74503975294315,7.424937632382002"} |
{"code":500,"message":"No route available","success":false}
|