Outils pour utilisateurs

Outils du site


geo:leaflet

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
Dernière révisionLes deux révisions suivantes
geo:leaflet [2017/05/10 23:46] jbpuelgeo:leaflet [2017/06/07 07:35] jbpuel
Ligne 27: Ligne 27:
   <script>   <script>
  var Esri_WorldImagery = L.tileLayer('https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}', {  var Esri_WorldImagery = L.tileLayer('https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}', {
- attribution: 'Tiles &copy; Esri &mdash; SourceEsri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community'+ attribution: '<a href="https://wiki.ensfea.fr/doku.php?id=geo:credits_carto">Credits</a>'
                 });                 });
  
 var Esri_WorldTopoMap = L.tileLayer('https://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer/tile/{z}/{y}/{x}', { var Esri_WorldTopoMap = L.tileLayer('https://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer/tile/{z}/{y}/{x}', {
- attribution: 'Tiles &copy; Esri &mdash; Esri, DeLorme, NAVTEQ, TomTom, Intermap, iPC, USGS, FAO, NPS, NRCAN, GeoBase, Kadaster NL, Ordnance Survey, Esri Japan, METI, Esri China (Hong Kong), and the GIS User Community'+ attribution: '<a href="https://wiki.ensfea.fr/doku.php?id=geo:credits_carto">Credits</a>'
 }); });
  
Ligne 40: Ligne 40:
  {  {
  maxZoom: 20,  maxZoom: 20,
- attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, ' + + attribution: '<a href="https://wiki.ensfea.fr/doku.php?id=geo:credits_carto">Credits</a>',
- '<a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, ' + +
- 'Imagery © <a href="http://mapbox.com">Mapbox</a>',+
  id: 'mapbox.streets'  id: 'mapbox.streets'
  });  });
Ligne 211: Ligne 209:
 [43.528436617925763, 1.467633694410324], [43.528436617925763, 1.467633694410324],
 [43.528436617925763, 1.467633694410324] [43.528436617925763, 1.467633694410324]
-];                        +];                       
-<!-- var polyline = L.polyline(poly, {color: 'red'}).bindPopup('<b>Track N°1</b><br /><a href="http://image.enfa.fr/opp/video/transect.mp4">Lien</a>').addTo(tracks); --> +var polyline = L.polyline(poly, {color: 'red'}).bindPopup('<b>Track N°1</b><br /><a href="http://image.enfa.fr/opp/video/transect.htmltarget=_blank>Lien</a>').addTo(tracks);
-var polyline = L.polyline(poly, {color: 'red'}).bindPopup('<video width="320" height="240" controls> +
-  <source src="http://image.enfa.fr/opp/video/transect.mp4" type="video/mp4">').addTo(tracks);+
  
  var overlayMaps = {  var overlayMaps = {
Ligne 242: Ligne 238:
  
 </html> </html>
 +
 +[[geo:credits_carto|Credits]] cartographie
 +
 +[[Carto transect]]
 +
 +[[Carto RI]]
  
geo/leaflet.txt · Dernière modification : 2017/06/07 07:36 de jbpuel