Skip to content

Commit 4d03192

Browse files
authored
fix: gh-pages (#227)
* fix: gh-pages * fix: better dwell location doc
1 parent 3e6d692 commit 4d03192

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: github.ref == 'refs/heads/main'
3535
with:
3636
github_token: ${{ secrets.GITHUB_TOKEN }}
37-
publish_dir: ./docs
37+
publish_dir: ./
3838
user_name: "googlemaps-bot"
3939
user_email: "googlemaps-bot@users.noreply.github.com"
4040
commit_message: ${{ github.event.head_commit.message }}

docs/DwellTimes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# Dwell Time
22

3+
The "Dwell Locations" toggle highlights areas on the map where the vehicle remained stationary for a significant period.
4+
5+
* **What they represent:** These are locations where the vehicle stayed within a **20-meter radius** for at least **2 minutes**.
6+
* **How they appear:** Dwell locations are shown as yellow circles.
7+
* **Circle size:** The *size* of the circle indicates the *number of updates* received while the vehicle was at that location. Larger circles mean more updates were received, suggesting a longer dwell time, but the size *doesn't* directly represent the duration in minutes or hours.
8+
39
![Screenshot](screenshots/dwelltime.png)

0 commit comments

Comments
 (0)