Compare commits
3 Commits
98cd0c8fe9
...
ff716d1036
Author | SHA1 | Date | |
---|---|---|---|
ff716d1036 | |||
916914d4e9 | |||
a1c50a3cfb |
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
||||
htdocs/tiles/**/
|
||||
scripts/geojson/*.json
|
||||
scripts/geojson/**/*.json
|
||||
|
10
scripts/geojson/maps/update_all.sh
Executable file
10
scripts/geojson/maps/update_all.sh
Executable file
@ -0,0 +1,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
|
Loading…
Reference in New Issue
Block a user