diff --git a/bin/download-local-dev-data.sh b/bin/download-local-dev-data.sh index a0c6c14..89f8f15 100755 --- a/bin/download-local-dev-data.sh +++ b/bin/download-local-dev-data.sh @@ -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