Skip to content

Commit

Permalink
Fix Waze url for navigation when using CarPlay
Browse files Browse the repository at this point in the history
The default url for Waze works fine IIRC when you are not using
CarPlay. The Waze app will open to the location and allow you to
start navigation.

However, if you have CarPlay, the Waze app just opens to the
default 'menu', and doesn't seem to know anything about the location.

This has always worked fine from Poracle notifications. So this
adds a couple of extra query params that Poracle uses. This fixes
it.
  • Loading branch information
comstud committed Feb 9, 2025
1 parent 756a8e8 commit 46eac14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@
},
{
"name": "Waze",
"url": "https://www.waze.com/ul?ll={x},{y}"
"url": "https://www.waze.com/ul?ll={x},{y}&navigate=yes&zoom=17"
},
{
"name": "Intel",
Expand Down

0 comments on commit 46eac14

Please sign in to comment.