feat: add DashTag Maps as supported navigation app#334
Open
brandonatdashtag wants to merge 1 commit intotschoffelen:masterfrom
Open
feat: add DashTag Maps as supported navigation app#334brandonatdashtag wants to merge 1 commit intotschoffelen:masterfrom
brandonatdashtag wants to merge 1 commit intotschoffelen:masterfrom
Conversation
Add DashTag Maps (dashtagmaps) as a new navigation app option. DashTag Maps is a vehicle enthusiast navigation app supporting single-destination and multi-waypoint navigation via deep links. URL scheme: dashtagmaps:// - Single: dashtagmaps://navigate?lat=X&lon=Y&title=Z - Multi-waypoint: dashtagmaps://navigate?waypoints=lat,lng,name|... Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds DashTag Maps as a new supported navigation app. DashTag Maps is a vehicle enthusiast navigation app available on iOS and Android with support for single-destination and multi-waypoint navigation via deep links.
dashtagmapsdashtagmaps://Deep link formats
Single destination:
Multi-waypoint (with source):
Changes
src/type.ts— Added'dashtagmaps'toMapIdunion typesrc/constants.ts— Added URL scheme prefix, display title, and icon referencesrc/utils.ts— Added URL generation logic ingenerateMapUrlswitchapp.plugin.js— Addeddashtagmapsto iOSLSApplicationQueriesSchemessrc/images/dashtagmaps.png— 150x150 app iconREADME.md— Added to supported apps list and Info.plist schemesTesting
npm run build— compiles successfullynpm run lint— 0 warningsnpm test— 60/60 tests pass🤖 PR Content Generated with Claude Code