爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 3408|回复: 1

[求助] KML多边形两面颜色不同的问题

[复制链接]

新浪微博达人勋

发表于 2019-1-23 10:09:01 | 显示全部楼层 |阅读模式

登录后查看更多精彩内容~

您需要 登录 才可以下载或查看,没有帐号?立即注册 新浪微博登陆

x

                               
登录/注册后可看大图

请问各位大神,为什么我画的这个矩形,两面颜色不一样?kml脚本如下:
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">
<Placemark>
        <Style>
                <LineStyle>
                        <color>ff0000ff</color>
                        <width>1</width>
                </LineStyle>
                <PolyStyle>
                        <color>ffcdff32</color>
                        <outline>1</outline>
                </PolyStyle>
        </Style>
        <Polygon>
                <altitudeMode>relativeToGround</altitudeMode>
                <outerBoundaryIs>
                        <LinearRing>
                                <coordinates>
                                        117.1,31.7,0
                                        117,31.6,0
                                        117,31.6,10000
                                        117.1,31.7,10000
                                        117.1,31.7,0
                                </coordinates>
                        </LinearRing>
                </outerBoundaryIs>
        </Polygon>
</Placemark>
</kml>
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2019-1-23 14:44:26 | 显示全部楼层
两面颜色不同会造成的问题:
KML灯光阴影.png
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表