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.

How to draw every street in a country with Node.js and SVG

3 pointsby danburzoover 9 years ago

2 comments

danburzoover 9 years ago
A little vacation experiment based on Ben Fry&#x27;s project &quot;All Streets&quot;:<p><a href="http:&#x2F;&#x2F;3rdfloor.fathom.info&#x2F;products&#x2F;all-streets" rel="nofollow">http:&#x2F;&#x2F;3rdfloor.fathom.info&#x2F;products&#x2F;all-streets</a><p>I tried my hand at drawing every street in the OpenStreetMap dataset for Romania using Node.js for data processing and SVG for drawing the map. I&#x27;m pretty happy with the results, and with a bit of optimization I was able to draw similar maps larger datasets like France or Germany.<p>The code is also on Github: <a href="https:&#x2F;&#x2F;github.com&#x2F;danburzo&#x2F;every-street" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;danburzo&#x2F;every-street</a>
poseidover 9 years ago
nice project, I also like SVG and JS for visual experiments