diff --git a/.gitignore b/.gitignore index ead56f2..e39f80c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ data/plats.geojson +satellite/ diff --git a/Makefile b/Makefile index 040dd87..363c1ef 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,10 @@ plats.json: scripts/get_plats.py ./scripts/get_plats.py data/plats.geojson + +.PHONY: satellite +satellite: + ./scripts/download_satellite.py + +.PHONY: deploy +deploy: plats.json satellite + rsync -avz ./ bert:/srv/www/lawrencedeerclub.chandlerswift.com/ diff --git a/map.html b/map.html index 475b983..efedb45 100644 --- a/map.html +++ b/map.html @@ -63,11 +63,27 @@