osrm storing polyline string efficiently

17 Views Asked by At

Hi there I am using OSRM project APIs to generate a route for some points I have such a case that the generated polyline string is too long for a column of type "text" in the MYSQL database. how can I use OSRM to generate the polyline string more efficiently and store it in MYSQL database?

0

There are 0 best solutions below