Compare commits
No commits in common. "ff716d1036d0c1f55ae6b75ef73ef37e93f3220d" and "98cd0c8fe9fb1c3409fcac79af3f760b90a7dcd2" have entirely different histories.
ff716d1036
...
98cd0c8fe9
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1 @@
|
|||||||
htdocs/tiles/**/
|
htdocs/tiles/**/
|
||||||
scripts/geojson/*.json
|
|
||||||
scripts/geojson/**/*.json
|
|
||||||
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user