|
@@ -130,7 +130,7 @@ public class SceneCommonService implements ISceneCommonService {
|
|
|
vo.setSceneSize(scene.getSpace());
|
|
|
vo.setAlgorithmTime(scene.getAlgorithmTime());
|
|
|
vo.setMapping(scene.getMapping());
|
|
|
- vo.setMapping(scene.getWebPath());
|
|
|
+ vo.setWebPath(scene.getWebPath());
|
|
|
//vo.setOrientation();
|
|
|
//vo.setRtkLocation();
|
|
|
|