-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Rerunning the tile generation usually only adds new layers and leaves existing ones untouched. This is a good behaviour when you want to just regenerate a single layer. But there are some corner cases where you end up with bogus entries in the file:
- when changing the
WebPrefixPath, all entries now exist with the old and new prefix - when changing the name of the layer, the old layer name remains in the layer.json
Two possible solutions to the problem:
- when running with
--execute-allalways create the layers.json file from scratch - always remove entries that do not correspond to the current prefix path
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request