Project ideas from Hacker News discussions.

Organic Maps

📝 Discussion Summary (Click to expand)

3 Prevailing Themes in the Discussion

Theme Summary Representative Quotes
1️⃣ Governance & licensing concerns about Organic Maps Users point out that OM’s server was once closed‑source, that the developers have used donation money for personal expenses, and that the map data is distributed under a non‑FOSS “data license.” This lack of transparency has driven the community toward a fork. “Some parts of the server were closed source for a bit. No longer the case. Also people got upset that the developers used the product funding to pay for their personal expenses.” — physicalecon
“Comaps can record tracks if that’s what you need :-)” — jraph
2️⃣ CoMaps – the preferred open‑source alternative The fork addresses the above concerns while adding useful features (track recording, better discovery, priority of nearby places) and is praised for its steadier development and community‑first ethos. “There’s actually work ongoing on live traffic support from various public sources!” — eisa01
“In the CoMaps fork test builds there is now a change to prioritize nearby places more.” — eisa01
3️⃣ Offline, privacy‑focused use cases Many commenters value apps that work completely offline, consume little battery, and are suited for hiking, nautical navigation, or any situation without data connectivity. They contrast these apps with Google Maps’ reliance on constant connectivity. “I was hoping for an offline open map with specifically tracking … guess I know what this weekend’s project is.” — hypercube33
“It really is good at not draining your battery.” — efrecon
“I love organic maps” — roschdal

The themes are distilled from direct user statements (quoted verbatim) and highlight why the community is gravitating away from Organic Maps toward CoMaps and other fully offline, FOSS mapping solutions.


🚀 Project Ideas

[MapShare Sync]

Summary

  • Provides a royalty‑free interchange format for offline vector map tiles so users can move a single download between Organic Maps, CoMaps, OsmAnd, etc., eliminating duplicate downloads.
  • Offers a simple GUI/CLI converter that validates and preserves metadata (e.g., PROJ info, licensing) while stripping proprietary components.

Details

Key Value
Target Audience FOSS map users who need portable offline maps across multiple apps
Core Feature Open‑source converter and catalog generator for .mwm/.vector tiles
Tech Stack Rust backend, Electron GUI, SQLite, OSM data pipelines
Difficulty Medium
Monetization Revenue-ready: Free (optional donation)

Notes

  • Directly addresses HN frustration that “OM has lost most of its community… and nobody wants to re‑download the same data” (see comments about re‑using maps).
  • Mirrors the desire expressed for “a way to share offline map data across apps without re‑downloading” (cf. bruce343434 question).

[TrafficLite Navigator]

Summary

  • Merges public GTFS‑RT, traffic camera feeds, and OpenAddresses into an offline‑first UI, giving users real‑time rerouting suggestions without a constant data connection.
  • Delivers cached traffic snapshots for selected regions, enabling dynamic route calculations on‑device.

Details

Key Value
Target Audience Adventure travelers and commuters using offline maps in low‑connectivity zones
Core Feature Real‑time traffic overlays and adaptive routing based on external feeds
Tech Stack Python/Flask backend, PostGIS, MBTiles, React‑Native front‑end, PostgreSQL
Difficulty High
Monetization Revenue-ready: Subscription (e.g., $2/mo for premium regions)

Notes

  • Solves the “real time traffic and detour navigation” gap highlighted by sgt and eisa01.
  • Aligns with the community’s push for “OpenAddresses integration and traffic” (eisa01) and references the need for “runtime traffic situations” (dhx).

[SearchBoost for FOSS Maps]

Summary

  • Adds a community‑driven fuzzy search layer on top of offline map apps by aggregating POI, address, and opening‑hour data from OSM and crowdsourced sources.
  • Includes a plug‑in for CoMaps/Organic Maps that surfaces quick search results and flags missing OSM entries.

Details

Key Value
Target Audience Map users annoyed by poor search performance and missing place names
Core Feature Enhanced offline place search with auto‑completion and auto‑suggestions
Tech Stack Node.js API, Elasticsearch, Overpass API, React PWA
Difficulty Low
Monetization Hobby

Notes

  • Tackles ravenstine’s complaint about “search totally stinks” and the need for “better search feature” (ravenstine).
  • Incorporates the observation that “search rocks because you have high‑fidelity OSM maps to query” (fuzzy2) and the desire for “more testers and iOS devs” (eisa01).

Read Later