1
저는 하나의 Bing 레이어가있는 Openlayers 2를 사용합니다. 하지만 레이블 (도시, 거리 ...)을 숨기려고합니다 MSDN에서 뭔가를 발견했습니다 : https://msdn.microsoft.com/en-us/library/gg427602.aspx 어떻게 openlayer에서이 속성을 사용합니까?openlayers bing hide label
var road = new OpenLayers.Layer.Bing({
key: apiKey,
type: "Road",
// custom metadata parameter to request the new map style - only useful
// before May 1st, 2011
metadataParams: { mapVersion: "v1" },
});
감사 크리스토프는
감사합니다. – Christophe