Make $egMapsLeafletLayerDefinitions to support High DPI:
I use a custom layer that has a high dpi (retina) option to switch to separate tiles. That's what I put in the leaflet-providers.js, which is the method i used on older versions before version 12.1.3.
https://xxxxx' + (L.Browser.retina ? 'hidpi': '') + '/{z}/{x}/{y}.png'
How can this be placed in the localsettings.php with $egMapsLeafletLayerDefinitions ?
Make $egMapsLeafletLayerDefinitions to support High DPI:
I use a custom layer that has a high dpi (retina) option to switch to separate tiles. That's what I put in the leaflet-providers.js, which is the method i used on older versions before version 12.1.3.
https://xxxxx' + (L.Browser.retina ? 'hidpi': '') + '/{z}/{x}/{y}.png'
How can this be placed in the localsettings.php with $egMapsLeafletLayerDefinitions ?