mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
@@ -316,6 +316,9 @@ en:
|
||||
anticlockwise: Counterclockwise
|
||||
# direction=clockwise
|
||||
clockwise: Clockwise
|
||||
club:
|
||||
# club=*
|
||||
label: Type
|
||||
collection_times:
|
||||
# collection_times=*
|
||||
label: Collection Times
|
||||
@@ -2189,6 +2192,11 @@ en:
|
||||
name: Camp Pitch
|
||||
# 'terms: tent,rv'
|
||||
terms: '<translate with synonyms or related terms for ''Camp Pitch'', separated by commas>'
|
||||
club:
|
||||
# club=*
|
||||
name: Club
|
||||
# 'terms: social'
|
||||
terms: '<translate with synonyms or related terms for ''Club'', separated by commas>'
|
||||
craft:
|
||||
# craft=*
|
||||
name: Craft
|
||||
|
||||
@@ -401,6 +401,11 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"club": {
|
||||
"key": "club",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
},
|
||||
"collection_times": {
|
||||
"key": "collection_times",
|
||||
"type": "text",
|
||||
|
||||
5
data/presets/fields/club.json
Normal file
5
data/presets/fields/club.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "club",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
}
|
||||
@@ -3781,6 +3781,27 @@
|
||||
},
|
||||
"name": "Camp Pitch"
|
||||
},
|
||||
"club": {
|
||||
"icon": "heart",
|
||||
"fields": [
|
||||
"club",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"club": "*"
|
||||
},
|
||||
"terms": [
|
||||
"social"
|
||||
],
|
||||
"name": "Club"
|
||||
},
|
||||
"craft": {
|
||||
"icon": "poi-tool",
|
||||
"fields": [
|
||||
|
||||
21
data/presets/presets/club.json
Normal file
21
data/presets/presets/club.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"icon": "heart",
|
||||
"fields": [
|
||||
"club",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"club": "*"
|
||||
},
|
||||
"terms": [
|
||||
"social"
|
||||
],
|
||||
"name": "Club"
|
||||
}
|
||||
@@ -796,6 +796,9 @@
|
||||
"key": "camp_site",
|
||||
"value": "camp_pitch"
|
||||
},
|
||||
{
|
||||
"key": "club"
|
||||
},
|
||||
{
|
||||
"key": "craft"
|
||||
},
|
||||
|
||||
7
dist/locales/en.json
vendored
7
dist/locales/en.json
vendored
@@ -1003,6 +1003,9 @@
|
||||
"anticlockwise": "Counterclockwise"
|
||||
}
|
||||
},
|
||||
"club": {
|
||||
"label": "Type"
|
||||
},
|
||||
"collection_times": {
|
||||
"label": "Collection Times"
|
||||
},
|
||||
@@ -2656,6 +2659,10 @@
|
||||
"name": "Camp Pitch",
|
||||
"terms": "tent,rv"
|
||||
},
|
||||
"club": {
|
||||
"name": "Club",
|
||||
"terms": "social"
|
||||
},
|
||||
"craft": {
|
||||
"name": "Craft",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user