Advertisement
Guest User

Untitled

a guest
Dec 28th, 2011
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. "grafcan-ou": { \
  2. "name": "OrtoExpressUrbana",
  3. "prefix": "OrtoExpressUrbana", # tile directory
  4. "ext": "jpg", # tile images extension
  5. "scalable": False, # could zN tile be constructed of four z(N+1) tiles
  6. "fetch": fetchers.WMS, # function that fetches given tile. should return None if tile wasn't fetched
  7. "remote_url": "http://idecan1.grafcan.es/ServicioWMS/OrtoUrb?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&Layers=OU&", # string without srs, height, width and bbox
  8. "max_zoom": 23,
  9. "proj": "EPSG:4326",
  10. "wms_proj": "EPSG:4326", # what projection to ask from wms
  11. },\
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement