Fixing typo
Thanks @sbrunner for catching this. That's what I got from making last-minute changes before committing without testing again.
This commit is contained in:
@@ -193,7 +193,7 @@ OpenLayers.Format.WMTSCapabilities = OpenLayers.Class(OpenLayers.Format.XML.Vers
|
||||
url = [];
|
||||
var constraint;
|
||||
for (var i = 0, ii = httpGet.length; i < ii; i++) {
|
||||
cnstraint = httpGet[i].constraints;
|
||||
constraint = httpGet[i].constraints;
|
||||
if (!constraint || (constraint && constraint.
|
||||
GetEncoding.allowedValues[requestEncoding])) {
|
||||
url.push(httpGet[i].url);
|
||||
|
||||
Reference in New Issue
Block a user