Skip to content

Commit

Permalink
Add mot tags to match in shop_FR.mapping.json osm-fr#338
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Aug 7, 2019
1 parent 56ef27e commit f615794
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion merge_data/shop_FR.mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,13 @@
},
{
"shop": "greengrocer"
},
{
"shop": "deli"
}
],
"generate": {
"shop": "grocery;farm;greengrocer",
"shop": "grocery;farm;greengrocer;deli",
"fixme": "select a shop type"
}
},
Expand Down Expand Up @@ -659,6 +662,7 @@
"class": "55.10Z",
"level": 3,
"title": "Hôtels et hébergement similaire",
"trancheEffectifs": 1,
"match": [
{
"tourism": "hotel"
Expand Down Expand Up @@ -692,6 +696,9 @@
"match": [
{
"amenity": "restaurant"
},
{
"amenity": "fast_food"
}
],
"generate": {
Expand All @@ -706,6 +713,9 @@
"title": "Restauration de type rapide",
"trancheEffectifs": 1,
"match": [
{
"amenity": "restaurant"
},
{
"amenity": "fast_food"
}
Expand Down

0 comments on commit f615794

Please sign in to comment.