Don't use hand as placeholder icon (#942)

This commit is contained in:
John Firebaugh
2013-03-09 09:34:22 -08:00
parent da37237955
commit af7fb41d4b
33 changed files with 31 additions and 59 deletions

File diff suppressed because one or more lines are too long

View File

@@ -11,7 +11,6 @@
"amenity": "toilets"
}
},
"icon": "",
"form": [
"operator",
"building",

View File

@@ -12,7 +12,6 @@
"zebra crossing"
]
},
"icon": "",
"form": [
{
"key": "crossing",

View File

@@ -12,7 +12,6 @@
"staircase"
]
},
"icon": "",
"form": [
"access",
"surface"

View File

@@ -11,6 +11,5 @@
]
},
"form": [
],
"icon": ""
]
}

View File

@@ -11,6 +11,5 @@
]
},
"form": [
],
"icon": ""
]
}

View File

@@ -16,6 +16,5 @@
"type": "combo"
},
"operator"
],
"icon": ""
]
}

View File

@@ -11,6 +11,5 @@
]
},
"form": [
],
"icon": ""
]
}

View File

@@ -11,6 +11,5 @@
]
},
"form": [
],
"icon": ""
]
}

View File

@@ -11,6 +11,5 @@
]
},
"form": [
],
"icon": ""
]
}

View File

@@ -11,6 +11,5 @@
]
},
"form": [
],
"icon": ""
]
}

View File

@@ -11,6 +11,5 @@
]
},
"form": [
],
"icon": ""
]
}

View File

@@ -11,6 +11,5 @@
]
},
"form": [
],
"icon": ""
]
}

View File

@@ -11,6 +11,5 @@
]
},
"form": [
],
"icon": ""
]
}

View File

@@ -11,6 +11,5 @@
]
},
"form": [
],
"icon": ""
]
}

View File

@@ -11,6 +11,5 @@
]
},
"form": [
],
"icon": ""
]
}

View File

@@ -10,6 +10,5 @@
"tags": {
"natural": "bay"
}
},
"icon": ""
}
}

View File

@@ -13,6 +13,5 @@
},
"form": [
"surface"
],
"icon": ""
]
}

View File

@@ -12,6 +12,5 @@
"tags": {
"natural": "cliff"
}
},
"icon": ""
}
}

View File

@@ -10,6 +10,5 @@
"tags": {
"natural": "coastline"
}
},
"icon": ""
}
}

View File

@@ -9,6 +9,5 @@
"tags": {
"natural": "glacier"
}
},
"icon": ""
}
}

View File

@@ -10,6 +10,5 @@
"tags": {
"natural": "grassland"
}
},
"icon": ""
}
}

View File

@@ -9,6 +9,5 @@
"tags": {
"natural": "heath"
}
},
"icon": ""
}
}

View File

@@ -8,6 +8,5 @@
"natural": "scrub"
},
"terms": []
},
"icon": ""
}
}

View File

@@ -10,6 +10,5 @@
"tags": {
"natural": "spring"
}
},
"icon": ""
}
}

View File

@@ -14,6 +14,5 @@
"key": "water",
"type": "combo"
}
],
"icon": ""
]
}

View File

@@ -13,6 +13,5 @@
"loch",
"mere"
]
},
"icon": ""
}
}

View File

@@ -15,6 +15,5 @@
"pool",
"mere"
]
},
"icon": ""
}
}

View File

@@ -10,6 +10,5 @@
},
"terms": [
]
},
"icon": ""
}
}

View File

@@ -15,6 +15,5 @@
"key": "wetland",
"type": "combo"
}
],
"icon": ""
]
}

View File

@@ -18,6 +18,5 @@
"tags": {
"place": "island"
}
},
"icon": ""
}
}

View File

@@ -11,7 +11,6 @@
"tourism": "picnic_site"
}
},
"icon": "",
"form": [
"operator",
"building_area",

View File

@@ -1,4 +1,7 @@
iD.presets.Preset = function(preset, forms) {
preset = _.clone(preset);
preset.icon = preset.icon || 'marker-stroked';
preset.form = preset.form ? preset.form.map(function(f) {
if (typeof f === 'string') {