@@ -49,4 +49,6 @@ public class SceneVo extends Model {
* laser推送经纬度信息
*/
private String rtkLocation;
+ private Long sceneSize; //场景大小
+
}
@@ -127,6 +127,7 @@ public class SceneCommonService implements ISceneCommonService {
vo.setBind(true);
vo.setLocation(scene.getLocation());
vo.setInFusion(false);
+ vo.setSceneSize(scene.getSpace());
//vo.setOrientation();
//vo.setRtkLocation();