Skip to content

Commit

Permalink
Merge branch 'main' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed May 28, 2024
2 parents 8215ba6 + f50a2d7 commit 032f0e4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions images/tiler-server/config/config.template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,6 @@ center = [-74.275329586789, -12.153492567373, 8.0]

[[maps.layers]]
name = "water_areas"
provider_layer = "osm.ne_water_lakes_6-10"
provider_layer = "osm.ne_water_lakes_6-8"
min_zoom = 6
max_zoom = 10
max_zoom = 8
2 changes: 1 addition & 1 deletion images/tiler-server/config/providers/water_areas_ne.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ id_fieldname = "ogc_fid"
sql = "SELECT ST_AsMVTGeom(ST_Simplify(wkb_geometry, 500),!BBOX!) AS geometry, name, ogc_fid FROM ne_50m_lakes WHERE wkb_geometry && !BBOX!"

[[providers.layers]]
name = "ne_water_lakes_6-10"
name = "ne_water_lakes_6-8"
geometry_fieldname = "geometry"
geometry_type = "multipolygon"
id_fieldname = "ogc_fid"
Expand Down
8 changes: 4 additions & 4 deletions values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ osm-seed:
mountPath: /var/lib/postgresql/data
subPath: postgresql-d
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID : vol-030fa3fbf192bc1d1
AWS_ElasticBlockStore_volumeID : vol-0b314625f2ffd2a05
AWS_ElasticBlockStore_size: 400Gi
resources:
enabled: true
Expand All @@ -361,17 +361,17 @@ osm-seed:
label_value: web
env:
TILER_IMPORT_FROM: osm
TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-240522_0002.osm.pbf
TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-240527_0003.osm.pbf
REPLICATION_URL: http://s3.amazonaws.com/planet.openhistoricalmap.org/replication/minute/
SEQUENCE_NUMBER: "1412000"
SEQUENCE_NUMBER: "1419000"
OVERWRITE_STATE: false
UPLOAD_EXPIRED_FILES: true
persistenceDisk:
enabled: true
accessMode: ReadWriteOnce
mountPath: /mnt/data
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID: vol-06783593ccc8ea16d
AWS_ElasticBlockStore_volumeID: vol-0ce35f98c721fd903
AWS_ElasticBlockStore_size: 200Gi
resources:
enabled: false
Expand Down

0 comments on commit 032f0e4

Please sign in to comment.