|
@@ -101,6 +101,13 @@ public class CruiseShipMappingServiceImpl implements ICruiseShipMappingService
|
|
|
data.put("polylinePath",data1);
|
|
|
data.put("color", color.get(i));
|
|
|
data.put("shipName", recentLocations.get(i).getShipName());
|
|
|
+ data.put("shipType", recentLocations.get(i).getShipType());
|
|
|
+ data.put("lengthOverall", recentLocations.get(i).getLengthOverall());
|
|
|
+ data.put("registrationNumber", recentLocations.get(i).getRegistrationNumber());
|
|
|
+ data.put("quantity", recentLocations.get(i).getQuantity());
|
|
|
+ data.put("propulsion", recentLocations.get(i).getPropulsion());
|
|
|
+ data.put("passengerCapacity", recentLocations.get(i).getPassengerCapacity());
|
|
|
+ data.put("safetyEquipment", recentLocations.get(i).getSafetyEquipment());
|
|
|
combinedData.add(data);
|
|
|
}
|
|
|
return combinedData;
|