Skip to content

Commit

Permalink
add 2 cluster of vps
Browse files Browse the repository at this point in the history
  • Loading branch information
PingHuskar committed Dec 7, 2023
1 parent db1d833 commit 290d855
Show file tree
Hide file tree
Showing 3 changed files with 21,805 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ingress/VPS/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const readJson500 = (filename) => {
// console.log(poi)
L.marker([poi.lat,poi.lng])
.bindPopup(poi.title)
.bindTooltip(poi.title)
.bindTooltip(`${filename}, ${poi.title}`)
.addTo(map)
}
})
Expand Down
Loading

0 comments on commit 290d855

Please sign in to comment.