Skip to content

Commit

Permalink
Merge pull request #296 from OpenHistoricalMap/fix/vtiles-2
Browse files Browse the repository at this point in the history
Remove transport relation layer
  • Loading branch information
Rub21 authored Apr 24, 2024
2 parents 85fed97 + 5cd3064 commit c743003
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions images/tiler-server/config/config.template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ max_connections = 50

###### transport_associated_streets
[['providers/transport_associated_streets.toml']]

[[maps]]
name = "osm"
attribution = "OpenHistoricalMap"
Expand Down Expand Up @@ -323,19 +323,6 @@ center = [-74.275329586789, -12.153492567373, 8.0]
min_zoom = 14
max_zoom = 20

# Transport Lines from relations
[[maps.layers]]
name = "transport_lines_relation"
provider_layer = "osm.transport_lines_5_10_relation"
min_zoom = 5
max_zoom = 10

[[maps.layers]]
name = "transport_lines_relation"
provider_layer = "osm.transport_lines_11_20_relation"
min_zoom = 11
max_zoom = 20

# Transport Areas
[[maps.layers]]
name = "transport_areas"
Expand Down

0 comments on commit c743003

Please sign in to comment.