Skip to content

Commit

Permalink
Apply maven spotless again : D
Browse files Browse the repository at this point in the history
  • Loading branch information
eikes authored Nov 4, 2023
1 parent 8df8aa5 commit 51525aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiles/src/main/java/com/protomaps/basemap/layers/Pois.java
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ public void processFeature(SourceFeature sf, FeatureCollector features) {
kindDetail = sf.getString("station");
}

if (sf.hasTag("railway", "station") &&
if (sf.hasTag("railway", "station") &&
(!sf.hasTag("station") || sf.hasTag("station", "train", "light_rail", "subway"))) {
minZoom = 10;
} else if (sf.hasTag("railway", "halt", "tram_stop")) {
Expand Down

0 comments on commit 51525aa

Please sign in to comment.