Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1542 Rev 1572
Line 178... Line 178...
178
			
178
			
179
			if(obs.getLongitude() != null) {
179
			if(obs.getLongitude() != null) {
180
				postData += "&longitude="+URL.encodeComponent(""+obs.getLongitude());
180
				postData += "&longitude="+URL.encodeComponent(""+obs.getLongitude());
Line -... Line 181...
-
 
181
			}
-
 
182
			
-
 
183
			if(obs.getAltitude() != null) {
-
 
184
				postData += "&altitude="+URL.encodeComponent(""+obs.getAltitude());
181
			}
185
			}
182
			
186
			
183
			if(obs.getAbondance() != null) {
187
			if(obs.getAbondance() != null) {
Line 184... Line 188...
184
				postData += "&abondance="+URL.encodeComponent(""+obs.getAbondance());
188
				postData += "&abondance="+URL.encodeComponent(""+obs.getAbondance());