Hi this is Miko I’m currently in Little Rock Arkansas United States. I’m really digging this map made by the users. Y’all have a nice day.
Users' Diaries
Recent diary entries
Hi all, we are creating MTB routes for Italy-Switzerland border. We love MTB experiences by day and by night. Almost each thursday we add a brick in our puzzle. At the end we will join them together. We are based on Bizzarone, a pleasant village near Lake Como and Lugano. Feel free to contribute!
hi! am JOSEPH MANGU am working with Open Map Development Tanzania #HOT Tanzania since 2022 as a volunteer and I have worked through different projects . Always am proud to be part of OSM family under YouthMappers at Jordan University College. Here is my email accounts:jmangu360@gmail.com
Ankara
- Bütün ilçeler: SOKAĞI
Bolu
- Merkez: SOKAK
- Seben: SOKAK
Çanakkale
- Merkez: SOKAK
Diyarbakır
- Diyarbakır Büyükşehir Belediyesi: SOKAK
İstanbul
- Bütün ilçeler: SOKAĞI
İzmir
- Bütün ilçeler: SOKAĞI
Kocaeli
- Bütün ilçeler: SOKAK
Malatya
- Battalgazi: SOKAĞI
- Yeşilyurt: SOKAĞI
Sakarya
- Sakarya Büyükşehir Belediyesi: SOKAK
- Adapazarı: SOKAK
- Karasu: SOKAK (tüm sokaklar numaralı)
自分の足でいけるところの地図のリファインが最近の中心です。日々ちょろっとしか改善されませんが、365回やってたらちょっとしたモノかなと。
Contenedor de ropa usada en la avenida Las Caballerizas. Fuente: trabajo propio (CC BY-SA 4.0) disponible en Wikimedia Commons.
He creado un mapa web provisional donde se muestra el resultado de la incorporación de contenedores de reciclaje y de basura al mapa de OpenStreetMap en el municipio de Málaga.
La importación de contenedores de basura aún no está terminada. El gestor de tareas de la comunidad local donde se alojaba el proyecto de importación dejó de funcionar temporalmente, lo que ha provocado un retraso no deseado. No obstante, sigo trabajando en la importación de forma local y pronto se incorporarán al mapa los contenedores que faltan.
En paralelo y con la colaboración de Areyesl y Alan Grant, se están revisando la ubicación y características de los contenedores de reciclaje previamente importados para que la información incluida en el mapa de OpenStreetMap sea lo más precisa posible.
In the last year our Polish OpenStreetMap community started updating the data of parcel lockers and their locations in Poland. The popularity of these machines has significantly increased during the COVID-19 pandemic. We estimate the increase in the number of these devices in Poland at around 3,000 per year. The mapping campaign and the hard work of many contributors have led to the fact that the OSM data in the case of the introduced parcel machines in Poland is much more accurate than the data that the operators of these machines have. At the moment, we have over 4,200 parcel machines introduced to OSM. So we have potentially another advantage in promoting OpenStreetMap in Poland. Unfortunately, we cannot use it, because the parcel lockers are not rendered on www.openstreetmap.org.
The Polish OSM community made a huge contribution to standardize tagging of these features in accordance with all community guidelines. The process was quite difficult because the comments were diverse (and strong) and it was impossible to take into account all of them. Proposa link These steps were time consuming, but eventually we were able to work out the tagging scheme accepted by the OSM community.
Unfortunately, we are not able to develop a solution that would be satisfying for people responsible for maintaining the CartoCSS stylesheet. All our attempts failed.Git hub discussion
That is why I would like to ask a few questions: Why in some areas of our community project do we have total autocracy instead of democracy? Should the OSMF not change the rules for introducing changes to the style to follow the trends and changes in the world around us? Don’t you have the impression that our Democracy is turning into Anarchy?
Hi!! I am getting acquainted with the OSM hot keys(keyboard shortcuts) and it makes the editing easier. At this point I have added over 800 buildings to my father’s village. It’s been fun so far and I’d like to move on to my mother’s village.
Osinachi Atama #umtmapmyvillage
Happy mapping you all!!!
여기는 뭐하는 곳인가요
THIS IS NOT A PROPOSAL.
In most Yangtze Delta cities, buses usually operate in three separate networks: City Buses (城市公交), Suburban Buses (城乡公交) and Town-Village Buses (镇村公交). Some of those do operate outside the city boundaries, which are classified as Intercity Buses (毗邻公交), they can also be a City Bus Line, a Suburban Bus Line or a Town-Village Bus Line.
There exist a group of enthusiasts who spend their weekends from one city to another city purely by buses or subway lines, such a route is possible by benefiting from the tremendously complicated and connected bus network of Yangtze Delta Cities. I’m one of those enthusiasts who usually spend my entire weekend on buses and subway lines from city to city, as such I do exactly have “local knowledge” that I could benefit others if I can draw these lines on OpenStreetMap.
In such a circumstance I figured out that there isn’t a proper way to mark the type of a bus line. After a long discussion with some of the experienced users, I decided to add an unofficial tag network:route:bus:type to tackle this special issue around Yangtze Delta.
For values of network:route:bus:type I would temporary provide city, urban, suburban, town, intercity as five valid options, further extension is possible.
-
city(城市公交),suburban(城乡公交),town(镇村公交) options are used when 3-level bus networks exist in such an area. -
urban(市域公交) option is used when there’s only a single bus network, this option should not use on it’s own since you don’t really need it. -
intercity(毗邻公交) option is used for bus routes that operate outside the city boundary limit, this is a optional tag and should be used with the other options.
I was involved in mobilisation and signing up new members to OSM and participated in a mapathon titled “#mapmyvillage”.
One of the things that note-viewer does is showing notes on a map. They are displayed as markers which we can click to find notes in the table. Map markers show us locations and statuses of notes, the rest of note details can be found in the table. But we can dig deeper into these details. From the last diary entry we know that note-viewer looks for links to osm elements inside note comments. When clicked these links display their linked element on the map. That shows us the element geometry, but now we may want to see more details about the element. The map is displayed using Leaflet library1 which supports adding popups to various items that are shown over the base layer. A popup seems like an appropriate place to show the element version, changeset, last editing user and tags.
What’s the best way for us to implement these popups? If we just bind the popup (layer.bindPopup()) to the element geometry on the map, the user would have to click the element for the popup to show up. Sometimes that’s not very convenient to do because of note markers covering the geometry. To make things easier we can open the popup right away (layer.openPopup()) when the element link is clicked. But that’s not the only thing that needs to happen at that moment, and we may find ourselves struggling a bit with Leaflet. Obviously the linked element may be outside the current map view and we need to pan and zoom to it (map.panTo(), map.flyTo() or others). Opening the popup could have done part of this job because by default the map pans to the opened popup. That still doesn’t take care of zooming. But you may think so what, just let the user zoom to the tip of the popup to find the element on the map.
We have now run three casual mapping parties in the “Social Mapping Sunday” series, and they are always a bit different but each one has been as fun as the last.
Shenton Park
In Shenton Park, lots of brand new mappers showed up and were introduced to OSM for the first time. About 13 of us in total! Meeting in the park and walking to nearby features to map worked well.
We didn’t come prepared with specific material to introduce new mappers, and we ended up spending a lot of time installing apps and setting up user accounts, etc. This was not a problem per-se, because it needs to be done. But it would have been smoother if we had a link to send people to which helped people get set up with the basics.

Mount Lawley
Hi Andy and DWG:
I did not take composing this response lightly. I have always mapped assuming good faith and intelligence with co-mappers, both which have seemingly diminished.
If I got a message about a changeset, I first checked the author’s edit count (i.e. experience), and whether they were locally mapping. You can visit my message list to see that I went well out of my way to address legitimate queries.
recent examples: osm.org/changeset/105906567 osm.org/changeset/116631815
If the author has minimal edits and no local presence, I will not encourage trolls. I especially detest, as probably many others also do, bird-doggers who have zero interest in the local mapping, and whose total focus is on policing, often using external tools. I do not know of any individuals who enjoy being watched over their shoulders.
A perfect example of this is: osm.org/changeset/118228668
The author had unbelievably zero edits and brazenly stated, “I’m sure that you’ve been asked several times”, when in actuality, I never had been.
Another mapper joined the recent fray from nowhere. It looks like his modus operandi is already recognised: https://forum.openstreetmap.org/viewtopic.php?pid=824528
And another with zero edits: osm.org/changeset/116970678
Andy, as for the “asked more than once previously”, whom are you referring to? I only saw that one message a few months ago. You insinuated that there was a huge hue and cry. A bunch of BS on some external blog does not cut it.
As for the comments, the two machines I predominately use for OSM do not have keyboards, so even writing a few words is a chore. Additionally, it impossible to edit those comments, even when they are misplaced and incorrect. Thus, I cannot imagine those comments having any real value except for the pseudo policia.
ctrl + shift + o: opens the “Download object” dialogue, allowing you to download by ID
A whilst in node drawing mode: toggles accurate drawing mode, allowing you to align to common angles and with previous points. You can also hold ctrl and hover over another way to draw parallel with it
ctrl + alt + v: paste copied object into the source position (i.e. where it was when you copied it). Useful when working with multiple layers
5: zoom to downloaded area
4: zoom to conflict
ctrl + h: display history
holding ctrl while drawing a way starts a new way from a point
shift + j: join overlapping areas
alt + shift + f: opens the filter dialogue allowing you to hide certain objects
รถดั้มพ์ลาน
I did some statistical evaluation around StreetComplete, and in this post I describe what I evaluated and what the results are.
(This post is more or less the english text version of this YouTube video, which is in german. There is also a german version of this post here.)
First of all, how did I evaluate this data, or rather, where did I get all the info I’m talking about here? The basis was the StreetCompleteNumbers script that I wrote some time ago. It’s a Python script that can be used to find out the number of solved quests for a user. The script is also available on GitHub. One can use this script very easily:
from StreetCompleteNumbers import StreetCompleteNumbers
StreetCompleteNumbers("wielandb")
Then we just had to find out who are the users whose StreetComplete numbers we want to download. I tried to develop a method that makes as small a number of requests to the OpenStreetMap servers as possible. So simply downloading the entire changeset history for every user I come across should be avoided.
I was using the daily replication diffs since October 2021 (so since half a year ago). I downloaded every diff file, and looked at every changeset that occurred in it. If a changeset contains the changeset tag StreetComplete:QuestType, I trigger a download and save of its numbers for that user. Also, the program remembers for which users it has already saved StreetComplete numbers, so that they are not downloaded twice for the same user.
So I ended up with StreetComplete numbers for 5284 users, which was my database. And so we came directly to the first limitation of this evaluation. Only users who solved at least one StreetComplete quest between October 2021 and March 2022 appear in this statistic.
Before we get to the statistics, it should be said that I do not want to name any users in this evaluation, so we will only see the countries of the top users. So, let’s get to the statistics now:
How many ★ do the top users have?
Ich habe ein paar statistische Auswertungen rund um StreetComplete gemacht, und in diesem Post beschreibe ich was ich Ausgewertet habe und was die Ergebnisse sind.
(Dieser Post ist mehr oder weniger die Text-Version von diesem YouTube-Video.)
Zunächst einmal: Wie habe ich diese Daten ausgewertet, bzw. woher habe ich all die Infos, über die ich hier rede? Grundlage war das Skript StreetCompleteNumbers, dass ich vor einiger Zeit geschrieben habe. Es ist ein Python-Skript, mit dem man die Anzahl der gelösten Quests für einen Nutzer herausfinden kann. Das Skript gibt es auch auf GitHub. Dieses Skript kann man sehr einfach verwenden:
from StreetCompleteNumbers import StreetCompleteNumbers
StreetCompleteNumbers("wielandb")
Dann galt es nur noch herauszufinden, wer denn die Nutzer sind, deren StreetComplete-Zahlen wir herunterladen wollen. Dabei habe ich versucht eine Methode zu entwickeln, die eine möglichst kleine Anzahl an Anfragen an die OpenStreetMap-Server stellt. Also einfach für jeden Nutzer der mir unterkommt die gesamte Changeset-History runterladen sollte vermieden werden.
Ich nutzte die täglichen replication-Diffs seit Oktober 2021 (also seit vor einem halben Jahr). Ich lud jede diff-Datei herunter, und sah mir jedes Changeset, dass in ihm vorkommt, an. Sollte ein Changeset den Changeset-Tag StreetComplete:QuestType enthalten, löse ich für diesen Nutzer ein herunterladen und abspeichern seiner Zahlen aus. Außerdem merkt sich das Programm, für welche Nutzer es schon StreetComplete-Zahlen abgespeichert hat, damit sie nicht zweimal für den selben Nutzer heruntergeladen werden.
Dadurch hatte ich am Ende die StreetComplete-Zahlen für 5284 Nutzer, was meine Datenbasis darstellte. Und so sind wir auch direkt bei der ersten Limitierung dieser Auswertung angelangt. In dieser Statistik tauchen nur Nutzer auf, die zwischen Oktober 2021 und März 2022 mindestens eine StreetComplete-Quest gelöst haben.
Just a question, when searching for any substation. As an example, here is Pembroke Substation:
However searching using the words “Pembroke Substation” returns significantly wrong results ie: in Bristol, Dublin, and even Florida!
The Name field is spelled correctly as “Pembroke Substation”, copy/pasting these exact words from the Name field into the search bar still can’t find it.
I have only been researching substations in South Wales so far, and they all have had good accurate naming, and are wither a Way if a single entity, or a Relation if more than one Way is used.
Is there a setting somewhere to enable this search? Maybe someone could drop me a message.
Many thanks, Scott