Use blank.gif as WMS-mockup URL in test.
This commit is contained in:
@@ -204,13 +204,13 @@
|
|||||||
layers: [
|
layers: [
|
||||||
new OpenLayers.Layer.WMS(
|
new OpenLayers.Layer.WMS(
|
||||||
layername,
|
layername,
|
||||||
"http://example.com/"
|
"../../img/blank.gif"
|
||||||
),
|
),
|
||||||
// add another layer with the same name, the generated id
|
// add another layer with the same name, the generated id
|
||||||
// must be different
|
// must be different
|
||||||
new OpenLayers.Layer.WMS(
|
new OpenLayers.Layer.WMS(
|
||||||
layername,
|
layername,
|
||||||
"http://example.com/"
|
"../../img/blank.gif"
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user