mapcomplete/assets/themes/shops/shops.json

330 lines
9.1 KiB
JSON
Raw Normal View History

{
"id": "shops",
"title": {
2020-10-31 18:04:22 +01:00
"en": "Open Shop Map",
2021-06-04 17:23:17 +02:00
"fr": "Carte des magasins",
"ja": "オープン ショップ マップ"
},
"shortDescription": {
2020-10-31 18:04:22 +01:00
"en": "An editable map with basic shop information",
2021-06-04 17:23:17 +02:00
"fr": "Carte modifiable affichant les informations de base des magasins",
"ja": "基本的なショップ情報を含む編集可能なマップ"
},
"description": {
2020-10-31 18:04:22 +01:00
"en": "On this map, one can mark basic information about shops, add opening hours and phone numbers",
2021-06-04 17:23:17 +02:00
"fr": "Sur cette carte, vous pouvez ajouter des informations sur les magasins, horaires d'ouverture et numéro de téléphone",
"ja": "この地図には店の基本情報を記入したり営業時間や電話番号を追加することができます"
},
"language": [
2020-10-31 18:04:22 +01:00
"en",
2021-05-27 21:20:04 +02:00
"fr",
2021-06-04 17:23:17 +02:00
"ja",
2021-05-28 12:58:53 +02:00
"ru",
2021-05-27 21:20:04 +02:00
"ca",
"id"
],
"maintainer": "MapComplete",
2020-12-02 21:37:53 +01:00
"icon": "./assets/themes/shops/shop.svg",
"version": "0",
"startLat": 0,
"startLon": 0,
"startZoom": 1,
"widenFactor": 0.05,
"socialImage": "",
"layers": [
{
"id": "shops",
"name": {
2020-10-31 18:04:22 +01:00
"en": "Shop",
2021-05-28 12:58:53 +02:00
"fr": "Magasin",
2021-06-04 17:23:17 +02:00
"ru": "Магазин",
"ja": "店"
},
2020-12-02 21:37:53 +01:00
"minzoom": 16,
2021-03-21 01:49:08 +01:00
"source": {
"osmTags": {
"and": [
"shop~*"
]
}
},
"title": {
"render": {
2020-10-31 18:04:22 +01:00
"en": "Shop",
2021-05-28 12:58:53 +02:00
"fr": "Magasin",
2021-06-04 17:23:17 +02:00
"ru": "Магазин",
"ja": "店"
},
"mappings": [
{
"if": {
"and": [
"name~*"
]
},
"then": {
2020-10-31 18:04:22 +01:00
"en": "{name}",
2021-05-28 12:58:53 +02:00
"fr": "{name}",
2021-06-04 17:23:17 +02:00
"ru": "{name}",
"ja": "{name}"
}
},
{
"if": {
"and": [
"shop!~yes"
]
},
"then": {
2020-10-31 18:04:22 +01:00
"en": "{shop}",
2021-05-28 12:58:53 +02:00
"fr": "{shop}",
2021-06-04 17:23:17 +02:00
"ru": "{shop}",
"ja": "{shop}"
}
}
]
},
"description": {
2020-10-31 18:04:22 +01:00
"en": "A shop",
2021-06-04 17:23:17 +02:00
"fr": "Un magasin",
"ja": "ショップ"
},
"tagRenderings": [
2020-11-02 23:17:20 +01:00
"images",
2020-12-05 03:22:17 +01:00
{
"question": {
"en": "What is the name of this shop?",
2021-05-28 12:58:53 +02:00
"fr": "Qu'est-ce que le nom de ce magasin?",
2021-06-04 17:23:17 +02:00
"ru": "Как называется магазин?",
"ja": "このお店の名前は何ですか?"
2020-12-05 03:22:17 +01:00
},
"render": "This shop is called <i>{name}</i>",
"freeform": {
"key": "name"
}
},
{
"render": {
2020-10-31 18:04:22 +01:00
"en": "This shop sells {shop}",
2021-06-04 17:23:17 +02:00
"fr": "Ce magasin vends {shop}",
"ja": "こちらのお店では{shop}を販売しております"
},
"question": {
2020-10-31 18:04:22 +01:00
"en": "What does this shop sell?",
2021-06-04 17:23:17 +02:00
"fr": "Que vends ce magasin ?",
"ja": "このお店では何を売っていますか?"
},
"freeform": {
"key": "shop"
},
"mappings": [
{
"if": {
"and": [
"shop=convenience"
]
},
"then": {
2020-10-31 18:04:22 +01:00
"en": "Convenience store",
2021-06-04 17:23:17 +02:00
"fr": "Épicerie/superette",
"ja": "コンビニエンスストア"
}
},
{
"if": {
"and": [
"shop=supermarket"
]
},
"then": {
2020-10-31 18:04:22 +01:00
"en": "Supermarket",
2021-05-28 12:58:53 +02:00
"fr": "Supermarché",
2021-06-04 17:23:17 +02:00
"ru": "Супермаркет",
"ja": "スーパーマーケット"
}
},
{
"if": {
"and": [
"shop=clothes"
]
},
"then": {
2020-10-31 18:04:22 +01:00
"en": "Clothing store",
2021-05-28 12:58:53 +02:00
"fr": "Magasin de vêtements",
2021-06-04 17:23:17 +02:00
"ru": "Магазин одежды",
"ja": "衣料品店"
}
},
{
"if": {
"and": [
"shop=hairdresser"
]
},
"then": {
2020-10-31 18:04:22 +01:00
"en": "Hairdresser",
2021-05-28 12:58:53 +02:00
"fr": "Coiffeur",
2021-06-04 17:23:17 +02:00
"ru": "Парикмахерская",
"ja": "理容師"
}
},
{
"if": {
"and": [
"shop=bakery"
]
},
"then": {
2020-10-31 18:04:22 +01:00
"en": "Bakery",
2021-06-04 17:23:17 +02:00
"fr": "Boulangerie",
"ja": "ベーカリー"
}
},
{
"if": {
"and": [
"shop=car_repair"
]
},
"then": {
2020-10-31 18:04:22 +01:00
"en": "Car repair (garage)",
2021-06-04 17:23:17 +02:00
"fr": "Garagiste",
"ja": "自動車修理(ガレージ)"
}
},
{
"if": {
"and": [
"shop=car"
]
},
"then": {
2020-10-31 18:04:22 +01:00
"en": "Car dealer",
2021-05-28 12:58:53 +02:00
"fr": "Concessionnaire",
2021-06-04 17:23:17 +02:00
"ru": "Автосалон",
"ja": "自動車ディーラー"
}
}
]
},
{
"render": {
2020-10-31 18:04:22 +01:00
"en": "<a href='tel:{phone}'>{phone}</a>",
2021-05-27 21:20:04 +02:00
"fr": "<a href='tel:{phone}'>{phone}</a>",
"ca": "<a href='tel:{phone}'>{phone}</a>",
2021-05-28 12:58:53 +02:00
"id": "<a href='tel:{phone}'>{phone}</a>",
2021-06-04 17:23:17 +02:00
"ru": "<a href='tel:{phone}'>{phone}</a>",
"ja": "<a href='tel:{phone}'>{phone}</a>"
},
"question": {
2020-10-31 18:04:22 +01:00
"en": "What is the phone number?",
2021-06-04 17:23:17 +02:00
"fr": "Quel est le numéro de téléphone ?",
"ja": "電話番号は何番ですか?"
},
"freeform": {
"key": "phone",
"type": "phone"
}
},
{
"render": {
2020-10-31 18:04:22 +01:00
"en": "<a href='{website}'>{website}</a>",
2021-05-27 21:20:04 +02:00
"fr": "<a href='{website}'>{website}</a>",
"ca": "<a href='{website}'>{website}</a>",
2021-05-28 12:58:53 +02:00
"id": "<a href='{website}'>{website}</a>",
2021-06-04 17:23:17 +02:00
"ru": "<a href='{website}'>{website}</a>",
"ja": "<a href='{website}'>{website}</a>"
},
"question": {
2020-10-31 18:04:22 +01:00
"en": "What is the website of this shop?",
2021-06-04 17:23:17 +02:00
"fr": "Quel est le site internet de ce magasin ?",
"ja": "このお店のホームページは何ですか?"
},
"freeform": {
"key": "website",
"type": "url"
}
},
{
"render": {
2020-10-31 18:04:22 +01:00
"en": "<a href='mailto:{email}'>{email}</a>",
2021-05-27 21:20:04 +02:00
"fr": "<a href='mailto:{email}'>{email}</a>",
2021-05-28 12:58:53 +02:00
"id": "<a href='mailto:{email}'>{email}</a>",
2021-06-04 17:23:17 +02:00
"ru": "<a href='mailto:{email}'>{email}</a>",
"ja": "<a href='mailto:{email}'>{email}</a>"
},
"question": {
2020-10-31 18:04:22 +01:00
"en": "What is the email address of this shop?",
2021-06-05 17:24:06 +02:00
"fr": "Quelle est l'adresse électronique de ce magasin ?",
2021-06-04 17:23:17 +02:00
"ja": "このお店のメールアドレスは何ですか?"
},
"freeform": {
"key": "email",
"type": "email"
}
},
{
"render": {
2020-10-31 18:04:22 +01:00
"en": "{opening_hours_table(opening_hours)}",
2021-05-28 12:58:53 +02:00
"fr": "{opening_hours_table(opening_hours)}",
2021-06-04 17:23:17 +02:00
"ru": "{opening_hours_table(opening_hours)}",
"ja": "{opening_hours_table(opening_hours)}"
},
"question": {
2020-10-31 18:04:22 +01:00
"en": "What are the opening hours of this shop?",
2021-06-04 17:23:17 +02:00
"fr": "Quels sont les horaires d'ouverture de ce magasin ?",
"ja": "この店の営業時間は何時から何時までですか?"
},
"freeform": {
"key": "opening_hours",
"type": "opening_hours"
}
2020-12-08 23:44:34 +01:00
},
"questions",
"reviews"
],
"hideUnderlayingFeaturesMinPercentage": 0,
"icon": {
"render": "./assets/themes/shops/shop.svg"
},
2020-12-05 03:22:17 +01:00
"iconOverlays": [
{
"if": "opening_hours~*",
"then": "isOpen",
2020-12-05 03:22:17 +01:00
"badge": true
}
],
"width": {
"render": "8"
},
"iconSize": {
"render": "40,40,center"
},
"color": {
"render": "#00f"
},
"presets": [
{
"tags": [
"shop=yes"
],
"title": {
2020-10-31 18:04:22 +01:00
"en": "Shop",
2021-05-28 12:58:53 +02:00
"fr": "Magasin",
2021-06-04 17:23:17 +02:00
"ru": "Магазин",
"ja": "店"
},
"description": {
2020-10-31 18:04:22 +01:00
"en": "Add a new shop",
2021-05-28 12:58:53 +02:00
"fr": "Ajouter un nouveau magasin",
2021-06-04 17:23:17 +02:00
"ru": "Добавить новый магазин",
"ja": "新しい店を追加する"
}
}
],
"wayHandling": 2
}
],
"roamingRenderings": []
}