Switch to https://openplanetdata.com/, daily update
This commit is contained in:
parent
d9628957d7
commit
8ce5c981df
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 2 * * 5"
|
||||
- cron: "0 2 * * *"
|
||||
|
||||
jobs:
|
||||
update_planet_file:
|
||||
|
@ -16,7 +16,9 @@ jobs:
|
|||
|
||||
- name: Download the planet file
|
||||
shell: bash
|
||||
run: wget --show-progress https://planet.openstreetmap.org/pbf/planet-latest.osm.pbf -O /data/planet-latest.osm.pbf.part
|
||||
run: |
|
||||
# https://planet.openstreetmap.org/pbf/planet-latest.osm.pbf
|
||||
wget https://download.openplanetdata.com/osm/planet/pbf/planet-latest.osm.pbf -O /data/planet-latest.osm.pbf.part
|
||||
|
||||
|
||||
- name: Move the planet file
|
Loading…
Add table
Add a link
Reference in a new issue