Another merged problem
This commit is contained in:
parent
117c6b77aa
commit
42afcdf115
@ -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));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user