push gpx src (file name or url) to imagery_used

This commit is contained in:
Nikita Mashukov
2017-10-14 18:37:49 +07:00
parent 6ab1d8f2f9
commit a00debe663
2 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ export function rendererBackground(context) {
var gpx = context.layers().layer('gpx');
if (gpx && gpx.enabled() && gpx.hasGpx()) {
imageryUsed.push('Local GPX');
imageryUsed.push(gpx.getSrc());
}
var mapillary_images = context.layers().layer('mapillary-images');