Apply photo date and username filters to Mapillary sign and object detections (close #8133)

Don't update disabled SVG layers upon photo changes
This commit is contained in:
Quincy Morgan
2020-10-29 11:59:12 -04:00
parent d2989cf09c
commit 981cdc6736
6 changed files with 83 additions and 8 deletions
+5 -3
View File
@@ -162,8 +162,11 @@ function loadNextTilePage(which, currZoom, url, tile) {
loc: loc,
key: feature.properties.key,
value: feature.properties.value,
package: feature.properties.package,
detections: feature.properties.detections
detections: feature.properties.detections,
direction: feature.properties.direction,
accuracy: feature.properties.accuracy,
first_seen_at: feature.properties.first_seen_at,
last_seen_at: feature.properties.last_seen_at
};
}
@@ -226,7 +229,6 @@ function loadData(which, url) {
key: feature.properties.key,
image_key: feature.properties.image_key,
value: feature.properties.value,
package: feature.properties.package,
shape: feature.properties.shape
};