Custom renderer?
Custom renderer?
Posted Jul 2, 2025 10:31 UTC (Wed) by malmedal (subscriber, #56172)In reply to: Custom renderer? by Cyberax
Parent article: 15 Years of OsmAnd
I will be surprised if that can be made performant enough. I am using to render the entire world into a 70Gig or so file which fits on my phone.
> but it depends on MapTiler which is commercial.
You don't have to. This is what the tilemaker tiles replace.
To explain a bit more; what I do is use tilemaker to make vector tiles of the entire world, takes about a day, then copy it to my phone.
Instead of running tilemaker yourself you can download maptiler-osm-2025-06-30-v3.15-planet.mbtiles from MapTiler, not FOSS, but free for personal use,
The phone app consists of an Android WebView backed by an http-server which serves the tilemaker tiles and a javascript app, written with maplibre-gl and using osm-liberty as style.
This gives me a nice map of wherever I am in the world, which I can use without expensive roaming charges or messing with a local sim.
