node-red-contrib-mgrs
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -54,3 +54,5 @@ | ||
function LatLongFromMGRSstring (a) { | ||
// nnl ll nnnnn nnnnn 35VLD6787561669 56JMS8044325375 | ||
var b = a.trim(); | ||
b = b.replace(/\s+/g, ''); | ||
b = b.match(/\S+/g); | ||
@@ -57,0 +59,0 @@ if (b == null) return [false,null,null]; |
{ | ||
"name" : "node-red-contrib-mgrs", | ||
"version" : "1.0.0", | ||
"version" : "1.1.0", | ||
"description" : "A Node-RED node to convert co-ordinates to and from mgrs", | ||
@@ -5,0 +5,0 @@ "dependencies" : { |
@@ -20,2 +20,2 @@ node-red-contrib-mgrs | ||
The MGRS may contain less precision if required, e.g. 30U XB 1 5, but does require spaces between the 4 parts. | ||
The MGRS may contain less precision if required, e.g. 30U XB 1 5 |
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
20151
134