Skip to content

Commit

Permalink
Update get_osm_boundaries.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldegroot2 authored Oct 11, 2023
1 parent 3053b30 commit 635fd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get_osm_boundaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ get_osm_boundary_by_id() {
local name="$1"
local id="$2"

wget -O "$name.osm" "https://www.openstreetmap.org/api/0.6/relation/$id/full"
wget -O "$name.osm" "https://api.openstreetmap.org/api/0.6/relation/$id/full"

osmium getid --remove-tags --add-referenced "$name.osm" "r$id" --output-format=opl \
| sed -e "s/ T[^ ]\+ / Ttype=multipolygon,cc=$name /" >"$name.opl"
Expand Down

0 comments on commit 635fd7e

Please sign in to comment.