mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
commit
e53d208d7c
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ class Feature {
|
|||
}
|
||||
for (const key of keys) {
|
||||
const value = this.properties[key]
|
||||
if (value) return value.trim()
|
||||
if (value) return String(value).trim()
|
||||
}
|
||||
return this.datalayer.getName().trim()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue