From ee74066b5ce1e80f70d3a4ca43628ad89f8e0ed9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Mon, 1 Aug 2016 23:10:20 -0700 Subject: [PATCH] Added 75, 80 mph speed limits --- modules/ui/fields/maxspeed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/fields/maxspeed.js b/modules/ui/fields/maxspeed.js index 02bf710db..c0f96d83b 100644 --- a/modules/ui/fields/maxspeed.js +++ b/modules/ui/fields/maxspeed.js @@ -10,7 +10,7 @@ export function maxspeed(field, context) { input; var metricValues = [20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120], - imperialValues = [20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70]; + imperialValues = [20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80]; function maxspeed(selection) { combobox = d3.combobox();