diff --git a/frontend/app/map/search/search-files.js b/frontend/app/map/search/search-files.js index 7a2ec501..cea70b6b 100644 --- a/frontend/app/map/search/search-files.js +++ b/frontend/app/map/search/search-files.js @@ -79,7 +79,7 @@ fm.app.factory("fmMapSearchFiles", function($rootScope, $compile, fmUtils) { let f = { short_name: name, display_name: name, - extratags: feature.properties.data || feature.properties.tags || fmUtils.flattenObject(feature.properties), + extratags: feature.properties.data || feature.properties.tags || fmUtils.flattenObject(Object.assign({}, feature.properties, {coordTimes: null})), geojson: feature.geometry, type: feature.properties.type || feature.geometry.type };