Line 182... |
Line 182... |
182 |
String longitude = structure.getLongitude();
|
182 |
String longitude = structure.getLongitude();
|
183 |
String latitudeLongitude = (!longitude.equals("") && !latitude.equals("")) ? latitude+" / "+longitude : "";
|
183 |
String latitudeLongitude = (!longitude.equals("") && !latitude.equals("")) ? latitude+" / "+longitude : "";
|
Line 184... |
Line 184... |
184 |
|
184 |
|
185 |
identificationParams.set("acronyme", acronyme);
|
185 |
identificationParams.set("acronyme", acronyme);
|
186 |
identificationParams.set("statut", typePrive+typePublic);
|
186 |
identificationParams.set("statut", typePrive+typePublic);
|
187 |
identificationParams.set("date_fondation", structure.getDateFondationFormatLong());
|
187 |
identificationParams.set("date_fondation", structure.getAnneOuDateFondationFormatLong());
|
Line 188... |
Line 188... |
188 |
identificationParams.set("nbre_personnel", structure.getNbrePersonne());
|
188 |
identificationParams.set("nbre_personnel", structure.getNbrePersonne());
|
189 |
|
189 |
|
190 |
identificationParams.set("description", structure.getDescription());
|
190 |
identificationParams.set("description", structure.getDescription());
|