aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-27 14:38:43 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-27 14:38:43 +1000
commitb4a605492dbad1eb95db93221deefbf02e3069de (patch)
treebec39b9392f34ae001c81c23b062c3119393ce91
parentb0e7b9eb118cbbc019cd210b24392efa5e5908fa (diff)
save osm suburbs in cache
-rw-r--r--.gitignore3
-rw-r--r--.gitlab-ci.yml2
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6de1e3b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+dist/
+data/
+debug/
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ded44aa..196c4e1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,7 @@ cache: &global_cache
- dist/vicmap-osm-uniq-flats.geojson
- data/victoria-addr.osm.geojson
- dist/blocksByOSMAddr.geojson
+ - data/victoria-admin-level10.osm.geojson
stages:
- docker
@@ -133,6 +134,7 @@ build osm:
- mkdir -p dist data
- make dist/blocksByOSMAddr.fgb
- make dist/blocksByOSMAddr.geojson
+ - make data/victoria-admin-level10.osm.geojson
- make summariseBlocksByOSMAddr
when: manual
artifacts: