File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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` ;
You can’t perform that action at this time.
0 commit comments