angular-leaflet-directive icon indicating copy to clipboard operation
angular-leaflet-directive copied to clipboard

how to change the circle border

Open omriLugasi opened this issue 9 years ago • 0 comments

$scope.pathes.someShit= { type: "circle", // width: 2, // I have try this but no result ....... radius : item.RadiusOfCircle, latlngs : {lat: item.PointX , lng: item.PointY} };

capture

omriLugasi avatar Jul 10 '16 08:07 omriLugasi