Merge branch 'master' of github.com:systemed/iD

This commit is contained in:
Tom MacWright
2013-02-06 15:51:52 -05:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@ iD.BackgroundSource.template = function(template, subdomains, scaleExtent) {
};
generator.scaleExtent = scaleExtent;
generator.template = template;
return generator;
};
+1 -1
View File
@@ -125,7 +125,7 @@ iD.ui.layerswitcher = function(context) {
var configured = d.source();
if (!configured) return;
d.source = configured;
d.name = 'Custom (configured)';
d.name = 'Custom (' + d.source.template + ')';
}
context.background().source(d.source);
context.history().imagery_used(d.name);