Add a trailing space to the custom imagery url

(closes #7207)
This commit is contained in:
Bryan Housel
2020-01-06 22:42:43 -05:00
parent 07c1e146b7
commit bafd763e19

View File

@@ -509,7 +509,7 @@ rendererBackgroundSource.Custom = function(template) {
source.imageryUsed = function() {
return 'Custom (' + source.template() + ')';
return 'Custom (' + source.template() + ' )';
};