Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. PROCESSING "NATIVE_FILTER=(ct in ('%ct%'))"
  2.  
  3. VALIDATION
  4. 'ct' '^[a-zA-Z-]+$'
  5. 'default_ct' 'a'
  6. END
  7.  
  8. var wmsSource = new ol.source.TileWMS({
  9. url: 'http://localhost:5000/cgi-bin/mapserv.exe?map=/ms4w/apps/tutorial/htdocs/essai.map&SERVICE=WMS&VERSION=1.1.1%20&REQUEST=GetCapabilities',
  10. serverType: 'mapserver',
  11. params: {'LAYERS': 'layer','ct':"value1,value2",'TILED': true}
  12. });
  13.  
  14. http://localhost:5000/cgi-bin/mapserv.exe?map=/ms4w/apps/tutorial/htdocs/essai.map&SERVICE=WMS&VERSION=1.1.1%20&REQUEST=GetCapabilities&SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERS=later&ct=value1%2Cvalue2&TILED=true&WIDTH=256&HEIGHT=256&CRS=EPSG%3A3857&STYLES=&BBOX=-5009377.085697312%2C5009377.085697312%2C-9.313225746154785e-10%2C10018754.171394624
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement