Update worldmap.js
This commit is contained in:
parent
3b1cb2056f
commit
cd48c56e12
@ -1981,6 +1981,7 @@ function setMarker(data) {
|
|||||||
if (data.hasOwnProperty("clickable")) { delete data.clickable; }
|
if (data.hasOwnProperty("clickable")) { delete data.clickable; }
|
||||||
if (data.hasOwnProperty("fillColor")) { delete data.fillColor; }
|
if (data.hasOwnProperty("fillColor")) { delete data.fillColor; }
|
||||||
if (data.hasOwnProperty("radius")) { delete data.radius; }
|
if (data.hasOwnProperty("radius")) { delete data.radius; }
|
||||||
|
if (data.hasOwnProperty("greatcircle")) { delete data.greatcircle; }
|
||||||
for (var i in data) {
|
for (var i in data) {
|
||||||
if ((i != "name") && (i != "length")) {
|
if ((i != "name") && (i != "length")) {
|
||||||
if (typeof data[i] === "object") {
|
if (typeof data[i] === "object") {
|
||||||
|
Loading…
Reference in New Issue
Block a user