Use blank.gif as WMS-mockup URL in test.

This commit is contained in:
Marc Jansen
2013-02-14 09:10:18 +01:00
parent 73c5dbd8dc
commit 465498b83a

View File

@@ -204,13 +204,13 @@
layers: [
new OpenLayers.Layer.WMS(
layername,
"http://example.com/"
"../../img/blank.gif"
),
// add another layer with the same name, the generated id
// must be different
new OpenLayers.Layer.WMS(
layername,
"http://example.com/"
"../../img/blank.gif"
)
]
});