-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopenmaptiles-30-setup
executable file
·39 lines (30 loc) · 2.57 KB
/
openmaptiles-30-setup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
wget -P pbf \
http://download.geofabrik.de/europe/spain-latest.osm.pbf \
http://download.geofabrik.de/europe/andorra-latest.osm.pbf \
http://download.geofabrik.de/europe/guernsey-jersey-latest.osm.pbf \
http://download.geofabrik.de/europe/luxembourg-latest.osm.pbf \
http://download.geofabrik.de/europe/belgium-latest.osm.pbf \
http://download.geofabrik.de/europe/france-latest.osm.pbf \
http://download.geofabrik.de/africa/madagascar-latest.osm.pbf \
http://download.openstreetmap.fr/extracts/north-america/saint_pierre_et_miquelon-latest.osm.pbf \
http://download.openstreetmap.fr/extracts/central-america/martinique-latest.osm.pbf \
http://download.openstreetmap.fr/extracts/central-america/guadeloupe.osm.pbf \
http://download.openstreetmap.fr/extracts/south-america/guyane-latest.osm.pbf \
http://download.openstreetmap.fr/extracts/africa/reunion-latest.osm.pbf \
http://download.openstreetmap.fr/extracts/africa/mayotte-latest.osm.pbf \
http://download.openstreetmap.fr/extracts/oceania/polynesie-latest.osm.pbf
cd pbf
osmium cat -O -o france-latest_.osm.pbf --output-header=osmosis_replication_base_url=http://download.geofabrik.de/europe/france-updates/ france-latest.osm.pbf
mv france-latest_.osm.pbf france-latest.osm.pbf
osmium cat -O -o andorra-latest_.osm.pbf --output-header=osmosis_replication_base_url=http://download.geofabrik.de/europe/andorra-updates/ andorra-latest.osm.pbf
mv andorra-latest_.osm.pbf andorra-latest.osm.pbf
osmium cat -O -o guernsey-jersey-latest_.osm.pbf --output-header=osmosis_replication_base_url=http://download.geofabrik.de/europe/guernsey-jersey-updates/ guernsey-jersey-latest.osm.pbf
mv guernsey-jersey-latest_.osm.pbf guernsey-jersey-latest.osm.pbf
osmium cat -O -o luxembourg-latest_.osm.pbf --output-header=osmosis_replication_base_url=http://download.geofabrik.de/europe/luxembourg-updates/ luxembourg-latest.osm.pbf
mv luxembourg-latest_.osm.pbf luxembourg-latest.osm.pbf
osmium cat -O -o belgium-latest_.osm.pbf --output-header=osmosis_replication_base_url=http://download.geofabrik.de/europe/belgium-updates/ belgium-latest.osm.pbf
mv belgium-latest_.osm.pbf belgium-latest.osm.pbf
osmium cat -O -o spain-latest_.osm.pbf --output-header=osmosis_replication_base_url=http://download.geofabrik.de/europe/spain-updates/ spain-latest.osm.pbf
mv spain-latest_.osm.pbf spain-latest.osm.pbf
osmium cat -O -o madagascar-latest_.osm.pbf --output-header=osmosis_replication_base_url=http://download.geofabrik.de/africa/madagascar-updates/ madagascar-latest.osm.pbf
mv madagascar-latest_.osm.pbf madagascar-latest.osm.pbf