Subversion Repositories eFlore/Applications.cel

Rev

Rev 72 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 72 Rev 89
Line 91... Line 91...
91
								String idParent  = ((JSONString) entites.get(2)).stringValue();
91
								String idParent  = ((JSONString) entites.get(2)).stringValue();
Line 92... Line 92...
92
								
92
								
Line 93... Line 93...
93
								
93
								
Line 94... Line 94...
94
								EntiteGeographiqueObservation ent = new EntiteGeographiqueObservation(entite, idEntite, idParent);
94
								EntiteGeographiqueObservation ent = new EntiteGeographiqueObservation(entite, idEntite, idParent);
95
				
95
				
96
								listeEntiteGeographiqueObservation.put(ent.getIdEntite() + ent.getIdParent(), ent);
96
								listeEntiteGeographiqueObservation.put(ent.getLocation() + ent.getLieuDit(), ent);