angular-ui / ui-leaflet

AngularJS directive to embed an interact with maps managed by Leaflet library
http://angular-ui.github.io/ui-leaflet
Other
315 stars 137 forks source link

Add support for maxNativeZoom #307

Open mairsbw opened 7 years ago

mairsbw commented 7 years ago

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.

vmvini commented 7 years ago

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" >