Compare commits

..

No commits in common. "ff716d1036d0c1f55ae6b75ef73ef37e93f3220d" and "98cd0c8fe9fb1c3409fcac79af3f760b90a7dcd2" have entirely different histories.

4 changed files with 0 additions and 12 deletions

2
.gitignore vendored
View File

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

View File

@ -1,10 +0,0 @@
#!/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