Hébergeur de fichiers indépendant

Lavoisier.html

À propos du fichier

Type de fichier
Fichier HTML de 4 Ko (text/html)
Confidentialité
Fichier public, envoyé le 22 août 2014 à 14:36, depuis l'adresse IP 177.207.x.x (BR)
Sécurité
Ne contient aucun Virus ou Malware connus - Dernière vérification: hier
Statistiques
La présente page de téléchargement a été vue 1189 fois depuis l'envoi du fichier
Page de téléchargement

Aperçu du fichier


<!DOCTYPE html>
<html> 
<head> 
  <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> 
  <title>multi-marqueurs</title> 
  <script src="http://maps.google.com/maps/api/js?sensor=false"
          type="text/javascript"></script>
</head> 
<body>
  <div id="map" style="width: 1800px; height: 800px;"></div>
 
  <script type="text/javascript">
<!--
    var locations = [
[',	29	,		' ,	-23.5369	,	-46.5579	]	,
[',	30	,		' ,	-23.5384	,	-46.5654	]	,
[',	31	,		' ,	-23.5404	,	-46.5748	]	,
[',	49	,		' ,	-23.5527	,	-46.5672	]	,
[',	50	,		' ,	-23.5392	,	-46.5702	]	,
[',	51	,		' ,	-23.5387	,	-46.5672	]	,
[',	52	,		' ,	-23.5372	,	-46.5602	]	,
[',	54	,		' ,	-23.5357	,	-46.5519	]	,
[',	95	,		' ,	-23.5308	,	-46.5839	]	,
[',	96	,		' ,	-23.5334	,	-46.5833	]	,
[',	98	,		' ,	-23.5425	,	-46.5806	]	,
[',	99	,		' ,	-23.5553	,	-46.5770	]	,
[',	107	,		' ,	-23.5579	,	-46.5777	]	,
[',	151	,		' ,	-23.5248	,	-46.5571	]	,
[',	400	,		' ,	-23.5852	,	-46.6711	]	,
[',	547	,		' ,	-23.6411	,	-46.6988	]	,
[',	548	,		' ,	-23.6394	,	-46.6977	]	,
[',	556	,		' ,	-23.6173	,	-46.6811	]	,
[',	576	,		' ,	-23.6083	,	-46.6769	]	,
[',	580	,		' ,	-23.5839	,	-46.6702	]	,
[',	581	,		' ,	-23.5854	,	-46.6708	]	,
[',	582	,		' ,	-23.5923	,	-46.6727	]	,
[',	585	,		' ,	-23.5994	,	-46.6739	]	,
[',	587	,		' ,	-23.6138	,	-46.6787	]	,
[',	588	,		' ,	-23.6248	,	-46.6862	]	,
[',	589	,		' ,	-23.6319	,	-46.6916	]	,
[',	590	,		' ,	-23.6437	,	-46.7012	]	,
[',	620	,		' ,	-23.5978	,	-46.6741	]	,
[',	682	,		' ,	-23.6344	,	-46.6940	]	,
[',	686	,		' ,	-23.6587	,	-46.7057	]	,
[',	688	,		' ,	-23.6540	,	-46.7067	]	,
[',	766	,		' ,	-23.6267	,	-46.6869	]	,
[',	773	,		' ,	-23.6263	,	-46.6874	]	,
[',	1	,		' ,	-23.5432	,	-46.4691	]	,
[',	2	,		' ,	-23.5434	,	-46.4693	]	,
[',	4	,		' ,	-23.5459	,	-46.4684	]	,
[',	6	,		' ,	-23.5420	,	-46.4728	]	,
[',	7	,		' ,	-23.5408	,	-46.4725	]	,
[',	8	,		' ,	-23.5394	,	-46.4728	]	,
[',	9	,		' ,	-23.5391	,	-46.4716	]	,
[',	10	,		' ,	-23.5400	,	-46.4677	]	,
[',	11	,		' ,	-23.5382	,	-46.4559	]	,
[',	13	,		' ,	-23.5462	,	-46.4725	]	,
[',	14	,		' ,	-23.5280	,	-46.4464	]	,
[',	86	,		' ,	-23.5565	,	-46.4461	]	,
[',	94	,		' ,	-23.5567	,	-46.4455	]	,
[',	154	,		' ,	-23.5339	,	-46.4526	]	,
[',	15	,		' ,	-23.5357	,	-46.4270	]	,
































	
    ];
 
    var map = new google.maps.Map(document.getElementById('map'), {
      zoom: 15,
      center: new google.maps.LatLng(-23.60, -46.60),
          mapTypeControl: true,
        mapTypeControlOptions: {
      style: google.maps.MapTypeControlStyle.DROPDOWN_MENU
    },
    navigationControl: true,
     navigationControlOptions: {
        style: google.maps.NavigationControlStyle.SMALL,
        position: google.maps.ControlPosition.TOP_RIGHT
    },
        scaleControl: true,
    streetViewControl: false,
      mapTypeId: google.maps.MapTypeId.ROADMAP
    });

 
    var infowindow = new google.maps.InfoWindow();
 
    var marker, i;
 
   for (i = 0; i < locations.length; i++) {  
      marker = new google.maps.Marker({
	    'icon' : 'http://www.petit-fichier.fr/2013/11/19/icone/icone.png',
        position: new google.maps.LatLng(locations[i][1], locations[i][2]),
        map: map
      });
 
      google.maps.event.addListener(marker, 'click', (function(marker, i) {
        return function() {
          infowindow.setContent(locations[i][0]);
          infowindow.open(map, marker);
        }
      })(marker, i));
    }
	
	var ctaLayer = new google.maps.KmlLayer('');
  ctaLayer.setMap(map);
-->
  </script>
</body>
</html>


Partager le fichier Lavoisier.html sur le Web et les réseaux sociaux:


Télécharger le fichier Lavoisier.html


Télécharger Lavoisier.html