Advertisement
diegoripley

mapproxy.yaml

Dec 30th, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.71 KB | None | 0 0
  1. services:
  2.   demo:
  3.   wms:
  4.     srs: ['EPSG:3347', 'EPSG:900913', 'EPSG:4326']
  5.     image_formats: ['image/png']
  6.  
  7. layers:
  8.   - name: canada_mapnik
  9.     title: canada_mapnik
  10.     sources: [canada_mapnik_source]
  11.  
  12. caches:
  13.   canada_cache:
  14.     grids: [canada]
  15.     meta_size: [4,4]
  16.     sources: [canada_mapnik_source]
  17.     cache:
  18.       type: mbtiles
  19.       filename: canada.mbtiles
  20.  
  21. sources:
  22.   canada_mapnik_source:
  23.     type: mapnik
  24.     mapfile: Canada-Lambert.xml
  25.     coverage:
  26.       bbox: [-141.018,41.6769,-52.5823,89.9994]
  27.       bbox_srs: 'EPSG:4326'
  28.  
  29. grids:
  30.   canada:
  31.     srs: 'EPSG:3347'
  32.     tile_size: [256, 256]
  33.     bbox: [-141.018,41.6769,-52.5823,89.9994]
  34.     bbox_srs: 'EPSG:4326'
  35.     origin: 'nw'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement