TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

3 点作者 danburzo超过 9 年前

2 条评论

danburzo超过 9 年前
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>
poseid超过 9 年前
nice project, I also like SVG and JS for visual experiments