|
@@ -56,8 +56,9 @@ public class SceneServiceImpl extends ServiceImpl<SceneMapper, SceneEntity> impl
|
|
|
List<Map<String, Object>> points = filters.stream().map(filter -> {
|
|
|
Map<String, Object> point = new HashMap<>();
|
|
|
point.put("id", filter.getId());
|
|
|
- point.put("datasetLocation", filter.getDataset_location());
|
|
|
point.put("location", filter.getLocation());
|
|
|
+ point.put("floorLocation", filter.getFloor_location());
|
|
|
+ point.put("datasetLocation", filter.getDataset_location());
|
|
|
point.put("datasetFloorLocation", filter.getDataset_floor_location());
|
|
|
point.put("rotation", filter.getDataset_orientation());
|
|
|
point.put("fileId", filter.getFile_id());
|