Update worldmap.js

This commit is contained in:
Dave Conway-Jones 2021-11-28 19:38:25 +00:00
parent 182c38b376
commit e54b4dbef5
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF

View File

@ -1340,7 +1340,7 @@ function setMarker(data) {
}
// console.log("DATA", typeof data, data);
if (data.deleted) { // remove markers we are told to
if (data.deleted == true) { // remove markers we are told to
delMarker(data.name);
return;
}