Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. WMSLayer = new ol.layer.Tile({
  2. source: new ol.source.TileWMS(({
  3. url: serverLink + 'http://10.0.0.49:8686/rest/Spatial/WMS',
  4. params: {
  5. 'LAYERS': 'Iller',
  6. 'CQL_FILTER': 'TUIK_IL_KODU = 43'
  7. //'CQL_FILTER': "PLAKANO = '43'"
  8. },
  9. transitionEffect: null,
  10. format: 'image/png'
  11. }))
  12. });
  13.  
  14. map.addLayer(WMSLayer);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement