Skip to content

v0.2.54..v0.2.55 changeset GenericStats.json

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/conf/core/GenericStats.json b/conf/core/GenericStats.json
index 84f1d15..b4d0586 100644
--- a/conf/core/GenericStats.json
+++ b/conf/core/GenericStats.json
@@ -48,7 +48,9 @@
         {"name":"Bridges", "visitor":"hoot::ElementCountVisitor", "criterion":"hoot::BridgeCriterion", "StatCall":"Stat" },
         {"name":"Tunnels", "visitor":"hoot::ElementCountVisitor", "criterion":"hoot::TunnelCriterion", "StatCall":"Stat" },
         {"name":"One-Way Streets", "visitor":"hoot::ElementCountVisitor", "criterion":"hoot::OneWayCriterion", "StatCall":"Stat" },
+ 	{"name":"Reversed Roads", "visitor":"hoot::ElementCountVisitor", "criterion":"hoot::ReversedRoadCriterion", "StatCall":"Stat" },
         {"name":"Road Roundabouts", "visitor":"hoot::ElementCountVisitor", "criterion":"hoot::RoundaboutCriterion", "StatCall":"Stat" },
+        {"name":"Multi-Use Features", "visitor":"hoot::ElementCountVisitor", "criterion":"hoot::MultiUseCriterion", "StatCall":"Stat" },
         {"name":"Multi-Use Buildings", "visitor":"hoot::ElementCountVisitor", "criterion":"hoot::MultiUseBuildingCriterion", "StatCall":"Stat" },
 
         {"name":"Buildings With Height Info", "visitor":"hoot::BuildingHeightVisitor", "criterion":"", "StatCall":"Stat" },
Clone this wiki locally