Geoguessr Map-Making Auto-Tag

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

目前為 2024-07-27 提交的版本,檢視 最新版本

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

Update

New Feature: "Tag by Driving Direction" - The script will automatically tag the street view based on the default driving direction of the street view vehicle (absolute direction). The default directions include eight values: East, South, West, North, Southeast, Northeast, Southwest, and Northwest.

UI Improvement: All checkboxes are displayed within the popup to avoid obstructing other elements on the page.

Usage

Log in to the map-making page and enter your map editing page, click the 'Auto-Tag' button on the lower right to start tagging, and the program will pop up a window for you to select the features. 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 pano has a panoId, the script retrieves metadata and address information for that panoId from the Google Street View API.
  • If a pano doesn’t have a panoId but has latitude and longitude, the script searches for metadata and address information based on its coordinate with a default search radius of 50 meters.
  • The script processes panos in chunks of 1200 at a time to manage memory usage efficiently (When tagging by exact time, the length is 500).