diff --git a/scripts/deploy.py b/scripts/deploy.py index 0398d66..8753721 100755 --- a/scripts/deploy.py +++ b/scripts/deploy.py @@ -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') diff --git a/scripts/regions.py b/scripts/regions.py index fd1c8df..cda5c96 100755 --- a/scripts/regions.py +++ b/scripts/regions.py @@ -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'}, @@ -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'},