Greasy Fork is available in English.

Geoguessr Map-Making Auto-Tag

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

Автор
kakageo
Щоденних встановлень
1
Всього встановлень
62
Рейтинги
0 0 0
Версія
3.85.3
Створено
23.09.2023
Оновлено
24.06.2024
Ліцензія
MIT
Відноситься до

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