【发布时间】:2016-12-06 16:43:29
【问题描述】:
我使用带有一个 Bing 层的 Openlayers 2。但我想隐藏标签(城市,街道......) 我在 MSDN 中找到了一些关于:https://msdn.microsoft.com/en-us/library/gg427602.aspx 我如何将此属性与 openlayer 一起使用。
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" },
});
谢谢 克里斯托夫
【问题讨论】:
标签: javascript openlayers bing-maps