add 35 as an option in the maxspeed dropdown..

This commit is contained in:
Bryan Housel
2014-03-19 15:26:33 -04:00
parent 396332031d
commit ea58b6d89c

View File

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