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();