As discussed in #3, the tile server from CMU is down (it appears that the routing is still functioning, not sure about geocoding).
Apart from self-hosting (challenging and takes a lot of space), one approach is to use the official server. See this for more information on how to do that: web-arena-x/webarena#190
If you switch the routing URL to the official routing server yield different results. For example,
| Official routing (reward=0) |
Old routing (reward=1) |
 |
 |
Note the difference: in the official routing (routing.openstreetmap.de), the route takes 10min, 5.2km and 10 steps. In the old routing (from cmu.edu's hosted routing server), it takes 9min, 5.1km, and 8 steps.
Here's the official answer:
{
"sites": [
"map"
],
"task_id": 155,
"require_login": true,
"storage_state": null,
"start_url": "__MAP__",
"geolocation": null,
"intent_template": "What is the minimum travel time by car from {{location1}} to {{location2}}?",
"instantiation_dict": {
"location1": "Animal Rescue League of Pittsburgh",
"location2": "Schenley park"
},
"intent": "What is the minimum travel time by car from Animal Rescue League of Pittsburgh to Schenley park?",
"require_reset": false,
"eval": {
"eval_types": [
"string_match"
],
"reference_answers": {
"fuzzy_match": [
"9min"
]
},
"reference_url": "",
"program_html": [],
"string_note": "",
"reference_answer_raw_annotation": "9min"
},
"intent_template_id": 36
},
So it's something to consider before switching map server
As discussed in #3, the tile server from CMU is down (it appears that the routing is still functioning, not sure about geocoding).
Apart from self-hosting (challenging and takes a lot of space), one approach is to use the official server. See this for more information on how to do that: web-arena-x/webarena#190
If you switch the routing URL to the official routing server yield different results. For example,
Note the difference: in the official routing (routing.openstreetmap.de), the route takes 10min, 5.2km and 10 steps. In the old routing (from cmu.edu's hosted routing server), it takes 9min, 5.1km, and 8 steps.
Here's the official answer:
So it's something to consider before switching map server