Skip to content

Commit

Permalink
add landcover_recolour layer to test for gravitystorm/openstreetmap-c…
Browse files Browse the repository at this point in the history
  • Loading branch information
pnorman committed Jun 3, 2014
1 parent 041239b commit ad6c32c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions mapproxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ layers:
- name: buildings_demo
title: openstreetmap-carto buildings styling demo
sources: [buildings_demo]
- name: landcover_recolour
title: openstreetmap-carto landcover_recolour demo
sources: [landcover_recolour]

caches:
kelowna_overlay:
Expand Down Expand Up @@ -140,6 +143,10 @@ caches:
grids: [z19]
cache: *file
sources: [buildings_demo]
landcover_recolour:
grids: [z19]
cache: *file
sources: [landcover_recolour]

sources:
seed_only:
Expand Down Expand Up @@ -268,3 +275,7 @@ sources:
buildings_demo:
<<: *mapnik-generic
mapfile: '/srv/mapnik/openstreetmap-carto/buildings.xml'

landcover_recolour:
<<: *mapnik-generic
mapfile: '/srv/mapnik/openstreetmap-carto/landcover_recolour.xml'

0 comments on commit ad6c32c

Please sign in to comment.