Closed pedro-cf closed 6 months ago
Is it possible to generate URL safe encoded strings? (only uses a-z, A-Z, 0-9, and URL safe characters like + * _ -.)
Similar to: https://github.com/LiveBy/url-safe-polyline
Hi @pedro-cf, this is currently not supported. I would probably add this function to a separate project, or advise people to use something like https://github.com/heremaps/flexible-polyline.
Is it possible to generate URL safe encoded strings? (only uses a-z, A-Z, 0-9, and URL safe characters like + * _ -.)
Similar to: https://github.com/LiveBy/url-safe-polyline