( Fortran!) 1, KML IconStyle.
, , , ( , 0 360 ), - ( ). . KML, , "my-vector-1" 1,8 90,0 ( ):
<IconStyle id="my-vector-1">
<scale>1.8</scale>
<heading>90.0</heading>
<Icon>
<href>/path/to/arrow.png</href>
</Icon>
</IconStyle>
IconStyle:
<Placemark>
<styleUrl>#my-vector-1</styleUrl>
<Point>
<coordinates>-10.5,10.8</coordinates>
</Point>
:
<kml><Document> ... </Document></kml>
. ( ), , . , , , Fortran, ...