Support for multiple resource urls
With this change, createLayer generates url arrays for both KVP and REST encoding if multiple resource urls are provided. To make this work, the WMTSCapabilities format got a new resourceUrls property, because previously only the first resourceUrl for a format was stored.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
OpenLayers.ProxyHost = "/proxy/?url=";
|
||||
OpenLayers.ProxyHost = "proxy.cgi/?url=";
|
||||
|
||||
var map, format;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user