TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Generate a Fog Of War map from Google location data locally in browser

2 pointsby eamag24 days ago
I&#x27;ve created a Fog Of War map based on my data export using python in 30 minutes, and decided to build a web app to make it easier for others. Then I spent a whole day trying to figure out how to do it in JS, why it&#x27;s way slower (<a href="https:&#x2F;&#x2F;github.com&#x2F;Turfjs&#x2F;turf&#x2F;issues&#x2F;2851">https:&#x2F;&#x2F;github.com&#x2F;Turfjs&#x2F;turf&#x2F;issues&#x2F;2851</a>), how to optimize it (I tried Rust wasm but had too many problems with bindings for geo), then trying to deploy it as a static page but had too many problems with next.js error pages and awaits.<p>This version is still alpha, doesn&#x27;t collect your data, built with next.js and deployed to cloudflare pages like this <a href="https:&#x2F;&#x2F;developers.cloudflare.com&#x2F;pages&#x2F;framework-guides&#x2F;nextjs&#x2F;ssr&#x2F;" rel="nofollow">https:&#x2F;&#x2F;developers.cloudflare.com&#x2F;pages&#x2F;framework-guides&#x2F;nex...</a>

no comments

no comments