[wms] Fix typo

This commit is contained in:
amercader 2012-08-13 18:52:30 +01:00
parent 231f5806e9
commit d841bb2c17
1 changed files with 1 additions and 1 deletions

View File

@ -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