Différences entre les versions de « Discussion:Atlas 380 - h1000 »

1 944 octets supprimés ,  28 décembre 2012 à 01:16
(Page créée avec « == Exemple de codage KML d'un point == <pre> <?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.... »)
 
 
(Une version intermédiaire par le même utilisateur non affichée)
Ligne 1 : Ligne 1 :
== Exemple de codage KML d'un point ==
#REDIRECT[[Discussion:Atlas 380]]
 
<pre>
<?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">
<Document>
<name>380 Secours.kml</name>
<Style id="NormalSheet1Map11">
<IconStyle>
<Icon>
<href>http://www.earthpoint.us/Dots/GoogleEarth/paddle/red-circle.png</href>
</Icon>
</IconStyle>
<BalloonStyle>
<text>$[description]</text>
</BalloonStyle>
<LineStyle>
<color>ffff00ff</color>
<width>2</width>
</LineStyle>
<PolyStyle>
<color>01ff00ff</color>
<fill>0</fill>
</PolyStyle>
</Style>
<StyleMap id="Sheet1Map11">
<Pair>
<key>normal</key>
<styleUrl>#NormalSheet1Map11</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#HighlightSheet1Map11</styleUrl>
</Pair>
</StyleMap>
<Style id="HighlightSheet1Map11">
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://www.earthpoint.us/Dots/GoogleEarth/paddle/red-circle.png</href>
</Icon>
</IconStyle>
<LabelStyle>
<scale>1.1</scale>
</LabelStyle>
<BalloonStyle>
<text>$[description]</text>
</BalloonStyle>
<LineStyle>
<color>ffff00ff</color>
<width>3</width>
</LineStyle>
<PolyStyle>
<color>70ff00ff</color>
<fill>0</fill>
</PolyStyle>
</Style>
<Placemark>
<name>Vancouver Intl</name>
<Snippet maxLines="0"></Snippet>
<description>Vancouver Intl CYVR YVR 8256 DĂ©gagement + Appui ETOPS + A380</description>
<LookAt>
<longitude>-123.183333333333</longitude>
<latitude>49.2</latitude>
<altitude>0</altitude>
<heading>0</heading>
<tilt>0</tilt>
<range>1000</range>
<altitudeMode>relativeToGround</altitudeMode>
</LookAt>
<styleUrl>#Sheet1Map11</styleUrl>
<ExtendedData>
</ExtendedData>
<Point>
<coordinates>-123.183333333333,49.20000000000001,0</coordinates>
</Point>
</Placemark>
</Document>
</kml>
</pre>
5 473

modifications