通过 JavaScript 在图片上设置 GPS 位置

发布于 2024-10-06 20:02:48 字数 76 浏览 4 评论 0原文

是否可以通过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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

牛↙奶布丁 2024-10-13 20:02:49

您可以读取 EXIF 数据来获取图像的纬度/经度,但您当然不能使用 Javascript 编写它

You can read EXIF data to get the lat/lng of an image but you certainly can't write it using Javascript

落在眉间の轻吻 2024-10-13 20:02:49

如果您愿意编写 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文