mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-07 20:01:33 +00:00
add 35 as an option in the maxspeed dropdown..
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user