Hello,
Working with libchamplian on a new project.
By default libchamplain work with openstreetmap online.
Working with local renedering on big OSM file is very slow.
Can i speed up map showing for local rendering ?
Hi,
what kind of local rendering did you use - in libchamplain local rendering map sources using libmemphis is more or less just a proof of concept and not really suitable for production. But if you have some external tool to render png tiles on the fly, it should work without any problem. If you create the map source the same way as in the mapbox.py demo, you might want to set a higher number of parallel network requests using
(the default is 2) so your renderer can start rendering more tiles in parallel.
Cheers,
Jiri