We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc261b4 commit 7d914a1Copy full SHA for 7d914a1
src/main/java/il/org/osm/israelhiking/PlanetSearchProfile.java
@@ -445,11 +445,6 @@ private void addNonIconFeaturesToElasricseach(SourceFeature feature) throws Geom
445
pointDocument.poiIconColor = "green";
446
pointDocument.poiCategory = "Bicycle";
447
}
448
- if (feature.hasTag("shop", "bicycle")) {
449
- pointDocument.poiIcon = "icon-bike";
450
- pointDocument.poiIconColor = "red";
451
- pointDocument.poiCategory = "Bicycle";
452
- }
453
454
if (pointDocument.poiIcon == null) {
455
return;
0 commit comments