boramalper@lemmy.world to Technology@lemmy.worldEnglish · 2 个月前OpenFreeMap - a public vector tile server for OpenStreetMapopenfreemap.orgexternal-linkmessage-square14fedilinkarrow-up1196arrow-down13
arrow-up1193arrow-down1external-linkOpenFreeMap - a public vector tile server for OpenStreetMapopenfreemap.orgboramalper@lemmy.world to Technology@lemmy.worldEnglish · 2 个月前message-square14fedilink
minus-squareVitaly@feddit.uklinkfedilinkEnglisharrow-up8·2 个月前I’m curious how much faster it is rather than downloading images
minus-squareboramalper@lemmy.worldOPlinkfedilinkEnglisharrow-up10·2 个月前You mean how much faster downloading vector tiles are in comparison to raster tiles? I think pre-rendering makes the biggest difference, rather than the type of tiles.
minus-squareunexposedhazard@discuss.tchncs.delinkfedilinkEnglisharrow-up21·2 个月前Loading vector tiles should require significantly less data/bandwidth while also offering completely linear scaling without any steps. I hope this works well enough to eventually replace the current implementation.
minus-squareerrer@lemmy.worldlinkfedilinkEnglisharrow-up7·2 个月前It says in the repo that each file is 450 bytes. And served by nginx which might be compressing it further. So yeah, super duper tiny.
I’m curious how much faster it is rather than downloading images
You mean how much faster downloading vector tiles are in comparison to raster tiles?
I think pre-rendering makes the biggest difference, rather than the type of tiles.
Loading vector tiles should require significantly less data/bandwidth while also offering completely linear scaling without any steps. I hope this works well enough to eventually replace the current implementation.
It says in the repo that each file is 450 bytes. And served by nginx which might be compressing it further. So yeah, super duper tiny.