如何在 Openlayers 3 中将 kml 文件作为字符串加载?
How to load a kml file as string in Openlayers 3?
我有一个字符串变量,其内容是 KML。我想加载此字符串并在地图中显示 kml 要素。 (开放层 3)
将字符串变量传递给此函数ol.format.KML.readFeatures(String)
Click here了解更多详情
我有一个字符串变量,其内容是 KML。我想加载此字符串并在地图中显示 kml 要素。 (开放层 3)
将字符串变量传递给此函数ol.format.KML.readFeatures(String)
Click here了解更多详情