Locus Map - forum

Development => Other features => Navigation & Guidance => Topic started by: abrensch on August 06, 2019, 13:35:00

Title: Add internal compression to BRouter service call
Post by: abrensch on August 06, 2019, 13:35:00
there's currenlty a size-limit of 0,5 MB for the resultng GPX in a service call to BRouter

To workaround that limit, I added a compression option to BRouter 1.5.x, where the GPX is gzip/base64 encoded internally.

For the client-side patch see this OsmAnd-PR:

https://github.com/osmandapp/Osmand/pull/7231/files

Could you implement this for Locus as well?

thanx, Arndt
Title: Re: Add internal compression to BRouter service call
Post by: Menion on August 08, 2019, 11:45:05
Hello Arndt,

thanks for pointing on this nice improvement. Implemented. Will be right in next version next week.

Menion