Geoguessr Map-Making Auto-Tag

Tag your street views by date, exactTime, address, generation, elevation

2024/06/13のページです。最新版はこちら。

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
kakageo
評価
0 0 0
バージョン
3.83.1
作成日
2023/09/23
更新日
2024/06/13
大きさ
32.8KB
ライセンス
MIT
対象サイト

Update

We've enhanced the method of fetching elevation data, fine-tuning its performance for faster execution. No longer reliant on third-party API data, we now directly leverage Google's dataset, ensuring a more robust and seamless experience.

Usage

This script adds checkboxes with different labels and a trigger button to the bottom right corner of the map-making page. When you click on these checkboxes and the trigger button, the script filters the locations that need to be tagged based on the tag-buttons you selected. After completing the tagging process, it will either paste the JSON data to your clipboard or add the tags to your map and save it which depending on your preference.

Please note

If a coordinate has a panoId, the script retrieves metadata and address information for that panoId from the Google Street View API. If a coordinate doesn’t have a panoId but has latitude and longitude, the script searches for metadata and address information based on these coordinates with a default search radius of 50 meters.

The script processes coordinates in chunks of 1200 at a time to manage memory usage efficiently(When tagging by exact time or elevation, the length is 500).