googlemaps / js-route-optimization-app

Solve vehicle routing problems with Google Optimization AI Cloud Fleet Routing
https://cloud.google.com/optimization/
Other
92 stars 23 forks source link

perf: Optimize PDF map request parameters #153

Closed jmccollum-woolpert closed 3 months ago

jmccollum-woolpert commented 3 months ago

Closes #152

This PR reduces the precision of marker lat/lngs and increases the level of simplification for route paths when generating maps for PDF export. These two changes reduce the length of the request parameters, allowing for previously failing PDF requests to now succeed.

As this is just a request length optimization, it is still possible that large requests will fail, and we may want to consider an alternative method for generating the PDF maps long term.