mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Add preset for camp_site=camp_pitch for individual pitches
This commit is contained in:
@@ -1935,6 +1935,11 @@ en:
|
||||
# building=warehouse
|
||||
name: Warehouse
|
||||
terms: '<translate with synonyms or related terms for ''Warehouse'', separated by commas>'
|
||||
camp_site/camp_pitch:
|
||||
# camp_site=camp_pitch
|
||||
name: Camp Pitch
|
||||
# 'terms: tent,rv'
|
||||
terms: '<translate with synonyms or related terms for ''Camp Pitch'', separated by commas>'
|
||||
craft:
|
||||
# craft=*
|
||||
name: Craft
|
||||
|
||||
@@ -3302,6 +3302,24 @@
|
||||
"matchScore": 0.5,
|
||||
"name": "Warehouse"
|
||||
},
|
||||
"camp_site/camp_pitch": {
|
||||
"icon": "campsite",
|
||||
"fields": [
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"tent",
|
||||
"rv"
|
||||
],
|
||||
"tags": {
|
||||
"camp_site": "camp_pitch"
|
||||
},
|
||||
"name": "Camp Pitch"
|
||||
},
|
||||
"craft": {
|
||||
"icon": "marker-stroked",
|
||||
"fields": [
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"icon": "campsite",
|
||||
"fields": [
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"tent",
|
||||
"rv"
|
||||
],
|
||||
"tags": {
|
||||
"camp_site": "camp_pitch"
|
||||
},
|
||||
"name": "Camp Pitch"
|
||||
}
|
||||
@@ -728,6 +728,10 @@
|
||||
"key": "building",
|
||||
"value": "warehouse"
|
||||
},
|
||||
{
|
||||
"key": "camp_site",
|
||||
"value": "camp_pitch"
|
||||
},
|
||||
{
|
||||
"key": "craft"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user