0

我想在一个 kml 文件中呈现同一路径上的不同方面(因此不同的线串)。KML 格式是否支持对象的层次结构:

Document
  Aspect1
    Aspect1_1
      LineString1
      LineString2
    Aspekt1_2
      LineString1
  Aspect2
  ...
Document

所以我需要在一个文件中有很多方面。

UPD:在一个地标中有许多具有不同 LineStyles 的 LineStrings 呢?

4

1 回答 1

1

我不确定你所说的一个方面是什么意思。但是,这可能很有用。为包含的文件夹或文档提供一个 ListStyle,其中 listItemType 为 radioFolder: https ://developers.google.com/kml/documentation/kmlreference#liststyle

然后在左窗格中将您的选项显示为单选按钮,因此一次只能选择一个。然后使用与其他方式不同的 LineString 创建不同的 Placemarks。

于 2012-09-12T21:05:00.037 回答