Switch to Mapillary API v4

This commit is contained in:
Nikola Pleša
2021-06-15 10:13:07 +02:00
parent 6cd17713fa
commit 7a0d8adb7b
13 changed files with 344 additions and 412 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ export function rendererPhotos(context) {
};
photos.shouldFilterByUsername = function() {
return showsLayer('mapillary') || showsLayer('openstreetcam') || showsLayer('streetside');
return !showsLayer('mapillary') && showsLayer('openstreetcam') && !showsLayer('streetside');
};
photos.showsPhotoType = function(val) {