mirror of
https://github.com/CIMEngine/map.git
synced 2024-11-21 18:36:22 +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>
|
</h5>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12 text-center glass">
|
<div class="col-12 text-center glass">
|
||||||
${JSON.parse(feature.properties.tags).join(
|
${JSON.parse(
|
||||||
", "
|
feature.properties.tags || "[]"
|
||||||
)}
|
).join(", ")}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12 text-center glass">
|
<div class="col-12 text-center glass">
|
||||||
Founding date: ${country.date}
|
Founding date: ${country.date}
|
||||||
|
|
Loading…
Add table
Reference in a new issue