Skip to content

Commit

Permalink
Merge pull request #4437 from joey2031/issue-4427
Browse files Browse the repository at this point in the history
Added Chateau d'Ax
  • Loading branch information
bhousel authored Oct 10, 2020
2 parents dd71c48 + 814d13f commit 77c4e38
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 18 deletions.
31 changes: 17 additions & 14 deletions data/brands/amenity/social_facility.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"brands/amenity/social_facility": [
{
"displayName": "Bahnhofsmission",
"id": "bahnhofsmission-da0ff2",
"locationSet": {"include": ["de"]},
"tags": {
"amenity": "social_facility",
Expand All @@ -15,6 +16,7 @@
},
{
"displayName": "Bahnhofsozialdienst",
"id": "bahnhofsozialdienst-257965",
"locationSet": {"include": ["at"]},
"tags": {
"amenity": "social_facility",
Expand All @@ -26,19 +28,6 @@
"social_facility:for": "homeless;underprivileged"
}
},
{
"displayName": "Stationswerk",
"locationSet": {"include": ["nl"]},
"tags": {
"amenity": "social_facility",
"brand": "Stationswerk",
"brand:wikidata": "Q801713",
"brand:wikipedia": "nl:Stationswerk",
"name": "Stationswerk",
"social_facility": "outreach",
"social_facility:for": "homeless;underprivileged"
}
},
{
"displayName": "Boys & Girls Club",
"id": "boysandgirlsclub-233ba4",
Expand Down Expand Up @@ -106,6 +95,20 @@
"social_facility:for": "senior"
}
},
{
"displayName": "Stationswerk",
"id": "stationswerk-51bde1",
"locationSet": {"include": ["nl"]},
"tags": {
"amenity": "social_facility",
"brand": "Stationswerk",
"brand:wikidata": "Q801713",
"brand:wikipedia": "nl:Stationswerk",
"name": "Stationswerk",
"social_facility": "outreach",
"social_facility:for": "homeless;underprivileged"
}
},
{
"displayName": "Vet Center",
"id": "vetcenter-233ba4",
Expand Down Expand Up @@ -186,4 +189,4 @@
}
}
]
}
}
3 changes: 2 additions & 1 deletion data/brands/shop/bed.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
},
{
"displayName": "France Literie",
"id": "franceliterie-fe1cb3",
"locationSet": {"include": ["fr"]},
"tags": {
"brand": "Dreams",
Expand Down Expand Up @@ -170,4 +171,4 @@
}
}
]
}
}
39 changes: 39 additions & 0 deletions data/brands/shop/furniture.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,45 @@
"shop": "furniture"
}
},
{
"displayName": "Chateau d'Ax",
"id": "chateaudax-c96b56",
"locationSet": {
"include": [
"ao",
"be",
"ca",
"ch",
"cn",
"de",
"es",
"fx",
"gp",
"hk",
"hr",
"it",
"ma",
"mq",
"mt",
"mu",
"mz",
"pt",
"re",
"sg",
"si",
"tn",
"tw",
"us",
"vn"
]
},
"tags": {
"brand": "Chateau d'Ax",
"brand:wikidata": "Q100249791",
"name": "Chateau d'Ax",
"shop": "furniture"
}
},
{
"displayName": "Conforama",
"id": "conforama-86a0f7",
Expand Down
12 changes: 9 additions & 3 deletions data/transit/route/train.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,10 @@
"displayName": "Cercanías València",
"id": "cercaniasvalencia-8dd936",
"locationSet": {"include": ["es"]},
"matchNames": ["rodalia valència", "rodalia de valència"],
"matchNames": [
"rodalia de valència",
"rodalia valència"
],
"tags": {
"network": "Cercanías València",
"network:wikidata": "Q2689944",
Expand Down Expand Up @@ -1051,7 +1054,10 @@
"displayName": "Rodalies de Catalunya",
"id": "rodaliesdecatalunya-19c4af",
"locationSet": {"include": ["es", "fr"]},
"matchNames": ["Cercanías de Cataluña", "Rodalies de Catalunya", "Cercanías de Catalunya"],
"matchNames": [
"cercanías de catalunya",
"cercanías de cataluña"
],
"tags": {
"network": "Rodalies de Catalunya",
"network:wikidata": "Q3322422",
Expand Down Expand Up @@ -1863,4 +1869,4 @@
}
}
]
}
}

0 comments on commit 77c4e38

Please sign in to comment.