Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- services:
- wms:
- srs: ['EPSG:4326']
- image_formats: ['image/png']
- layers:
- - name: persons
- title: Person layer
- sources: [persons_wms]
- sources:
- persons_wms:
- type: wms
- wms_opts:
- version: 1.3.0
- forward_req_params: ['key', 'env']
- req:
- url: http://foo.com/mapserver/cgi-bin/mapserv.fcgi?
- layers: persons
- map: /var/maps/persons.map
- supported_srs: ['EPSG:4326']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement