Advertisement
TomTom35

Without cache

Oct 24th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.43 KB | None | 0 0
  1. services:
  2.   wms:
  3.     srs: ['EPSG:4326']
  4.     image_formats: ['image/png']
  5.  
  6. layers:
  7.   - name: persons
  8.     title: Person layer
  9.     sources: [persons_wms]
  10.  
  11. sources:
  12.   persons_wms:
  13.     type: wms
  14.     wms_opts:
  15.       version: 1.3.0
  16.     forward_req_params: ['key', 'env']
  17.     req:
  18.       url: http://foo.com/mapserver/cgi-bin/mapserv.fcgi?
  19.       layers: persons
  20.       map: /var/maps/persons.map
  21.       supported_srs: ['EPSG:4326']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement