Skip to content

Commit

Permalink
feat: Update post: Max speed Overpass
Browse files Browse the repository at this point in the history
  • Loading branch information
appuchias committed Jan 21, 2025
1 parent c0ba930 commit 57b7a05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/posts/2025/01/max-speed-overpass.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ getmaxspeed() {


curl -fsSL -X POST 'https://overpass-api.de/api/interpreter' \
# -H "Content-Type: application/x-www-form-urlencoded" \
-d "data=[out:json][timeout:5];way['highway']['maxspeed'](around:$radius,$lat,$lon);out;" \
| jq -r ".elements[0].tags.maxspeed"
}
Expand Down

0 comments on commit 57b7a05

Please sign in to comment.