As a passenger in a moving car, I like to do OSM field mapping, constantly scanning the view outside and noting every detail I can spot. The catch is, I need to do it fast. Too fast to worry about proper tagging or structured data entry. What I really want is an app that shows my current location on a basemap, lets me tap anywhere on it to drop a point, and attach a rough plaintext note. Later, once I’m back home, I could export all those coordinates and notes as a GeoJSON file, import it into iD Editor or JOSM, and take the time to think about proper tags.
A few weeks ago, while traveling to Bandung, I tried doing “quick, live mapping on the road” with Vespucci. It turned out to be a bit of a nightmare. Each time I spotted something, I had to stop the GPS autofollow, download OSM data, add a node, pick a tagging preset, fill out the details, upload, and then repeat the whole cycle. By the time I was done with one object, I’d already missed several others. That constant stop-and-go completely killed the flow of observation.
What I wanted instead was a much simpler loop: keep the GPS autofollow running, spot something interesting, click on the map, type a quick note, and move on. No tagging, no data downloads, no breaking the momentum. Just rapid-fire, location-anchored note-taking while the car keeps moving.
At first, I tried building a dedicated Android app to do this. Unfortunately, my Gradle setup was corrupted, and fixing it meant re-downloading everything, which would have taken far too long. That’s when I remembered a small web app I had built three years ago for a similar purpose, although back then it didn’t have GPS tracking. So instead of starting from scratch, I decided to just add the GPS feature to that old app.
The result is now live at http://altilunium.github.io/sakumaps/v2.