Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3324 Rev 3326
Line 670... Line 670...
670
};
670
};
Line 671... Line 671...
671
 
671
 
672
/**
672
/**
673
 * Fonction handler de l'évenement location du module tb-geoloc
673
 * Fonction handler de l'évenement location du module tb-geoloc
674
 */
674
 */
675
ReleveApa.prototype.locationHandler = function( location ) {
675
ReleveStreets.prototype.locationHandler = function( location ) {
Line 676... Line 676...
676
	var locDatas     = location.originalEvent.detail;
676
	var locDatas     = location.originalEvent.detail;
677
 
677
 
678
	if ( this.utils.valOk( locDatas ) ) {
678
	if ( this.utils.valOk( locDatas ) ) {
Line 719... Line 719...
719
}
719
}
Line 720... Line 720...
720
 
720
 
721
/**
721
/**
722
 * Fonction handler de l'évenement location du module tb-geoloc étape arbres
722
 * Fonction handler de l'évenement location du module tb-geoloc étape arbres
723
 */
723
 */
724
ReleveApa.prototype.locationArbresHandler = function( location ) {
724
ReleveStreets.prototype.locationArbresHandler = function( location ) {
Line 725... Line 725...
725
	var locDatas     = location.originalEvent.detail;
725
	var locDatas     = location.originalEvent.detail;
726
 
726
 
727
	if ( this.utils.valOk( locDatas ) ) {
727
	if ( this.utils.valOk( locDatas ) ) {