Compare commits

...

3 Commits

4 changed files with 12 additions and 0 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
htdocs/tiles/**/ htdocs/tiles/**/
scripts/geojson/*.json
scripts/geojson/**/*.json

View 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