Are there any android apps that use this yet?
Do you think osmand has any plan to add support?
Submitted 1 year ago by boramalper@lemmy.world to technology@lemmy.world
Are there any android apps that use this yet?
Do you think osmand has any plan to add support?
This is a brand new project so I’m sure no apps are using this yet or even have plans to.
Well, here is hoping!
Supporting on GitHub. Just a few bucks a month. It won’t take many of us to get to $175/mo.
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.
I haven’t dug into the docs much. This really does return vectors? Because all of the OSM servers and services I have seen return tiles that are bitmaps, which for the type of data being displayed always seemed like a rather moronic way to do it.
They generally intend to move to vectors afaik. There was a blogpost and call for donations by them a while ago.
Yep, vectors. See github.com/onthegomap/planetiler
Neat
There is no tile server running; only nginx serving a Btrfs image with 300 million hard-linked files.
Wow. Btrfs ftw
computergeek125@lemmy.world 1 year ago
Before anyone gets too deep I’d like to point out that this is just about hosting vector tiles, the actual tile gen is a separate project
github.com/onthegomap/planetiler