From d7641c1ccfd90602308ad0a4c1b6c459b8fcbb81 Mon Sep 17 00:00:00 2001 From: Ilya Zverev Date: Fri, 16 Mar 2018 12:25:09 +0300 Subject: Replace http with https for openstreetmap.org links --- tools/osmctools | 2 +- tools/unix/generate_planet.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/osmctools b/tools/osmctools index 96953b50c9..3b33377124 160000 --- a/tools/osmctools +++ b/tools/osmctools @@ -1 +1 @@ -Subproject commit 96953b50c96cee15f2742432cf7dea587be7c406 +Subproject commit 3b333771243a2df15dc28d13c9713507f96430b7 diff --git a/tools/unix/generate_planet.sh b/tools/unix/generate_planet.sh index 2806ab2230..0d802878c5 100755 --- a/tools/unix/generate_planet.sh +++ b/tools/unix/generate_planet.sh @@ -344,7 +344,7 @@ if [ "$MODE" == "coast" ]; then # Planet download is requested log "STATUS" "Step 0: Downloading and converting the planet" PLANET_PBF="$(dirname "$PLANET")/planet-latest.osm.pbf" - curl -s -o "$PLANET_PBF" http://planet.openstreetmap.org/pbf/planet-latest.osm.pbf + curl -s -o "$PLANET_PBF" https://planet.openstreetmap.org/pbf/planet-latest.osm.pbf "$OSMCTOOLS/osmconvert" "$PLANET_PBF" --drop-author --drop-version --out-o5m "-o=$PLANET" rm "$PLANET_PBF" fi -- cgit v1.2.3