Google Maps KML: 8-Digit Hex Code

后端 未结 2 971
北恋
北恋 2021-02-05 13:01

I am new to Google Maps and KML. I have my KML file rendering polygons on my map, but I would like to change the color of the fill on the pollygon and the polygon\'s line color

2条回答
  •  隐瞒了意图╮
    2021-02-05 13:32

    This is what I use: http://www.zonums.com/gmaps/kml_color/

    (this page lets you enter the code)

    The hardest part is remembering the order of the pieces (from the spec):

    The order of expression is aabbggrr, where aa=alpha (00 to ff); bb=blue (00 to ff); gg=green (00 to ff); rr=red (00 to ff).
    

    The first two digits ("aa"/alpha in aabbggrr) represent the opacity.

提交回复
热议问题