通过 JavaScript 在图片上设置 GPS 位置
是否可以通过JavaScript设置图片的GPS位置?在使用 Google 时,我发现了很多显示此信息的方法,但没有找到如何设置它的方法。
Is it possible to set the GPS location of a picture through JavaScript? While using Google I found a lot of ways to display this information but non on how to set it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以读取 EXIF 数据来获取图像的纬度/经度,但您当然不能使用 Javascript 编写它
You can read EXIF data to get the lat/lng of an image but you certainly can't write it using Javascript
如果您愿意编写 Firefox 扩展,您将拥有额外的权限,并且您可以弄清楚如何在本地操作图像。
If you're open to writing a Firefox extension, you would have additional privileges, and you could figure out how to manipulate images locally.