Line 62... |
Line 62... |
62 |
+"&id_location="+obs.getIdentifiantLocalite()
|
62 |
+"&id_location="+obs.getIdentifiantLocalite()
|
63 |
+"&date_observation=" + obs.getDate()
|
63 |
+"&date_observation=" + obs.getDate()
|
64 |
+"&lieudit="+ URL.encodeComponent(obs.getLieudit())
|
64 |
+"&lieudit="+ URL.encodeComponent(obs.getLieudit())
|
65 |
+"&station="+URL.encodeComponent(obs.getStation())
|
65 |
+"&station="+URL.encodeComponent(obs.getStation())
|
66 |
+"&milieu="+URL.encodeComponent(obs.getMilieu())
|
66 |
+"&milieu="+URL.encodeComponent(obs.getMilieu())
|
67 |
+"&commentaire="+URL.encodeComponent(""+obs.getCommentaire())
|
67 |
+"&commentaire="+obs.getCommentaire()
|
68 |
+"&coord_x="+URL.encodeComponent(""+obs.getCoordonneeX())
|
68 |
+"&coord_x="+URL.encodeComponent(""+obs.getCoordonneeX())
|
69 |
+"&coord_y="+URL.encodeComponent(""+obs.getCoordonneeY());;
|
69 |
+"&coord_y="+URL.encodeComponent(""+obs.getCoordonneeY());;
|
Line 70... |
Line 70... |
70 |
|
70 |
|
Line 112... |
Line 112... |
112 |
+ "&id_location=" + obs.getIdentifiantLocalite()
|
112 |
+ "&id_location=" + obs.getIdentifiantLocalite()
|
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="+obs.getCommentaire()
|
118 |
+"&mots_cles="+URL.encodeComponent(""+obs.getMotsCles())
|
118 |
+"&mots_cles="+URL.encodeComponent(""+obs.getMotsCles())
|
119 |
+"&coord_x="+URL.encodeComponent(""+obs.getCoordonneeX())
|
119 |
+"&coord_x="+URL.encodeComponent(""+obs.getCoordonneeX())
|
120 |
+"&coord_y="+URL.encodeComponent(""+obs.getCoordonneeY());
|
120 |
+"&coord_y="+URL.encodeComponent(""+obs.getCoordonneeY());
|
Line 121... |
Line 121... |
121 |
|
121 |
|