因为一些原因,谷歌地图网页版的卫星图像和街道不能对齐,存在明显的偏移。
Due to some reason, Google map has obvious offest on mainland China.
只需要在页面 url 上增加一个参数 &gl=cn 就能消除这个偏移。
Adding a param &gl=cn can fix the problem.
本仓库附带的油猴脚本,可以自动在页面链接上增加这个参数,修正地图标记的位置。
The js file in this repo can add the param to the url automatically, to fix the location of the markers on the map.