{"language": "es", "polyline_shift": "false", "full_json": "false", "include_crossing": "true", "include_slope": "false", "include_information_point": "true", "profile": "easyToRead", "side_street": null, "destination_side": "right", "origin": "43.73500372746618,7.412414176360485", "destination": "43.732542260983976,7.410161894114553"} |
{"code":500,"message":"No route available","success":false}
|
{"language": "nl", "polyline_shift": "true", "full_json": "false", "include_crossing": "false", "include_slope": "false", "include_information_point": "true", "profile": "valid", "side_street": "left", "destination_side": "right", "origin": "43.747465152138545,7.447561215465495", "destination": "43.74893298268283,7.442798741743365"} |
{"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\tprofile_default 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 83 at SQL statement\n","message":"Internal server error","success":false}
|
{"language": "nl", "polyline_shift": "false", "full_json": "true", "include_crossing": "true", "include_slope": "false", "include_information_point": "true", "profile": "electricWheelchair", "side_street": "right", "destination_side": null, "origin": "43.74044497375406,7.421304409449957", "destination": "43.742611941671186,7.420731027695861"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "en", "polyline_shift": "true", "full_json": "false", "include_crossing": "false", "include_slope": "true", "include_information_point": "true", "profile": "painfulWalk", "side_street": "right", "destination_side": "right", "origin": "43.75725427526734,7.435363586374551", "destination": "43.75133910630786,7.451580991895207"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "fr", "polyline_shift": "true", "full_json": "true", "include_crossing": "false", "include_slope": "true", "include_information_point": "false", "profile": "sightImpaired", "side_street": "right", "destination_side": "left", "origin": "43.73286232264856,7.410566293418924", "destination": "43.73394062695869,7.406463091963168"} |
{"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": "stroller", "side_street": null, "destination_side": "left", "origin": "43.7472605711868,7.439580782477783", "destination": "43.75118779697433,7.4387117773430615"} |
{"code":500,"message":"No route available","success":false}
|
{"language": "es", "polyline_shift": "false", "full_json": "true", "include_crossing": "true", "include_slope": "false", "include_information_point": "true", "profile": "blind", "side_street": "left", "destination_side": null, "origin": "43.73971991342709,7.417203566075134", "destination": "43.723149619595,7.412384633630651"} |
{"code":500,"message":"No route available","success":false}
|
{"language": "nl", "polyline_shift": "false", "full_json": "true", "include_crossing": "false", "include_slope": "false", "include_information_point": "false", "profile": "sightImpaired", "side_street": null, "destination_side": "right", "origin": "43.726499785910704,7.421265637728642", "destination": "43.7305945383177,7.425291491750529"} |
{"code":500,"message":"No route available","success":false}
|
{"language": "es", "polyline_shift": "false", "full_json": "true", "include_crossing": "true", "include_slope": "true", "include_information_point": "false", "profile": "profile_default", "side_street": "right", "destination_side": "right", "origin": "43.742327697794316,7.433796523884429", "destination": "43.73804097341736,7.438500436930802"} |
{"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\tprofile_default 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 83 at SQL statement\n","message":"Internal server error","success":false}
|
{"language": "nl", "polyline_shift": "false", "full_json": "true", "include_crossing": "false", "include_slope": "false", "include_information_point": "false", "profile": "profile_without_stair", "side_street": null, "destination_side": "left", "origin": "43.74129298316889,7.41407214366794", "destination": "43.735205526301584,7.4103984927310105"} |
{"code":500,"message":"No route available","success":false}
|
{"language": "fr", "polyline_shift": "true", "full_json": "true", "include_crossing": "true", "include_slope": "false", "include_information_point": "true", "profile": "sightImpaired", "side_street": "right", "destination_side": "right", "origin": "43.73264000041342,7.415952697970421", "destination": "43.73816584905777,7.420492040211209"} |
{"code":500,"message":"No route available","success":false}
|
{"language": "nl", "polyline_shift": "true", "full_json": "false", "include_crossing": "true", "include_slope": "false", "include_information_point": "true", "profile": "pregnancy", "side_street": "right", "destination_side": "right", "origin": "43.744274276036535,7.440148744750242", "destination": "43.75508562821792,7.447318200987991"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|