Joffrey
Joffrey
> I'm not sure about this. I understand the use case to override maxzoom/maxnativezoom, but I don't like to do it by default. By default you cannot use the maxNativeZoom...
Hi, It is now implemented as an option. Simply use : ``` L.tileLayer.provider("OpenStreetMap.DE", { maxZoom: 21, useNativeZoom: true }); ``` It use a key "useNativeZoom" to detect if the user...
> Did anyone found a option to load two extensions at same time ? > > I have 1 metamask extension and 1 for my private proxy (its password protected...