Life in a multi-million population City can be tough on Introverted minds. For me, mapping in OpenStreetMap is first and foremost an activity to improve publicly accessible geodata around my local and known places, though it has also recently become a way for me to virtually travel to far away places. Exploring remote corners of the earth that are not quite as bustling with activity, where not every square-meter has already been meticulously mapped to the nth degree. Theres even a subreddit for this kind of exploration: /r/GoogleEarthFinds !
Zooming in on a random patch of rainforest, a tiny island in the pacific or one of the thousands of meandering arms off the Amazonas shows a mostly untouched view of nature. Panning around looking for interesting landmarks, it only takes a few minutes to stumble upon a secluded village whose roads are not even connected to the world-wide network, or a lonely farm in the middle of nowhere. These are the places that fascinate me the most. I get lost in imagining what life is like there, who lives there, what untold stories do these places hold? While daydreaming of this, i map the buildings I see, paths and roads, things that can safely be confirmed from aerial imagery. Switching to different imagery providers can show how these places evolved, has the village grown or shrunk? Have Roads been extended or left to be reclaimed by mother nature? A handy website for viewing satellite imagery with different timestamps is https://livingatlas.arcgis.com/wayback
Usually I just zoom into random places and see where it takes me. With the power of Overpass Turbo, one can find places in a slightly organized fashion. Below is a prompt which shows islands that have residential areas on them, within the current view of the map:
[out:json][timeout:25];
(
nwr["place"="island"]({{bbox}});
);
nwr["landuse"="residential"]({{bbox}});
// print results
out geom;
Or simply highlighting villages in the current map view:
[out:json][timeout:25];
(
nwr["place"="village"]({{bbox}});
);
// print results
out geom;
Discussion
Comment from palamito on 5 August 2026 at 16:52
Pretty much, the fun of mapping in OSM is also the fun of exploring the world, the city, sighting places you otherwise would have never known or heard off, etc. Part of the reason why I love hiking, and also urban walking, you always see a new spot or street you were never before, but at least for me I have visited most of my local city and it has helped me in memorizing the name of sectors and the streets, things I would struggle with before
Also, if you use JOSM, there is a way to insert wayback imagery from Esri into it so you can map with them. I think you can do that with other editors but I am not sure since I haven’t used any other editors that aren’t josm (Not even iD).
Right now if you look at my latest edits I have been mapping roads in a remote area of my country that’s comprised of just flatlands, and you can see how remote it is since there are long stretches of distance between each farm and ranch, to the degree that some of them are probably hours away from the nearest town, and since the roads are unpaved you could only get there with a truck, or trough horse riding/mule riding
Anyways, good write up, looking to see more of them if you redact them in the future
Comment from Aeiouau on 6 August 2026 at 06:25
@palamito thank you for the kind words and advice on JOSM :) I really ought to check it out, ive only briefly looked at it some time ago but never really gave it a proper try. I map on multiple different PC’s, so the comfort of a ready-to-go web-based editor has been nice so far. I see that it offers much more functionality, ive always wished the ID editor be able to align multiple objects in one angle (all buildings in a block for example).
So fascinating that there are still a lot of unmapped roads where you mapped recently, I guess the age of exploration isnt as over as some say :D