Skip to content

feat(map): switch to MapLibre vector maps#4

Merged
DenserMeerkat merged 2 commits intomainfrom
feat-maptiler-mapview
Jan 15, 2026
Merged

feat(map): switch to MapLibre vector maps#4
DenserMeerkat merged 2 commits intomainfrom
feat-maptiler-mapview

Conversation

@DenserMeerkat
Copy link
Copy Markdown
Owner

Description

This PR replaces the legacy OSM tile system with MapLibre and MapTiler. By moving to vector tiles, the map now supports high-fidelity rendering, custom styling, and smoother interactions. This change significantly improves the visual quality of the map viewer and provides a more modern feel for the user.

improvements:

  • Smooth Performance: Swiping, zooming, and rotating are now fluid and responsive.
  • Native Dark Mode: Map styles now dynamically align with the app's theme for a consistent look.
  • High Resolution: Unlike raster tiles, vector maps remain perfectly sharp at every zoom level.

Comparison

Old (OSM Raster) New (MapLibre Vector)

resolves #3

@DenserMeerkat DenserMeerkat merged commit 58b6478 into main Jan 15, 2026
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.

feat(map): upgrade to MapLibre with MapTiler styling

1 participant