Created
February 25, 2023 17:38
-
-
Save dKvale/651fe60bc7b5602bbd548689933e7b48 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LeafletWidget.methods.addProviderTiles = function(provider, layerId, group, options) { | |
this.layerManager.addLayer(L.tileLayer.provider(provider, options), "tile", layerId, group); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment