Skip to content

Commit be6a26a

Browse files
committed
Update overpass version
1 parent 1e8b609 commit be6a26a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

hetzner/overpass/overpass.base.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
overpass:
3-
image: ghcr.io/osm-seed/overpass-api:0.1.0-0.dev.git.985.h3b10440
3+
image: ghcr.io/osm-seed/overpass-api:0.1.0-0.dev.git.987.h56d7810
44
container_name: overpass
55
# ports:
66
# - '8085:80'
@@ -9,7 +9,7 @@ services:
99
environment:
1010
OVERPASS_META: attic
1111
OVERPASS_MODE: init
12-
OVERPASS_PLANET_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-260210_0334.osm.pbf
12+
OVERPASS_PLANET_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-260216_0301.osm.pbf
1313
OVERPASS_DIFF_URL: http://s3.amazonaws.com/planet.openhistoricalmap.org/replication/minute
1414
OVERPASS_RULES_LOAD: 10
1515
OVERPASS_PLANET_PREPROCESS: "mv /db/planet.osm.bz2 /db/planet.osm.pbf && osmium cat -o /db/planet.osm.bz2 /db/planet.osm.pbf && rm /db/planet.osm.pbf"
@@ -38,4 +38,3 @@ volumes:
3838
overpass_data:
3939
driver: local
4040
name: overpass_db_11_02_2026_v4
41-

ohm/requirements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dependencies:
22
- name: osm-seed
3-
version: '0.1.0-0.dev.git.987.hd3938a5'
3+
version: '0.1.0-0.dev.git.987.h56d7810'
44
repository: https://osm-seed.github.io/osm-seed-chart/

0 commit comments

Comments
 (0)