Skip to content

Commit

Permalink
Add start_date and end_date as columns in relations
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jun 28, 2024
1 parent 8174d7b commit 6a5e698
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 8 deletions.
38 changes: 34 additions & 4 deletions images/tiler-imposm/config/imposm3.json
Original file line number Diff line number Diff line change
Expand Up @@ -1027,6 +1027,16 @@
"key": "name",
"type": "string"
},
{
"key": "start_date",
"name": "start_date",
"type": "string"
},
{
"key": "end_date",
"name": "end_date",
"type": "string"
},
{
"name": "name",
"key": "name",
Expand Down Expand Up @@ -1055,6 +1065,16 @@
"name": "name",
"type": "string"
},
{
"key": "start_date",
"name": "start_date",
"type": "string"
},
{
"key": "end_date",
"name": "end_date",
"type": "string"
},
{
"name": "tags",
"type": "hstore_tags"
Expand Down Expand Up @@ -1090,6 +1110,16 @@
"name": "admin_level",
"key": "admin_level"
},
{
"key": "start_date",
"name": "start_date",
"type": "string"
},
{
"key": "end_date",
"name": "end_date",
"type": "string"
},
{
"type": "hstore_tags",
"name": "tags",
Expand Down Expand Up @@ -1129,14 +1159,14 @@
"key": "admin_level"
},
{
"type": "integer",
"key": "start_date",
"name": "start_date",
"key": "start_date"
"type": "string"
},
{
"type": "integer",
"key": "end_date",
"name": "end_date",
"key": "end_date"
"type": "string"
},
{
"type": "hstore_tags",
Expand Down
8 changes: 4 additions & 4 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ osm-seed:
label_key: nodegroup_type
label_value: job
- name: tm-db
enabled: true
enabled: false
schedule: '0 1 * * *'
env:
# backup/restore
Expand Down Expand Up @@ -390,7 +390,7 @@ osm-seed:
POSTGRES_DB_MAINTENANCE_WORK_MEM: 750MB
POSTGRES_DB_EFFECTIVE_CACHE_SIZE: 7GB
persistenceDisk:
enabled: true
enabled: false
accessMode: ReadWriteOnce
mountPath: /var/lib/postgresql/data
subPath: postgresql-d
Expand Down Expand Up @@ -421,9 +421,9 @@ osm-seed:
label_value: db
env:
TILER_IMPORT_FROM: osm
TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-240616_0002.osm.pbf
TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-240628_0002.osm.pbf
REPLICATION_URL: http://s3.amazonaws.com/planet.openhistoricalmap.org/replication/minute/
SEQUENCE_NUMBER: "1447000"
SEQUENCE_NUMBER: "1463000"
OVERWRITE_STATE: true
UPLOAD_EXPIRED_FILES: true
IMPORT_NATURAL_EARTH: true
Expand Down

0 comments on commit 6a5e698

Please sign in to comment.