Skip to content

Commit

Permalink
remove duplicate labels
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmagnus committed Sep 24, 2024
1 parent 64d07cd commit a8614e8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ static PropertyValue[] interpretSymbolLayerProperties(Object o) {
break;
case "icon-allow-ovelap":
properties.add(PropertyFactory.iconAllowOverlap(expression));
case "icon-ignore-placement":
properties.add(PropertyFactory.iconIgnorePlacement(expression));
case "icon-optional":
properties.add(PropertyFactory.iconOptional(expression));
case "icon-size":
properties.add(PropertyFactory.iconSize(expression));
break;
Expand Down

0 comments on commit a8614e8

Please sign in to comment.