CMSV6里面GPS的位置解析方式
<p>1.客户端
客户端Map/Playback里面的位置是通过客户端电脑发送请求连接在线地图解析的.
地图参数里的速度单位是在Map/Track地图上车辆信息框里显示的速度单位。
速度单位目前只有客户端才可以转换成km/h之外的其他单位,web上暂时只能用km/h这个速度单位!!报表里面的速度单位也是一样,目前只有km/h!!
<img src="https://www.showdoc.cc/server/api/common/visitfile/sign/cba541cb0b08ec8eea5aa61809e8180c?showdoc=.jpg" alt="" />
2.Web
网页里面Location/Track里面的位置,都是web客户端所在电脑发出请求连接在线地图解析的.
<img src="https://www.showdoc.cc/server/api/common/visitfile/sign/e538a5a672e8dfbb6f9f980dc5c63b3b?showdoc=.jpg" alt="" /> </p>
<p>3.报表
客户端/Web里面的报表里面显示的位置,都是从服务器电脑发出请求连接在线地图解析的.
修改方法:CMSServer installation foler\tomcat\webapps\gpsweb\WEB-INF\classes\config\mapconfig.conf
For the location in CMS reports, it is resolved by online map .We can change the location resolution settings to show location other than GPS coordinates in report. Go to CMS Server installation folder \tomcat\webapps\gpsweb\WEB-INF\classes\config\mapconfig.conf, remove the annotation symbol to use location resolution all the time, and change decode map type to Google to use Google Map for resolution.
<img src="https://www.showdoc.cc/server/api/common/visitfile/sign/78285b15927cc391a2bc03afc9b9a4f1?showdoc=.jpg" alt="" />
<img src="https://www.showdoc.cc/server/api/common/visitfile/sign/2cef2928588dbb0ee08cedab258b7e34?showdoc=.jpg" alt="" />
<img src="https://www.showdoc.cc/server/api/common/visitfile/sign/3ec3c670da7b8a5e6a07071611cfd711?showdoc=.jpg" alt="" /></p>