Skip to content

Commit 7d914a1

Browse files
authored
Remove bike-shop from search (#27)
1 parent bc261b4 commit 7d914a1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -445,11 +445,6 @@ private void addNonIconFeaturesToElasricseach(SourceFeature feature) throws Geom
445445
pointDocument.poiIconColor = "green";
446446
pointDocument.poiCategory = "Bicycle";
447447
}
448-
if (feature.hasTag("shop", "bicycle")) {
449-
pointDocument.poiIcon = "icon-bike";
450-
pointDocument.poiIconColor = "red";
451-
pointDocument.poiCategory = "Bicycle";
452-
}
453448

454449
if (pointDocument.poiIcon == null) {
455450
return;

0 commit comments

Comments
 (0)