您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Tag your street views by date, exactTime, address, generation, elevation
当前为
Adding new feature: 'Tag by Time'!
By default, our script provides results with a 1-minute accuracy. Moreover, you could modify this accuracy level in the script code to either improve runtime speed or obtain even more accurate time.
Please note that for some panos, specific capture times may not be available. In such cases, the script will return either ‘notime’ or ‘noday’.
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. However, it currently does not support reading locations selected by polygons. After completing the tagging process, the script will pop up a window asking if you want to refresh the page to view the updated tags.
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 1200 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.