hyzp_ybqx-Commit165:版本号更新为version: 1.5.1+20220517。已经开始适配IOS版App。已经适配叙州区的点位地图中心位置和版权信息

This commit is contained in:
WinUser01
2022-05-16 15:55:11 +08:00
parent 7d8eb148a4
commit a975cef186
3 changed files with 11 additions and 2 deletions
+8
View File
@@ -96,6 +96,14 @@ class UserInfo {
center_latitude = 28.829484824941034; // 区县中心纬度
center_longitude = 104.9676905045844; // 区县中心经度
break;
case 511504: // 叙州区
copyright_info = '© ' + qx_name_long + '生态环境局 四川省踏石科技版权所有' + service_tel;
copyright_info_PinYin = 'YIBIN XUZHOU BLACK SMOKE CAR CAPTURE SYSTEM';
// 中心位置:点击底图空白处响应:coordinate = {latitude: 28.72865142049528, longitude: 104.5638752288174}
center_latitude = 28.72865142049528; // 区县中心纬度
center_longitude = 104.5638752288174; // 区县中心经度
g_zoomLevel = g_zoomLevel_default = 13; //地图默认缩放倍数
break;
case 511530: // 三江新区
qx_name_long = '宜宾' + qx_name;
copyright_info = '© ' + qx_name_long + '城乡融合发展局 四川省踏石科技\n版权所有,' + service_tel.substring(1);