Listing locations along a route

The site has the ability to plan a route between multiple locations. It shows the route and the Superchargers on the map. This is great! Is it possible to list all the Superchargers along that route that are within a reasonable distance of the route (e.g. 2 miles)?

When I travel, I like to have a backup printout of all the Superchargers along my route with details such as site name, address, V2/V3/V4, & site host. I do this manually now and for a 600 mile trip it is time consuming.

This seems straight forward since all the data is there. I’ve had some success by coding up my own point-in polygon locator (using GPS coordinate) but getting the data as good as what exists on this site is difficult. Parsing Tesla’s data is daunting.

Doh! I just found the link where you let us download your data in JSON. This is much better optimized than Tesla’s data. Maybe I’ll try my hand again at route & site filtering.

Yeah we have no feature like that here. With the lack of dev resources unlikely for anytime soon. The route planning was written long ago and not sure anyone now have looked at that code or a has knowledge about it.

If you get a working solution let us know would be great to see.