Use blank.gif as WMS-mockup URL in test.
This commit is contained in:
@@ -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"
|
||||
)
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user