mirror of
https://github.com/cfpwastaken/planetiler-openmaptiles.git
synced 2026-02-04 12:31:10 +00:00
clean-up, based on recent changes in planetiler-core reg. LayerPostProcesser (#201)
clean-up, based on recent changes in planetiler-core: s/LayerPostProcesser/LayerPostProcessor
This commit is contained in:
@@ -68,7 +68,7 @@ import org.openmaptiles.util.OmtLanguageUtils;
|
||||
public class Park implements
|
||||
OpenMapTilesSchema.Park,
|
||||
Tables.OsmParkPolygon.Handler,
|
||||
ForwardingProfile.LayerPostProcesser {
|
||||
ForwardingProfile.LayerPostProcessor {
|
||||
|
||||
// constants for determining the minimum zoom level for a park label based on its area
|
||||
private static final double WORLD_AREA_FOR_70K_SQUARE_METERS =
|
||||
|
||||
Reference in New Issue
Block a user