Browse Source

adding landmark to the list

pull/169/head
Harish Krishna 9 years ago
parent
commit
c08a5919d4
  1. 3
      helper/category_weights.js

3
helper/category_weights.js

@ -6,5 +6,6 @@
module.exports = { module.exports = {
'transport:air': 2, 'transport:air': 2,
'transport:air:aerodrome': 2, 'transport:air:aerodrome': 2,
'transport:air:airport': 2 'transport:air:airport': 2,
'landmark': 2
}; };

Loading…
Cancel
Save