Skip to content

Commit 2d270d4

Browse files
authored
Add artwork (#38)
1 parent 3840994 commit 2d270d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/il/org/osm/israelhiking/PlanetSearchProfile.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,7 @@ private void setIconColorCategory(PointDocument pointDocument, WithTags feature)
750750
pointDocument.poiCategory = "Camping";
751751
return;
752752
case "attraction":
753+
case "artwork":
753754
pointDocument.poiIconColor = "#ffb800";
754755
pointDocument.poiIcon = "icon-star";
755756
pointDocument.poiCategory = "Other";

0 commit comments

Comments
 (0)