diff --git a/map/test/test.js b/map/test/test.js index b84fba9..9dbfd18 100644 --- a/map/test/test.js +++ b/map/test/test.js @@ -26,4 +26,8 @@ [38.913949,139.907390], [38.910330,139.911481] ]; -var enermy = L.circle([point], {radiud: 50, color: "red"}).addTo(mymap); +var stea = { + color: "red", + opacity: 0.4 +}; +var enermy = L.circle([point], {radiud: 50}).addTo(mymap);