You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
430 B
XML
17 lines
430 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<kml xmlns="http://www.opengis.net/kml/2.2">
|
|
<Document>
|
|
<Style id="testStyle">
|
|
<IconStyle>
|
|
<scale>3</scale>
|
|
</IconStyle>
|
|
</Style>
|
|
<StyleMap id="testStyleMap">
|
|
<Pair>
|
|
<key>normal</key>
|
|
<styleUrl>#testStyle</styleUrl>
|
|
</Pair>
|
|
</StyleMap>
|
|
</Document>
|
|
</kml>
|