summaryrefslogtreecommitdiff
path: root/htdocs/geojson/update_all.sh
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/geojson/update_all.sh')
-rwxr-xr-xhtdocs/geojson/update_all.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/htdocs/geojson/update_all.sh b/htdocs/geojson/update_all.sh
new file mode 100755
index 0000000..e25d843
--- /dev/null
+++ b/htdocs/geojson/update_all.sh
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+function fetch() {
+ if [[ "$3" != "" ]]; then
+ fn="$3"
+ else
+ fn="$1"
+ fi
+ "./fetch_$1.sh" "$2" | json_reformat -m > "$fn.json.tmp"
+ rm -f "$fn.json"
+ mv "$fn.json.tmp" "$fn.json"
+}
+
+fetch streets
+fetch city_outlines
+fetch trainlines "Train Lines"
+fetch trainlines "Access Paths" trainlines_access
+fetch bodiesofwater "Rivers" rivers
+fetch bodiesofwater "Oceans, Seas, and Lakes" oceans