summaryrefslogtreecommitdiff
path: root/scripts/geojson/maps/update_all.sh
blob: 22b9eee9814b0fa109823439f35bde1304f26503 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

function fetch() {
	"./fetch_$1.sh" | json_reformat -m > "$1.json.tmp"
	rm -f "$1.json"
	mv "$1.json.tmp" "$1.json"
}

fetch streets
fetch city_outlines