adding points for streetside images

This commit is contained in:
Shawna Paradee
2018-03-20 13:05:33 -07:00
parent 427dfc1b15
commit 2b50d36f65
15 changed files with 79 additions and 5 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ export function uiMapData(context) {
function drawPhotoItems(selection) {
var photoKeys = ['mapillary-images', 'mapillary-signs', 'openstreetcam-images'];
var photoKeys = ['streetside','mapillary-images', 'mapillary-signs', 'openstreetcam-images'];
var photoLayers = layers.all().filter(function(obj) { return photoKeys.indexOf(obj.id) !== -1; });
var data = photoLayers.filter(function(obj) { return obj.layer.supported(); });