KML - 多种样式合一地标
我拥有的是一个包含多个线串的地标。是否可以为一个地标内的线串指定不同的样式?
What I have is a placemark that contains more than one linestring. Is it possible to assign different styles to those linestrings inside the one placemark?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然可以。只需在每个
... 之前添加
部分。#MyOtherStyleID
(如果您保持这种方式)即可。Sure thing. Just include a
<styleUrl>#MyOtherStyleID</styleUrl>
(if you're keeping them that way) before every one of your<LineString>...</LineString>
sections.