Skip to content

Commit

Permalink
Remove bike-shop from search (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM authored Feb 10, 2025
1 parent bc261b4 commit 7d914a1
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -445,11 +445,6 @@ private void addNonIconFeaturesToElasricseach(SourceFeature feature) throws Geom
pointDocument.poiIconColor = "green";
pointDocument.poiCategory = "Bicycle";
}
if (feature.hasTag("shop", "bicycle")) {
pointDocument.poiIcon = "icon-bike";
pointDocument.poiIconColor = "red";
pointDocument.poiCategory = "Bicycle";
}

if (pointDocument.poiIcon == null) {
return;
Expand Down

0 comments on commit 7d914a1

Please sign in to comment.