Subversion Repositories eFlore/Applications.cel

Rev

Rev 3333 | Rev 3368 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3333 Rev 3344
Line 587... Line 587...
587
		// transfert carto
587
		// transfert carto
588
		$( '#tb-geolocation' ).remove();
588
		$( '#tb-geolocation' ).remove();
589
		$( '#geoloc-arbres' ).append(
589
		$( '#geoloc-arbres' ).append(
590
			'<tb-geolocation-element'+
590
			'<tb-geolocation-element'+
591
				' id="tb-geolocation-arbres"'+
591
				' id="tb-geolocation-arbres"'+
592
				' layer="osm"'+
592
				' layer="google hybrid"'+
593
				' zoom_init="20"'+
593
				' zoom_init="20"'+
594
				' lat_init="' + $( '#latitude' ).val() + '"'+
594
				' lat_init="' + $( '#latitude' ).val() + '"'+
595
				' lng_init="' + $( '#longitude' ).val() + '"'+
595
				' lng_init="' + $( '#longitude' ).val() + '"'+
596
				' marker="true"'+
596
				' marker="true"'+
597
				' polyline="false"'+
597
				' polyline="false"'+