Geoguessr Map-Making Auto-Tag

Tag your street views by date&address&generations

目前為 2023-09-29 提交的版本,檢視 最新版本

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

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

Installation: First, you need to install the Tampermonkey extension in your browser. You can find it in the Chrome Web Store for Google Chrome, or in the Add-ons Manager for Firefox.

Adding the Script: Once Tampermonkey is installed, go to the Tampermonkey Dashboard and click on the ‘+’ tab to create a new script. Copy and paste the provided script into the editor and save it.

Usage: This script adds several checkboxes with different labels and a trigger button to your webpage. When you click these checkboxes and the trigger button, the script prompts you to input JSON-formatted data from your clipboard or upload a JSON file. It then retrieves information corresponding to the selected checkboxes, adds these labels to the JSON data, and outputs it back to your clipboard. To get JSON-formatted data, click on the Export button on Map-Making, select the coordinates data you want to process, and click on the Copy button. Alternatively, you can upload a JSON file for processing.

Due to technical limitations, reading from the clipboard may often result in errors, but don’t worry, just try a few more times. If multiple attempts and refreshing the page still fail to read clipboard data, it is recommended that you input data by importing a JSON file.

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 1000 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.