Moving VERSION into params

This commit is contained in:
ahocevar
2013-03-05 11:11:41 +01:00
committed by Tim Schaub
parent c1f3a6cc54
commit 2ee19f699a

View File

@@ -16,8 +16,8 @@ var layers = new ol.Collection([
source: new ol.source.TiledWMS({
url: 'http://vmap0.tiles.osgeo.org/wms/vmap0',
crossOrigin: null,
version: '1.1.1',
params: {
'VERSION': '1.1.1',
'LAYERS': 'basic',
'FORMAT': 'image/jpeg'
},