Geoguessr Map-Making Auto-Tag

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

目前為 2024-06-09 提交的版本,檢視 最新版本

作者
kakageo
評價
0 0 0
版本
3.80
建立日期
2023-09-23
更新日期
2024-06-09
尺寸
31.8 KB
授權條款
MIT
腳本執行於

Adding new feature: 'Tag by Time'!

By default, our script provides results with a 1-minute accuracy. Moreover, you could modify this accuracy level in the script code to either improve runtime speed or obtain even more accurate time.

Please note that for some panos, specific capture times may not be available. In such cases, the script will return either ‘notime’ or ‘noday’.

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. However, it currently does not support reading locations selected by polygons. After completing the tagging process, the script will pop up a window asking if you want to refresh the page to view the updated tags.

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 lat and lng, 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. Once all coordinates are processed, the updated data is copied back to your clipboard in JSON format, and an alert message “New JSON data has been copied to the clipboard!” is displayed.