From c08a5919d4a58d5bee2e8886ed1998bb7bd4433e Mon Sep 17 00:00:00 2001 From: Harish Krishna Date: Mon, 6 Jul 2015 15:16:04 -0400 Subject: [PATCH] adding landmark to the list --- helper/category_weights.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helper/category_weights.js b/helper/category_weights.js index 535ad2f2..9ca26f91 100644 --- a/helper/category_weights.js +++ b/helper/category_weights.js @@ -6,5 +6,6 @@ module.exports = { 'transport:air': 2, 'transport:air:aerodrome': 2, - 'transport:air:airport': 2 + 'transport:air:airport': 2, + 'landmark': 2 };