mirror of
https://github.com/cfpwastaken/planetiler-openmaptiles.git
synced 2026-02-04 04:21:08 +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:
@@ -42,7 +42,7 @@ import org.openmaptiles.layers.TransportationName;
|
||||
* </ul>
|
||||
* Layers can also subscribe to notifications when we finished processing an input source by implementing
|
||||
* {@link FinishHandler} or post-process features in that layer before rendering the output tile by implementing
|
||||
* {@link LayerPostProcesser}.
|
||||
* {@link LayerPostProcessor}.
|
||||
*/
|
||||
public class OpenMapTilesProfile extends ForwardingProfile {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user