Skip to content

Commit

Permalink
Addresses review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mholthausen committed May 10, 2021
1 parent 86f8ce6 commit 0b4449e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MapfileStyleParser.ts
Expand Up @@ -813,7 +813,7 @@ export class MapfileStyleParser implements StyleParser {

// Set Icons in front of the associated label
const labelIcons = this.getIconsFromMapfileLabel(mapfileLabel);
labelIcons?.forEach(labelIcon => {
labelIcons.forEach(labelIcon => {
symbolizers.push(labelIcon);
});

Expand Down

0 comments on commit 0b4449e

Please sign in to comment.