Closed alexcroox closed 10 years ago
I use StamenTileLayer and to use this I init:
StamenTileLayer
baseLayer = new L.StamenTileLayer("toner", { ... });
Which uses the Stamen js, I don't have a normal tile URL. Is it still possible to use the minimap with this type of tile layer?
It should be fine as long as the StamenTileLayer is a TileLayer object, just put it in the minimap constructor like any other tilelayer.
I use
StamenTileLayer
and to use this I init:Which uses the Stamen js, I don't have a normal tile URL. Is it still possible to use the minimap with this type of tile layer?