Outils pour utilisateurs

Outils du site


asc:rando

Ceci est une ancienne révision du document !


Randonnée

De nombreuses rando, à pied ou à VTT sont possibles aux alentours d'Auzeville.

Une bonne source d'informations sur le site de la communauté de communes, le Sicoval.

<html>

<head>

<title>Test carto IGN</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Library Leaflet -->
<link rel="stylesheet" href="leaflet/leaflet.css" />
<script src="cleaflet/leaflet.js"></script>
<!-- Extension Géoportail pour Leaflet -->
<script src="ign/GpPluginLeaflet.js"></script>
<link rel="stylesheet" href="ign/GpPluginLeaflet.css" />

</head>

<body>

<div id="map" style="margin: 0 auto; width: 80%; height: 500px; box-shadow: 0 0 10px #999;"></div>
<div id="info" style="padding: 5px; width: 80%; height: 20px; font-family: monospace;"></div>

<script>
function go() {
  map = L.map("map").setView([48.845, 2.424], 10);
  var lyr = L.geoportalLayer.WMTS({
      // layer: "ORTHOIMAGERY.ORTHOPHOTOS",
      layer: "GEOGRAPHICALGRIDSYSTEMS.MAPS",
  }, { // leafletParams
      opacity: 0.8
  });
  lyr.addTo(map); // ou map.addLayer(lyr);
}
Gp.Services.getConfig({
  	// apiKey : "jhyvi0fgmnuxvfv0zjzorvdn",
  	apiKey : "creg33c72cmsdz555il0jl57",
  	onSuccess : go
}) ;
var infoDiv= document.getElementById("info") ;
infoDiv.innerHTML= "<p> Extension Leaflet version "+Gp.leafletExtVersion+" ("+Gp.leafletExtDate+") - Leaflet version : "+ L.version +"</p>" ;
 </script>

</body> </html>

asc/rando.1484582512.txt.gz · Dernière modification : de jbpuel