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.

Serving Vector Tiles, Fast

103 pointsby altiluniumabout 1 month ago

4 comments

stevageabout 1 month ago
The term "serving" is a bit misleading here. Most of the time, vector tile servers are serving pre generated tiles, which is extremely fast. This analysis is about generating tiles on the fly from PostGIS through a custom web server.
评论 #43599188 未加载
评论 #43599654 未加载
pbsurfabout 1 month ago
I&#x27;ve built a server for generating OpenStreetMap vector tiles on demand from a GeoDesk database, which is barely larger than an .osm.pbf (100GB vs. 80GB for current planet.osm.pbf) - much smaller than a PostGIS instance: <a href="https:&#x2F;&#x2F;github.com&#x2F;styluslabs&#x2F;geodesk-tiles">https:&#x2F;&#x2F;github.com&#x2F;styluslabs&#x2F;geodesk-tiles</a>
durkieabout 1 month ago
another option that would have been interesting to see here is serving PostGIS GeoJSON export -&gt; tippecanoe encode. Tippecanoe is super fast, parallelizes well and built solely for generating vector tile data (with lots of configurable options that PostGIS lacks)
pluto_modadicabout 1 month ago
okay, do they mean vectors, or tiles, because that&#x27;s like saying &quot;serving PNG JPEGs&quot; or &quot;serving JPEG PNGs&quot;. Some servers chuck back &#x2F;a picture&#x2F;, some servers chuck back &#x2F;an SVG&#x2F; or line data.
评论 #43602157 未加载
评论 #43602184 未加载