Advertisement
Guest User

Ejercicio 1.2 - Taller MapProxy - CFP 2014

a guest
Apr 5th, 2014
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.11 KB | None | 0 0
  1. services:
  2.   demo:
  3.   tms:
  4.   wms:
  5.     srs: ['EPSG:4326', 'EPSG:3857', 'EPSG:25830', 'EPSG:900913']
  6.     image_formats: ['image/jpeg']
  7.     md:
  8.       title: Taller de MapProxy Ejercicio 1
  9.       abstract: Taller de demostración de MapProxy
  10.       contact:
  11.         person: Jorge Sanz y Pedro-Juan Ferrer
  12.         position: geoinquietos
  13.  
  14. layers:
  15.   - name: icv
  16.     title: Ortofoto del ICV 5m
  17.     sources: [icv_hola]
  18.  
  19. caches:
  20.   icv_hola:
  21.     grids: [merca_valencia, geo_valencia]
  22.     sources: [icv_wms]
  23.     format: 'image/jpeg'
  24.  
  25. grids:
  26.   merca_valencia:
  27.     base: GLOBAL_MERCATOR
  28.     bbox: [-0.45, 39.26, -0.26, 39.56]
  29.     bbox_srs: 'EPSG:4326'
  30.     min_res: 2000
  31.     max_res: .5
  32.  
  33.   geo_valencia:
  34.     base: GLOBAL_GEODETIC
  35.     bbox: [-0.45, 39.26, -0.26, 39.56]
  36.     bbox_srs: 'EPSG:4326'
  37.  
  38. sources:
  39.   icv_wms:
  40.     type: wms
  41.     supported_formats: ['image/jpeg']
  42.     req:
  43.       url: http://terramapas.icv.gva.es/odcv05_etrs89h30_2010
  44.       layers: odcv05_etrs89h30_2010
  45.     supported_srs: ['EPSG:4326','EPSG:25830']
  46.     coverage:
  47.       bbox: [-0.45, 39.26, -0.26, 39.56]
  48.       bbox_srs: 'EPSG:4326'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement