mirror of
https://github.com/CIMEngine/map.git
synced 2024-11-05 20:13:58 +03:00
fix: tags
This commit is contained in:
parent
5fd3ee783d
commit
ea7b1b5c05
1 changed files with 3 additions and 3 deletions
|
@ -237,9 +237,9 @@ window.onload = async () => {
|
|||
</h5>
|
||||
</div>
|
||||
<div class="col-12 text-center glass">
|
||||
${JSON.parse(feature.properties.tags).join(
|
||||
", "
|
||||
)}
|
||||
${JSON.parse(
|
||||
feature.properties.tags || "[]"
|
||||
).join(", ")}
|
||||
</div>
|
||||
<div class="col-12 text-center glass">
|
||||
Founding date: ${country.date}
|
||||
|
|
Loading…
Reference in a new issue