Geoguessr Map-Making Auto-Tag

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

Από την 21/06/2024. Δείτε την τελευταία έκδοση.

Δημιουργός
kakageo
Βαθμολογίες
0 0 0
Έκδοση
3.84.7
Δημιουργήθηκε την
23/09/2023
Ενημερώθηκε την
21/06/2024
Μέγεθος
40 KB
Άδεια
MIT
Εφαρμόζεται σε

Update

Introducing the feature to fix broken locations.

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 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 or elevation, the length is 500).