[wms] Fix typo
This commit is contained in:
parent
231f5806e9
commit
d841bb2c17
|
@ -100,7 +100,7 @@ CKAN.WMSPreview = function($){
|
|||
if (layer.minScale && (layer.minScale < minScale || minScale === false)) minScale = layer.minScale;
|
||||
olLayers.push(new OpenLayers.Layer.WMS(
|
||||
layer.title,
|
||||
wmsURL,
|
||||
wmsUrl,
|
||||
{"layers": layer.name,
|
||||
"format": getFormat(layer.formats),
|
||||
"transparent":true
|
||||
|
|
Loading…
Reference in New Issue