| Line 61... |
Line 61... |
| 61 |
+"&lieudit="+ URL.encodeComponent(obs.getLieudit())
|
61 |
+"&lieudit="+ URL.encodeComponent(obs.getLieudit())
|
| 62 |
+"&station="+URL.encodeComponent(obs.getStation())
|
62 |
+"&station="+URL.encodeComponent(obs.getStation())
|
| 63 |
+"&milieu="+URL.encodeComponent(obs.getMilieu())
|
63 |
+"&milieu="+URL.encodeComponent(obs.getMilieu())
|
| 64 |
+"&commentaire="+obs.getCommentaire()
|
64 |
+"&commentaire="+obs.getCommentaire()
|
| 65 |
+"&latitude="+URL.encodeComponent(""+obs.getLatitude())
|
65 |
+"&latitude="+URL.encodeComponent(""+obs.getLatitude())
|
| 66 |
+"&longitude="+URL.encodeComponent(""+obs.getLongitude());;
|
66 |
+"&longitude="+URL.encodeComponent(""+obs.getLongitude())
|
| - |
|
67 |
+"&abondance="+URL.encodeComponent(""+obs.getAbondance())
|
| - |
|
68 |
+"&certitude="+URL.encodeComponent(""+obs.getCertitude());
|
| 67 |
try {
|
69 |
try {
|
| Line 68... |
Line 70... |
| 68 |
|
70 |
|
| Line 69... |
Line 71... |
| 69 |
rb.sendRequest(postData, new RequestCallback() {
|
71 |
rb.sendRequest(postData, new RequestCallback() {
|
| Line 109... |
Line 111... |
| 109 |
+ "&lieudit="+ URL.encodeComponent(obs.getLieudit())
|
111 |
+ "&lieudit="+ URL.encodeComponent(obs.getLieudit())
|
| 110 |
+ "&station="+ URL.encodeComponent(obs.getStation())
|
112 |
+ "&station="+ URL.encodeComponent(obs.getStation())
|
| 111 |
+"&milieu="+ URL.encodeComponent(obs.getMilieu())
|
113 |
+"&milieu="+ URL.encodeComponent(obs.getMilieu())
|
| 112 |
+"&commentaire="+obs.getCommentaire()
|
114 |
+"&commentaire="+obs.getCommentaire()
|
| 113 |
+"&latitude="+URL.encodeComponent(""+obs.getLatitude())
|
115 |
+"&latitude="+URL.encodeComponent(""+obs.getLatitude())
|
| 114 |
+"&longitude="+URL.encodeComponent(""+obs.getLongitude());
|
116 |
+"&longitude="+URL.encodeComponent(""+obs.getLongitude())
|
| 115 |
|
- |
|
| - |
|
117 |
+"&abondance="+URL.encodeComponent(""+obs.getAbondance())
|
| - |
|
118 |
+"&certitude="+URL.encodeComponent(""+obs.getCertitude());
|
| 116 |
try {
|
119 |
try {
|
| Line 117... |
Line 120... |
| 117 |
|
120 |
|
| Line 118... |
Line 121... |
| 118 |
rb.sendRequest(postData, new RequestCallback() {
|
121 |
rb.sendRequest(postData, new RequestCallback() {
|