Skip to content

Commit

Permalink
Performance tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
sommerluk committed Sep 1, 2018
1 parent eb01f60 commit cf8c4de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions project.mml
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ Layer:
properties:
group-by: layernotnull
minzoom: 10
cache-features: true
- id: landuse-overlay
geometry: polygon
<<: *extents
Expand Down Expand Up @@ -803,6 +804,7 @@ Layer:
) AS roads_casing
properties:
minzoom: 10
cache-features: true
- id: highway-area-fill
# FIXME: No geometry?
<<: *extents
Expand Down Expand Up @@ -957,6 +959,7 @@ Layer:
) AS roads_fill
properties:
minzoom: 10
cache-features: true
- id: turning-circle-fill
geometry: point
<<: *extents
Expand Down Expand Up @@ -1011,6 +1014,7 @@ Layer:
) AS turning_circle_fill_outer_query
properties:
minzoom: 15
cache-features: true
- id: aerialways
geometry: linestring
<<: *extents
Expand Down Expand Up @@ -1067,6 +1071,7 @@ Layer:
properties:
minzoom: 6
maxzoom: 9
cache-features: true
- id: waterway-bridges
class: water-lines
geometry: linestring
Expand Down Expand Up @@ -1217,6 +1222,7 @@ Layer:
properties:
group-by: layernotnull
minzoom: 10
cache-features: true
- id: guideways
geometry: linestring
<<: *extents
Expand Down Expand Up @@ -1288,6 +1294,7 @@ Layer:
) AS aeroways
properties:
minzoom: 11
cache-features: true
- id: admin-low-zoom
geometry: linestring
<<: *extents
Expand Down

0 comments on commit cf8c4de

Please sign in to comment.