Skip to content

Commit

Permalink
Update ne layers - tiler server
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jul 5, 2024
1 parent fb98bf2 commit 85e5050
Show file tree
Hide file tree
Showing 4 changed files with 2,101 additions and 3 deletions.
10 changes: 7 additions & 3 deletions images/tiler-server/config/config.template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ uri = "postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POS

# srid = 3857
max_connections = 200
###### Admin lines ne
[['providers/admin_ne.toml']]
###### Water lands ne
[['providers/water_areas_ne.toml']]

Expand Down Expand Up @@ -188,21 +190,23 @@ center = [-74.275329586789, -12.153492567373, 8.0]
name = "ne"
attribution = "Natural Earth"
center = [-74.275329586789, -12.153492567373, 8.0]

[['providers/admin_ne.zoom.toml']]
# Water lakes Natural Earth
[[maps.layers]]
name = "water_areas"
provider_layer = "osm.ne_water_lakes_0-2"
provider_layer = "ne.ne_water_lakes_0-2"
min_zoom = 0
max_zoom = 2

[[maps.layers]]
name = "water_areas"
provider_layer = "osm.ne_water_lakes_3-5"
provider_layer = "ne.ne_water_lakes_3-5"
min_zoom = 3
max_zoom = 5

[[maps.layers]]
name = "water_areas"
provider_layer = "osm.ne_water_lakes_6-8"
provider_layer = "ne.ne_water_lakes_6-8"
min_zoom = 6
max_zoom = 8
Loading

0 comments on commit 85e5050

Please sign in to comment.