Skip to content

feat: add DashTag Maps as supported navigation app#334

Merged
tschoffelen merged 6 commits into
tschoffelen:masterfrom
Dashtag-Platforms-Inc:add-dashtagmaps
May 19, 2026
Merged

feat: add DashTag Maps as supported navigation app#334
tschoffelen merged 6 commits into
tschoffelen:masterfrom
Dashtag-Platforms-Inc:add-dashtagmaps

Conversation

@brandonatdashtag
Copy link
Copy Markdown

@brandonatdashtag brandonatdashtag commented Mar 30, 2026

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.

  • App ID: dashtagmaps
  • URL scheme: dashtagmaps://
  • Platforms: iOS and Android

Deep link formats

Single destination:

dashtagmaps://navigate?lat=40.7128&lon=-74.0060&title=Destination

Multi-waypoint (with source):

dashtagmaps://navigate?waypoints=40.71,-74.00,Start|40.76,-73.98,Destination

Changes

  • src/type.ts — Added 'dashtagmaps' to MapId union type
  • src/constants.ts — Added URL scheme prefix, display title, and icon reference
  • src/utils.ts — Added URL generation logic in generateMapUrl switch
  • app.plugin.js — Added dashtagmaps to iOS LSApplicationQueriesSchemes
  • src/images/dashtagmaps.png — 150x150 app icon
  • README.md — Added to supported apps list and Info.plist schemes

Testing

  • npm run build — compiles successfully
  • npm run lint — 0 warnings
  • npm test — 60/60 tests pass
  • Tested on iOS device
  • Tested on Android device

🤖 PR Content Generated with Claude Code

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>
@tschoffelen tschoffelen enabled auto-merge May 19, 2026 15:12
@tschoffelen tschoffelen merged commit 585da24 into tschoffelen:master May 19, 2026
2 checks passed
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 3.13.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants