- ${this.esc(p.name)}
- ${this.esc(p.city)}, ${this.esc(p.country)}
+ ${this.esc(p.name)}
+ ${this.esc(p.city)}, ${this.esc(p.country)}
`).join("");
@@ -281,16 +321,16 @@ class FolkMapViewer extends HTMLElement {
-
+
${sp.lat.toFixed(4)}\u00B0N, ${Math.abs(sp.lng).toFixed(4)}\u00B0${sp.lng >= 0 ? "E" : "W"}
@@ -301,15 +341,15 @@ class FolkMapViewer extends HTMLElement {
this.shadow.innerHTML = `