|
@@ -64,7 +64,7 @@ public class ProjectSceneGpsServiceImpl extends ServiceImpl<IProjectSceneGpsMapp
|
|
|
if(sceneGpsVo == null && StrUtil.isNotBlank(scenePlusExt.getGps())){
|
|
|
String gps = scenePlusExt.getGps();
|
|
|
SceneExtGpsVo extGpsVo = JSONObject.parseObject(gps,SceneExtGpsVo.class);
|
|
|
- sceneGpsVo = new SceneGpsVo(extGpsVo.getLatitude(),extGpsVo.getLongitude(),extGpsVo.getAltitude(),2);
|
|
|
+ sceneGpsVo = new SceneGpsVo(extGpsVo.getLatitude(),extGpsVo.getLongitude(),extGpsVo.getAltitude(),1);
|
|
|
}
|
|
|
if(sceneGpsVo != null
|
|
|
&& StrUtil.isNotBlank(sceneGpsVo.getLat())
|