abhishekvp / cesium-lg

Liquid Galaxy GSoC 2016 Project: Enabling Cesium for Liquid Galaxy
5 stars 3 forks source link

add Bing Maps Aeriel with Labels imagery #49

Closed alfski closed 8 years ago

alfski commented 8 years ago

Hi, another layer to add..

    var bingMapsAerialWithLabels = new Cesium.BingMapsImageryProvider({
        url: 'http://dev.virtualearth.net',
        mapStyle: Cesium.BingMapsStyle.AERIAL_WITH_LABELS
    });