Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. landLayer = new ol.layer.Tile({
  2. source: new ol.source.TileWMS({
  3. url: MCLM.Map.geoserverUrl,
  4. isBaseLayer : true,
  5. projection: ol.proj.get('EPSG:4326'),
  6. params: {
  7. 'LAYERS': MCLM.Map.baseLayerName,
  8. 'FORMAT': 'image/png8',
  9. 'tiled': true,
  10. 'antialias' : 'full',
  11. 'VERSION': '1.3.0',
  12.  
  13. }
  14. })
  15. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement