Update worldmap.js

This commit is contained in:
Dave Conway-Jones 2022-01-25 09:46:19 +00:00
parent 3b1cb2056f
commit cd48c56e12
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF

View File

@ -1981,6 +1981,7 @@ function setMarker(data) {
if (data.hasOwnProperty("clickable")) { delete data.clickable; }
if (data.hasOwnProperty("fillColor")) { delete data.fillColor; }
if (data.hasOwnProperty("radius")) { delete data.radius; }
if (data.hasOwnProperty("greatcircle")) { delete data.greatcircle; }
for (var i in data) {
if ((i != "name") && (i != "length")) {
if (typeof data[i] === "object") {