var basemaps = []; var BingBaseMapRoad = new esri.dijit.Basemap({ layers: [new esri.dijit.BasemapLayer({ type: "BingMapsRoad" })], id: "bmRoad", title: "Bing Roads", thumbnailUrl: "images/BingMapsRoad.png" }); basemaps.push(BingBaseMapRoad); var BingBaseMapAerial = new esri.dijit.Basemap({ layers: [new esri.dijit.BasemapLayer({ type: "BingMapsAerial" })], id: "bmAerial", title: "Bing Aerial", thumbnailUrl: "images/BingMapsAerial.png" }); basemaps.push(BingBaseMapAerial); var BingBaseMapHybrid = new esri.dijit.Basemap({ layers: [new esri.dijit.BasemapLayer({ type: "BingMapsHybrid" })], id: "bmHybrid", title: "Bing Hybrid", thumbnailUrl: "images/BingMapsHybrid.png" }); basemaps.push(BingBaseMapHybrid);
Complimentary use of Bing Maps is being phased out of ArcGIS products. Instead, all ArcGIS products will be "Bing ready". This means that Bing Maps will continue to work after you have inserted a Bing Maps key you have obtained directly from Microsoft.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.