node-red-contrib-mgrs
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -61,4 +61,4 @@ | ||
b = b[0]; | ||
var c = b.substr(5) | ||
b = (b.substr(0,3)+" "+b.substr(3,2)+" "+c.substr(5,c.length/2)+" "+c.substr(c.length/2)).split(" "); | ||
var bb = b.substr(5); | ||
b = (b.substr(0,3)+" "+b.substr(3,2)+" "+bb.substr(0,bb.length/2)+" "+bb.substr(bb.length/2)).split(" "); | ||
} | ||
@@ -65,0 +65,0 @@ if (b.length != 4) return [false,null,null]; |
{ | ||
"name" : "node-red-contrib-mgrs", | ||
"version" : "1.1.0", | ||
"version" : "1.1.1", | ||
"description" : "A Node-RED node to convert co-ordinates to and from mgrs", | ||
@@ -5,0 +5,0 @@ "dependencies" : { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20157