您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Tag your street views by date, exactTime, address, generation, elevation
当前为
Update
We've enhanced the method of fetching elevation data, fine-tuning its performance for faster execution. No longer reliant on third-party API data, we now directly leverage Google's dataset, ensuring a more robust and seamless experience.
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 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 latitude and longitude, 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 1200 at a time to manage memory usage efficiently(When tagging by exact time or elevation, the length is 500).