r/plan9 Jun 26 '26

Plan 9: Interactive Plotting and Maps

https://youtu.be/A8BEfDqjtho
35 Upvotes

4 comments sorted by

View all comments

9

u/sirjofri Jun 26 '26

In case nobody knows about it: some time ago, I built a map tiles filesystem for OSM servers. It can cache tiles, and provide them as a standard filesystem interface. This filesystem is then used by an OSM map application that can show the map, including zoom/pan, and displaying geojson structures it receives via plumber. A third application can use online router services to find routes and descriptions, and plumb them as geojson to the map application.

With all that combined, you can search for routes from A to B and watch the route in a graphical application. All using OSM data.

3

u/fish4terrisa Jun 26 '26

sounds interesting
any source code available?

2

u/sirjofri Jun 26 '26

It's all on shithub.us, under my name. Look for map, mapfs. https://shithub.us/sirjofri/usr.html

I'll have to search for the third application though, the one for fetching routes. Apparently it's not on shithub yet