Skip to content

Commit

Permalink
Update dev script with new layers
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster authored and michaelkirk committed Feb 10, 2025
1 parent 8411346 commit 6a62fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/download-local-dev-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jq '.features[] | .properties.kind + "_" + .properties.name' ../../data_prep/sco
download_to_subdir cnt_demand "https://assets.od2net.org/cnt_demand/demand_$x.bin"
done

for x in cbd.pmtiles gp_practices.geojson hospitals.geojson population.pmtiles route_network.pmtiles schools.geojson; do
for x in bus_routes.pmtiles cbd.pmtiles gp_practices.geojson hospitals.geojson population.pmtiles railways.geojson route_network.pmtiles schools.geojson; do
download_to_subdir cnt_layers https://assets.od2net.org/cnt_layers/$x
done

0 comments on commit 6a62fdd

Please sign in to comment.