forked from MapComplete/MapComplete
fix: broken titleIcons (fix #1344)
This commit is contained in:
parent
3aba46ce32
commit
bdcf8a2601
6 changed files with 50 additions and 30 deletions
|
@ -714,7 +714,6 @@ export class ValidateLayer extends DesugaringStep<LayerConfigJson> {
|
|||
`At ${context}: minzoom is ${json.minzoom}, this should be at most ${Constants.userJourney.minZoomLevelToAddNewPoints} as a preset is set. Why? Selecting the pin for a new item will zoom in to level before adding the point. Having a greater minzoom will hide the points, resulting in possible duplicates`
|
||||
)
|
||||
}
|
||||
|
||||
{
|
||||
// duplicate ids in tagrenderings check
|
||||
const duplicates = Utils.Dedup(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue