mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
@@ -3161,6 +3161,11 @@ en:
|
||||
# historic=wayside_shrine
|
||||
name: Wayside Shrine
|
||||
terms: '<translate with synonyms or related terms for ''Wayside Shrine'', separated by commas>'
|
||||
industrial/slaughterhouse:
|
||||
# industrial=slaughterhouse
|
||||
name: Slaughterhouse
|
||||
# 'terms: abattoir,shambles,stockyard,butchery,killing house'
|
||||
terms: '<translate with synonyms or related terms for ''Slaughterhouse'', separated by commas>'
|
||||
junction:
|
||||
# junction=yes
|
||||
name: Junction
|
||||
|
||||
@@ -7855,6 +7855,30 @@
|
||||
},
|
||||
"name": "Wayside Shrine"
|
||||
},
|
||||
"industrial/slaughterhouse": {
|
||||
"icon": "slaughterhouse",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"abattoir",
|
||||
"shambles",
|
||||
"stockyard",
|
||||
"butchery",
|
||||
"killing house"
|
||||
],
|
||||
"tags": {
|
||||
"industrial": "slaughterhouse"
|
||||
},
|
||||
"name": "Slaughterhouse"
|
||||
},
|
||||
"junction": {
|
||||
"icon": "poi-junction",
|
||||
"fields": [
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"icon": "slaughterhouse",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"abattoir",
|
||||
"shambles",
|
||||
"stockyard",
|
||||
"butchery",
|
||||
"killing house"
|
||||
],
|
||||
"tags": {
|
||||
"industrial": "slaughterhouse"
|
||||
},
|
||||
"name": "Slaughterhouse"
|
||||
}
|
||||
@@ -1495,6 +1495,10 @@
|
||||
"key": "historic",
|
||||
"value": "wayside_shrine"
|
||||
},
|
||||
{
|
||||
"key": "industrial",
|
||||
"value": "slaughterhouse"
|
||||
},
|
||||
{
|
||||
"key": "junction",
|
||||
"value": "yes"
|
||||
|
||||
Vendored
+4
@@ -3863,6 +3863,10 @@
|
||||
"name": "Wayside Shrine",
|
||||
"terms": ""
|
||||
},
|
||||
"industrial/slaughterhouse": {
|
||||
"name": "Slaughterhouse",
|
||||
"terms": "abattoir,shambles,stockyard,butchery,killing house"
|
||||
},
|
||||
"junction": {
|
||||
"name": "Junction",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user