Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1826 → Rev 1827

/trunk/widget/modules/carto/squelettes/scripts/carto.js
176,7 → 176,6
function creerMarqueur(structure) {
var latlng = new L.LatLng(structure.latitude, structure.longitude);
var marqueur = new L.Marker(latlng, {
//title : structure.nom,
structures : [structure],
structuresNom : structure.nom
});