Skip to content

Commit b29dd99

Browse files
committed
fix(OSM): change default import file
1 parent 8250188 commit b29dd99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/app/services/docker_service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ export class DockerService {
295295
* Largely follows the install instructions here: https://github.com/Overv/openstreetmap-tile-server/blob/master/README.md
296296
*/
297297
private async _runPreinstallActions__OpenStreetMap(image: string, containerConfig: any): Promise<void> {
298-
const OSM_PBF_URL = 'https://download.geofabrik.de/north-america/us-pacific-latest.osm.pbf'; // Download a small subregion for initial import
298+
const OSM_PBF_URL = 'https://download.geofabrik.de/north-america-latest.osm.pbf'; // Download North America latest for initial import
299299
const IMPORT_FILE = 'region.osm.pbf';
300300
const PATH = `${DockerService.NOMAD_STORAGE_DIR}/osm/${IMPORT_FILE}`;
301301
const IMPORT_BIND = `${PATH}:/data/${IMPORT_FILE}:rw`;

0 commit comments

Comments
 (0)