megatom
megatom
I updated from jquery2 to jquery 3 and nyroModal throws an error, because its using .load() and .error(). I looked at the code and found 3 lines with this removed...
I want to set the parameter closeOnClick to false, when something is typed in the modal. I tried: callbacks: { keyHandle: function(nm){ debug(nm.closeOnClick); nm.closeOnClick = false; $.nmTop({closeOnClick : false}); $.nmObj({closeOnClick:...
If i use a zoomInterval smaller than 0.5 the labels getting weird. With 0.2 for example i get a label with 50.800000000000000001W instead of 50.8W. Same for 0.1.