angular-leaflet-directive
angular-leaflet-directive copied to clipboard
how to change the circle border
$scope.pathes.someShit= { type: "circle", // width: 2, // I have try this but no result ....... radius : item.RadiusOfCircle, latlngs : {lat: item.PointX , lng: item.PointY} };