Remove unneeded FIXME

This commit is contained in:
Éric Lemoine
2013-09-07 23:50:15 +02:00
parent e01344f0da
commit 02a285665b

View File

@@ -94,7 +94,6 @@ ol.source.WMTS = function(options) {
}
var url = template;
for (var key in localContext) {
// FIXME: should we filter properties with hasOwnProperty?
url = url.replace('{' + key + '}', localContext[key])
.replace('%7B' + key + '%7D', localContext[key]);
}