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

I can not use some characters in markers

Open aoreinoso opened this issue 6 years ago • 0 comments

Why can not I use - as a marker? $log.error('The marker can't use a "-" on his key name: "' + newName + '".'); I have commented

//if (newName.search('-') !== -1) {
 // $log.error('The marker can\'t use a "-" on his key name: "' + newName + '".');
 //continue;
//}

in my app and I have not noticed any errors

Thanks in advance

aoreinoso avatar Apr 24 '19 10:04 aoreinoso