boramalper@lemmy.world to Technology@lemmy.worldEnglish · 1 month agoOpenFreeMap - 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 · 1 month agomessage-square14fedilink
minus-squareVitaly@feddit.uklinkfedilinkEnglisharrow-up8·1 month agoI’m curious how much faster it is rather than downloading images
minus-squareboramalper@lemmy.worldOPlinkfedilinkEnglisharrow-up10·1 month 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·1 month 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.