Skip to content

Commit

Permalink
fix: "unkown" icon
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Feb 18, 2024
1 parent 3fc5120 commit a8c2853
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/style/colorful.ts
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ export default class Colorful extends StyleBuilder<Colorful> {
'vending_machine', 'icon-vendingmachine',
'veterinary', 'icon-veterinary',
'waste_basket', 'icon-waste_basket',
null,
'unknown',
],
},
'poi-leisure': {
Expand Down Expand Up @@ -889,7 +889,7 @@ export default class Colorful extends StyleBuilder<Colorful> {
//'theme_park', 'icon-theme_park',
'viewpoint', 'icon-viewpoint',
'zoo', 'icon-zoo',
null,
'unknown',
],
},
'poi-shop': {
Expand Down Expand Up @@ -947,7 +947,7 @@ export default class Colorful extends StyleBuilder<Colorful> {
//'water_works', 'icon-water_works',
'watermill', 'icon-watermill',
'windmill', 'icon-windmill',
null,
'unknown',
],
},
'poi-historic': {
Expand All @@ -972,7 +972,7 @@ export default class Colorful extends StyleBuilder<Colorful> {
'defibrillator', 'icon-defibrillator',
'fire_hydrant', 'icon-hydrant',
'phone', 'icon-emergency_phone',
null,
'unknown',
],
},

Expand All @@ -981,14 +981,14 @@ export default class Colorful extends StyleBuilder<Colorful> {
image: ['match',
['get', 'highway'],
//'emergency_access_point', 'icon-emergency_access_point',
null
'unknown'
]
},
'poi-office': {
image: ['match',
['get', 'office'],
//'diplomatic', 'icon-diplomatic',
null
'unknown'
]
},
*/
Expand Down

0 comments on commit a8c2853

Please sign in to comment.