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 &amp; 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

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -