Skip to content

feat(maps): Coordinate Converter + new Maps category - #94

Merged
slaveofcode merged 1 commit into
developfrom
feat/coord-convert
Aug 1, 2026
Merged

feat(maps): Coordinate Converter + new Maps category#94
slaveofcode merged 1 commit into
developfrom
feat/coord-convert

Conversation

@slaveofcode

Copy link
Copy Markdown
Owner

First of the maps suite. Fully client-side (no tiles/network): convert a GPS coordinate between Decimal (DD), DMS, UTM (WGS84), and geohash, plus an OpenStreetMap link and 'use my location'.

  • coord.lib (pure, tested): DD/DMS, UTM (USGS series), geohash — round-trip tests across hemispheres + zones.
  • New Maps category (emerald). Format-picker island with per-format outputs + copy.

575 tests · lint clean · build green. Map-based tools (Map Explorer, GeoJSON/GPX/KML viewer, Static map — MapLibre + OpenFreeMap, with dark-theme sync) come next.

🤖 Generated with Claude Code

First of the maps suite. Fully client-side (no tiles/network): convert a GPS
coordinate between Decimal (DD), DMS, UTM (WGS84) and geohash, plus an
OpenStreetMap link and 'use my location' (geolocation).

- coord.lib (pure, tested): parseLatLng, ddToDms/dmsToDd, ddToUtm/utmToDd
  (USGS series), encode/decodeGeohash, formatDd. Round-trip tests across
  hemispheres + zones.
- New 'Maps' category (emerald). Coordinate Converter island with a format
  picker + per-format outputs with copy buttons.

575 tests · lint clean · build green (/tools/coord-convert built). Map-based
tools (Map Explorer, GeoJSON/GPX/KML viewer, Static map — MapLibre + OpenFreeMap,
with dark-theme sync) come next.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@slaveofcode
slaveofcode merged commit 76027a2 into develop Aug 1, 2026
1 of 2 checks passed
@slaveofcode
slaveofcode deleted the feat/coord-convert branch August 1, 2026 13:35
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.

1 participant