This commit is contained in:
thednp 2018-10-19 08:56:08 +03:00
parent fafbf484df
commit ccd505f6d8
3 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -215,7 +215,6 @@
},
getPolyLength = function(el){ // getPolygonLength / getPolylineLength - return the length of the Polygon / Polyline
var points = el.getAttribute('points').split(' '), len = 0;
console.log(points)
if (points.length > 1) {
var coord = function (p) {
var c = p.split(',');