Skip to content

Commit 83571a1

Browse files
authored
Merge pull request #261 from UW-Macrostrat/fossil
Fossil points work now
2 parents b1307d2 + c92b43e commit 83571a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

v2/fossils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ module.exports = function (req, res, next) {
186186
col_id: d.col_id,
187187
refs: d.refs,
188188
strat_name_concept_id: d.strat_name_concept_id,
189+
...(geo && d.geometry ? { geometry: d.geometry } : {}),
189190
};
190191
});
191192
callback(null, data, result);

0 commit comments

Comments
 (0)