HackerTrans
TopNewTrendsCommentsPastAskShowJobs

alohec

no profile record

Submissions

Recording 600k (and counting) PGA shots

alexlohec.com
4 points·by alohec·قبل 5 سنوات·0 comments

comments

alohec
·قبل 5 سنوات·discuss
At least for simple GeoJSON you can use tippecanoe (https://github.com/mapbox/tippecanoe) with --output-to-directory to get individual .pbf tiles. Most rendering clients will have some scheme where you can provide a root url and then the tiles need to be stored in some defined structure beneath that (e.g. root/z/x/y.pbf)

(posted something similar to another response)
alohec
·قبل 5 سنوات·discuss
You can use tippecanoe (https://github.com/mapbox/tippecanoe) with the --output-to-directory flag to output the individual .pbf tiles instead of a single MBTiles file. These tiles can then be hosted on something like s3 and your map-rendering client can query the necessary tiles, no server required.