Fix osmcha link, add some docs on geolocation button, use a lower and more sane default max zoom for editor layer index layers

This commit is contained in:
Pieter Vander Vennet 2021-10-21 21:42:28 +02:00
parent 5806848dc8
commit 8f8f121e89
5 changed files with 171 additions and 2 deletions

View file

@ -175,7 +175,7 @@ export default class AvailableBaseLayersImplementation implements AvailableBaseL
// Note: if layer.geometry is null, there is global coverage for this layer
layers.push({
id: props.id,
max_zoom: props.max_zoom ?? 25,
max_zoom: props.max_zoom ?? 19,
min_zoom: props.min_zoom ?? 1,
name: props.name,
layer: leafletLayer,