mikebronner / nova-map-marker-field

Provides an visual interface for editing latitude and longitude coordinates.
MIT License
131 stars 36 forks source link

Add a maxZoom param to l-tile-layer? #63

Open ianjohn27 opened 2 years ago

ianjohn27 commented 2 years ago

Can you add a maxZoom param? The leaflet default is 18, which is not great.

<l-tile-layer :url="tileUrl" :subdomains="field.subdomains" :maxZoom="22"

mikebronner commented 2 years ago

@ianjohn27 Good suggestion! I would be happy to review a PR for this, if anyone wants to contribute. :)