| Line 113... |
Line 113... |
| 113 |
+ "&date_observation=" + obs.getDate()
|
113 |
+ "&date_observation=" + obs.getDate()
|
| 114 |
+ "&lieudit="+ URL.encodeComponent(obs.getLieudit())
|
114 |
+ "&lieudit="+ URL.encodeComponent(obs.getLieudit())
|
| 115 |
+ "&station="+ URL.encodeComponent(obs.getStation())
|
115 |
+ "&station="+ URL.encodeComponent(obs.getStation())
|
| 116 |
+"&milieu="+ URL.encodeComponent(obs.getMilieu())
|
116 |
+"&milieu="+ URL.encodeComponent(obs.getMilieu())
|
| 117 |
+"&commentaire="+URL.encodeComponent(""+obs.getCommentaire())
|
117 |
+"&commentaire="+URL.encodeComponent(""+obs.getCommentaire())
|
| - |
|
118 |
+"&mots_cles="+URL.encodeComponent(""+obs.getMotsCles())
|
| 118 |
+"&coord_x="+URL.encodeComponent(""+obs.getCoordonneeX())
|
119 |
+"&coord_x="+URL.encodeComponent(""+obs.getCoordonneeX())
|
| 119 |
+"&coord_y="+URL.encodeComponent(""+obs.getCoordonneeY());
|
120 |
+"&coord_y="+URL.encodeComponent(""+obs.getCoordonneeY());
|
| Line 120... |
Line 121... |
| 120 |
|
121 |
|