Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kebekus committed Oct 6, 2023
1 parent 1ca07e9 commit 42e8432
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

stagingDir = "../staging"
serverURL = 'https://cplx.vm.uni-freiburg.de/storage/enroute-GeoJSONv003'
whatsNewText = 'We added maps for Albania, Bosnia and Herzegovina, Botswana, Kenya, Mauritius, Moldova, and Montenegro.'
whatsNewText = 'We added maps for Albania, Bosnia and Herzegovina, Botswana, Kenya, Laos, Mauritius, Moldova, Montenegro, Nepal, Sri Lanka and Vanuatu.'

# Go to output directory
os.chdir('out')
Expand Down
5 changes: 2 additions & 3 deletions scripts/regions.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

continents = [
{'name': 'Africa', 'osmUrl': 'https://download.geofabrik.de/africa-latest.osm.pbf'},
{'name': 'Asia', 'osmUrl': 'https://download.geofabrik.de/asia/japan-latest.osm.pbf'},
{'name': 'Asia', 'osmUrl': 'https://download.geofabrik.de/asia-latest.osm.pbf'},
{'name': 'Australia Oceanica', 'osmUrl': 'https://download.geofabrik.de/australia-oceania-latest.osm.pbf'},
{'name': 'Europe', 'osmUrl': 'https://download.geofabrik.de/europe-latest.osm.pbf'},
{'name': 'North America', 'osmUrl': 'https://download.geofabrik.de/north-america-latest.osm.pbf'},
Expand All @@ -35,10 +35,9 @@
{'continent': 'Asia', 'name': 'Sri Lanka', 'bbox': [79.16416, 5.621275, 82.64612, 10.07153], 'country': 'Sri Lanka'},
{'continent': 'Asia', 'name': 'United Arab Emirates', 'bbox': [51.394, 22.594, 56.635, 26.155], 'country': 'United Arab Emirates'},

{'continent': 'Australia Oceanica', 'name': 'Australia', 'bbox': [109.9694, -45.95665, 169.0016, -8.937109], 'country': 'Australia'},
{'continent': 'Australia Oceanica', 'name': 'Australia', 'bbox': [109.9694, -45.95665, 169.0016, -8.937109], 'country': 'Australia'},
{'continent': 'Australia Oceanica', 'name': 'New Zealand', 'bbox': [162.096, -48.77, 179.8167, -32.667], 'country': 'New Zealand'},
{'continent': 'Australia Oceanica', 'name': 'Vanuatu', 'bbox': [166.629136998, -16.5978496233, 167.844876744, -14.6264970842], 'country': 'Vanuatu'},
{'continent': 'Australia Oceanica', 'name': 'Vanuatu', 'bbox': [166.5415638, -20.254446647, 170.23828392, -13.071706876], 'country': 'Vanuatu'},

{'continent': 'Europe', 'name': 'Albania', 'bbox': [19.13709, 39.59972, 21.06846, 42.66562], 'country': 'Albania'},
{'continent': 'Europe', 'name': 'Austria', 'bbox': [9.52678, 46.36851, 17.16273, 49.02403], 'country': 'Austria'},
Expand Down

0 comments on commit 42e8432

Please sign in to comment.