From ea58b6d89cd6bb350488b1408382fb89a12118e7 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 19 Mar 2014 15:26:33 -0400 Subject: [PATCH] add 35 as an option in the maxspeed dropdown.. --- js/id/ui/preset/maxspeed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/id/ui/preset/maxspeed.js b/js/id/ui/preset/maxspeed.js index 85a39523d..c7c6c9599 100644 --- a/js/id/ui/preset/maxspeed.js +++ b/js/id/ui/preset/maxspeed.js @@ -8,7 +8,7 @@ iD.ui.preset.maxspeed = function(field, context) { input; var metricValues = [20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120], - imperialValues = [20, 25, 30, 40, 45, 50, 55, 65, 70]; + imperialValues = [20, 25, 30, 35, 40, 45, 50, 55, 65, 70]; function maxspeed(selection) { combobox = d3.combobox();