Browse Source
Merge pull request #31 from wopfel/add-shop-symbols
Added signs for bicycle/fishing/electronics shop
places
Stephan Bösch-Plepelits
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
30 additions and
0 deletions
-
shop.json
|
@ -61,6 +61,12 @@ |
|
|
], |
|
|
], |
|
|
"sign": "fa-birthday-cake" |
|
|
"sign": "fa-birthday-cake" |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"types": [ |
|
|
|
|
|
"bicycle" |
|
|
|
|
|
], |
|
|
|
|
|
"sign": "🚲" |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"types": [ |
|
|
"types": [ |
|
|
"boutique", |
|
|
"boutique", |
|
@ -107,6 +113,24 @@ |
|
|
], |
|
|
], |
|
|
"sign": "fa-building" |
|
|
"sign": "fa-building" |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"types": [ |
|
|
|
|
|
"electronics" |
|
|
|
|
|
], |
|
|
|
|
|
"sign": "📺" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"types": [ |
|
|
|
|
|
"fishing" |
|
|
|
|
|
], |
|
|
|
|
|
"sign": "🎣" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"types": [ |
|
|
|
|
|
"florist" |
|
|
|
|
|
], |
|
|
|
|
|
"sign": "🌷" |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"types": [ |
|
|
"types": [ |
|
|
"hairdresser" |
|
|
"hairdresser" |
|
@ -137,6 +161,12 @@ |
|
|
], |
|
|
], |
|
|
"sign": "👟" |
|
|
"sign": "👟" |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"types": [ |
|
|
|
|
|
"travel_agency" |
|
|
|
|
|
], |
|
|
|
|
|
"sign": "🧳" |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"types": [ |
|
|
"types": [ |
|
|
"supermarket" |
|
|
"supermarket" |
|
|