Skip to content

v0.2.48..v0.2.49 changeset PoiGeneric.js

Garret Voltz edited this page Oct 2, 2019 · 1 revision
diff --git a/rules/PoiGeneric.js b/rules/PoiGeneric.js
index 67eae94..cb17952 100644
--- a/rules/PoiGeneric.js
+++ b/rules/PoiGeneric.js
@@ -59,6 +59,7 @@ var distances = [
     {k:'leisure',                             match:250,      review:500},
     {k:'man_made',                            match:100,      review:200},
     {k:'natural',                             match:500,      review:1000},
+    {k:'natural',   v:'tree',                 match:5,        review:5},
     {k:'place',                               match:500,      review:1000},
     {k:'place',     v:'built_up_area',        match:2000,     review:3000},
     {k:'place',     v:'locality',             match:2000,     review:3000},
Clone this wiki locally