I can't find any examples for how to use custom created Mapbox map-styles.
On the Mapbox page I created a style for a map.
How can I use this style with Leaflet?
For example:
var map = L.map('map', {
center: [43.64701, -79.39425],
zoom: 15
});
L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
attribution: '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
}).addTo(map);
Where do I put mapbox://styles/ficht/cihqdfw3f004ybnm35e7zefon
?
This is the map: