Greasy Fork is available in English.

Geoguessr Map-Making Auto-Tag

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

Fejlesztő
kakageo
Napi telepítések
1
Telepítések száma
62
Értékelések
0 0 0
Verzió
3.85.3
Létrehozva
2023.09.23.
Frissítve
2024.06.24.
Licensz
MIT
Érvényes

Update

Detect locations that are about to be covered by new coverage, and a tag 'Dangerous' is displayed

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