Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1549 Rev 1572
Line 63... Line 63...
63
				+"&station="+URL.encodeComponent(obs.getStation()) 
63
				+"&station="+URL.encodeComponent(obs.getStation()) 
64
				+"&milieu="+URL.encodeComponent(obs.getMilieu()) 
64
				+"&milieu="+URL.encodeComponent(obs.getMilieu()) 
65
				+"&commentaire="+obs.getCommentaire() 
65
				+"&commentaire="+obs.getCommentaire() 
66
				+"&latitude="+URL.encodeComponent(""+obs.getLatitude())
66
				+"&latitude="+URL.encodeComponent(""+obs.getLatitude())
67
				+"&longitude="+URL.encodeComponent(""+obs.getLongitude())
67
				+"&longitude="+URL.encodeComponent(""+obs.getLongitude())
-
 
68
				+"&altitude="+URL.encodeComponent(""+obs.getAltitude())
68
				+"&abondance="+URL.encodeComponent(""+obs.getAbondance())
69
				+"&abondance="+URL.encodeComponent(""+obs.getAbondance())
69
				+"&certitude="+URL.encodeComponent(""+obs.getCertitude())
70
				+"&certitude="+URL.encodeComponent(""+obs.getCertitude())
70
				+"&phenologie="+URL.encodeComponent(""+obs.getPhenologie())
71
				+"&phenologie="+URL.encodeComponent(""+obs.getPhenologie())
71
				+"&nom_referentiel="+URL.encodeComponent(""+obs.getReferentielTaxo())
72
				+"&nom_referentiel="+URL.encodeComponent(""+obs.getReferentielTaxo())
72
				+"&"+Util.convertirMapEnChaineRequete(obs.getChampsEtendus(), "obs_etendue");
73
				+"&obs_etendue="+URL.encodeComponent(""+Util.convertirChampsEtendusEnChaineRequete(obs.getChampsEtendus()));
73
			try {
74
			try {
Line 74... Line 75...
74
				
75
				
Line 75... Line 76...
75
				rb.sendRequest(postData, new RequestCallback() {
76
				rb.sendRequest(postData, new RequestCallback() {
Line 116... Line 117...
116
				+ "&station="+ URL.encodeComponent(obs.getStation()) 
117
				+ "&station="+ URL.encodeComponent(obs.getStation()) 
117
				+"&milieu="+ URL.encodeComponent(obs.getMilieu())
118
				+"&milieu="+ URL.encodeComponent(obs.getMilieu())
118
				+"&commentaire="+obs.getCommentaire()
119
				+"&commentaire="+obs.getCommentaire()
119
				+"&latitude="+URL.encodeComponent(""+obs.getLatitude())
120
				+"&latitude="+URL.encodeComponent(""+obs.getLatitude())
120
				+"&longitude="+URL.encodeComponent(""+obs.getLongitude())
121
				+"&longitude="+URL.encodeComponent(""+obs.getLongitude())
-
 
122
				+"&altitude="+URL.encodeComponent(""+obs.getAltitude())
121
				+"&abondance="+URL.encodeComponent(""+obs.getAbondance())
123
				+"&abondance="+URL.encodeComponent(""+obs.getAbondance())
122
				+"&certitude="+URL.encodeComponent(""+obs.getCertitude())
124
				+"&certitude="+URL.encodeComponent(""+obs.getCertitude())
123
				+"&phenologie="+URL.encodeComponent(""+obs.getPhenologie())
125
				+"&phenologie="+URL.encodeComponent(""+obs.getPhenologie())
124
				+"&nom_referentiel="+URL.encodeComponent(""+obs.getReferentielTaxo())
126
				+"&nom_referentiel="+URL.encodeComponent(""+obs.getReferentielTaxo())
125
				+"&"+Util.convertirMapEnChaineRequete(obs.getChampsEtendus(), "obs_etendue");
127
				+"&obs_etendue="+URL.encodeComponent(""+Util.convertirChampsEtendusEnChaineRequete(obs.getChampsEtendus()));
126
			try {
128
			try {
Line 127... Line 129...
127
				
129
				
Line 128... Line 130...
128
				rb.sendRequest(postData, new RequestCallback() {
130
				rb.sendRequest(postData, new RequestCallback() {