diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 835701a..2e3dc1a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -34,7 +34,7 @@ jobs: if: github.ref == 'refs/heads/main' with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./docs + publish_dir: ./ user_name: "googlemaps-bot" user_email: "googlemaps-bot@users.noreply.github.com" commit_message: ${{ github.event.head_commit.message }} diff --git a/docs/DwellTimes.md b/docs/DwellTimes.md index 330e375..25e9528 100644 --- a/docs/DwellTimes.md +++ b/docs/DwellTimes.md @@ -1,3 +1,9 @@ # Dwell Time +The "Dwell Locations" toggle highlights areas on the map where the vehicle remained stationary for a significant period. + +* **What they represent:** These are locations where the vehicle stayed within a **20-meter radius** for at least **2 minutes**. +* **How they appear:** Dwell locations are shown as yellow circles. +* **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. + ![Screenshot](screenshots/dwelltime.png)