Discussion:Atlas 380 - h1000

Révision datée du 24 décembre 2011 à 12:12 par Dieudo (discussion | contributions) (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.... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)

Exemple de codage KML d'un point

<?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>
Revenir à la page « Atlas 380 - h1000 ».