File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,8 @@ Ensure you have Docker installed. See [official instructions](https://docs.docke
8484
8585` ` ` shell
8686# download sample data (or use your own)
87- wget -O data/sample.pbf https://download.geofabrik.de/europe/andorra-latest.osm.pbf
87+
88+ wget -O data/sample.pbf https://download.geofabrik.de/europe/andorra-$( date --date=" 3 days ago" +" %y%m%d" ) .osm.pbf
8889
8990# [optional] shut down existing compose stack
9091docker compose down --volumes --remove-orphans
Original file line number Diff line number Diff line change 11services :
22 pg_featureserv :
3- image : pramsey/pg_featureserv:20250128
3+ image : pramsey/pg_featureserv:20250414
44 ports :
55 - " 9000:9000"
66 environment :
@@ -34,7 +34,7 @@ services:
3434 interval : 10s
3535
3636 osm2pgsql :
37- image : iboates/osm2pgsql:2.0 .1
37+ image : iboates/osm2pgsql:2.1 .1
3838 environment :
3939 - PGHOST
4040 - PGDATABASE
You can’t perform that action at this time.
0 commit comments