First complete backend
This commit is contained in:
parent
754a0c425c
commit
ee147fea3c
18 changed files with 949 additions and 178 deletions
9
Makefile
9
Makefile
|
|
@ -13,5 +13,12 @@ data/sidewalks.unmin.json: data/raw.osm.pbf ./scripts/parse_sidewalks.py
|
|||
data/sidewalks.json: data scripts/fetch_sidewalk_data.sh
|
||||
./scripts/fetch_sidewalk_data.sh
|
||||
|
||||
static/leaflet: leaflet.zip
|
||||
mkdir -p static/leaflet
|
||||
unzip ./leaflet.zip -d static/leaflet
|
||||
|
||||
leaflet.zip:
|
||||
curl -Lo leaflet.zip https://leafletjs-cdn.s3.amazonaws.com/content/leaflet/v1.9.4/leaflet.zip
|
||||
|
||||
data:
|
||||
mkdir -p data
|
||||
mkdir -p data leaflet.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue