-
Notifications
You must be signed in to change notification settings - Fork 16
/
lyon.kml
124 lines (124 loc) · 3.46 KB
/
lyon.kml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<name>Carte sans titre</name>
<description/>
<Style id="poly-0F9D58-1200-77-nodesc-normal">
<LineStyle>
<color>ff589d0f</color>
<width>1.2</width>
</LineStyle>
<PolyStyle>
<color>4d589d0f</color>
<fill>1</fill>
<outline>1</outline>
</PolyStyle>
<BalloonStyle>
<text><![CDATA[<h3>$[name]</h3>]]></text>
</BalloonStyle>
</Style>
<Style id="poly-0F9D58-1200-77-nodesc-highlight">
<LineStyle>
<color>ff589d0f</color>
<width>1.8</width>
</LineStyle>
<PolyStyle>
<color>4d589d0f</color>
<fill>1</fill>
<outline>1</outline>
</PolyStyle>
<BalloonStyle>
<text><![CDATA[<h3>$[name]</h3>]]></text>
</BalloonStyle>
</Style>
<StyleMap id="poly-0F9D58-1200-77-nodesc">
<Pair>
<key>normal</key>
<styleUrl>#poly-0F9D58-1200-77-nodesc-normal</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#poly-0F9D58-1200-77-nodesc-highlight</styleUrl>
</Pair>
</StyleMap>
<Style id="poly-E65100-1200-77-nodesc-normal">
<LineStyle>
<color>ff0051e6</color>
<width>1.2</width>
</LineStyle>
<PolyStyle>
<color>4d0051e6</color>
<fill>1</fill>
<outline>1</outline>
</PolyStyle>
<BalloonStyle>
<text><![CDATA[<h3>$[name]</h3>]]></text>
</BalloonStyle>
</Style>
<Style id="poly-E65100-1200-77-nodesc-highlight">
<LineStyle>
<color>ff0051e6</color>
<width>1.8</width>
</LineStyle>
<PolyStyle>
<color>4d0051e6</color>
<fill>1</fill>
<outline>1</outline>
</PolyStyle>
<BalloonStyle>
<text><![CDATA[<h3>$[name]</h3>]]></text>
</BalloonStyle>
</Style>
<StyleMap id="poly-E65100-1200-77-nodesc">
<Pair>
<key>normal</key>
<styleUrl>#poly-E65100-1200-77-nodesc-normal</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#poly-E65100-1200-77-nodesc-highlight</styleUrl>
</Pair>
</StyleMap>
<Folder>
<name>Calque sans titre</name>
<Placemark>
<name>Polygone 2</name>
<styleUrl>#poly-E65100-1200-77-nodesc</styleUrl>
<Polygon>
<outerBoundaryIs>
<LinearRing>
<tessellate>1</tessellate>
<coordinates>
4.8186529,45.7434713,0
4.8176551,45.7423407,0
4.8196507,45.7415245,0
4.8205948,45.7426701,0
4.8186529,45.7434713,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark>
<name>Polygone 2</name>
<styleUrl>#poly-0F9D58-1200-77-nodesc</styleUrl>
<Polygon>
<outerBoundaryIs>
<LinearRing>
<tessellate>1</tessellate>
<coordinates>
4.820863,45.7425353,0
4.8184597,45.7396975,0
4.8215818,45.738447,0
4.8238885,45.7411651,0
4.8218608,45.7420037,0
4.8216677,45.7422134,0
4.820863,45.7425353,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
</Folder>
</Document>
</kml>