Hacker News new | ask | show | jobs
by noahgolmant 72 days ago
You may want to look into the PMTiles format and tippecanoe. It efficiently produces pyramidal XYZ tile overviews of vector data. Sometimes this is also done server side via the PostGIS asMVT ffunction, or Martin.

For client side rendering, deck.gl is quite good, also a newer library called lonboard from DevelopmentSeed.

1 comments

Thanks for those pointers! Very helpful.