Subversion Repositories eFlore/Projets.communes

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 jpm 1
<?='<?xml version="1.0" encoding="utf-8"?>'."\n"?>
2
<!-- Source : openstreetmap : http://wiki.openstreetmap.org/wiki/WikiProject_France/Fonds_de_cartes/Contours_de_Communes_au_format_vecteur -->
3
<kml xmlns="http://earth.google.com/kml/2.2">
4
	<Document>
5
		<name><![CDATA[<?=$nom?>]]></name>
6
		<Style id="commune-limite">
7
			<LineStyle>
8
				<width>0.8</width>
9
				<color>ff956195</color>
10
			</LineStyle>
11
			<PolyStyle>
12
				<fill>0</fill>
13
			</PolyStyle>
14
		</Style>
15
		<Schema name="commune" id="commune">
16
			<SimpleField name="code_insee" type="string"></SimpleField>
17
		</Schema>
18
<? foreach ($placemarks as $placemark) : ?>
19
<?=$placemark?>
20
<? endforeach ?>
21
	</Document>
22
</kml>