boramalper@lemmy.world to Technology@lemmy.worldEnglish · 2 months agoOpenFreeMap - a public vector tile server for OpenStreetMapopenfreemap.orgexternal-linkmessage-square14fedilinkarrow-up1195arrow-down13
arrow-up1192arrow-down1external-linkOpenFreeMap - a public vector tile server for OpenStreetMapopenfreemap.orgboramalper@lemmy.world to Technology@lemmy.worldEnglish · 2 months agomessage-square14fedilink
minus-squareVitaly@feddit.uklinkfedilinkEnglisharrow-up8·2 months agoI’m curious how much faster it is rather than downloading images
minus-squareboramalper@lemmy.worldOPlinkfedilinkEnglisharrow-up10·2 months agoYou 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 months agoLoading 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·1 month agoIt 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.