From b2b97c55a6db3e7c946ff6b1e111a4e927ea6779 Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Thu, 15 Oct 2020 16:46:07 -0400 Subject: [PATCH] Don't show username filter for streetside --- modules/renderer/photos.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/renderer/photos.js b/modules/renderer/photos.js index daefdf2e3..366e2a6b4 100644 --- a/modules/renderer/photos.js +++ b/modules/renderer/photos.js @@ -94,7 +94,7 @@ export function rendererPhotos(context) { }; photos.shouldFilterByUsername = function() { - return showsLayer('mapillary') || showsLayer('openstreetcam') || showsLayer('streetside'); + return showsLayer('mapillary') || showsLayer('openstreetcam'); }; photos.showsPhotoType = function(val) {