Skip to content

Commit 938683d

Browse files
committed
Move to water layer
1 parent 2f3834c commit 938683d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tiles/src/main/java/com/protomaps/basemap/layers/Landuse.java

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import java.util.Map;
2121

2222

23-
@SuppressWarnings("java:S1192")
2423
public class Landuse implements ForwardingProfile.LayerPostProcessor {
2524

2625
private static final String US_FOREST_OPERATORS = """

tiles/src/main/java/com/protomaps/basemap/layers/Water.java

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import com.protomaps.basemap.names.OsmNames;
1414
import java.util.List;
1515

16+
@SuppressWarnings("java:S1192")
1617
public class Water implements ForwardingProfile.LayerPostProcessor {
1718

1819
private static final double WORLD_AREA_FOR_70K_SQUARE_METERS =

0 commit comments

Comments
 (0)