You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this repo is mainly for bug reports and enhancement requests., please use of one the community support channels for howto questions: OSM wiki link
I am running overpass api of spain, i discover the street and the max speed giving nodes, in this query the maxspeed is not here:
https://overpass-api.de/api/interpreter?data=[out:json];node(id:15230037751,2009791196);way(bn);out geom;
Is there a way to get the maxspeed of this way???
In this case, yes:
https://overpass-api.de/api/interpreter?data=[out:json];node(id:1459680577);way(bn);out geom;
The text was updated successfully, but these errors were encountered: