Skip to content

Commit

Permalink
Added NH map (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
lboyarsky authored Jun 4, 2019
1 parent 2a2611c commit f80bf2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions load_map_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ if [ ! -f "${map_data_path}/merged.osm.pbf" ]; then
cd "${map_data_path}"
wget http://download.geofabrik.de/north-america/us/massachusetts-latest.osm.pbf
wget http://download.geofabrik.de/north-america/us/rhode-island-latest.osm.pbf
wget http://download.geofabrik.de/north-america/us/new-hampshire-latest.osm.pbf

# merge map data
osmium merge -v --progress \
"${map_data_path}/massachusetts-latest.osm.pbf" \
"${map_data_path}/rhode-island-latest.osm.pbf" \
"${map_data_path}/new-hampshire-latest.osm.pbf" \
-o "${map_data_path}/merged.osm.pbf"
fi

Expand Down

0 comments on commit f80bf2c

Please sign in to comment.