forked from MapComplete/MapComplete
Merge upload GPX-tracks to OSM; split 'specialVisualisations' into multiple smaller classes
This commit is contained in:
commit
8d304f9a56
37 changed files with 1459 additions and 1057 deletions
2
Utils.ts
2
Utils.ts
|
@ -398,7 +398,7 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be
|
|||
while (match) {
|
||||
const key = match[1]
|
||||
let v = tags === undefined ? undefined : tags[key]
|
||||
if (v !== undefined) {
|
||||
if (v !== undefined && v !== null) {
|
||||
if (v["toISOString"] != undefined) {
|
||||
// This is a date, probably the timestamp of the object
|
||||
// @ts-ignore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue