Another merged problem

This commit is contained in:
Patrick Niklaus 2016-11-02 19:08:17 +00:00
parent 117c6b77aa
commit 42afcdf115
No known key found for this signature in database
GPG Key ID: E426891B5F978B1B

View File

@ -107,6 +107,7 @@ module.exports = {
}
matchLocation (got, want) {
if (got == null || want == null) return false;
return this.match(got[0], util.format('%d ~0.0025%', want.lon)) &&
this.match(got[1], util.format('%d ~0.0025%', want.lat));
}