I am trying to get the speed limit around an area from overpass api using this url:
Any help or pointers as to how I can fix it?
I am trying to get the speed limit around an area from overpass api using this url:
Any help or pointers as to how I can fix it?
your coordinates are inverted & the radius is missing
https://overpass-api.de/api/interpreter?data=[out:json][timeout:25];(way(around:1000,50.603,5.856)["maxspeed"];);(._;>;);out;