mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 14:38:05 +02:00
Remove multiselect.js, remove test data
(all functionality in multiselect.js has been moved to combo.js)
This commit is contained in:
+1
-1
@@ -773,7 +773,7 @@ en:
|
||||
railway:
|
||||
# 'railway=*'
|
||||
label: Type
|
||||
recycling/recycling_choices:
|
||||
recycling_accepts:
|
||||
# 'recycling:=*'
|
||||
label: Accepts
|
||||
ref:
|
||||
|
||||
@@ -653,7 +653,7 @@
|
||||
},
|
||||
"internet_access": {
|
||||
"key": "internet_access",
|
||||
"type": "multiselect",
|
||||
"type": "combo",
|
||||
"label": "Internet Access",
|
||||
"strings": {
|
||||
"options": {
|
||||
@@ -1020,9 +1020,9 @@
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
},
|
||||
"recycling/recycling_choices": {
|
||||
"recycling_accepts": {
|
||||
"key": "recycling:",
|
||||
"type": "multiselect",
|
||||
"type": "multiCombo",
|
||||
"label": "Accepts"
|
||||
},
|
||||
"ref": {
|
||||
@@ -1234,7 +1234,7 @@
|
||||
},
|
||||
"sport_ice": {
|
||||
"key": "sport",
|
||||
"type": "multiselect",
|
||||
"type": "combo",
|
||||
"label": "Sport",
|
||||
"options": [
|
||||
"skating",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"key": "internet_access",
|
||||
"type": "multiselect",
|
||||
"type": "combo",
|
||||
"label": "Internet Access",
|
||||
"strings": {
|
||||
"options": {
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"key": "recycling:",
|
||||
"type": "multiselect",
|
||||
"type": "multiCombo",
|
||||
"label": "Accepts"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"key": "sport",
|
||||
"type": "multiselect",
|
||||
"type": "combo",
|
||||
"label": "Sport",
|
||||
"options": [
|
||||
"skating",
|
||||
|
||||
@@ -1581,7 +1581,7 @@
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"recycling/recycling_choices"
|
||||
"recycling_accepts"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"recycling/recycling_choices"
|
||||
"recycling_accepts"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
Reference in New Issue
Block a user