how change type map mapbox-leaflet -
i want type of map in map create. use leaflet , mapbob, dont know how change type of map.
var mapboxtiles = l.tilelayer('https://{s}.tiles.mapbox.com/v3/examples.map-zr0njcqy/{z}/{x}/{y}.png', { attribution: '<a href="http://www.mapbox.com/about/maps/" target="_blank">terms & feedback</a>' });
how change content tilelayer 1 create me?
thank you!
like this:
// provide access token l.mapbox.accesstoken = 'pk.yyyyyyyyyyyyyyyy'; // create map in div #map l.mapbox.map('map', 'jonataswalker.kieo57jb'); //put yours here
Comments
Post a Comment