2017-07-17 8 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

関連する問題