Skip to content

Commit a4d4f48

Browse files
Update from base branch
From the artifact of the previous workflow run
1 parent adae177 commit a4d4f48

3 files changed

Lines changed: 2 additions & 66 deletions

File tree

create.diff

Lines changed: 0 additions & 53 deletions
This file was deleted.

docker-compose-db.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ services:
2121
file: docker-compose-lib.yaml
2222
service: db
2323
volumes:
24-
<<<<<<< ours
25-
- postgresql_data:/var/lib/postgresql/data
24+
- postgresql_data:/var/lib/postgresql
2625

2726
alembic-main:
2827
extends:
@@ -38,6 +37,3 @@ services:
3837
- PGHOST_SLAVE=db
3938
- PGSSLMODE=prefer
4039
- PGSCHEMA
41-
=======
42-
- postgresql_data:/var/lib/postgresql
43-
>>>>>>> theirs

tilegeneration/config.yaml.tmpl

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/tilecloud-chain/2.0/tilecloud_chain/schema.json
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/tilecloud-chain/master/tilecloud_chain/schema.json
22

33
grids:
44
# grid name, I just recommends to add the min resolution because it's common to not generate all the layers at the same resolution.
@@ -55,16 +55,9 @@ ${DISABLE_LOCAL} host: ${AWS_S3_ENDPOINT}
5555
defaults:
5656
layer: &layer
5757
type: wms
58-
<<<<<<< ours
5958
grid: epsg2056_005
6059
# The minimum resolution to seed, useful to use with mapcache, optional.
6160
min_resolution_seed: 5
62-
=======
63-
grids:
64-
- swissgrid_05
65-
# the minimum resolution to seed, useful to use with mapcache, optional.
66-
# min_resolution_seed: 1
67-
>>>>>>> theirs
6861
# the URL of the WMS server to used
6962
url: ${MAPSERVER_URL}
7063
params:

0 commit comments

Comments
 (0)