-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Diplomatic Office, Embassy, Consulate, and Liaison Office presets (…
…close #6144) Deprecate amenity=embassy
- Loading branch information
1 parent
550a4df
commit ae8f2c2
Showing
17 changed files
with
215 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,6 +64,7 @@ | |
"comment": {"key": "comment", "type": "textarea", "label": "Changeset Comment", "placeholder": "Brief description of your contributions (required)"}, | ||
"communication_multi": {"key": "communication:", "type": "multiCombo", "label": "Communication Types"}, | ||
"construction": {"key": "construction", "type": "combo", "label": "Type"}, | ||
"consulate": {"key": "consulate", "type": "combo", "label": "Type"}, | ||
"contact/webcam": {"key": "contact:webcam", "type": "url", "icon": "website", "label": "Webcam URL", "placeholder": "http://example.com/"}, | ||
"content": {"key": "content", "type": "combo", "label": "Content", "options": ["silage", "water", "oil", "fuel", "slurry", "gas", "manure", "sewage"]}, | ||
"conveying": {"key": "conveying", "type": "typeCombo", "label": "Movement Direction", "strings": {"options": {"forward": "Forward", "backward": "Backward", "reversible": "Reversible"}}}, | ||
|
@@ -93,6 +94,8 @@ | |
"devices": {"key": "devices", "type": "number", "minValue": 0, "label": "Devices", "placeholder": "1, 2, 3..."}, | ||
"diaper": {"key": "diaper", "type": "combo", "label": "Diaper Changing Available", "options": ["yes", "no", "room", "1", "2", "3", "4", "5"]}, | ||
"diet_multi": {"key": "diet:", "type": "multiCombo", "label": "Diet Types"}, | ||
"diplomatic": {"key": "diplomatic", "type": "combo", "label": "Type"}, | ||
"diplomatic/services": {"key": "diplomatic:services:", "type": "multiCombo", "label": "Services"}, | ||
"direction_cardinal": {"key": "direction", "type": "combo", "label": "Direction", "strings": {"options": {"N": "North", "E": "East", "S": "South", "W": "West", "NE": "Northeast", "SE": "Southeast", "SW": "Southwest", "NW": "Northwest", "NNE": "North-northeast", "ENE": "East-northeast", "ESE": "East-southeast", "SSE": "South-southeast", "SSW": "South-southwest", "WSW": "West-southwest", "WNW": "West-northwest", "NNW": "North-northwest"}}}, | ||
"direction_clock": {"key": "direction", "type": "combo", "label": "Direction", "strings": {"options": {"clockwise": "Clockwise", "anticlockwise": "Counterclockwise"}}}, | ||
"direction_vertex": {"key": "direction", "type": "combo", "label": "Direction", "strings": {"options": {"forward": "Forward", "backward": "Backward", "both": "Both / All"}}}, | ||
|
@@ -110,6 +113,7 @@ | |
"elevation": {"key": "ele", "type": "number", "icon": "elevation", "universal": true, "label": "Elevation"}, | ||
"email": {"key": "email", "type": "email", "placeholder": "[email protected]", "label": "Email"}, | ||
"embankment": {"key": "embankment", "type": "typeCombo", "label": "Type", "placeholder": "Default"}, | ||
"embassy": {"key": "embassy", "type": "combo", "label": "Type"}, | ||
"emergency": {"key": "emergency", "type": "check", "label": "Emergency"}, | ||
"enforcement": {"key": "enforcement", "type": "combo", "label": "Type"}, | ||
"entrance": {"key": "entrance", "type": "typeCombo", "label": "Type"}, | ||
|
@@ -192,6 +196,7 @@ | |
"length": {"key": "length", "type": "number", "minValue": 0, "label": "Length (Meters)"}, | ||
"level": {"key": "level", "type": "combo", "label": "Level", "universal": true}, | ||
"levels": {"key": "building:levels", "type": "number", "minValue": 0, "label": "Levels", "placeholder": "2, 4, 6..."}, | ||
"liaison": {"key": "liaison", "type": "combo", "label": "Type"}, | ||
"lit": {"key": "lit", "type": "check", "label": "Lit"}, | ||
"location_pool": {"key": "location", "type": "typeCombo", "label": "Location", "strings": {"options": {"outdoor": "Outdoor", "indoor": "Indoor", "roof": "Rooftop"}}}, | ||
"location": {"key": "location", "type": "combo", "label": "Location"}, | ||
|
@@ -343,6 +348,7 @@ | |
"switch": {"key": "switch", "type": "combo", "label": "Type", "strings": {"options": {"mechanical": "Mechanical", "circuit_breaker": "Circuit Breaker", "disconnector": "Disconnector", "earthing": "Earthing"}}}, | ||
"tactile_paving": {"key": "tactile_paving", "type": "check", "label": "Tactile Paving"}, | ||
"takeaway": {"key": "takeaway", "type": "combo", "label": "Takeaway", "placeholder": "Yes, No, Takeaway Only...", "strings": {"options": {"yes": "Yes", "no": "No", "only": "Takeaway Only"}}}, | ||
"target": {"key": "target", "type": "combo", "label": "Target"}, | ||
"tidal": {"key": "tidal", "type": "check", "label": "Tidal"}, | ||
"to": {"key": "to", "type": "text", "label": "To"}, | ||
"toilets/disposal": {"key": "toilets:disposal", "type": "combo", "label": "Disposal", "strings": {"options": {"flush": "Flush", "pitlatrine": "Pit/Latrine", "chemical": "Chemical", "bucket": "Bucket"}}}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"key": "consulate", | ||
"type": "combo", | ||
"label": "Type" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"key": "diplomatic", | ||
"type": "combo", | ||
"label": "Type" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"key": "diplomatic:services:", | ||
"type": "multiCombo", | ||
"label": "Services" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"key": "embassy", | ||
"type": "combo", | ||
"label": "Type" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"key": "liaison", | ||
"type": "combo", | ||
"label": "Type" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"key": "target", | ||
"type": "combo", | ||
"label": "Target" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,5 +20,6 @@ | |
"tags": { | ||
"amenity": "embassy" | ||
}, | ||
"searchable": false, | ||
"name": "Embassy" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"icon": "maki-embassy", | ||
"fields": [ | ||
"name", | ||
"diplomatic", | ||
"country", | ||
"target", | ||
"diplomatic/services", | ||
"{office}" | ||
], | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"tags": { | ||
"office": "diplomatic" | ||
}, | ||
"terms": [], | ||
"name": "Diplomatic Office" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"icon": "maki-embassy", | ||
"fields": [ | ||
"name", | ||
"consulate", | ||
"{office/diplomatic}" | ||
], | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"tags": { | ||
"office": "diplomatic", | ||
"diplomatic": "consulate" | ||
}, | ||
"reference": { | ||
"key": "diplomatic", | ||
"value": "consulate" | ||
}, | ||
"terms": [], | ||
"name": "Consulate" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"icon": "maki-embassy", | ||
"fields": [ | ||
"name", | ||
"embassy", | ||
"{office/diplomatic}" | ||
], | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"tags": { | ||
"office": "diplomatic", | ||
"diplomatic": "embassy" | ||
}, | ||
"reference": { | ||
"key": "diplomatic", | ||
"value": "embassy" | ||
}, | ||
"terms": [], | ||
"name": "Embassy" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"icon": "maki-embassy", | ||
"fields": [ | ||
"name", | ||
"liaison", | ||
"{office/diplomatic}" | ||
], | ||
"geometry": [ | ||
"point", | ||
"area" | ||
], | ||
"tags": { | ||
"office": "diplomatic", | ||
"diplomatic": "liaison" | ||
}, | ||
"reference": { | ||
"key": "diplomatic", | ||
"value": "liaison" | ||
}, | ||
"terms": [], | ||
"name": "Liaison Office" | ||
} |
Oops, something went wrong.