ui-leaflet icon indicating copy to clipboard operation
ui-leaflet copied to clipboard

Add support for maxNativeZoom

Open mairsbw opened this issue 9 years ago • 1 comments

I don't see this anywhere in the codebase, and I know that this didn't work for us when using tombatossals/angular-leaflet-directive.

mairsbw avatar Oct 21 '16 06:10 mairsbw

You can set the maxNativeZoom like this:

vm.tiles = { url: someUrl, options:{ maxNativeZoom: 18, maxZoom: 30 } };

And you reference this tile in <leaflet tiles="vm.tiles" >

vmvini avatar Apr 04 '17 13:04 vmvini