From ca6045ac8e787ba7dca402e5704fb663458e7133 Mon Sep 17 00:00:00 2001 From: Harish Krishna Date: Mon, 19 Jan 2015 14:02:13 -0500 Subject: [PATCH] adding variable precision levels for a comprehensive search radius --- helper/queryMixer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helper/queryMixer.json b/helper/queryMixer.json index e3096bf8..6d95ba05 100644 --- a/helper/queryMixer.json +++ b/helper/queryMixer.json @@ -28,11 +28,11 @@ "coarse": [ { "layers": ["admin0","admin1","admin2","neighborhood"], - "precision": [] + "precision": [5, 3, 1] }, { "layers": ["admin0","admin1","admin2","neighborhood"], - "precision": [], + "precision": [5, 3, 1], "fuzzy": "AUTO" } ]