#HTTP_HEADER{'Content-Type: application/javascript'} /* js gis_plus */ //var map = map1; function charger_legend(){ $('#map1').on('load', function(){ //console.log(this.map._container); //this.map.container; //dis moi ce qu'il y a dans options console.log(this.map.options.mots_legende); var array_mots = this.map.options.mots_legende; //array des id_mot icones necessaires // alert(array_mots[0]); $('#map1 .leaflet-bottom.leaflet-left').load("#URL_PAGE{legende_map}",{array:array_mots}, function() { // alert( "Load was performed." ); }); [(#REM) ! php //$('#map1 .leaflet-bottom.leaflet-left').html("[(#INCLURE{fond=inclure/legende_map,array=#GET{array_mapico}}|pas_retour_ligne)]"); ] }); } $(document).ready(function(){ charger_legend(); onAjaxLoad(charger_legend); });