2017-07-17 43 views

回答

0

您可以像添加其他图层一样添加卫星图层。

map.addLayer({ 
    id: 'satellite', 
    source: {"type": "raster", "url": "mapbox://mapbox.satellite", "tileSize": 256}, 
    type: "raster" 
}, 'optional_before_argument'); 

http://jsbin.com/cucemulala/1/edit?html,output