Comme certains l'auront constaté, je suis de retour (je sais tout le monde s'en fout). Ce qui est surtout interessant c'est que je reviens de Slovénie et que j'ai eu l'occasion d'y glaner quelques infos sympatiques.
Serait-il possible d'ajouter des massifs ?
Pour l'instant, j'ai tracé les alpes kamnik sur Google Earth (un peu au pif pour certains endroits).
Code : Tout sélectionner
<?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>Alpes Kamnik.kml</name>
<StyleMap id="msn_ylw-pushpin">
<Pair>
<key>normal</key>
<styleUrl>#sn_ylw-pushpin</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#sh_ylw-pushpin</styleUrl>
</Pair>
</StyleMap>
<Style id="sh_ylw-pushpin">
<IconStyle>
<scale>1.3</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
</Style>
<Style id="sn_ylw-pushpin">
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
</Style>
<Placemark>
<name>Alpes Kamnik</name>
<styleUrl>#msn_ylw-pushpin</styleUrl>
<Polygon>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>
14.2606744226323,46.43602275493838,0 14.30868253832862,46.36623110905035,0 14.27704566725595,46.31007296743589,0 14.38178698871837,46.25273705182478,0 14.49635360496451,46.22301990581329,0 14.57596761237273,46.17272848725182,0 14.61526174333218,46.22503470952678,0 14.64961280955797,46.16190971063895,0 14.73787186823893,46.16862414953149,0 14.82469573147308,46.17674806593531,0 14.88947133484671,46.18741863787844,0 14.96693689941052,46.23796554735577,0 14.98730135608072,46.2555930871255,0 15.07062842726944,46.25589775242559,0 15.18734924688943,46.27205570031848,0 15.16979677832094,46.3410372331914,0 15.11583405766988,46.35488506533967,0 15.1919195646779,46.44060453127574,0 15.08393403511684,46.50704064736701,0 15.05459117292908,46.54923483911263,0 14.96214501624436,46.63080947236067,0 14.88828208566229,46.60922059494254,0 14.73650032824009,46.55647098837567,0 14.58933990859351,46.54224629113299,0 14.47567191660017,46.54078649998049,0 14.35274149178,46.48008032699077,0 14.2606744226323,46.43602275493838,0 </coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
</Document>
</kml>