Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3335 Rev 3345
Line 580... Line 580...
580
		// transfert carto
580
		// transfert carto
581
		$( '#tb-geolocation' ).remove();
581
		$( '#tb-geolocation' ).remove();
582
		$( '#geoloc-arbres' ).append(
582
		$( '#geoloc-arbres' ).append(
583
			'<tb-geolocation-element'+
583
			'<tb-geolocation-element'+
584
				' id="tb-geolocation-arbres"'+
584
				' id="tb-geolocation-arbres"'+
585
				' layer="osm"'+
585
				' layer="google hybrid"'+
586
				' zoom_init="20"'+
586
				' zoom_init="20"'+
587
				' lat_init="' + $( '#latitude' ).val() + '"'+
587
				' lat_init="' + $( '#latitude' ).val() + '"'+
588
				' lng_init="' + $( '#longitude' ).val() + '"'+
588
				' lng_init="' + $( '#longitude' ).val() + '"'+
589
				' marker="true"'+
589
				' marker="true"'+
590
				' polyline="false"'+
590
				' polyline="false"'+