Skip to content

feat: add DashTag Maps as supported navigation app#334

Open
brandonatdashtag wants to merge 1 commit intotschoffelen:masterfrom
Dashtag-Platforms-Inc:add-dashtagmaps
Open

feat: add DashTag Maps as supported navigation app#334
brandonatdashtag wants to merge 1 commit intotschoffelen: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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants