forked from MapComplete/MapComplete
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:
parent
5806848dc8
commit
8f8f121e89
5 changed files with 171 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue