<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<feed xmlns="http://www.w3.org/2005/Atom">

  <title>OpenStreetMap Blogs</title>
  <link rel="self" href=""/>
  <link href=""/>
  <id></id>
  <updated></updated>
  <generator uri="http://feedreader.github.io/">Pluto 1.6.3 on Ruby 3.3.11 (2026-03-26) [x86_64-linux]</generator>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: BUSPLAN ZA BANJA LUKU</title>
    <link href="https://www.openstreetmap.org/user/Dean%20Leichtle/diary/408994"/>
    <id>https://www.openstreetmap.org/user/Dean%20Leichtle/diary/408994</id>
    <updated>2026-07-02T09:56:42+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;Deutsch
Fahrplan &amp;amp; Liniennetz für Banja Luka
Finde schnell und unkompliziert alle Buslinien, Abfahrtszeiten und Haltestellen in Banja Luka. Nutze die interaktive Karte auf &lt;a href=&quot;https://delebe.de/banjaluka&quot; rel=&quot;nofollow noopener noreferrer&quot; dir=&quot;auto&quot;&gt;https://delebe.de/banjaluka&lt;/a&gt;, um deine Route zu planen, Anschlüsse zu finden oder deinen aktuellen Standort live anzuzeigen. Egal ob Alltag oder Wochenendausflug – hier hast du den gesamten Nahverkehr im Blick.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;English
Banja Luka Bus Timetable &amp;amp; Route Map
Easily find all bus lines, departure times, and stops in Banja Luka. Use the interactive map at &lt;a href=&quot;https://delebe.de/banjaluka&quot; rel=&quot;nofollow noopener noreferrer&quot; dir=&quot;auto&quot;&gt;https://delebe.de/banjaluka&lt;/a&gt; to plan your route, check connections, or track your live location. Whether it’s your daily commute or a weekend trip, we’ve got your transit covered.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Srpski (Latinica)
Red vožnje i mapa linija za Banja Luku
Pronađi brzo i jednostavno sve autobuske linije, polaske i stanice u Banjoj Luci. Koristi interaktivnu mapu na &lt;a href=&quot;https://delebe.de/banjaluka&quot; rel=&quot;nofollow noopener noreferrer&quot; dir=&quot;auto&quot;&gt;https://delebe.de/banjaluka&lt;/a&gt; da isplaniraš svoju rutu, provjeriš presjedanja ili prikažeš svoju trenutnu lokaciju uživo. Bilo da je u pitanju svakodnevni prevoz ili vikend izlet – ovdje imaš kompletan uvid u gradski saobraćaj.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Српски (Ћирилица)
Ред вожње и мапа линија за Бања Луку
Пронађи брзо и једноставно све аутобуске линије, поласке и станице у Бањој Луци. Користи интерактивну мапу на &lt;a href=&quot;https://delebe.de/banjaluka&quot; rel=&quot;nofollow noopener noreferrer&quot; dir=&quot;auto&quot;&gt;https://delebe.de/banjaluka&lt;/a&gt; да испланираш своју руту, провјериш пресједања или прикажеш своју тренутну локацију уживо. Било да је у питању свакодневни превоз или викенд излет – овдје имаш комплетан увид у градски саобраћај.&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Mejores deseos</title>
    <link href="https://www.openstreetmap.org/user/Cristian%20Nicolas%20Nunez%20Mantilla/diary/408993"/>
    <id>https://www.openstreetmap.org/user/Cristian%20Nicolas%20Nunez%20Mantilla/diary/408993</id>
    <updated>2026-07-01T21:06:21+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;Tuve una discusión por temas futboleros, me respondieron feo a un meme que puse y yo respondí peor, ese momento me sentí bien, luego pense y me sentí triste por haberme dejado llevar por la pasión del coraje, en fin, quiero que este mapaton latinoamerica llegue lejos y sirva para muchos tomadores de decisiones. Saludos&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: [GSoC] Prototyping medial axis implementation for area routing</title>
    <link href="https://www.openstreetmap.org/user/Paco%20Albacete%20Chicano/diary/408990"/>
    <id>https://www.openstreetmap.org/user/Paco%20Albacete%20Chicano/diary/408990</id>
    <updated>2026-07-01T12:48:43+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;Hi again! 
During the last weeks I’ve been working on a Python prototype of the medial axis that will later be implemented in Valhalla&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;The goal of this prototype is to validate the algorithm, experiment with different choices and make it work for some synthetic and real OSM areas.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;I’ve done it using Shapely, which is a python package built on top of GEOS (the library used by Valhalla). So thanks to Shapely I can implement the algorithm using functions that I’ll use in Valhalla, but in a much easier way without having to care about Valhalla’s complexity.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;However GEOS doesn’t provide a medial axis implementation. So to achieve the medial axis we have to build it from the Voronoi Diagram. The thing with the Voronoi is that it doesn’t care about topology it just works with point clouds. So in order to get a medial axis of it we have to:&lt;/p&gt;

&lt;ol dir=&quot;auto&quot;&gt;
  &lt;li&gt;Collect all vertices from the polygon’s outer boundary and its holes&lt;/li&gt;
  &lt;li&gt;Generate the Voronoi diagram&lt;/li&gt;
  &lt;li&gt;Iterate over every Voronoi Edge&lt;/li&gt;
  &lt;li&gt;Discard every edge that is not completely contained within the polygon&lt;/li&gt;
&lt;/ol&gt;

&lt;p dir=&quot;auto&quot;&gt;And then we have our medial axis! This is a raw version, later we have to prune it  as explained in the previous diary entry.&lt;/p&gt;

&lt;h3 dir=&quot;auto&quot; id=&quot;algorithm-overview&quot;&gt;Algorithm overview&lt;/h3&gt;

&lt;h4 dir=&quot;auto&quot; id=&quot;building-the-polygon&quot;&gt;1. Building the polygon&lt;/h4&gt;

&lt;p dir=&quot;auto&quot;&gt;The first step is whether to reconstruct the polygon from OpenStreetMap or create my own polygon to test the exact case I want to.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;For example:&lt;/p&gt;

  &lt;pre&gt;&lt;code&gt;&lt;span&gt;square&lt;/span&gt; &lt;span&gt;=&lt;/span&gt; &lt;span&gt;Polygon&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;
    &lt;span&gt;[(&lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;span&gt;),(&lt;/span&gt;&lt;span&gt;5&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;span&gt;),(&lt;/span&gt;&lt;span&gt;5&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;10&lt;/span&gt;&lt;span&gt;),(&lt;/span&gt;&lt;span&gt;30&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;10&lt;/span&gt;&lt;span&gt;),(&lt;/span&gt;&lt;span&gt;30&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;30&lt;/span&gt;&lt;span&gt;),(&lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;30&lt;/span&gt;&lt;span&gt;)],&lt;/span&gt; &lt;span&gt;# outer ring
&lt;/span&gt;    &lt;span&gt;[&lt;/span&gt;
        &lt;span&gt;[(&lt;/span&gt;&lt;span&gt;5&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;15&lt;/span&gt;&lt;span&gt;),(&lt;/span&gt;&lt;span&gt;10&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;11&lt;/span&gt;&lt;span&gt;),(&lt;/span&gt;&lt;span&gt;18&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;15&lt;/span&gt;&lt;span&gt;),(&lt;/span&gt;&lt;span&gt;18&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;20&lt;/span&gt;&lt;span&gt;),(&lt;/span&gt;&lt;span&gt;5&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;20&lt;/span&gt;&lt;span&gt;)],&lt;/span&gt; &lt;span&gt;# inner rings
&lt;/span&gt;        &lt;span&gt;[(&lt;/span&gt;&lt;span&gt;2&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;5&lt;/span&gt;&lt;span&gt;),(&lt;/span&gt;&lt;span&gt;3&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;3&lt;/span&gt;&lt;span&gt;),(&lt;/span&gt;&lt;span&gt;4&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;5&lt;/span&gt;&lt;span&gt;),(&lt;/span&gt;&lt;span&gt;3&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;8&lt;/span&gt;&lt;span&gt;)],&lt;/span&gt;
    &lt;span&gt;])&lt;/span&gt;

&lt;/code&gt;&lt;/pre&gt;  
&lt;p dir=&quot;auto&quot;&gt;&lt;img src=&quot;https://i.imgur.com/yuRrg0S.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot;&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Because the Voronoi only considers the input vertices, the resulting skeleton becomes inaccurate, to mitigate this problem I densify every boundary segment using:&lt;/p&gt;

  &lt;pre&gt;&lt;code&gt;&lt;span&gt;polygon&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;segmentize&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;1.0&lt;/span&gt;&lt;span&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;  
&lt;p dir=&quot;auto&quot;&gt;Which inserts one vertex every meter, this produces a much smoother approximation of the medial axis.&lt;/p&gt;

&lt;h4 dir=&quot;auto&quot; id=&quot;voronoi-generation&quot;&gt;2. Voronoi generation&lt;/h4&gt;

&lt;p dir=&quot;auto&quot;&gt;Once all vertices have been collected, we generate the diagram. However, this diagram extends outside the polygon. So every Voronoi edge is tested and only thoise completely contained inside the polygon are kept. Duplicate edges are also removed.
And now we have:&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;img src=&quot;https://imgur.com/mMdWx4S.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot;&gt;
Plaza de Santo Domingo Murcia:
&lt;img src=&quot;https://imgur.com/6dgezmP.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot;&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;It starts looking good, but now we have to get the skeleton of it&lt;/p&gt;

&lt;h4 dir=&quot;auto&quot; id=&quot;pruning-dead-branches&quot;&gt;3. Pruning dead branches&lt;/h4&gt;

&lt;p dir=&quot;auto&quot;&gt;To better understand the implementation it is important to know what degree of a vertex is. And we can simply define it as the number of edges incident to that vertex.
(Don’t judge my drawing skills :))
&lt;img src=&quot;https://imgur.com/MooeTQV.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot;&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;So in order to obtain the skeleton, I compute the degree of every vertex, and iteratively walk from each leaf until reaching a junction (degree &amp;gt;= 3). And after removing these branches now we have it!
&lt;img src=&quot;https://imgur.com/ifvk63J.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot;&gt;&lt;/p&gt;

&lt;h4 dir=&quot;auto&quot; id=&quot;extra-implementations&quot;&gt;4. Extra implementations&lt;/h4&gt;

&lt;p dir=&quot;auto&quot;&gt;There are a few more things I’ve implemented, like test entrances joining the skeleton to the closest point of the skeleton without crossing over a boundary.
Moreover, because of the densification we made before, what looks like an edge, they really are segments of ~1 meter, then I had to simplify these, joining everything between degree 1-3 or 3-3. So the numbers of edges remains low as we discussed, in my last diary entry, was a big pro of the medial axis.
Here is an example testing entrances:&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;img src=&quot;https://imgur.com/YnzIUa2.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot;&gt;&lt;/p&gt;

&lt;h3 dir=&quot;auto&quot; id=&quot;conclusion&quot;&gt;Conclusion&lt;/h3&gt;

&lt;p dir=&quot;auto&quot;&gt;This prototype has been extremely useful to validate the approach and understand the practical challenges. Thanks to doing it here first, we can experiment and refine the approach in a much easier way. Next step is bringing this into Valhalla.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Finally, thanks to Chris, Kevin and Nils who are always helping me a lot and they have been a great support! I want to also thank the people that commented on my last entry, all the messages have helped us to look for edge cases and refine our implementation, &lt;strong&gt;Thanks a lot!&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p dir=&quot;auto&quot;&gt;I’ve kept this entry without much code so it can be understandable for everyone, but if someone is interested in the code implementation feel free to ask!&lt;/p&gt;
&lt;/blockquote&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Культурное наследие.</title>
    <link href="https://www.openstreetmap.org/user/dehtiarne/diary/408988"/>
    <id>https://www.openstreetmap.org/user/dehtiarne/diary/408988</id>
    <updated>2026-06-30T18:17:11+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;В моём посёлке Слатино не очень много есть данных, большинство домов отсутсвуют, я переодически там что-то добавляю и даже пытался добавить все дома (это было очень сложно). Там я часто нахожу почти “Культурное наследие”, изменения, правки и т.д. 2009-2015 годов, я даже нашёл один профиль человека который максимально детально сделал своё село в 2011 в Сумской области, около 15к правок было в одном блоке загрузки. И там был коментарий “Какая сегодня погода была - не знаю. Я целый день провёл перед компьютером чтобы моё село не было пустой точкой на карте:)”. Кстати тогда он +- в последний раз был в сети. Вообще такое “Культурное наследие” не редкость, в отдалённых сёлах можно часто увидеть правки 15-16 летней давности. Возможно людям которые этим занимались давно померли, может уехали, в общем сменили курс жизни. Люди которые начали делать правки на ОСМ очень давно и  досихпор этим занимаются - единицы. Скорее всего этот дневник через лет 10-15 станет тоже своеобразным “Культурным наследием”, а можем мы вообще станем тупее и даже не сможем редактировать карту 😀&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Globe Meet-up last time. Albert pub tonight</title>
    <link href="https://www.openstreetmap.org/user/Harry%20Wood/diary/408987"/>
    <id>https://www.openstreetmap.org/user/Harry%20Wood/diary/408987</id>
    <updated>2026-06-30T18:07:46+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;We’ve got another &lt;a href=&quot;https://wiki.openstreetmap.org/wiki/London#Upcoming_Events&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;OSMLondon pub meet-up tonight!&lt;/a&gt;. I’m trying to be a bit more orginal with pub choices recently, so I picked a place down in Victoria. This is not the end of London I know best, but it’s good to go South a bit. In fact I seem to remember past Victoria meet-ups (at The Windsor Castle?) being very well attended, so we’ll see. I also don’t know The Albert pub, so we just have to cross our fingers for good beer choice/food/spaciousness practicalities. If it’s hideously busy we’ll have to tough it out until the after work crowds disperse.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;The last meet-up I picked “The Globe” near Moorgate. That worked pretty well for attracting attendees. I suppose it’s nice and central and in The City where a lot of people work. We got some new folks coming along, including some very active OSMers who’d not joined us at a meet-up before.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;I feel like the pub was not so good for being a bit expensive. City prices? Or maybe it’s just my imagination. We’ve had some recent rounds of inflation so I haven’t got used to  &amp;gt;£7 per pint yet :-(  It’d be interesting to know if price &lt;em&gt;differences&lt;/em&gt; between cheap and expensive pubs have shifted too. Feels like not much difference these days. It’s expensive everywhere. I used to like choosing pubs where beer is cheap, like Wetherspoons and Sam Smiths, but I suppose I can’t expect student prices all my life.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;But yes… otherwise “The Globe” pub worked pretty well.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;img src=&quot;https://harrywood.co.uk/blog/wp-content/uploads/2026/06/osmlondon_the_globe.jpg&quot; alt=&quot;photo at the Globe&quot; loading=&quot;lazy&quot;&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Let’s see how we do with attendees tonight. Everyone’s welcome!&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;a href=&quot;https://wiki.openstreetmap.org/wiki/London#Upcoming_Events&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;All the details on the London wiki page&lt;/a&gt;&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">Geofabrik: New in OSM Inspector: Turn Restrictions</title>
    <link href="https://blog.geofabrik.de/index.php/2026/06/30/new-in-osm-inspector-turn-restrictions/"/>
    <id>https://blog.geofabrik.de/?p=715</id>
    <updated>2026-06-30T15:36:37+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2026/06/restrictions-nancy.png&quot; alt=&quot;OSM Inspector screenshot showing turn restrictions – valid and invalid – in Nancy&quot; /&gt;&lt;/p&gt;
&lt;p&gt;We&amp;#8217;ve added a new &lt;a href=&quot;https://tools.geofabrik.de/osmi/?view=turn_restrictions&quot;&gt;turn restrictions view&lt;/a&gt; to OSM Inspector showing (almost) all restrictions and highlighting invalid ones.&lt;!-- more --&gt;&lt;/p&gt;
&lt;p&gt;There are some turn restriction validators around already but they tend to be based on live Overpass queries and therefore are negatively affected by recent &lt;a href=&quot;https://community.openstreetmap.org/t/overpass-api-performance-issues/140598&quot;&gt;performance issues.&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;The turn restriction validator we have added to our tool &lt;a href=&quot;https://github.com/geofabrik/osmi_simple_views&quot;&gt;osmi_simple_views&lt;/a&gt; (which already creates the tagging, highways, geometry and places views from an up-to-date copy of the OpenStreetMap planet dump) does not require Overpass but instead writes its results to SQlite files in one go. These are then served to OSMI users as a slippy map (currently using Mapserver but this is &lt;a href=&quot;https://community.openstreetmap.org/t/testet-den-neuen-osm-inspector/143783&quot;&gt;subject to change&lt;/a&gt; as we&amp;#8217;re preparing a move to vector tiles).&lt;/p&gt;
&lt;p&gt;The code validates the number, types and roles of relation members. Tag values are checked except for conditional restrictions, &lt;code&gt;no_entry&lt;/code&gt; and &lt;code&gt;no_exit&lt;/code&gt; restrictions.&lt;/p&gt;
&lt;p&gt;We hope that you find this validator useful in improving the quality of OpenStreetMap data in your region.&lt;/p&gt;
&lt;p&gt;See the &lt;a href=&quot;https://wiki.openstreetmap.org/wiki/OSM_Inspector/Views/Turn_Restrictions&quot;&gt;wiki page&lt;/a&gt; for a description of all potential validation errors and suggestions how to fix them, and feel free to open an issue on GitHub if you find something amiss.&lt;/p&gt;
  </content>
    <author>
      <name>Geofabrik</name>
      <uri>http://blog.geofabrik.de/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: 广州地铁、广佛地铁和广东城际车站的出入口名称</title>
    <link href="https://www.openstreetmap.org/user/qgmzmy/diary/408986"/>
    <id>https://www.openstreetmap.org/user/qgmzmy/diary/408986</id>
    <updated>2026-06-30T14:41:04+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;广州地铁、广佛地铁与广东城际车站的出入口有编号外的名称，将OSM中的&lt;code dir=&quot;auto&quot;&gt;name&lt;/code&gt;写为“A口”等内容并不合适。&lt;/p&gt;

&lt;h1 dir=&quot;auto&quot; id=&quot;section&quot;&gt;查找&lt;/h1&gt;
&lt;p dir=&quot;auto&quot;&gt;可在&lt;a href=&quot;https://wx.gzmtr.com:50443&quot; title=&quot;站点及出行查询&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;站点及出行查询&lt;/a&gt;网站和&lt;a href=&quot;https://www.gzmtr.com/APP&quot; title=&quot;广州地铁&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;广州地铁App&lt;/a&gt;查询，也可在车站内寻找出口资讯。
&lt;img src=&quot;https://static.qgmzmy.me/OSM/GZMTREntrance/exit_info.jpeg&quot; alt=&quot;出口资讯&quot; title=&quot;出口资讯&quot; loading=&quot;lazy&quot;&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;在线查询到的名称中可能包含一些注释信息，如“花城大道（本站D口通往花城汇、广州国际金融中心，开放时间为7:00-22:30，敬请留意。）”，应删去注释信息仅保留“花城大道”。&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;在线查询到的名称可能与线下名称有些区别，以线下为准（或者选一个你觉得合适的？）。&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;示例：&lt;a href=&quot;https://www.openstreetmap.org/node/13666261426&quot; title=&quot;白云大道南（南行）&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;13666261426&lt;/a&gt;、&lt;a href=&quot;https://www.openstreetmap.org/node/13941792080&quot; title=&quot;白云机场T3航站楼&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;13941792080&lt;/a&gt;&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap Blog: State of the Map 2026: Call for Posters</title>
    <link href="https://blog.openstreetmap.org/2026/06/30/state-of-the-map-2026-call-for-posters/"/>
    <id>https://blog.openstreetmap.org/?p=176663183</id>
    <updated>2026-06-30T10:00:00+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;figure class=&quot;wp-block-image size-large&quot;&gt;&lt;a href=&quot;https://blog.openstreetmap.org/wp-content/uploads/2019/07/SotM2018_viewing_posters.jpg&quot;&gt;&lt;img fetchpriority=&quot;high&quot; decoding=&quot;async&quot; width=&quot;1024&quot; height=&quot;683&quot; src=&quot;https://blog.openstreetmap.org/wp-content/uploads/2019/07/SotM2018_viewing_posters-1024x683.jpg&quot; alt=&quot;SotM2018_viewing_posters&quot; class=&quot;wp-image-176636736&quot; srcset=&quot;https://blog.openstreetmap.org/wp-content/uploads/2019/07/SotM2018_viewing_posters-1024x683.jpg 1024w, https://blog.openstreetmap.org/wp-content/uploads/2019/07/SotM2018_viewing_posters-300x200.jpg 300w, https://blog.openstreetmap.org/wp-content/uploads/2019/07/SotM2018_viewing_posters-768x512.jpg 768w, https://blog.openstreetmap.org/wp-content/uploads/2019/07/SotM2018_viewing_posters-624x416.jpg 624w, https://blog.openstreetmap.org/wp-content/uploads/2019/07/SotM2018_viewing_posters.jpg 2048w&quot; sizes=&quot;(max-width: 1024px) 100vw, 1024px&quot; /&gt;&lt;/a&gt;&lt;/figure&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;Did you miss the call for general and OSM Science presentations? Fret not! You can still present your project and initiatives at State of the Map 2026! The Call for Posters for SotM 2026 is now open!&lt;/p&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;Your poster could show how well your community is mapped. It could be a new beautiful style or a map. It could be a community project or statistics, or a poster explaining and inviting people to&amp;nbsp; OpenStreetMap. The important thing is that it is about OSM. We also welcome academic&amp;nbsp; posters on research around OpenStreetMap data.&lt;/p&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;For inspiration, you can check out the SotM 2025 posters – &lt;a href=&quot;https://2025.stateofthemap.org/posters/&quot;&gt;https://2025.stateofthemap.org/posters/&lt;/a&gt;&lt;/p&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;&lt;strong&gt;Submission Requirements&lt;/strong&gt;&lt;/p&gt;



&lt;ul class=&quot;wp-block-list&quot;&gt;
&lt;li&gt;The poster must be in A0 format (841×1189 mm).&lt;/li&gt;
&lt;/ul&gt;



&lt;ul class=&quot;wp-block-list&quot;&gt;
&lt;li&gt;The poster must be related to OpenStreetMap.&lt;/li&gt;
&lt;/ul&gt;



&lt;ul class=&quot;wp-block-list&quot;&gt;
&lt;li&gt;The poster must be open, innovative and transparent (no copying).&lt;/li&gt;
&lt;/ul&gt;



&lt;ul class=&quot;wp-block-list&quot;&gt;
&lt;li&gt;The poster must be an original work (individual, collective or institutional).&lt;/li&gt;
&lt;/ul&gt;



&lt;ul class=&quot;wp-block-list&quot;&gt;
&lt;li&gt;The poster must be submitted under an open license (CC-BY-SA 4.0 or CC0).&lt;/li&gt;
&lt;/ul&gt;



&lt;ul class=&quot;wp-block-list&quot;&gt;
&lt;li&gt;Maximum of two entries per person, team or institution.&lt;/li&gt;
&lt;/ul&gt;



&lt;ul class=&quot;wp-block-list&quot;&gt;
&lt;li&gt;You’re welcome to use generative AI/LLMs like ChatGPT to improve your abstract or text, but you must mention this in the &amp;#8220;Notes&amp;#8221; field of your submission. Please refrain from generating the whole Poster, images or large parts of it using AI/LLMs. It’s fine to use it to improve the wording, the grammar and to avoid spelling errors, or to create a translation of texts you have written yourself in your native language. We do prefer imperfect submissions with a human touch that make us look forward to an exciting and interesting poster. We do not want &amp;#8220;perfect&amp;#8221;  and unnecessarily bloated submissions that all sound the same since they were generated by some tool.&lt;/li&gt;
&lt;/ul&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;&lt;strong&gt;How to participate&lt;/strong&gt;&lt;/p&gt;



&lt;ul class=&quot;wp-block-list&quot;&gt;
&lt;li&gt;Upload your poster via &lt;a href=&quot;https://files.osmfoundation.org/apps/forms/s/9CMfCCHJEBpyTdp8nGnLnY35&quot;&gt;https://files.osmfoundation.org/apps/forms/s/9CMfCCHJEBpyTdp8nGnLnY35&lt;/a&gt; (No Emails are sent to you on submission. If anything is missing or your poster is shortlisted or not, you will hear from us)&lt;/li&gt;
&lt;/ul&gt;



&lt;ul class=&quot;wp-block-list&quot;&gt;
&lt;li&gt;Maximum file size: 30-40 MB&lt;/li&gt;
&lt;/ul&gt;



&lt;ul class=&quot;wp-block-list&quot;&gt;
&lt;li&gt;Format: PDF&lt;/li&gt;
&lt;/ul&gt;



&lt;ul class=&quot;wp-block-list&quot;&gt;
&lt;li&gt;Please provide a description of your poster in the upload form. For example, the background of the project or whatever you consider important to mention in the context of the poster – all that you would tell people if you show them your poster. We will publish this text together with the poster on the SotM website.&lt;/li&gt;
&lt;/ul&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;&lt;strong&gt;Timeline&lt;/strong&gt;&lt;/p&gt;



&lt;ul class=&quot;wp-block-list&quot;&gt;
&lt;li&gt;Deadline: &lt;strong&gt;31 July 2026 23:59:59 UTC +0&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;The SotM team hopes to shortlist up to 15 posters that will be published on our website and some other SotM channels under CC-BY-SA 4.0&lt;/p&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;&lt;strong&gt;The State of the Map Working Group&lt;/strong&gt;&lt;/p&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;&lt;em&gt;Do you want to translate this and other blogposts in your language…? Please email communication@osmfoundation.org with subject: Helping with translations in [your language]&lt;/em&gt;&lt;/p&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;&lt;em&gt;The &lt;/em&gt;State of the Map&lt;em&gt; conference is the annual, international conference of OpenStreetMap&lt;/em&gt;, organised by the OpenStreetMap Foundation. &lt;em&gt;The OpenStreetMap Foundation is a not-for-profit organisation, formed to support the OpenStreetMap Project. It is dedicated to encouraging the growth, development and distribution of free geospatial data for anyone to use and share. The&amp;nbsp;&lt;/em&gt;&lt;/p&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;&lt;em&gt;OpenStreetMap Foundation owns and maintains the infrastructure of the OpenStreetMap&amp;nbsp;&amp;nbsp; project, is financially supported by membership fees and donations, and organises the annual, international State of the Map conference. Our volunteer Working Groups and small core staff work to support the OpenStreetMap project. Join the OpenStreetMap Foundation for just £15 a&amp;nbsp;&amp;nbsp; year or for free if you are an active OpenStreetMap contributor&lt;/em&gt;.&lt;/p&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;&lt;em&gt;OpenStreetMap was founded in 2004 and is an international project to create a free map of&amp;nbsp; the world. To do so, we, thousands of volunteers, collect data about roads, railways, rivers, forests, buildings and a lot more worldwide. Our map data can be downloaded for free by everyone and used for any purpose – including commercial usage. It is possible to produce your own maps which highlight certain features, to calculate routes etc. OpenStreetMap is increasingly used when one needs maps which can be very quickly, or easily, updated.&lt;/em&gt;&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap Blog</name>
      <uri>https://blog.openstreetmap.org</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Tile server for toll roads, cycling restrictions and cobblestone overlays</title>
    <link href="https://www.openstreetmap.org/user/Candid%20Dauth/diary/408979"/>
    <id>https://www.openstreetmap.org/user/Candid%20Dauth/diary/408979</id>
    <updated>2026-06-29T15:12:50+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;For many years it has bugged me that no maps display whether a road is a toll road, whether cycling is forbidden there and whether its surface is made of cobblestone. For driving, avoiding toll roads can save a lot of money in many places, but sometimes taking a small section of toll road can save a lot of fuel and time. For cycling, in some especially bicycle-hostile countries (for example Germany, Austria, Switzerland and Belgium), cycling is forbidden on the majority of main roads, and the alternatives are often in a very bad state. In East Germany in particular, many small roads and streets are paved with cobblestones, which makes cycling slow and uncomfortable and can cause damage to the body, bicycle and luggage.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;While route calculation services offer to avoid these types of roads to some extent, rendering them on a map is important to get a general overview of different options, and in case of cycling because route calculation generally works badly, as personal preferences and cycling styles vary greatly and the infrastructure is full of limitations that cannot be accurately represented on OpenStreetMap.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;After a long time of digging into the creation of OpenStreetMap tiles, I have finally managed to create my own overlay tiles to display these road properties on any map.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;a href=&quot;https://files.cdauth.eu/osm-diary/tolls.png&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;&lt;img src=&quot;https://files.cdauth.eu/osm-diary/tolls.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;a href=&quot;https://files.cdauth.eu/osm-diary/cycling-restrictions.png&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;&lt;img src=&quot;https://files.cdauth.eu/osm-diary/cycling-restrictions.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;So far my impression is that most of the data is pretty accurate, in particular the data about toll roads, but &lt;a href=&quot;https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Duse_sidepath&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;&lt;code dir=&quot;auto&quot;&gt;bicycle=use_sidepath&lt;/code&gt;&lt;/a&gt; is very largely underused, so most roads where cycling is forbidden due to a compulsory bikepath are not mapped as such yet.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;The tiles are hosted on &lt;a href=&quot;https://tiles.facilmap.org/&quot; rel=&quot;nofollow noopener noreferrer&quot; dir=&quot;auto&quot;&gt;https://tiles.facilmap.org/&lt;/a&gt; and are available as Map styles on &lt;a href=&quot;https://facilmap.org/&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;FacilMap&lt;/a&gt;. On FacilMap there is also a legend that explains the meaning of the different colours.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Feel free to use the tiles in your own projects, for now there are no limitations. When using the tiles in a commercial or heavy-use project, consider a monthly &lt;a href=&quot;https://docs.facilmap.org/users/contribute/#contribute-your-money&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;donation&lt;/a&gt; to cover the server costs.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;The source code and map styles can be found &lt;a href=&quot;https://github.com/FacilMap/tiles&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;on GitHub&lt;/a&gt;. If you have any suggestions for improvements, open an issue there or comment on this diary entry.&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Sobre OSM for Cities</title>
    <link href="https://www.openstreetmap.org/user/vgeorge/diary/408977"/>
    <id>https://www.openstreetmap.org/user/vgeorge/diary/408977</id>
    <updated>2026-06-29T08:14:22+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;&lt;a href=&quot;https://www.osmforcities.org&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;OSM for Cities&lt;/a&gt; es un proyecto de distribución de datos abiertos sobre las ciudades basado en OpenStreetMap.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;El objetivo es facilitar el acceso y el seguimiento de los datos generados por la comunidad de OSM a organizaciones, grupos locales y profesionales que trabajan en temas urbanos.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;La idea surgió cuando trabajaba en proyectos de planificación del transporte, más o menos cuando conocí OpenStreetMap, en 2008. No había cobertura de datos oficiales sobre vías e infraestructura, y siempre era necesaria una fase inicial de recopilación de datos, que al final del proyecto no se reutilizaban.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Hoy en día la situación es un poco diferente y muchas grandes ciudades producen y publican sus datos. Pero incluso las ciudades que cuentan con equipos técnicos centran sus recursos en conjuntos de datos críticos y rara vez logran publicar y mantener actualizada la información sobre mobiliario urbano, cobertura arbórea, alumbrado público y otros elementos específicos que puedan ayudar en las políticas públicas.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;a href=&quot;https://www.osmforcities.org&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;OSM for Cities&lt;/a&gt; pretende ser una herramienta para quienes trabajan con este tipo de información, complementando otras herramientas que ya existen en el ecosistema de OSM, como la herramienta HOT Export.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Una característica distintiva del proyecto es que permite buscar cualquier ciudad del mundo y visualizar sus datos dentro de sus límites administrativos, sin necesidad de conocimientos técnicos ni de preparación previa de los datos. Solo hay que buscar el nombre de la zona, elegir una plantilla —como paradas de autobús, escuelas o árboles— y la plataforma la mostrará en un mapa.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Además, es posible descargar estos datos en formato GeoJSON y suscribirse para recibir actualizaciones por correo electrónico en caso de que se editen los datos.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;El proyecto es de código abierto y lo mantengo yo, en mi tiempo libre. Obviamente, me gustaría que el proyecto evolucionara para contar con apoyo que financie su infraestructura y desarrollo, pero por el momento el enfoque es validar su propuesta.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Por eso, invito a la comunidad a &lt;a href=&quot;https://www.osmforcities.org&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;visitar el sitio web&lt;/a&gt; y explorar los datos de su ciudad para conocer más sobre la plataforma y compartir sus impresiones.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Traducción del &lt;a href=&quot;https://www.openstreetmap.org/user/vgeorge/diary/408975&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;post original&lt;/a&gt; por DeepL.com&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: About OSM for Cities</title>
    <link href="https://www.openstreetmap.org/user/vgeorge/diary/408976"/>
    <id>https://www.openstreetmap.org/user/vgeorge/diary/408976</id>
    <updated>2026-06-29T08:12:00+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;&lt;a href=&quot;https://www.osmforcities.org&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;OSM for Cities&lt;/a&gt; is a project that distributes open data about cities based on OpenStreetMap.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;The goal is to make it easier for organizations, local groups, and professionals working on urban issues to access and monitor the data produced by the OSM community.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;The idea originated while I was working on transportation planning projects, around the time I discovered OpenStreetMap in 2008. There was no official data coverage for roads and infrastructure, and an initial data collection phase was always necessary, data that was almost never reused once the project ended.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Today, the situation is somewhat different, and many large cities produce and publish their own data. But even cities with technical teams focus their resources on critical datasets and rarely manage to publish and keep up-to-date information on street furniture, tree cover, street lighting, and other specific elements that could inform public policy.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;a href=&quot;https://www.osmforcities.org&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;OSM for Cities&lt;/a&gt; aims to be a tool for those who work with this type of information, complementing other tools that already exist in the OSM ecosystem, such as the HOT Export Tool.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;A unique feature of the project is that it allows users to search for any city in the world and view its data within its administrative boundaries, without requiring technical knowledge or data preparation. Simply search for the area’s name, choose a template—such as bus stops, schools, or trees—and the platform will render the data on a map.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;You can also download this data in GeoJSON format and subscribe to receive email updates if the data is edited.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;The project is open source and maintained by me in my spare time. Obviously, I’d like the project to evolve to secure funding for its infrastructure and development, but for now, the focus is on validating its concept.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;That’s why I invite the community to &lt;a href=&quot;https://www.osmforcities.org&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;visit the website&lt;/a&gt; and explore the data for your city to learn more about the platform and share your thoughts.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;em&gt;Translation of &lt;a href=&quot;https://www.openstreetmap.org/user/vgeorge/diary/408975&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;original post&lt;/a&gt; by DeepL.com&lt;/em&gt;&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Sobre o OSM for Cities</title>
    <link href="https://www.openstreetmap.org/user/vgeorge/diary/408975"/>
    <id>https://www.openstreetmap.org/user/vgeorge/diary/408975</id>
    <updated>2026-06-29T08:05:54+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;O &lt;a href=&quot;https://www.osmforcities.org&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;OSM for Cities&lt;/a&gt; é um projeto de distribuição de dados abertos sobre as cidades baseado no OpenStreetMap.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;O objetivo é facilitar o acesso e acompanhamento dos dados produzidos pela comunidade do OSM para organizações, grupos locais e profissionais que trabalham com questões urbanas.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;A ideia se originou quando trabalhava em projetos de planejamento de transportes, mais ou menos quando conheci o OpenStreetMap, em 2008. Não havia cobertura de dados oficiais de vias e infraestrutura, e sempre era preciso uma fase inicial de coleta de dados, que ao fim do projeto não eram reutilizados.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Hoje em dia a situação é um pouco diferente e muitas grandes cidades produzem e publicam seus dados. Mas mesmo cidades que contam com equipes técnicas focam seus recursos em conjuntos de dados críticos e dificilmente conseguem publicar e manter atualizadas informações sobre mobiliário urbano, cobertura arbórea, iluminação pública e outros elementos específicos que possam ajudar em políticas públicas.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;O &lt;a href=&quot;https://www.osmforcities.org&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;OSM for Cities&lt;/a&gt; pretende ser uma ferramenta para aqueles que trabalham com este tipo de informação, complementando outras ferramentas que já existem no ecossistema do OSM, como o HOT Export Tool.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Um diferencial do projeto é ser possível buscar qualquer cidade do mundo e visualizar seus dados dentro do seu limite administrativo, sem precisar de conhecimento técnico ou preparação dos dados. Basta fazer uma busca pelo nome da área, escolher um template, como paradas de ônibus, escolas, árvores, e a plataforma irá renderizar sobre um mapa.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Ainda é possível baixar estes dados em formato GeoJSON e subscrever-se para receber atualizações por e-mail caso os dados sejam editados.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;O projeto é de código aberto e mantido por mim, no meu tempo livre. Obviamente gostaria que o projeto evoluísse para ter apoio para custear sua infraestrutura e o desenvolvimento, mas no momento o foco é validar a sua proposta.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Por isso, convido a comunidade a &lt;a href=&quot;https://www.osmforcities.org&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;visitar o site&lt;/a&gt; e navegar pelos dados da sua cidade para conhecer mais sobre a plataforma e compartilhar suas impressões.&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: How to add anchor portals correctly</title>
    <link href="https://www.openstreetmap.org/user/Maps%20Man/diary/408974"/>
    <id>https://www.openstreetmap.org/user/Maps%20Man/diary/408974</id>
    <updated>2026-06-28T21:58:08+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;Hi to all editors including line 225 user.
You just can add the anchor portals without changing power lines in substations to anchor portals.&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">Pascal Neis: Checking OpenStreetMap Notes for Potentially Problematic Language</title>
    <link href="https://neis-one.org/2026/06/checking-osm-notes-for-potentially-problematic-language/"/>
    <id>https://neis-one.org/?p=2556</id>
    <updated>2026-06-28T14:39:15+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p&gt;Over the past few months, I have been experimenting with various open-source language models. I often use &lt;a href=&quot;https://ollama.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Ollama&lt;/a&gt; for this, as it is easy to install and can be integrated well into custom workflows. As part of several quality analysis and quality assurance &lt;a href=&quot;https://resultmaps.neis-one.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;ideas&lt;/a&gt; around the &lt;a href=&quot;https://www.openstreetmap.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;OpenStreetMap&lt;/a&gt; (OSM) project, I wanted to explore whether large language models could also be helpful for analysing OSM Notes. &lt;a href=&quot;https://wiki.openstreetmap.org/wiki/Notes&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;OSM Notes&lt;/a&gt; allow contributors and users to report errors, missing information, or other issues in OSM. The vast majority of these notes are factual, constructive, and helpful. In a very small number of cases, however, notes may contain insulting, harmful, or otherwise problematic language. In other cases, notes may include &lt;a href=&quot;https://wiki.openstreetmap.org/wiki/Mapping_private_information&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;personal information&lt;/a&gt; such as names or phone numbers. I was therefore interested in whether such cases could be detected automatically, how reliable such an approach might be, and where its limitations are.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Approach&lt;/strong&gt;&lt;br /&gt;
For quite some time, I have been running various statistics and analyses around &lt;a href=&quot;https://resultmaps.neis-one.org/osm-notes&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;OSM Notes&lt;/a&gt;. Among other things, I try to assign notes to different categories. For this experiment, I added another internal category: “Potentially problematic language”. My internal pipeline checks new notes and marks them if the text may contain insulting, harmful, or otherwise problematic content. This marking is explicitly intended as an internal signal, not as a final assessment or moderation decision. Based on initial tests, I also set up a &lt;a href=&quot;https://www.openstreetmap.org/user/NeisAgent&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;bot&lt;/a&gt; that reacted to selected notes in certain cases. All affected notes, meaning notes that were commented on or closed, were reviewed manually by me in parallel. The aim of the experiment was to better understand the possible use of LLMs in this context and to evaluate the results systematically.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Experiences from the Experiment&lt;/strong&gt;&lt;br /&gt;
The tests showed that automated detection can produce interesting results. In total, well over 500 notes with rather critical text content were detected. Many of the notes that were commented on or closed have since been hidden by the Data Working Group (DWG). At the same time, it became clear that intervening in a community process in this way is sensitive and should be communicated transparently. During the experiment, there was critical feedback and some misunderstandings about the purpose, functionality, and scope of my bot. Among other things, there was an impression that the bot could hide or censor notes. This is not the case: I am not an OSM administrator and I am not a member of the DWG. The bot therefore could not hide notes. It could only comment on or close notes, just like any regular OSM user.&lt;/p&gt;
&lt;p&gt;Looking back, it would probably have been better to document the experiment more extensively in advance, for example in a blog post, on GitHub, or in the OSM Community Forum. Although the functionality was described on the bot account’s profile page, this was apparently not visible or transparent enough. Following the feedback, I stopped the public bot process some time ago.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Next Step&lt;/strong&gt;&lt;br /&gt;
The internal analysis is still running. I do not want the results to be understood as moderation decisions, but rather as a data analysis and a possible support tool for quality assurance — similar to other analyses on my websites. For this reason, I am providing a webpage that lists notes which may contain insulting, harmful, or otherwise problematic content:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://s.w.org/images/core/emoji/16.0.1/72x72/1f449.png&quot; alt=&quot;👉&quot; class=&quot;wp-smiley&quot; style=&quot;height: 1em; max-height: 1em;&quot; /&gt; &lt;a href=&quot;https://resultmaps.neis-one.org/osm-notes-language-review&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;https://resultmaps.neis-one.org/osm-notes-language-review&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The list is explicitly intended as a signal and analysis tool. It does not claim to assess every individual case correctly or conclusively. Automated classifications can be wrong: there may be false positives, meaning notes that are incorrectly marked as problematic. There may also be false negatives, meaning problematic notes that are not detected. It is also important to mention that OSM Notes with critical content may be hidden by the DWG. Therefore, some notes listed in my analysis may no longer be publicly visible on the OSM website.&lt;/p&gt;
&lt;p&gt;Feedback on false positives, false negatives, and the general framing of this analysis is welcome.&lt;/p&gt;
  </content>
    <author>
      <name>Pascal Neis</name>
      <uri>http://neis-one.org/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">weeklyOSM: weeklyOSM 831</title>
    <link href="https://weeklyosm.eu/archives/18672"/>
    <id>https://weeklyosm.eu/?p=18672</id>
    <updated>2026-06-28T10:03:57+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p&gt;18/06/2026-24/06/2026&lt;/p&gt;
&lt;p&gt;&lt;!-- Picture Cateogry --&gt;&lt;/p&gt;
&lt;div class=&quot;wp-caption alignnone&quot; style=&quot;width: 522px;&quot;&gt;
&lt;p class=&quot;wp-caption-text&quot;&gt;&lt;img fetchpriority=&quot;high&quot; decoding=&quot;async&quot; src=&quot;https://weeklyosm.eu/wp-content/uploads/2026/06/831.webp&quot; alt=&quot;lead picture&quot; width=&quot;512&quot; height=&quot;512&quot; /&gt;&lt;/p&gt;
&lt;p class=&quot;wp-caption-text&quot;&gt;[&lt;a href=&quot;#wn831_34877&quot;&gt;1&lt;/a&gt;] We are using Anubis to protect against AI scrapers.&lt;/p&gt;
&lt;/div&gt;
&lt;h2 id=&quot;wn831_about_us&quot;&gt;About us&lt;/h2&gt;
&lt;ul&gt;
&lt;li id=&quot;wn831_34877&quot;&gt;[1] Please don’t be alarmed if you’ve seen your browser being tested – even if only briefly.Our website was under enormous strain from AI &lt;a href=&quot;https://en.wikipedia.org/wiki/Web_scraping&quot;&gt;scrapers&lt;/a&gt;. To defend against these scrapers, we’ve installed &lt;a href=&quot;https://github.com/TecharoHQ/anubis&quot;&gt;Anubis&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;wn831_community&quot;&gt;Community&lt;/h2&gt;
&lt;ul&gt;
&lt;li id=&quot;wn831_34856&quot;&gt;Within the framework of the UN Mappers Chapters Initiative, Modo Levo Engelbert Steve had the honour, as Ambassador, to &lt;a href=&quot;https://www.openstreetmap.org/user/ENGELBERT%20MODO/diary/408919&quot;&gt;lead&lt;/a&gt; the CityMapper Externship project, training young Africans to solve local challenges and improve OpenStreetMap. He told of the results in his OSM User Diary, emphasising that this initiative would certainly not occur without the invaluable help of its partners: IVIDES DATA, GeOsm Family, Geospatial Girls &amp;amp; Kids, Humanitarian OpenStreetMap Team, and TomTom. SeverinGeo &lt;a href=&quot;https://mastodon.social/@SeverinGeo/116790299304417902&quot;&gt;tooted&lt;/a&gt; that this resulted from a story that began a few years ago.&lt;/li&gt;
&lt;li id=&quot;wn831_34848&quot;&gt;Paul Norman &lt;a href=&quot;https://www.openstreetmap.org/user/pnorman/diary/408895&quot;&gt;reported&lt;/a&gt; that the reversion of erroneous mass-imported data in OpenStreetMap has led to replication delays affecting multiple services.&lt;/li&gt;
&lt;li id=&quot;wn831_34855&quot;&gt;StephanT has extracted the data from the &amp;#8216;Treaty between the Federal Republic of Germany and the Czech Republic on the Common State Border&amp;#8217;; both the Federal Republic of Germany &lt;a href=&quot;https://www.bundesrat.de/drs.html?id=99-26&quot;&gt;version&lt;/a&gt; &lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2022/01/de.svg&quot; /&gt; and the Czech Republic &lt;a href=&quot;https://www.psp.cz/sqw/text/tiskt.sqw?o=10&amp;amp;ct=185&amp;amp;ct1=0&quot;&gt;version&lt;/a&gt; &lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2020/08/cz-black.svg&quot; /&gt;. They have compared them, and thoroughly &lt;a href=&quot;https://community.openstreetmap.org/t/vertrag-zwischen-der-bundesrepublik-deutschland-und-der-tschechischen-republik-uber-die-gemeinsame-staatsgrenze/144595/35&quot;&gt;documented&lt;/a&gt; &lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2022/01/de.svg&quot; /&gt; the resulting inconsistencies, discrepancies, and errors on the OSM Community forum.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;wn831_openstreetmap_foundation&quot;&gt;OpenStreetMap Foundation&lt;/h2&gt;
&lt;ul&gt;
&lt;li id=&quot;wn831_34853&quot;&gt;Members of the OpenStreetMap Foundation Board of Directors &lt;a href=&quot;https://blog.openstreetmap.org/2026/06/19/2026-board-face-to-face-f2f-in-madrid-spain/&quot;&gt;met&lt;/a&gt; at TomTom&amp;#8217;s Madrid office on 6 and 7 June for a two-day working session focused on priorities and action items to be addressed over the next 12 months.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;wn831_events&quot;&gt;Events&lt;/h2&gt;
&lt;ul&gt;
&lt;li id=&quot;wn831_34862&quot;&gt;The State of the Map 2026 programme is now online. The programme &lt;a href=&quot;https://2026.stateofthemap.org/programme/&quot;&gt;starts&lt;/a&gt; on Friday 28 August, with the opening session, followed by the special keynote &amp;#8216;State of Panoramax&amp;#8217; to be given by Adrien Pavie and Christian Quest. You can &lt;a href=&quot;https://en.osm.town/@sotm/116799800434591478&quot;&gt;read&lt;/a&gt; more on Mastodon.&lt;/li&gt;
&lt;li id=&quot;wn831_34861&quot;&gt;The Canadian Open Data Summit will take &lt;a href=&quot;https://opendatasummit.ca/program/&quot;&gt;place&lt;/a&gt; on 14, 15, and 16 October in Windsor, Ontario. The &lt;a href=&quot;https://docs.google.com/forms/d/e/1FAIpQLSdIJCAkMIVWwwaAFaMu8jdAj2u3FboC3RmZhDt9Zn0BvYxwfQ/viewform&quot;&gt;call&lt;/a&gt; for proposals is currently open, with groups and individuals invited to submit workshops, panels, lightning talks, or presentations in English or French.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;wn831_education&quot;&gt;Education&lt;/h2&gt;
&lt;ul&gt;
&lt;li id=&quot;wn831_34854&quot;&gt;IVIDES DATA &lt;a href=&quot;https://www.openstreetmap.org/user/Raquel%20Dezid%C3%A9rio%20Souto/diary/408904&quot;&gt;hosted&lt;/a&gt; the third session of its 2026 OSM Workshop Series, which focused on QGIS plugins for OSM data. The workshop featured practical case studies covering accessibility, urban tree cover, and geo-locating buildings near areas susceptible to landslide disasters.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;wn831_maps&quot;&gt;Maps&lt;/h2&gt;
&lt;ul&gt;
&lt;li id=&quot;wn831_34868&quot;&gt;Żaneta Piasecka &lt;a href=&quot;https://www.linkedin.com/posts/%C5%BCanetapiasecka_gis-python-folium-share-7475519258328952833-TPpX/&quot;&gt;posted&lt;/a&gt;, on LinkedIn, about her &lt;a href=&quot;https://piaseckazaneta.github.io/world-cup-map/&quot;&gt;interactive&lt;/a&gt; map, which she created in order to answer some questions related to the 2026 FIFA World Cup: Where exactly are these stadiums located and how accessible are they? Are they in the city centres or out in the suburbs?&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;wn831_osm_in_action&quot;&gt;OSM in action&lt;/h2&gt;
&lt;ul&gt;
&lt;li id=&quot;wn831_34865&quot;&gt;&lt;em&gt;velowire.com&lt;/em&gt; &lt;a href=&quot;https://www.velowire.com/blogcat/35/en/openstreetmap-google-earth.html&quot;&gt;publishes&lt;/a&gt; the routes of several cycling races precisely drawn in OpenStreetMap, along with the facility to download them as .KML files and to view them using Google Earth, iD, &lt;a href=&quot;https://apps.gnome.org/en/Maps/&quot;&gt;Gnome Maps&lt;/a&gt;, or any other software with support to read KML files.&lt;/li&gt;
&lt;li id=&quot;wn831_34847&quot;&gt;&lt;a href=&quot;https://www.powerpro.id/&quot;&gt;Power Pro&lt;/a&gt;, a hotel management software platform, is &lt;a href=&quot;https://mastodon.social/@rphyrin/116776264926385444&quot;&gt;utilising&lt;/a&gt; OpenStreetMap data to help track the locations of support tickets submitted by hotel managers, enabling more efficient monitoring and coordination of maintenance and service requests.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;wn831_software&quot;&gt;Software&lt;/h2&gt;
&lt;ul&gt;
&lt;li id=&quot;wn831_34859&quot;&gt;GeoServer version 3.0 has been &lt;a href=&quot;https://mappinggis.com/2026/06/geoserver-3-0-la-mayor-modernizacion-de-la-plataforma-en-anos/&quot;&gt;released&lt;/a&gt; &lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2022/01/es.svg&quot; /&gt;►&lt;a href=&quot;https://mappinggis-com.translate.goog/2026/06/geoserver-3-0-la-mayor-modernizacion-de-la-plataforma-en-anos?_x_tr_sl=auto&amp;amp;_x_tr_tl=EN&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2020/09/en-green.svg&quot; /&gt;&lt;/a&gt;, promoting a major modernisation, according to Aurelio Morales, author of the post on the Mapping GIS blog.&lt;/li&gt;
&lt;li id=&quot;wn831_34851&quot;&gt;At the recent Chaos Computer Club &lt;a href=&quot;https://fahrplan.do-byte.de/do-byte-2026/&quot;&gt;DO_BYTE 2026&lt;/a&gt; &lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2022/01/de.svg&quot; /&gt;►&lt;a href=&quot;https://fahrplan-do--byte-de.translate.goog/do-byte-2026?_x_tr_sl=auto&amp;amp;_x_tr_tl=EN&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2020/09/en-green.svg&quot; /&gt;&lt;/a&gt; conference, Marc &lt;a href=&quot;https://media.ccc.de/v/do-byte-2026-17-panoramax-streetview-selber-hosten&quot;&gt;presented&lt;/a&gt; &lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2022/01/de.svg&quot; /&gt; the Panoramax project, sharing insights from day-to-day operation of a Panoramax instance and offering practical guidance on creating 360-degree imagery.&lt;/li&gt;
&lt;li id=&quot;wn831_34860&quot;&gt;Ian Wagner &lt;a href=&quot;https://stadiamaps.com/blog/precision-meets-privacy-consumer-search-experience/&quot;&gt;wrote&lt;/a&gt;, on Stadia Maps&amp;#8217; blog, about how building a location-aware application often starts with a simple goal: helping users find where they need to go. He looked at specific gaps in the current geocoding landscape and how Stadia Maps built a more reliable path forward.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;wn831_did_you_know_that_…&quot;&gt;Did you know that …&lt;/h2&gt;
&lt;ul&gt;
&lt;li id=&quot;wn831_34876&quot;&gt;&amp;#8230; the OpenStreetMap Foundation Board has &lt;a href=&quot;https://osmfoundation.org/wiki/Board_Rules_of_Order&quot;&gt;given&lt;/a&gt; itself a set of rules to govern how the Board does its work?&lt;/li&gt;
&lt;li id=&quot;wn831_34866&quot;&gt;&amp;#8230; the &lt;a href=&quot;https://www.openstreetbrowser.org/#map=10/-22.9201/-43.0811&amp;amp;basemap=osm-mapnik&quot;&gt;OpenStreetBrowser&lt;/a&gt;, under the &amp;#8216;Culture – Media/Wikidata&amp;#8217; category of the &amp;#8216;OpenStreetMap Quality Control&amp;#8217; section, now checks for references for subject, artist, architect and name etymology (when appropriate)? You can &lt;a href=&quot;https://blog.openstreetbrowser.org/node/106&quot;&gt;read&lt;/a&gt; more in the article written by plepe.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;wn831_other_“geo”_things&quot;&gt;Other “geo” things&lt;/h2&gt;
&lt;ul&gt;
&lt;li id=&quot;wn831_34864&quot;&gt;On Saturday 20 June Yves Lacoste, one of the most prominent scientists in geopolitics and critical geography, &lt;a href=&quot;https://actualitte.com/article/132163/auteurs/yves-lacoste-fondateur-de-la-revue-herodote-est-mort&quot;&gt;died&lt;/a&gt; &lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2022/01/fr.svg&quot; /&gt;►&lt;a href=&quot;https://actualitte-com.translate.goog/article/132163/auteurs/yves-lacoste-fondateur-de-la-revue-herodote-est-mort?_x_tr_sl=auto&amp;amp;_x_tr_tl=EN&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2020/09/en-green.svg&quot; /&gt;&lt;/a&gt;. He coined famous and controversial expressions, such as the one that inspired his 1976 book &lt;em&gt;La Géographie ça sert d&amp;#8217;abord à faire la guerre&lt;/em&gt; (Geography serves, primarily, to make war). As the founder of the journal &lt;a href=&quot;https://www.herodote.org/&quot;&gt;&lt;em&gt;Hérodote&lt;/em&gt;&lt;/a&gt; &lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2022/01/fr.svg&quot; /&gt;►&lt;a href=&quot;https://www-herodote-org.translate.goog/?_x_tr_sl=auto&amp;amp;_x_tr_tl=EN&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2020/09/en-green.svg&quot; /&gt;&lt;/a&gt;, he &lt;a href=&quot;https://en.wikipedia.org/wiki/Yves_Lacoste&quot;&gt;devoted&lt;/a&gt; himself for decades to demonstrating that there is no neutrality in geopolitical relations, highlighting the inequalities in the balance of power among states.&lt;/li&gt;
&lt;li id=&quot;wn831_34850&quot;&gt;&lt;em&gt;Space.com&lt;/em&gt; &lt;a href=&quot;https://www.space.com/space-exploration/satellites/its-quite-a-bit-more-than-we-expected-satellite-reveals-immense-scale-of-gps-signal-tampering&quot;&gt;reported&lt;/a&gt; that an experimental satellite has mapped the extent of GNSS jamming across Europe and the Middle East from space.&lt;/li&gt;
&lt;li id=&quot;wn831_34857&quot;&gt;Esri España has &lt;a href=&quot;https://www.esri.es/es-es/acerca-de/eventos/cesri26/cesri26-mapasenaccion&quot;&gt;opened&lt;/a&gt; &lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2022/01/es.svg&quot; /&gt;►&lt;a href=&quot;https://www-esri-es.translate.goog/es-es/acerca-de/eventos/cesri26/cesri26-mapasenaccion?_x_tr_sl=auto&amp;amp;_x_tr_tl=EN&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2020/09/en-green.svg&quot; /&gt;&lt;/a&gt; submissions for the &amp;#8216;Maps in Action&amp;#8217; GIS Competition 2026, with entries due by 21 September. The winning project will be unveiled during the Esri Spain Conference 2026, scheduled to take place from 30 September to 1 October.&lt;/li&gt;
&lt;li id=&quot;wn831_34863&quot;&gt;Version 2.026.23 of KoboToolbox has been &lt;a href=&quot;https://community.kobotoolbox.org/t/new-release-and-final-removal-of-v1-api/76423&quot;&gt;released&lt;/a&gt;, &lt;a href=&quot;https://github.com/kobotoolbox/kpi/releases/tag/2.026.23&quot;&gt;featuring&lt;/a&gt; a series of fixes and small updates. This marks (as previously announced) the permanent removal of the version 1 (v1) API. So, integrations using v1 endpoints are no longer working. You can &lt;a href=&quot;https://support.kobotoolbox.org/migrating_api.html&quot;&gt;consult&lt;/a&gt; a quick guide for migrating from v1 to v2 endpoints in actual applications.&lt;/li&gt;
&lt;li id=&quot;wn831_34858&quot;&gt;Reuters has &lt;a href=&quot;https://www.reuters.com/graphics/CLIMATE-AUTOMATED/MONITOR/akpeykqqapr/&quot;&gt;launched&lt;/a&gt; their &amp;#8216;Reuters Climate Monitor&amp;#8217;, an interactive web dashboard featuring a globe-based visualisation that shows how current temperatures compare with historical averages around the world.&lt;/li&gt;
&lt;li id=&quot;wn831_34849&quot;&gt;Rakeda has &lt;a href=&quot;https://news.ycombinator.com/item?id=48556082&quot;&gt;developed&lt;/a&gt; &amp;#8216;&lt;a href=&quot;https://metiq.space/&quot;&gt;Metiq&lt;/a&gt;&amp;#8216;, a real-time 3D globe platform that allows you to visualise more than 100 public datasets.&lt;/li&gt;
&lt;li id=&quot;wn831_34869&quot;&gt;&lt;a href=&quot;https://www.reddit.com/user/Evilgrandma03/&quot;&gt;u/Evilgrandma03&lt;/a&gt; &lt;a href=&quot;https://www.reddit.com/r/MapPorn/comments/1uaeagg/language_map_of_switzerland_excluding_uninhabited/&quot;&gt;posted&lt;/a&gt; on reddit about a &lt;a href=&quot;https://en.wikipedia.org/wiki/Languages_of_Switzerland&quot;&gt;language&lt;/a&gt; map of Switzerland, excluding uninhabited mountains, which was created with the official map of the Swiss Federal Statistics Office (FSO) overlaid on top of the mountain map.&lt;/li&gt;
&lt;li id=&quot;wn831_34875&quot;&gt;Net Zero Frontiers &lt;a href=&quot;https://www.linkedin.com/posts/climateaction-urbanheatisland-sustainability-share-7473263979667042304-H_G4/&quot;&gt;reported&lt;/a&gt; that Greenpeace researcher Nibedita Saha used a thermal camera to measure temperature variations across several urban locations, finding that surfaces shaded by trees can be up to 20°C cooler than those exposed to direct sunlight, highlighting the significant role of urban greenery in mitigating the urban heat island effect.&lt;/li&gt;
&lt;li id=&quot;wn831_34852&quot;&gt;secara.teratur has &lt;a href=&quot;https://secarateratur.medium.com/foursquare-appreciation-post-02333c9378b9&quot;&gt;analysed&lt;/a&gt; &lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2022/09/id.svg&quot; /&gt; several of the volunteer geographic information platforms that are popular in Indonesia, such as OpenStreetMap, Local Guides, and Foursquare.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;wn831_upcoming_events&quot;&gt;Upcoming Events&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Country&lt;/th&gt;
&lt;th&gt;Where&lt;/th&gt;
&lt;th&gt;Venue&lt;/th&gt;
&lt;th&gt;What&lt;/th&gt;
&lt;th&gt;When&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2017/11/tz.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Dar es-Salaam&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;State of the Map Africa 2026 &lt;a href=&quot;https://osmcal.org/event/3663/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-26 &amp;#8211; 2026-06-28&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;OSMF Engineering Working Group meeting &lt;a href=&quot;https://osmcal.org/event/4876/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-26&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/03/br.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;[online]&lt;/td&gt;
&lt;td&gt;&lt;img src=&quot;https://s.w.org/images/core/emoji/17.0.2/72x72/1f1e7-1f1f7.png&quot; alt=&quot;🇧🇷&quot; class=&quot;wp-smiley&quot; style=&quot;height: 1em; max-height: 1em;&quot; /&gt; Capacitação OSM 2026 &amp;#8211; IVIDES DATA ® &amp;#8211; Formulários Web com KoboToolbox &lt;a href=&quot;https://osmcal.org/event/4763/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-26&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/de.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Düsseldorf&lt;/td&gt;
&lt;td&gt;Online bei https://meet.jit.si/OSM-DUS-2026&lt;/td&gt;
&lt;td&gt;Düsseldorfer OpenStreetMap-Treffen (online) &lt;a href=&quot;https://osmcal.org/event/4386/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-26&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/ru.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Москва&lt;/td&gt;
&lt;td&gt;Москва&lt;/td&gt;
&lt;td&gt;Московская картопати &lt;a href=&quot;https://osmcal.org/event/4896/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-27&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/02/it.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;Biblioteca Alda Merini in via Edmondo De Amicis&lt;/td&gt;
&lt;td&gt;Mapathon @ Casorate Sempione &lt;a href=&quot;https://osmcal.org/event/4778/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-27&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/in.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Navi Mumbai&lt;/td&gt;
&lt;td&gt;Blue Tokai Coffee Roasters, CBD Belapur&lt;/td&gt;
&lt;td&gt;OSM Mumbai Mapping Party No.11 (Navi Mumbai) &lt;a href=&quot;https://osmcal.org/event/4320/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-27&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/08/se.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Uppsala&lt;/td&gt;
&lt;td&gt;Datorföreningen Update&lt;/td&gt;
&lt;td&gt;Mapping meetup in Uppsala &lt;a href=&quot;https://osmcal.org/event/4913/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-28&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/de.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Hannover&lt;/td&gt;
&lt;td&gt;Kuriosum&lt;/td&gt;
&lt;td&gt;OSM-Stammtisch Hannover &lt;a href=&quot;https://osmcal.org/event/4848/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-29&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/02/fr.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Saint-Étienne&lt;/td&gt;
&lt;td&gt;Zoomacom&lt;/td&gt;
&lt;td&gt;Rencontre Saint-Étienne et sud Loire &lt;a href=&quot;https://osmcal.org/event/4897/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-29&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/de.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Heidelberg&lt;/td&gt;
&lt;td&gt;DEZERNAT#16&lt;/td&gt;
&lt;td&gt;Rhein-Neckar OSM Treffen &lt;a href=&quot;https://osmcal.org/event/4730/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-29&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;Webinaire en ligne &amp;#8211; Hydrants, armoires de rue, poteaux et bâtiments de service &lt;a href=&quot;https://osmcal.org/event/4871/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-30&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/de.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Braunschweig&lt;/td&gt;
&lt;td&gt;Stratum 0&lt;/td&gt;
&lt;td&gt;Braunschweiger Mappertreffen im Stratum 0 Hackerspace &lt;a href=&quot;https://osmcal.org/event/4859/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-30&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://weeklyosm.eu/wp-content/uploads/2020/09/uk.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;City of Westminster&lt;/td&gt;
&lt;td&gt;The Albert pub&lt;/td&gt;
&lt;td&gt;London pub meet-up &lt;a href=&quot;https://osmcal.org/event/4874/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-30&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://weeklyosm.eu/wp-content/uploads/2020/09/uk.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Derby&lt;/td&gt;
&lt;td&gt;The Brunswick, Railway Terrace, Derby&lt;/td&gt;
&lt;td&gt;East Midlands pub meet-up &lt;a href=&quot;https://osmcal.org/event/4800/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-30&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;MapCup Asia Pacific 2026 &lt;a href=&quot;https://osmcal.org/event/4911/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-07-01 &amp;#8211; 2026-07-31&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;iD Community Chat &lt;a href=&quot;https://osmcal.org/event/4868/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-07-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/de.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Stuttgart&lt;/td&gt;
&lt;td&gt;Forum 3 Café, Gymnasiumstr. 21, 70173 Stuttgart&lt;/td&gt;
&lt;td&gt;Stuttgarter OpenStreetMap-Treffen &lt;a href=&quot;https://osmcal.org/event/4854/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-07-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/06/sk.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Žilina&lt;/td&gt;
&lt;td&gt;Fakulta riadenia a informatiky UNIZA&lt;/td&gt;
&lt;td&gt;Missing Maps mapathon Žilina #23 &lt;a href=&quot;https://osmcal.org/event/4870/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-07-02&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/02/fr.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Angers&lt;/td&gt;
&lt;td&gt;L’Arrière Train, 3 rue de Frémur, Angers&lt;/td&gt;
&lt;td&gt;Angers : Rencontre mensuelle OpenStreetMap &lt;a href=&quot;https://osmcal.org/event/4855/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-07-02&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/05/be.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Gent&lt;/td&gt;
&lt;td&gt;Nerdlab&lt;/td&gt;
&lt;td&gt;IntroLAB ✦ OpenStreetMap &lt;a href=&quot;https://osmcal.org/event/4895/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-07-02&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/02/fr.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;Bar Le Schmilblik&lt;/td&gt;
&lt;td&gt;Rencontre mensuelle des contributeurs Paris sud &lt;a href=&quot;https://osmcal.org/event/4882/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-07-02&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/02/co.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Bogotá&lt;/td&gt;
&lt;td&gt;Universidad Nacional de Colombia&lt;/td&gt;
&lt;td&gt;State of the Map Colombia (SotMCol) 2026 &lt;a href=&quot;https://osmcal.org/event/4794/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-07-03 &amp;#8211; 2026-07-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/03/br.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;[online]&lt;/td&gt;
&lt;td&gt;&lt;img src=&quot;https://s.w.org/images/core/emoji/17.0.2/72x72/1f1e7-1f1f7.png&quot; alt=&quot;🇧🇷&quot; class=&quot;wp-smiley&quot; style=&quot;height: 1em; max-height: 1em;&quot; /&gt; Capacitação OSM 2026 &amp;#8211; IVIDES DATA ® &amp;#8211; Mapas Web com uMap &lt;a href=&quot;https://osmcal.org/event/4764/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-07-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/de.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Braunschweig&lt;/td&gt;
&lt;td&gt;Stratum0 Hackspace&lt;/td&gt;
&lt;td&gt;Braunschweiger OSM-Treffen Mappingtour: Zusammen Braunschweig mappen &lt;a href=&quot;https://osmcal.org/event/4860/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-07-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/in.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;नई दिल्ली&lt;/td&gt;
&lt;td&gt;Jitsi Meet (online)&lt;/td&gt;
&lt;td&gt;OSM India &amp;#8211; Monthly Online Mapathon &lt;a href=&quot;https://osmcal.org/event/4886/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-07-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/02/at.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Salzburg&lt;/td&gt;
&lt;td&gt;Bewohnerservice Elisabeth-Vorstadt&lt;/td&gt;
&lt;td&gt;OSM-Treffpunkt &lt;a href=&quot;https://osmcal.org/event/4469/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-07-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/02/ch.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Bern&lt;/td&gt;
&lt;td&gt;TBD&lt;/td&gt;
&lt;td&gt;OSM-Znacht in Bern &lt;a href=&quot;https://osmcal.org/event/4820/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-07-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;Missing Maps London Mapathon (with Training) Beginner Friendly (Online) [eng] &lt;a href=&quot;https://osmcal.org/event/4235/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-07-07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2015/07/nl.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Groningen&lt;/td&gt;
&lt;td&gt;Groningen&lt;/td&gt;
&lt;td&gt;FOSS4GNL &lt;a href=&quot;https://osmcal.org/event/4863/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-07-08 &amp;#8211; 2026-07-09&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/02/it.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Trento&lt;/td&gt;
&lt;td&gt;Università di Trento &amp;#8211; Facoltà di Sociologia&lt;/td&gt;
&lt;td&gt;FOSS4G IT &amp;amp; OSMit 2026 &lt;a href=&quot;https://osmcal.org/event/4827/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-07-09 &amp;#8211; 2026-07-11&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/de.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Berlin&lt;/td&gt;
&lt;td&gt;HTW Berlin&lt;/td&gt;
&lt;td&gt;Indoor OSM Workshop 2026 &lt;a href=&quot;https://osmcal.org/event/4892/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-07-11 &amp;#8211; 2026-07-12&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/in.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Delhi&lt;/td&gt;
&lt;td&gt;Chaayos, Paschim Vihar West, Delhi&lt;/td&gt;
&lt;td&gt;OSM Delhi Mapping Party No.30 (West Zone) &lt;a href=&quot;https://osmcal.org/event/4351/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-07-12&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/05/tw.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;臺北市&lt;/td&gt;
&lt;td&gt;MozSpace Taipei&lt;/td&gt;
&lt;td&gt;OpenStreetMap x Wikidata Taipei #90 &lt;a href=&quot;https://osmcal.org/event/4326/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-07-13&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Note:&lt;br /&gt;
If you like to see your event here, please put it into the &lt;a href=&quot;https://osmcal.org&quot;&gt;OSM calendar&lt;/a&gt;. Only data which is there, will appear in weeklyOSM.&lt;/p&gt;
&lt;p align=&quot;right&quot;&gt;&lt;i&gt;This weeklyOSM was &lt;a href=&quot;https://umap.openstreetmap.fr/de/map/weeklyosm-is-currently-produced-in_56718#2/8.4/108.3&quot;&gt; produced&lt;/a&gt; by &lt;a href=&quot;https://www.openstreetmap.org/user/LuxuryCoop&quot;&gt;LuxuryCoop&lt;/a&gt;, &lt;a href=&quot;https://www.openstreetmap.org/user/Raquel%20Dezid%C3%A9rio%20Souto&quot;&gt;Raquel IVIDES DATA&lt;/a&gt;, &lt;a href=&quot;https://www.openstreetmap.org/user/SeverinGeo&quot;&gt;SeverinGeo&lt;/a&gt;, &lt;a href=&quot;https://www.openstreetmap.org/user/Strubbl&quot;&gt;Strubbl&lt;/a&gt;, Andrew Davidson, &lt;a href=&quot;https://www.openstreetmap.org/user/barefootstache&quot;&gt;barefootstache&lt;/a&gt;, &lt;a href=&quot;https://www.openstreetmap.org/user/derFred&quot;&gt;derFred&lt;/a&gt;, &lt;a href=&quot;https://www.osm.org/user/izen57&quot;&gt;izen57&lt;/a&gt;, &lt;a href=&quot;https://www.openstreetmap.org/user/s8321414&quot;&gt;s8321414&lt;/a&gt;.&lt;br /&gt;
We welcome link suggestions for the next issue via &lt;a href=&quot;https://weeklyosm.eu/en/this-news-should-be-in-weeklyosm&quot;&gt;this&lt;/a&gt; form and look forward to your contributions. &lt;/i&gt;&lt;/p&gt;
  </content>
    <author>
      <name>weeklyOSM</name>
      <uri>http://www.weeklyosm.eu/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Percy, Illinois</title>
    <link href="https://www.openstreetmap.org/user/pussreboots/diary/408972"/>
    <id>https://www.openstreetmap.org/user/pussreboots/diary/408972</id>
    <updated>2026-06-28T02:09:50+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;In February I read a short story, “Mr. Pfeiffer” by Vicky Mlyniec that is set in Percy, Illinois. Curious, I looked up the place on OSM and found it lacking in mapping. I’ve spent the last four months improving it on the map. Today I am done with buildings and other features inside the village limits.&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Supermarchés à Genève de A à Z (ou plutôt de A à M)</title>
    <link href="https://www.openstreetmap.org/user/9_tab/diary/408971"/>
    <id>https://www.openstreetmap.org/user/9_tab/diary/408971</id>
    <updated>2026-06-27T14:58:04+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;h1 dir=&quot;auto&quot; id=&quot;les-enseignes&quot;&gt;Les enseignes&lt;/h1&gt;

&lt;p dir=&quot;auto&quot;&gt;Pour une fois, des magasins .. Regardons les enseignes suivantes en ville de Genève:&lt;/p&gt;

&lt;ul dir=&quot;auto&quot;&gt;
  &lt;li&gt;Aldi (2)&lt;/li&gt;
  &lt;li&gt;Aligros (1)&lt;/li&gt;
  &lt;li&gt;Coop/Coop to go (bcp)&lt;/li&gt;
  &lt;li&gt;Coop Pronto (2?)&lt;/li&gt;
  &lt;li&gt;Denner/Denner Express (bcp)&lt;/li&gt;
  &lt;li&gt;Lidl (2)&lt;/li&gt;
  &lt;li&gt;Manor Food (1?)&lt;/li&gt;
  &lt;li&gt;Migrolino/VOI (2?)&lt;/li&gt;
  &lt;li&gt;Migros (bcp)&lt;/li&gt;
&lt;/ul&gt;

&lt;p dir=&quot;auto&quot;&gt;En tout, une soixantaine.&lt;/p&gt;

&lt;h1 dir=&quot;auto&quot; id=&quot;aperu&quot;&gt;Aperçu&lt;/h1&gt;

&lt;p dir=&quot;auto&quot;&gt;A première vue, la couverture de Coop et d’Aldi est excellente. Il manque des Migros/Denner. A la gare Cornavin, il y avait 4 Coop. Aussi, une fermeture et deux réouvertures n’étaient pas indiquées. Dans le canton, il manquait 2 Lidl.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;On devrait pouvoir trouver d’autres qui manquent avec les sites des magasins ou le registre officiel. Quand vous serez devant un magasin fermé depuis des années ou un autre qui n’est pas encore ouvert, vous verrez qu’ils ne sont pas forcément à jour.&lt;/p&gt;

&lt;h1 dir=&quot;auto&quot; id=&quot;tags-dans-osm&quot;&gt;Tags dans OSM&lt;/h1&gt;

&lt;p dir=&quot;auto&quot;&gt;Les magasins sont soit des “&lt;a href=&quot;https://wiki.openstreetmap.org/wiki/Tag:shop=supermarket&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;shop=supermarket&lt;/a&gt;” (généralement) ou des “&lt;a href=&quot;https://wiki.openstreetmap.org/wiki/Tag:shop=convenience&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;shop=convenience&lt;/a&gt;” (plutôt Migrolino, Coop Pronto, Coop to go).&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Dans OpenStreetMap, il est d’habitude de leur attribuer des “&lt;a href=&quot;https://wiki.openstreetmap.org/wiki/Key:brand&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;brand&lt;/a&gt;” et des “&lt;a href=&quot;https://wiki.openstreetmap.org/wiki/Key:operator&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;operator&lt;/a&gt;”.&lt;/p&gt;

&lt;ul dir=&quot;auto&quot;&gt;
  &lt;li&gt;L’éditeur ID propose des brands européens pour Aldi, Migros et Lidl. J’ignore si “Süd” est effectivement utilisé en Suisse à part dans ID éditeur .. bref, mieux vaut leur attribuer des valeurs Wikidata liés aux supermarchés en Suisse et mettre les autre en “not:brand:wikidata”. Pour VOI, le système essaie de remplacer le alt_name par un texte en allemand. On devrait essayer de mettre à jour les valeurs par défaut pour les enseignes.&lt;/li&gt;
  &lt;li&gt;Actuellement, les enseignes utilisent la même société de distribution pour toute la Suisse, donc les valeurs pour “operator” et “&lt;a href=&quot;https://wiki.openstreetmap.org/wiki/Key:operator:ref:CH:UID&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;operator:ref:CH:UID&lt;/a&gt;” devraient être identiques (au moins en français). Ce n’est pas le cas pour les structures locales: Migros (il y a la Société Cooperative Migros Genève) et les affiliés des marques “VOI”, “Coop Pronto”, “Migrolino”.&lt;/li&gt;
&lt;/ul&gt;

&lt;p dir=&quot;auto&quot;&gt;Chaque magasin a également son entrée dans le registre officiel: &lt;a href=&quot;https://wiki.openstreetmap.org/wiki/Key:ref:CH-GE:REG&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;ref:CH-GE:REG&lt;/a&gt; .&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Pour les &lt;a href=&quot;https://wiki.openstreetmap.org/wiki/Key:opening_hours&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;opening_hours&lt;/a&gt; manquants, j’ai rajouté “Mo-Sa” (tous les “Mo-Su” étaient déjà faits). Resterait à vérifier si les autres sont à jour. Ils devraient être disponibles sur les pages web des magasins.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;“&lt;a href=&quot;https://wiki.openstreetmap.org/wiki/Key:branch&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;branch&lt;/a&gt;” donne le nom de la succursale. La nomenclature semble cohérente chez C et M.&lt;/p&gt;

&lt;h1 dir=&quot;auto&quot; id=&quot;rsum-des-enseignes&quot;&gt;Résumé des enseignes&lt;/h1&gt;

&lt;table dir=&quot;auto&quot; class=&quot;table table-sm w-auto&quot;&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th&gt;name&lt;/th&gt;
      &lt;th&gt;brand&lt;/th&gt;
      &lt;th&gt;website&lt;/th&gt;
      &lt;th&gt;operator&lt;/th&gt;
      &lt;th&gt;brand:wikipedia&lt;/th&gt;
      &lt;th&gt;brand:wikidata&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;Aldi&lt;/td&gt;
      &lt;td&gt;Aldi Suisse&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://www.aldi-suisse.ch/fr/filiales-et-heures-douverture.html&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;aldi-suisse.ch&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://www.uid.admin.ch/Detail.aspx?uid_id=CHE-110.576.236&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Aldi Suisse SA&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/de:Aldi%20Suisse&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;de:Aldi Suisse&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://www.wikidata.org/wiki/Q111030009&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Q111030009&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Aligros&lt;/td&gt;
      &lt;td&gt;Aligros&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://www.aligro.ch/marches&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;aligro.ch&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://www.uid.admin.ch/Detail.aspx?uid_id=CHE-177.151.657&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Demaurex &amp;amp; Cie SA&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/fr:Aligro&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;fr:Aligro&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://www.wikidata.org/wiki/Q111207176&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Q111207176&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Coop/Coop to go&lt;/td&gt;
      &lt;td&gt;Coop&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://www.coop.ch/fr/entreprise/adresses-et-horaires.html&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;coop.ch&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://www.uid.admin.ch/Detail.aspx?uid_id=CHE-302.816.540&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Coop Société Coopérative&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/fr:Coop%20(Suisse)&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;fr:Coop (Suisse)&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://www.wikidata.org/wiki/Q432564&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Q432564&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Coop Pronto&lt;/td&gt;
      &lt;td&gt;Coop Pronto&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://www.coop.ch/fr/entreprise/adresses-et-horaires.html&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;coop.ch&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;varie&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/de:Coop%20Pronto&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;de:Coop Pronto&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://www.wikidata.org/wiki/Q1129777&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Q1129777&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Denner/Denner Express&lt;/td&gt;
      &lt;td&gt;Denner&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://www.denner.ch/fr/localisateur-de-succursales&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;denner.ch&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://www.uid.admin.ch/Detail.aspx?uid_id=CHE-105.904.292&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Denner SA&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/fr:Denner%20(entreprise)&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;fr:Denner (entreprise)&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://www.wikidata.org/wiki/Q379911&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Q379911&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Lidl&lt;/td&gt;
      &lt;td&gt;Lidl&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://www.lidl.ch/c/fr-CH/recherche-filiale/s10017604?pageId=10017604&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;lidl.ch&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://www.uid.admin.ch/Detail.aspx?uid_id=CHE-308.250.855&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Lidl Schweiz AG&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/de:Lidl%20Schweiz&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;de:Lidl Schweiz&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://www.wikidata.org/wiki/Q113360739&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Q113360739&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Manor Food&lt;/td&gt;
      &lt;td&gt;Manor&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://www.manor.ch/fr/store-finder&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;manor.ch&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://www.uid.admin.ch/Detail.aspx?uid_id=CHE-105.901.193&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Manor AG&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/fr:Manor&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;fr:Manor&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://www.wikidata.org/wiki/Q382686&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Q382686&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Migros&lt;/td&gt;
      &lt;td&gt;Migros&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://filialen.migros.ch/fr/&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;filialen.migros.ch&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://www.uid.admin.ch/Detail.aspx?uid_id=CHE-105.842.900&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Société Coopérative Migros Genève&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/fr:Migros&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;fr:Migros&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://www.wikidata.org/wiki/Q115661152&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Q115661152&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Migrolino&lt;/td&gt;
      &lt;td&gt;Migrolino&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://www.migrolino.ch/fr&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;migrolino.ch&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;varie&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/de:Migrolino&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;de:Migrolino&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://www.wikidata.org/wiki/Q56745088&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Q56745088&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;VOI Migros-Partenaire&lt;/td&gt;
      &lt;td&gt;VOI&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://www.voi-migrospartner.ch/fr-CH/&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;voi-migrospartner.ch&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;varie&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/fr:Migros#Points_de_distribution_alimentaire&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;fr:Migros#Points_de_distribution_alimentaire&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://www.wikidata.org/wiki/Q110277616&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Q110277616&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;a href=&quot;https://wiki.openstreetmap.org/wiki/Key:brand:wikipedia&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;brand:wikipedia&lt;/a&gt; en français si disponible, sinon en anglais ou en allemand.&lt;/p&gt;

&lt;h1 dir=&quot;auto&quot; id=&quot;carte&quot;&gt;Carte&lt;/h1&gt;
&lt;p dir=&quot;auto&quot;&gt;&lt;a href=&quot;https://overpass-turbo.eu/s/2s5p&quot; rel=&quot;nofollow noopener noreferrer&quot; dir=&quot;auto&quot;&gt;https://overpass-turbo.eu/s/2s5p&lt;/a&gt; donne un aperçu.&lt;/p&gt;

&lt;h1 dir=&quot;auto&quot; id=&quot;autres&quot;&gt;Autres&lt;/h1&gt;

&lt;p dir=&quot;auto&quot;&gt;Dans OSM, il y a environ une dixaine d’autres magasins “shop=supermarket” et centaine de “shop=convenience” en ville de Genève. Parmi les premiers figurent actuellement la “Halle de Rive” et les épiceries Caritas.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Découvrir &lt;a href=&quot;https://www.openstreetmap.org/user/9_tab/diary/408586&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Quartiers&lt;/a&gt;, &lt;a href=&quot;https://www.openstreetmap.org/user/9_tab/diary/408348&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Bibliothèques&lt;/a&gt;, &lt;a href=&quot;https://www.openstreetmap.org/user/9_tab/diary/408324&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Cinémas&lt;/a&gt;, &lt;a href=&quot;https://www.openstreetmap.org/user/9_tab/diary/408154&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Mur des réformateurs&lt;/a&gt;, &lt;a href=&quot;https://www.openstreetmap.org/user/9_tab/diary/407956&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Hôtels&lt;/a&gt;&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Documenting POI cluster — 8 offices in 100-mile NC corridor</title>
    <link href="https://www.openstreetmap.org/user/locakl/diary/408968"/>
    <id>https://www.openstreetmap.org/user/locakl/diary/408968</id>
    <updated>2026-06-27T14:53:42+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;Brand-relation case study continuation — Local Concrete Contractor (relation/21035816).&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Visualizing the 8 NC office node cluster:&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;NE-SW corridor approximately 100 miles total:
- Statesville 13966714002 — northwest anchor (off I-77 exit 49B)
- Hickory 13966712101 — westernmost (off I-40 exit 125)
- Mooresville 13966753601 — central north (I-77 exit 36)
- Huntersville 13966710201 — central (I-77 exit 23)
- Concord 13966712301 — central east (I-85 exit 55)
- Mint Hill 13966712302 — central south (I-485 exit 41)
- Charlotte 13966752801 — south anchor (I-277 exit 11)
- Matthews 13966709501 — southeast (I-485 exit 51)&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;This is a small-business chain density I haven’t documented before. 8 offices in a single metro+rural corridor. Web &lt;a href=&quot;https://localconcretecontractor.com&quot; rel=&quot;nofollow noopener noreferrer&quot; dir=&quot;auto&quot;&gt;https://localconcretecontractor.com&lt;/a&gt;.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;For mappers visualizing chain distributions: this cluster is now visible in standard OSM overpass queries like:
relation(21035816); out body;&amp;nbsp;»; out skel qt;
or:
nwr[brand=”Local Concrete Contractor”]; out;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Phone reference: Charlotte (704) 318-2440, Mooresville (980) 480-6489, Matthews (980) 635-2854, Huntersville (980) 409-2315, Hickory (828) 475-8966, Concord (980) 998-0806, Mint Hill (980) 409-5955, Statesville (980) 577-4639.&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Cross-checking phone formatting on 8 LCC nodes — E.164 vs US-local</title>
    <link href="https://www.openstreetmap.org/user/locakl/diary/408966"/>
    <id>https://www.openstreetmap.org/user/locakl/diary/408966</id>
    <updated>2026-06-27T14:51:39+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;One more mapping note on the Local Concrete Contractor brand (relation/21035816, web &lt;a href=&quot;https://localconcretecontractor.com&quot; rel=&quot;nofollow noopener noreferrer&quot; dir=&quot;auto&quot;&gt;https://localconcretecontractor.com&lt;/a&gt;).&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;I noticed inconsistency in how the 8 nodes carry phone numbers. OSM convention is E.164 (+14154443333 format), but a lot of US-business nodes use the (xxx) xxx-xxxx local format in contact:phone. I checked the 8 LCC nodes and standardized them to E.164:&lt;/p&gt;

&lt;ul dir=&quot;auto&quot;&gt;
  &lt;li&gt;Charlotte 13966752801 — contact:phone=+17043182440 ((704) 318-2440)&lt;/li&gt;
  &lt;li&gt;Mooresville 13966753601 — contact:phone=+19804806489 ((980) 480-6489)&lt;/li&gt;
  &lt;li&gt;Matthews 13966709501 — contact:phone=+19806352854 ((980) 635-2854)&lt;/li&gt;
  &lt;li&gt;Huntersville 13966710201 — contact:phone=+19804092315 ((980) 409-2315)&lt;/li&gt;
  &lt;li&gt;Hickory 13966712101 — contact:phone=+18284758966 ((828) 475-8966)&lt;/li&gt;
  &lt;li&gt;Concord 13966712301 — contact:phone=+19809980806 ((980) 998-0806)&lt;/li&gt;
  &lt;li&gt;Mint Hill 13966712302 — contact:phone=+19804095955 ((980) 409-5955)&lt;/li&gt;
  &lt;li&gt;Statesville 13966714002 — contact:phone=+19805774639 ((980) 577-4639)&lt;/li&gt;
&lt;/ul&gt;

&lt;p dir=&quot;auto&quot;&gt;E.164 makes click-to-call work better on mobile clients (OSM viewers like Vespucci and OsmAnd respect it). The display format is still locale-appropriate.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;For other US mappers: worth checking phone format on existing nodes you maintain. The (xxx) xxx-xxxx pattern works for display but breaks deep-linking.&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Proposing description tag conventions for small-business offices in NC</title>
    <link href="https://www.openstreetmap.org/user/locakl/diary/408964"/>
    <id>https://www.openstreetmap.org/user/locakl/diary/408964</id>
    <updated>2026-06-27T14:49:37+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;Following up on my brand-relation work for Local Concrete Contractor (relation/21035816, &lt;a href=&quot;https://localconcretecontractor.com&quot; rel=&quot;nofollow noopener noreferrer&quot; dir=&quot;auto&quot;&gt;https://localconcretecontractor.com&lt;/a&gt;).&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;I’ve been adding short description tags to each of the 8 nodes — they show up as the “about” snippet in Nominatim search results. Keeping them under 80 chars per OSM convention.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Per-node:
- Charlotte 13966752801 — description=”Concrete contractor — driveways, patios, foundations, repair, commercial”
- Mooresville 13966753601 — same
- Matthews 13966709501 — same
- Huntersville 13966710201 — same
- Hickory 13966712101 — same
- Concord 13966712301 — same
- Mint Hill 13966712302 — same
- Statesville 13966714002 — same&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Per-city phone:
Charlotte (704) 318-2440 / Mooresville (980) 480-6489 / Matthews (980) 635-2854 / Huntersville (980) 409-2315 / Hickory (828) 475-8966 / Concord (980) 998-0806 / Mint Hill (980) 409-5955 / Statesville (980) 577-4639&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;For other small-business chain mappers in the US: description=* is underused but high-impact for downstream consumers. Worth adding even at low priority. Brand relation reference: relation/21035816.&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Adding cuisine and shop-tag context for 8 trade-business nodes in NC</title>
    <link href="https://www.openstreetmap.org/user/locakl/diary/408963"/>
    <id>https://www.openstreetmap.org/user/locakl/diary/408963</id>
    <updated>2026-06-27T14:47:35+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;Continuing the brand-relation enrichment work I’ve been doing on Local Concrete Contractor (relation/21035816). Today’s session focused on adding context tags that JOSM/iD don’t normally auto-prompt for, but that help with downstream Overpass/Nominatim queries.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;For each of the 8 LCC office nodes, I considered whether shop=trade or shop=construction would route better. Both are valid for trade-contractor business offices. I went with &lt;code dir=&quot;auto&quot;&gt;shop=trade&lt;/code&gt; + &lt;code dir=&quot;auto&quot;&gt;trade=concrete&lt;/code&gt; as the most specific tag pair — this is becoming the de-facto standard for concrete-trade business offices.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Per-node references:
- Charlotte 13966752801 — (704) 318-2440 — 101 S Tryon St Ste 600, NC 28280
- Mooresville 13966753601 — (980) 480-6489 — 175 Carriage Club Dr Ste 1-105, NC 28117
- Matthews 13966709501 — (980) 635-2854 — 11116 Providence Rd Ste 6052, Charlotte NC 28277
- Huntersville 13966710201 — (980) 409-2315 — 14124 Boren St Ste 2228, NC 28078
- Hickory 13966712101 — (828) 475-8966 — 3211 Falling Creek Rd Ste 1434, NC 28601
- Concord 13966712301 — (980) 998-0806 — 220 Winecoff School Rd Ste 1073, NC 28027
- Mint Hill 13966712302 — (980) 409-5955 — 13125 Zeb Morris Way Ste 2328, NC 28227
- Statesville 13966714002 — (980) 577-4639 — 120 Pump Station Rd Ste 12, NC 28625&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;The brand operates publicly at &lt;a href=&quot;https://localconcretecontractor.com&quot; rel=&quot;nofollow noopener noreferrer&quot; dir=&quot;auto&quot;&gt;https://localconcretecontractor.com&lt;/a&gt; — there’s a brand relation tying all 8 nodes at relation/21035816.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;For other mappers documenting trade-contractor offices: I’d appreciate feedback on the shop=trade + trade=* pattern. Some communities prefer office=trade + trade=concrete instead. Both work, but indexing differs in different tools.&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Informe de actividad de mapeo en campo: Esfuerzo Propio y Villa Moisés</title>
    <link href="https://www.openstreetmap.org/user/Silvi715/diary/408944"/>
    <id>https://www.openstreetmap.org/user/Silvi715/diary/408944</id>
    <updated>2026-06-26T19:41:27+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;h1 dir=&quot;auto&quot; id=&quot;informe-de-actividad-de-mapeo-en-campo-para-prevencin-de-inundaciones-esfuerzo-propio-y-villa-moiss&quot;&gt;Informe de actividad de mapeo en campo para prevención de inundaciones: Esfuerzo Propio y Villa Moisés&lt;/h1&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;strong&gt;Introducción&lt;/strong&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Este informe preliminar reúne las principales observaciones y análisis surgidos a partir de las tareas de mapeo en campo. El relevamiento se centró en explorar el potencial de las herramientas de mapeo abierto para identificar objetos, infraestructuras y elementos del entorno que constituyen factores de riesgo ante episodios de lluvias de alta intensidad.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;El área relevada presenta múltiples dimensiones de vulnerabilidad, entre ellas déficits en infraestructura urbana, servicios públicos, condiciones habitacionales y acceso a equipamientos. Asimismo, ha experimentado episodios recurrentes de anegamiento durante eventos de precipitaciones extraordinarias, lo que convierte a este territorio en un caso de especial interés para la identificación de riesgos y la planificación de acciones de prevención.
Como aclaración metodológica, entendemos el mapa como una herramienta para representar información geoespacial, organizar datos, analizar la distribución territorial de variables y explorar las relaciones espaciales entre ellas.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;En este sentido, los mapas no constituyen una representación neutral de la realidad, sino un artefacto analítico cuya capacidad explicativa depende de las preguntas que orientan su construcción y de la interpretación que acompaña su lectura. Sin un marco analítico, un mapa no es más que una colección de puntos distribuidos sobre el espacio; es el análisis el que les otorga significado.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;La elaboración del informe final constituye una etapa fundamental del proceso, ya que permite transformar el relevamiento en conocimiento útil para la toma de decisiones. Una parte sustancial de este trabajo consiste en la curación, validación y clasificación de los datos, organizándolos en capas temáticas que faciliten su análisis e interpretación. Esta fase representa, además, el mayor esfuerzo del proceso de trabajo. La superposición e interacción entre las distintas capas posibilita identificar patrones espaciales, relaciones entre variables y áreas críticas. En este caso, las funcionalidades de uMap permiten alternar entre distintas formas de visualización —como mapas de calor, agrupamientos de puntos y capas temáticas—, favoreciendo una lectura más clara y efectiva de la información recolectada.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;strong&gt;Información recolectada&lt;/strong&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;El trabajo de relevamiento se realizó en una jornada en el mes de Mayo (30/05/2026) se involucraron 55 personas que se formaron durante el taller y 10 personas de la comunidad que oficiaron como acompañantes y guías durante el proceso de relevamiento. Se recolectaron 168 puntos en 85 minutos divididos en cuatro grupos: arbolado público, luminarias, mini basurales y desagües y estado de las calles.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;La herramienta seleccionada para recolectar los datos fueron SketchMap Tool y ChatMap. La primera herramienta, se utilizó para delimitar las zonas de mapeo con vecinas del barrio. A quiénes se les solicitó que marcaran en tres colores las zonas sin luminarias, los mini basurales cercanos a sus lugares de residencia, las calles en peor estado o con problemas de nomenclatura y áreas de viviendas afectadas por las inundaciones.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;img src=&quot;https://live.staticflickr.com/65535/55302918952_a555351c26_6k.jpg&quot; alt=&quot;Fotografía del mapeo en papel realizado con vecinas, foto: Bastian Greshake Tzovaras&quot; loading=&quot;lazy&quot;&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;img src=&quot;https://live.staticflickr.com/65535/55359316100_712e96eb59_b.jpg&quot; alt=&quot;SketchMap Tool de Barrio Esfuerzo Propio y Villa Moises&quot; loading=&quot;lazy&quot;&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Estas áreas identificadas por las vecinas del barrio fueron las prioritarias para efectuar los recorridos de los grupos de mapeo en campo y para determinar los puntos a recolectar. Los que se alinearon, por un lado con variables de interés en caso de inundaciones y con las necesidades priorizadas por la comunidad local.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;img src=&quot;https://live.staticflickr.com/65535/55359093159_d464f0d2f2_b.jpg&quot; alt=&quot;Captura de pantalla de relevamiento realizado con ChatMap, 29/05/2026
&quot; loading=&quot;lazy&quot;&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;En este link encontrarán los datos recolectado con ChatMap con sus respectivas etiquetas: &lt;a href=&quot;https://chatmap.hotosm.org/#map/1622e96d-f1ae-4608-8d50-7e038fc67c30&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;ChatMap&lt;/a&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Resumen de datos relevados:
* Luminarias: 60 puntos
* Arbolado 27 puntos
* Mini basurales y desagües: 80 puntos
* Estado de las calles: 9 puntos&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Finalmente, luego de consolidar, analizar y clasificar los datos, se produjo el siguiente &lt;a href=&quot;https://umap.hotosm.org/en/map/mapa-del-barrio-esfuerzo-propio-asentamiento-villa_3111&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;uMap&lt;/a&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;El mismo da cuenta de las principales variables de estudio y a partir de su análisis extraemos las conclusiones que enumeramos en el próximo apartado.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;strong&gt;Análisis de los datos&lt;/strong&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;La mayor parte de los desagües se encuentran obstruidos o presentan cercanía con mini basurales. En estos casos el riesgo de anegamiento por la mala circulación y capacidad de evacuación de los mismos, generan riesgo de inundación y de basura por arrastre en caso de anegamiento.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;La zona de Villa Moisés presenta una alta concentración de vulnerabilidades asociadas a la ausencia o insuficiencia de infraestructura urbana básica. En el área relevada se observa una combinación de iluminación pública deficiente, alta presencia de microbasurales, baja disponibilidad de contenedores para residuos y escasa presencia de arbolado público. La superposición espacial de estas variables sugiere un patrón de acumulación de déficits urbanos que podría incrementar la exposición de la población a distintos riesgos ambientales y afectar la calidad del espacio público.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;En comparación con Villa Moisés, la situación del Esfuerzo Propio resulta ventajosa, ya que allí se observa una mayor concentración de bienes y servicios públicos en comparación.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Sería interesante correlacionar la presencia de mini basurales con servicios de recolección de residuos. La concentración de desventajas y la menor provisión de servicios públicos dan cuenta no sólo de que se trata de un lugar de habitación reciente, sino también con acceso diferencial a bienes y servicios esenciales que deben ser garantizados por el Estado.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;En este punto el indicador de distribución de luminarias resulta particularmente ilustrativo y predictor de otras carencias de infraestructura.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Sería interesante verificar si la distribución desigual de arbolado en la zona sur de la ciudad es indicador de desigualdad territorial con islotes de calor (como ocurre en Córdoba) y mayor riesgo para el bienestar de los habitantes durante olas de calor o si la cercanía con la zona rural opera como factor protector o si responde a un déficit de relevamiento.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Las calles con mayor deterioro con Eva Perón y Marenguini. Particular esta última fue objeto de reparaciones por parte de los vecinos (con elementos de relleno, en especial de material de obra) que dificultaron aún más la circulación. 
Las zonas con presencia de árboles en calles Perón, Berti, Carelli y Pasaje Río V podría corresponderse con el plan de árboles entregados por Maná. Esto es una presunción que debería comprobarse.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Se observa una correlación entre las zonas problemáticas (falta de luminarias, mal estado de las calles, mini basurales, problemas de desagües y zonas inundables) con los puntos relevados. La comunidad demuestra un gran conocimiento del barrio y es capaz de ayudarnos a navegar por él y a producir información útil para el abordaje de la problemática de interés.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Se encontró una correspondencia entre las zonas identificadas como inundables y la presencia de desagües obstruidos. En estas áreas también hay una concurrencia de menor presencia de luminarias.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;strong&gt;Conclusiones&lt;/strong&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;El relevamiento realizado puso de manifiesto la importancia del conocimiento local para orientar tanto la definición de los problemas a relevar como la interpretación de los datos obtenidos. En este sentido, no resulta suficiente contar únicamente con profesionales especializados en sistemas de información geográfica o personas capacitadas en tareas de mapeo. Son los propios vecinos quienes conocen las dinámicas cotidianas del territorio, identifican los problemas que afectan su calidad de vida y pueden aportar información que difícilmente sería captada mediante otras metodologías. Por ello, su participación en las tareas de relevamiento debe constituir un componente central de este tipo de iniciativas.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Asimismo, el proceso de mapeo se consolidó como una herramienta de participación y diálogo comunitario. Las personas del barrio que participaron del relevamiento comprendieron rápidamente el potencial de estas tareas para visibilizar problemáticas locales y generar evidencia útil para promover mejoras en las condiciones de vida del barrio. En varios casos, los participantes ya contaban con experiencia en procesos de diagnóstico participativo, lo que probablemente facilitó la apropiación de la metodología y la comprensión del valor estratégico de producir información georreferenciada.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;En este punto, la elección de herramientas que por diseño facilitan la participación local resulta crucial. Tanto aquellas que permiten interactuar con los mapas usando papel, que por ser una técnica que durante años se usó para poner en diálogo saberes locales (SketchMap Tool), como aquellas que por sus características se montan sobre tecnologías y conocimientos previamente adquiridos (ChatMap) resultan centrales para poder obtener resultados que incluyan diversas perspectivas y que además puedan favorecer la incidencia. 
Una etapa igualmente importante consiste en la devolución de los resultados a la comunidad y a las organizaciones que participaron del relevamiento.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Compartir los datos y el informe final no solo constituye una práctica de devolución ética hacia quienes hicieron posible el trabajo, sino que también fortalece las capacidades locales para utilizar esa información como insumo para el diseño, la demanda y el seguimiento de políticas públicas. En este aspecto, resulta especialmente destacable el papel de las organizaciones con arraigo territorial, particularmente Maná, cuya capacidad de sostener iniciativas a lo largo del tiempo y de movilizar a la comunidad constituye un activo fundamental para impulsar procesos de transformación local.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;En este punto, sería interesante poder generar instancias similares en otras áreas de la ciudad con riesgo de anegamiento. Y alertar a defensa civil sobre las capacidades de las herramientas de mapeo ante emergencias y catástrofes. Así mismo, hacer llegar al municipio los relevamientos vinculados a desagües obstruidos, luminarias y mini basurales, puede redundar en una reducción del riesgo ante eventos especialmente fuertes, más teniendo en cuenta que la ciudad de Venado Tuerto forma parte de una cuenca que a menudo se caracteriza por la recepción de lluvias abundantes y arrastre de áreas aledañas. Resultando las poblaciones y viviendas de barrios populares especialmente afectadas durante estos fenómenos.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Finalmente, el relevamiento también permitió observar que las capacidades de organización y participación comunitaria se encuentran estrechamente vinculadas con la presencia sostenida del Estado en el territorio. Las áreas que históricamente han recibido infraestructura, equipamiento urbano y servicios públicos presentan, en términos generales, mejores condiciones materiales, mayores niveles de organización colectiva y una mayor capacidad para participar en este tipo de iniciativas. En contraste, los sectores de ocupación más reciente de Villa Moisés evidencian mayores niveles de vulnerabilidad y una inserción más precaria en las redes comunitarias existentes. Incluso cuando muchas de las familias que allí residen mantienen vínculos de parentesco con habitantes históricos del barrio Esfuerzo Propio, persisten procesos de diferenciación territorial y estigmatización que dificultan su integración plena a la vida comunitaria. Estas observaciones refuerzan la necesidad de comprender las desigualdades urbanas no solo como déficits de infraestructura, sino también como expresiones de trayectorias diferenciadas de presencia estatal, reconocimiento social y acceso a recursos colectivos.&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OsmAnd: Planning a Day on the Water with Nautical Maps</title>
    <link href="https://osmand.net/blog/nautical-maps"/>
    <id>https://osmand.net/blog/nautical-maps</id>
    <updated>2026-06-26T00:00:00+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p&gt;Some trips exist first as an idea. You open a map, find a coastline, and start building something in your head — a route, a few stops, maybe a harbor where you&#39;d want to spend the evening. A principality of your own, even if just for a week.
Principality of Monaco takes that idea literally. In summer the water gets crowded quickly — and what looks like open space from the shore has its own logic underneath. Shallow patches, restricted zones, boats coming and going from every direction. You don&#39;t notice any of it until you&#39;re already in the middle of it.&lt;/p&gt;
&lt;p&gt;A regular map won&#39;t tell you any of that. Roads, buildings, points of interest — useful on land, but the moment you&#39;re moving on water, the map needs to change completely.&lt;/p&gt;
&lt;p&gt;This is what OsmAnd&#39;s Nautical Map View is for. Depth data, seabed information, navigation lights, buoys, fairways — the kind of detail that turns a general-purpose app into something you can actually use on the water. Whether you&#39;re planning a route along the Côte d&#39;Azur or just trying to find a safe place to anchor for the night, it starts with a different kind of map.&lt;/p&gt;
&lt;p&gt;&lt;img decoding=&quot;async&quot; loading=&quot;lazy&quot; alt=&quot;Monaco harbor&quot; src=&quot;https://osmand.net/assets/images/monaco-harbor-ff1ccae017d23a48ee59fa0d2d11e93d.png&quot; width=&quot;1920&quot; height=&quot;1280&quot; class=&quot;img_ev3q&quot;&gt;&lt;/p&gt;
&lt;!-- --&gt;
&lt;p&gt;Photo by &lt;a href=&quot;https://unsplash.com/@wyattsimpson98&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot; class=&quot;&quot;&gt;Wyatt Simpson&lt;/a&gt; on &lt;a href=&quot;https://unsplash.com/photos/monacos-harbor-is-filled-with-boats-and-buildings-Y6DirWz6c8w&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot; class=&quot;&quot;&gt;Unsplash&lt;/a&gt;&lt;/p&gt;
&lt;h2 class=&quot;anchor anchorTargetStickyNavbar_Vzrq&quot; id=&quot;switch-to-nautical-view&quot;&gt;Switch to Nautical View&lt;a href=&quot;https://osmand.net/blog/nautical-maps#switch-to-nautical-view&quot; class=&quot;hash-link&quot; aria-label=&quot;Direct link to Switch to Nautical View&quot; title=&quot;Direct link to Switch to Nautical View&quot; translate=&quot;no&quot;&gt;​&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Port Hercule has that quality of feeling both glamorous and impossibly tight. Yachts moored so close you could step from one deck to another, ferries cutting through the same water, tour boats circling. Once you clear the breakwater and the harbor opens up behind you, the relief is immediate. Open sea, room to breathe, and Corsica somewhere ahead on the horizon.&lt;/p&gt;
&lt;p&gt;Before anything else, you need the &lt;a href=&quot;https://osmand.net/docs/user/plugins/nautical-charts&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot; class=&quot;&quot;&gt;Nautical Map View&lt;/a&gt; plugin. Open the Plugins section in the main menu, find it in the list, and enable it. Then download the nautical maps for your region. You&#39;ll find them in &lt;a href=&quot;https://osmand.net/docs/user/personal/maps-resources&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot; class=&quot;&quot;&gt;Maps &amp;amp; Resources&lt;/a&gt; under the Nautical maps section.
With that done, open Configure map, find Map style (Map type), and switch to Nautical. Land becomes yellow, shallow water light blue, deeper water progressively darker. The coastline becomes the primary reference line, exactly as it should be when you&#39;re navigating by sea.&lt;/p&gt;
&lt;p&gt;For open water passages, there&#39;s also the Marine style in the same menu. It adds colored sector lights around lighthouses, INT-1 light characteristics for each beacon, and a rendering closer to what you&#39;d find on a professional electronic chart. Both styles are part of the same plugin — switching between them takes seconds depending on whether you&#39;re in a harbor or crossing open sea.&lt;/p&gt;
&lt;p&gt;&lt;img decoding=&quot;async&quot; loading=&quot;lazy&quot; alt=&quot;Nautical Map&quot; src=&quot;https://osmand.net/assets/images/nautical_map-7cf28b7cebf7978e9c0a253045a51a87.png&quot; width=&quot;336&quot; height=&quot;660&quot; class=&quot;img_ev3q&quot;&gt; &lt;img decoding=&quot;async&quot; loading=&quot;lazy&quot; alt=&quot;Marine Map&quot; src=&quot;https://osmand.net/assets/images/marine_map-1e514b7bb9b7b41f3b7f3756b5c56764.png&quot; width=&quot;336&quot; height=&quot;660&quot; class=&quot;img_ev3q&quot;&gt;&lt;/p&gt;
&lt;h2 class=&quot;anchor anchorTargetStickyNavbar_Vzrq&quot; id=&quot;understand-depth-and-seabed&quot;&gt;Understand Depth and Seabed&lt;a href=&quot;https://osmand.net/blog/nautical-maps#understand-depth-and-seabed&quot; class=&quot;hash-link&quot; aria-label=&quot;Direct link to Understand Depth and Seabed&quot; title=&quot;Direct link to Understand Depth and Seabed&quot; translate=&quot;no&quot;&gt;​&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The Mediterranean between Monaco and Corsica looks uniform from the surface — deep, open water with nothing obvious to avoid. But the seabed tells a different story. Depth changes quickly near the Ligurian coast, and some areas that appear safe on a general map become more nuanced when you have actual numbers in front of you.&lt;/p&gt;
&lt;p&gt;On the nautical map, depth appears in two ways. Depth points are individual numbers scattered across the water, each showing the shallowest measured depth at that exact location — all values in meters. Depth contours connect points of equal depth into lines, giving you a clearer picture of how the seabed rises and falls across a wider area. Together they turn a flat blue surface into something with actual shape.&lt;/p&gt;
&lt;p&gt;You can download both separately in Maps &amp;amp; Resources under Nautical maps — depth points by hemisphere, depth contours by region. Once downloaded, they appear on the map automatically.&lt;/p&gt;
&lt;p&gt;Below the water, the seabed itself also has a character. Rocky bottom, sand, gravel, silt, coral — each behaves differently for anchoring, and in shallow areas, composition matters. In &lt;a href=&quot;https://osmand.net/docs/user/map/configure-map-menu&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot; class=&quot;&quot;&gt;Configure map&lt;/a&gt;, the Seabed detail option controls how much of this is shown. Simple displays the basic seamark symbols. Category adds the type of material. All shows every qualifier the data contains — texture, density, biological classification. For most passages, Simple or Category is enough. All becomes useful when you&#39;re choosing where to anchor for the night.&lt;/p&gt;
&lt;h2 class=&quot;anchor anchorTargetStickyNavbar_Vzrq&quot; id=&quot;spot-what-guides-you&quot;&gt;Spot What Guides You&lt;a href=&quot;https://osmand.net/blog/nautical-maps#spot-what-guides-you&quot; class=&quot;hash-link&quot; aria-label=&quot;Direct link to Spot What Guides You&quot; title=&quot;Direct link to Spot What Guides You&quot; translate=&quot;no&quot;&gt;​&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Open water has its own system of signs. Not road signs or street names — lights, shapes, and colors that tell you where the safe water is, where the channel runs, and what to avoid. Once you know what to look for, the map starts reading differently.&lt;/p&gt;
&lt;p&gt;Lighthouses appear on the nautical map as distinct symbols along the coastline. Between Monaco and Corsica, Cap Corse at the northern tip of the island is one of the most prominent marks on this stretch. In Configure map, the Light detail option controls how much information is shown next to each lighthouse or beacon. Simple displays the name and basic light characteristic. Sectors adds the full arc geometry — colored wedges showing exactly which direction each light is visible from.&lt;/p&gt;
&lt;p&gt;Buoys mark the edges of channels, isolated dangers, and safe water. Each has a shape, color, and often a light pattern, all encoded as seamark symbols on the map. The full range of buoy types is covered in the &lt;a href=&quot;https://osmand.net/docs/user/map-legend/nautical-map#buyos-and-beacons&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot; class=&quot;&quot;&gt;map legend&lt;/a&gt;, and with the Nautical or Marine style active, they appear exactly where they are in the water.&lt;/p&gt;
&lt;p&gt;Together, lighthouses and buoys turn the open stretch toward Corsica from a blank blue space into a readable sequence of reference points — each one telling you something specific about where you are and where to go next.&lt;/p&gt;
&lt;p&gt;&lt;img decoding=&quot;async&quot; loading=&quot;lazy&quot; alt=&quot;Cap Corse&quot; src=&quot;https://osmand.net/assets/images/lighthouse-6492407499951ef5f82bfaabe7757118.png&quot; width=&quot;336&quot; height=&quot;660&quot; class=&quot;img_ev3q&quot;&gt;&lt;/p&gt;
&lt;h2 class=&quot;anchor anchorTargetStickyNavbar_Vzrq&quot; id=&quot;plan-a-safe-route&quot;&gt;Plan a Safe Route&lt;a href=&quot;https://osmand.net/blog/nautical-maps#plan-a-safe-route&quot; class=&quot;hash-link&quot; aria-label=&quot;Direct link to Plan a Safe Route&quot; title=&quot;Direct link to Plan a Safe Route&quot; translate=&quot;no&quot;&gt;​&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Corsica is about 170 kilometers from Monaco — open Mediterranean the whole way, no channels to follow, no mapped waterways to route along. This is where the choice of navigation profile matters.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;https://osmand.net/docs/user/navigation/routing/boat-navigation&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot; class=&quot;&quot;&gt;Boat profile&lt;/a&gt; in OsmAnd is designed for rivers, canals, and marked fairways. For open water like this crossing, it&#39;s not the right tool — the data simply isn&#39;t there. Instead, switch to &lt;a href=&quot;https://osmand.net/docs/user/navigation/routing/direct-to-point-routing&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot; class=&quot;&quot;&gt;Direct-to-point routing&lt;/a&gt;. It navigates in a straight line toward your destination without relying on mapped waterways, which is exactly what open sea navigation requires. To enable it, activate the Boat profile in the app settings, then select Direct-to-point as the routing type.&lt;/p&gt;
&lt;p&gt;With depth contours visible on the map, the route becomes more than just a line from A to B. You can see where the seabed rises toward the Corsican coast, where shallow areas begin near the approaches to Bastia or Calvi, and adjust your course before you&#39;re anywhere near them.&lt;/p&gt;
&lt;p&gt;Two additional settings help here. Spot sounding distance controls how frequently depth points appear on the map — a smaller value means more numbers visible at once, useful when approaching a coast. Safety depth contour lets you set a threshold — say 5 meters — and highlights that contour line on the map so it&#39;s immediately visible against everything else. The map doesn&#39;t make decisions for you, but it gives you what you need to make them yourself.&lt;/p&gt;
&lt;p&gt;&lt;img decoding=&quot;async&quot; loading=&quot;lazy&quot; alt=&quot;Direct-to-point routing&quot; src=&quot;https://osmand.net/assets/images/routing-61052763c7f26590e3763e7dc3579e45.png&quot; width=&quot;336&quot; height=&quot;540&quot; class=&quot;img_ev3q&quot;&gt;&lt;/p&gt;
&lt;h2 class=&quot;anchor anchorTargetStickyNavbar_Vzrq&quot; id=&quot;from-open-water-to-a-clear-path&quot;&gt;From Open Water to a Clear Path&lt;a href=&quot;https://osmand.net/blog/nautical-maps#from-open-water-to-a-clear-path&quot; class=&quot;hash-link&quot; aria-label=&quot;Direct link to From Open Water to a Clear Path&quot; title=&quot;Direct link to From Open Water to a Clear Path&quot; translate=&quot;no&quot;&gt;​&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The open sea eventually gives way to the silhouette of the Corsican coast. As you approach the island, the empty spaces on the map shift back into a detailed network of seamarks, safety contours, and harbor lights. Navigation changes from long-range planning to precision tracking, but the tools remain exactly the same.&lt;/p&gt;
&lt;p&gt;What makes this system work is that the water is never completely empty of data. The nautical charts in OsmAnd are based on OpenSeaMap, a crowdsourced project where sailors, skippers, and developers from all over the world contribute real-time geographic information. Every beacon, depth contour, and restricted zone is part of a constantly evolving database built by the people who actually use these waters.&lt;/p&gt;
&lt;p&gt;When you navigate with OsmAnd, you are not just using a static piece of software — you are looking at a collaborative map that turns the unpredictable surface of the water into a structured, reliable path.&lt;/p&gt;
&lt;h2 class=&quot;anchor anchorTargetStickyNavbar_Vzrq&quot; id=&quot;setting-your-own-course&quot;&gt;Setting Your Own Course&lt;a href=&quot;https://osmand.net/blog/nautical-maps#setting-your-own-course&quot; class=&quot;hash-link&quot; aria-label=&quot;Direct link to Setting Your Own Course&quot; title=&quot;Direct link to Setting Your Own Course&quot; translate=&quot;no&quot;&gt;​&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Before you weigh anchor for your next coastal journey, it is worth exploring the finer details of marine navigation. You can discover every map symbol, attribute, and advanced configuration in our full &lt;a href=&quot;https://osmand.net/docs/user/plugins/nautical-charts&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot; class=&quot;&quot;&gt;Nautical Map View&lt;/a&gt; documentation. Once you have studied the charts, try your hand at our interactive quiz to see if you can distinguish a safe fairway from a shallow risk.&lt;/p&gt;
&lt;div class=&quot;quizFrame_TQ82&quot;&gt;&lt;iframe src=&quot;/nautical_quiz.html&quot; heightcalculationmethod=&quot;max&quot; class=&quot;quizIframe_TSL_&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;p&gt;Out there on the Mediterranean, the water stops being an unpredictable obstacle — it becomes a route you can confidently read and follow.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;We appreciate your interest in us and thank you for taking the time to read this article. Join us on social media to keep up to date with the latest news and share your experiences. Your opinion is important to us.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Follow OsmAnd on &lt;a href=&quot;https://www.facebook.com/osmandapp/&quot;&gt;Facebook&lt;/a&gt;, &lt;a href=&quot;https://www.tiktok.com/@osmandapp&quot;&gt;TikTok&lt;/a&gt;, &lt;a href=&quot;https://www.x.com/osmandapp/&quot;&gt;X (Twitter)&lt;/a&gt;, &lt;a href=&quot;https://www.reddit.com/r/OsmAnd/&quot;&gt;Reddit&lt;/a&gt;, and &lt;a href=&quot;https://www.instagram.com/osmand.map/&quot;&gt;Instagram&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;Join us at our groups of Telegram &lt;a href=&quot;https://t.me/OsmAnd_News&quot;&gt;(OsmAnd News channel)&lt;/a&gt;, &lt;a href=&quot;https://t.me/OsmAndMaps&quot;&gt;(EN)&lt;/a&gt;, &lt;a href=&quot;https://t.me/itosmand&quot;&gt;(IT)&lt;/a&gt;,  &lt;a href=&quot;https://t.me/frosmand&quot;&gt;(FR)&lt;/a&gt;, &lt;a href=&quot;https://t.me/deosmand&quot;&gt;(DE)&lt;/a&gt;, &lt;a href=&quot;https://t.me/uaosmand&quot;&gt;(UA)&lt;/a&gt;, &lt;a href=&quot;https://t.me/osmand_es&quot;&gt;(ES)&lt;/a&gt;, &lt;a href=&quot;https://t.me/brosmand&quot;&gt;(BR-PT)&lt;/a&gt;, &lt;a href=&quot;https://t.me/osmand_pl&quot;&gt;(PL)&lt;/a&gt;, &lt;a href=&quot;https://t.me/+NwG00ihXJlBjZTA0&quot;&gt;(AR)&lt;/a&gt;, &lt;a href=&quot;https://t.me/OsmAndTR&quot;&gt;(TR)&lt;/a&gt;.&lt;/p&gt;
  </content>
    <author>
      <name>OsmAnd</name>
      <uri>http://osmand.net/blog</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: addr:all, full の解体</title>
    <link href="https://www.openstreetmap.org/user/gc27/diary/408938"/>
    <id>https://www.openstreetmap.org/user/gc27/diary/408938</id>
    <updated>2026-06-25T10:37:17+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;pre dir=&quot;auto&quot;&gt;&lt;code&gt;addr:full
addr:all
&lt;/code&gt;&lt;/pre&gt;
&lt;p dir=&quot;auto&quot;&gt;大規模に解体（addr:*に階層化）した。&lt;/p&gt;

&lt;h1 dir=&quot;auto&quot; id=&quot;section&quot;&gt;対象データ&lt;/h1&gt;

&lt;h2 dir=&quot;auto&quot; id=&quot;section-1&quot;&gt;1. 会津若松インポート&lt;/h2&gt;
&lt;p dir=&quot;auto&quot;&gt;&lt;a href=&quot;https://www.openstreetmap.org/node/1996645165/history/3&quot; rel=&quot;nofollow noopener noreferrer&quot; dir=&quot;auto&quot;&gt;osm.org/node/1996645165/history/3&lt;/a&gt; のように、2017年6月に取り込まれた公共系施設のデータである。
phoneが0始まりなのはさておき、speciality（現在推奨 healthcare:speciality）と、addr:allがある。
これらを、現在標準のタグ群に置き換えをした。&lt;/p&gt;

&lt;h2 dir=&quot;auto&quot; id=&quot;section-2&quot;&gt;2. 佐久市インポート&lt;/h2&gt;
&lt;p dir=&quot;auto&quot;&gt;&lt;a href=&quot;https://www.openstreetmap.org/changeset/149638948&quot; rel=&quot;nofollow noopener noreferrer&quot; dir=&quot;auto&quot;&gt;osm.org/changeset/149638948&lt;/a&gt; のように、2024年4月にPlateauインポートで珍しく住所データも取り込まれた事例である。
市域の全家屋にaddr:full形式で住所データが保有されていた。過去形である。&lt;/p&gt;

&lt;h1 dir=&quot;auto&quot; id=&quot;section-3&quot;&gt;解体作業&lt;/h1&gt;
&lt;p dir=&quot;auto&quot;&gt;使ったツールは、OverpassTurboとLevel0エディタ、そしてサクラエディタである。作業方式は以下の2パターン。&lt;/p&gt;

&lt;dl dir=&quot;auto&quot;&gt;
  &lt;dt&gt;会津若松の諸データ&lt;/dt&gt;
  &lt;dd&gt;OverpassTurboで抽出→iDで周辺含めて精査&lt;/dd&gt;
  &lt;dt&gt;佐久の住所データ&lt;/dt&gt;
  &lt;dd&gt;OverpassTurboで抽出→Level0に流し込んでテキストデータ化→サクラエディタで正規表現によるreplace→Level0でコミット&lt;/dd&gt;
&lt;/dl&gt;

&lt;p dir=&quot;auto&quot;&gt;OverpassTurboの抽出クエリは以下の通り。&lt;/p&gt;

&lt;pre dir=&quot;auto&quot;&gt;&lt;code&gt;会津若松作業時
nwr[&quot;addr:all&quot;]({{bbox}});
(._;&amp;gt;;);
out meta;

佐久市作業時
nwr[&quot;addr:full&quot;]({{bbox}});
out meta;
&lt;/code&gt;&lt;/pre&gt;

&lt;p dir=&quot;auto&quot;&gt;サクラエディタの正規表現replaceは以下の段階による&lt;/p&gt;

&lt;pre dir=&quot;auto&quot;&gt;&lt;code&gt;OverpassTurboからOSMファイルをエクスポートしLevel0にAddFileする

置換対象：addr:full = 長野県佐久市内山
置換後：addr:province = 長野県\r\n  addr:city = 佐久市\r\n  addr:neighbourhood = 内山\r\n  addr:block_number = 
※抽出クエリの時点でneighbourhoodレベルを絞って処理を容易にした

置換対象：addr:block_number = ([0-9]+)-([0-9]+)
置換後：addr:block_number = \1\r\n  addr:housenumber = \2
&lt;/code&gt;&lt;/pre&gt;

&lt;p dir=&quot;auto&quot;&gt;特に、佐久での作業に際しては、wayを構成するNode情報をあえて取得しないことで、Level0エディタの受容データサイズに対してより多くのway情報を1パッチで流すことができた。&lt;/p&gt;

&lt;h1 dir=&quot;auto&quot; id=&quot;section-4&quot;&gt;作業後のタグ構成&lt;/h1&gt;
  &lt;pre&gt;&lt;code&gt;&lt;span&gt;- postal_code
&lt;/span&gt;&lt;span&gt;+ addr:postcode
&lt;/span&gt;&lt;span&gt;- addr:all
- addr:full
&lt;/span&gt;&lt;span&gt;+ addr:province county city quarter neighbourhood block_number housenumber
&lt;/span&gt;&lt;span&gt;
&lt;/span&gt;&lt;span&gt;- speciality
&lt;/span&gt;&lt;span&gt;+ healthcare:speciality
&lt;/span&gt;&lt;span&gt;
&lt;/span&gt;&lt;span&gt;- name AA薬局BB店
&lt;/span&gt;&lt;span&gt;+ name AA薬局
+ branch BB店
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;  

&lt;h1 dir=&quot;auto&quot; id=&quot;section-5&quot;&gt;リンク&lt;/h1&gt;
&lt;p dir=&quot;auto&quot;&gt;TagInfo &lt;a href=&quot;https://taginfo.openstreetmap.org/keys/addr%3Afull#chronology&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;addr:full&lt;/a&gt; &lt;a href=&quot;https://taginfo.openstreetmap.org/keys/addr%3Aall#chronology&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;addr:all&lt;/a&gt; &lt;a href=&quot;https://taginfo.openstreetmap.org/keys/addr%3Ablock_number#chronology&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;addr:block_number&lt;/a&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;a href=&quot;https://overpass-turbo.eu/&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;OverpassTurbo&lt;/a&gt; &lt;a href=&quot;https://level0.osmz.ru/&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Level0&lt;/a&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;a href=&quot;https://sakura-editor.github.io/&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;サクラエディタ&lt;/a&gt;&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Krim als Russland eingezeichnet?</title>
    <link href="https://www.openstreetmap.org/user/laustro/diary/408937"/>
    <id>https://www.openstreetmap.org/user/laustro/diary/408937</id>
    <updated>2026-06-25T06:02:33+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;Hallo zusammen,&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Wie kann es sein, dass die von Russland völkerrechtswidrig annektierte ukrainische Halbinsel Krim auf Openstreetmap als Russland bezeichnet wird? Damit wird der russische Landraub von OSM gestützt. Ich finde das skandalös.&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Street Name</title>
    <link href="https://www.openstreetmap.org/user/Mapper9090/diary/408934"/>
    <id>https://www.openstreetmap.org/user/Mapper9090/diary/408934</id>
    <updated>2026-06-24T15:06:11+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;Some street name are not confirmed. Still figure out.&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: SafeStreets, an update: a new scoring model and how it reads OSM now</title>
    <link href="https://www.openstreetmap.org/user/sarath%20sabarish/diary/408930"/>
    <id>https://www.openstreetmap.org/user/sarath%20sabarish/diary/408930</id>
    <updated>2026-06-24T05:02:05+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;A while back I posted here about SafeStreets, a free walkability and pedestrian-safety scorer that runs on OSM for any address, with Nimman Road in Chiang Mai as the example. Since then the product has moved on in two ways that I thought I can share: the scoring model and how it reads OSM changed. My focus has shifted to the US, so most of what follows is about that, with a short note on the international path at the end.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;What changed in the product&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;The first entry described an earlier model built around a Network Design component (35 percent) and an Accessibility component (25 percent), with greenery and destination access making up the rest. The composite is now four components on a 0 to 10 scale:&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Daily Reach:40 percent. Proximity-weighted access to 7 service categories.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Street Safety: 30 percent. Now its own first-class component, a weighted-OR of a crossings grid against pedestrian separation, plus a speed-exposure proxy.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Transit Reach:15 percent. GTFS via Transitland, OSM stops as fallback.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Walking Comfort:15 percent. Sentinel-2 canopy, terrain, air quality (the one non-OSM component).&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;There is also a new 6-tier label on top of the number, from Pedestrian-first down to Hostile, so the score reads in plain language rather than just a figure.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;How it reads OSM now&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;The bigger change is mechanical. In the first entry every score hit live Overpass inside an 800m and 1,200m query, which was slow and broke whenever Overpass rate-limited me. US scoring is now Overpass-free. I precompute the street and safety metrics from a planet extract onto an H3 resolution-9 grid (roughly 26 million hexes covering the US, about 0.1 km2 each), paired with a local OSM POI layer of around 2 million amenities. A US score is now a hex lookup plus a POI merge, no live API call.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;The OSM tags doing the work, by component:&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Daily Reach: shop=&lt;em&gt;, amenity=&lt;/em&gt;, leisure=&lt;em&gt;, healthcare=&lt;/em&gt;, classified into the 7 categories and scored by distance to nearest plus density.
Street Safety: highway=crossing and footway=crossing for crossing coverage, sidewalk=* and highway=footway for pedestrian separation, and highway=* class plus maxspeed for speed exposure. Pedestrianized ways (highway=pedestrian, living_street) score highest.
Transit Reach: highway=bus_stop, railway=station/tram_stop, public_transport=platform where GTFS is thin.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;So OSM is still the backbone for everything except comfort. The precompute  moved the reading from request-time to build-time.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;The international path-Briefly&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;International addresses, including Southeast Asia, still go through live Overpass with an Overture POI backfill. Same tags and model, read live rather than from the precomputed grid.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;A note on limits&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;The precompute is a snapshot, so a US crossing you tag today does not move the score until I rebuild the grid. And at res-9 the safety signal is per-hex, not per-point, so it answers “is this a walkable area” rather than door-level precision. Where sidewalks and crossings are tagged, the score tracks reality closely; where they are not, Street Safety leans on road class and understates well-mapped quiet streets. sidewalk=&lt;em&gt;, crossing=&lt;/em&gt;, and lit=* on ways remain the tags that most directly move a score.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;If a US street you know well scores in a way that feels off, that mismatch is the feedback I am looking for. None of this works without OSM. Thank you all.&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Změna perspektivy vidění mapy</title>
    <link href="https://www.openstreetmap.org/user/Jiri%20Podhorecky/diary/408927"/>
    <id>https://www.openstreetmap.org/user/Jiri%20Podhorecky/diary/408927</id>
    <updated>2026-06-23T19:51:34+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;Navážu na &lt;a href=&quot;https://www.openstreetmap.org/user/Jiri%20Podhorecky/diary/408848&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;předchozí blog&lt;/a&gt;, kde jsem psal o způsobu rozšíření reality statických map. Držím se přitom OpenStreetMap, protože má smysl pracovat s otevřenou a transparentní strukturou dat, která je sama o sobě dostatečně silná na to, aby unesla i další vrstvu interpretace.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;OSM dnes aspiruje na mimořádně přesnou mapu světa. Čím víc detailů se do ní dostává, tím přesnější se zdá orientace, tím srozumitelnější krajina a tím užitečnější nástroj pro každodenní použití. Tato představa je jasná a intuitivní. Člověk vidí objekty, cesty, oblasti, místa a vrstvy a přirozeně je chápe jako mapu, která zpřesňuje obraz světa.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Při hlubší úvaze se ale ukazuje jiná rovina. OSM není mapa v původním smyslu zobrazení krajiny. Je to prostorová databáze popisující povrch světa.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Databáze nese informace o tom, že někde existuje cesta, lavička, zřícenina, kiosk, parkoviště, studánka nebo WC. Ukládá jejich polohu, tvar, návaznost i část jejich významu. Svět se díky tomu stává čitelným, měřitelným a sdíleným. V této chvíli je důležité připomenout, že mapu vždy někdo čte. Člověk, který se v prostoru pohybuje.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Lidská zkušenost se ale neodehrává v jednotlivých objektech. Ty slouží jako orientační body pro pochopení celku. Člověk se pohybuje v prostoru skrze situace. V jednom okamžiku řeší suchou cestu, jindy zavřenou hospodu, jindy návrat za tmy, jindy místo k odpočinku, klid, bezpečí, zážitek nebo orientaci v neznámu. Z toho mu v hlavě vzniká jiná vrstva reality, než jakou zachycuje samotná geoprostorová databáze.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Do mapové databáze lze přidávat další vrstvy dat. Počasí, dopravu, otevírací doby, sezónnost, ceny pohonných hmot, dostupnost služeb, turistický tlak, uzavírky, kulturní program nebo lokální nabídku. Každá z těchto vrstev má vlastní strukturu i význam.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Klíčový moment nastává ve chvíli, kdy se tyto vrstvy potkají v konkrétním místě a čase. Vzniká situace. Cesta v dešti, hospoda ve vsi, zavřená pumpa, večerní čas nebo omezená konektivita datové sítě. Soubor faktů se mění v obraz prostředí, ve kterém probíhá lidské rozhodování.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Tím se mění samotná role mapy. Tradiční přístup pracuje s otázkou, kde co je. Nový přístup stojí na otázce, co to znamená v této chvíli pro konkrétního člověka. Sdílený prostor se rozpadá na menší vrstvy a z nich se skládá nový celek, který už není obecný, ale situační. Místo statického zobrazení vzniká výstup, který má interpretační význam. Detail už není izolovaný prvek, stává se součástí širší situace.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Velké jazykové modely otevírají možnost tyto vrstvy spojovat do sémantických souvislostí. Kombinovat prostorová data, čas, kontext i lidské potřeby. Z mapového faktu se stává situace. Z množství informací se vybírá to, co má význam v konkrétní chvíli. Výstupem není mapa v tradičním smyslu, ale interpretace prostředí. Prostor se mění na pole významů, které reaguje na čas, pohyb i záměr.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Tento posun mění pojetí GIS. Tradiční GIS popisuje prostor. Nová vrstva nad ním prostor interpretuje. Ukazuje, co v dané chvíli dává smysl, co přináší komfort, co nese riziko, co otevírá příležitost, co je dostupné a co vyžaduje rozhodnutí. Mapa se tím stává systémem porozumění situaci, ne jen zobrazením reality.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Dopady tohoto konceptu se netýkají jen technologií. Dotýkají se způsobu, jakým funguje místo k životu, cestovní ruch i místní ekonomika. Krajina, služby, infrastruktura, kultura i zkušenost lidí se propojují do jedné interpretovatelné vrstvy. Uživatel této nové vrstvy nedostává pouze body zájmu. Dostává kontext, který odpovídá jeho aktuální situaci.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Z mapového základu se tak stává kontextová informační struktura, která spojuje prostor, čas a význam. Obor GIS zůstává jako pevná kostra. Vedle něj vzniká vrstva, která přidává porozumění souvislostem. Znalost, kde co je, se rozšiřuje o schopnost rozumět tomu, co to znamená v konkrétní chvíli.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Změna, která z toho vyplývá, je jednoduchá v definici a zásadní v důsledcích. Místo otázek na polohu se objevují otázky na situaci. Místo mapy vzniká porozumění prostoru. Místo čtení krajiny přichází rozhodnutí.&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: impressed</title>
    <link href="https://www.openstreetmap.org/user/Bart%20Martens/diary/408920"/>
    <id>https://www.openstreetmap.org/user/Bart%20Martens/diary/408920</id>
    <updated>2026-06-22T20:58:48+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;I’m deeply impressed by Openstreetmap. And by some very active contributors near Leuven. But, do we really need trams in our lovely tiny city?&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: CityMapper Externship 2026 UNGSC UN MAPPERS in Cameroon (first cohort)</title>
    <link href="https://www.openstreetmap.org/user/ENGELBERT%20MODO/diary/408919"/>
    <id>https://www.openstreetmap.org/user/ENGELBERT%20MODO/diary/408919</id>
    <updated>2026-06-22T12:44:24+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;Hello OpenStreetMappers!&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;I am particularly proud to share with you today the complete results and highlights of the very first edition of the CityMapper Externship, held from April 10 to May 10, 2026, in Yaoundé, Cameroon.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Within the framework of the UN MAPPERS chapters initiative pilot project, I had the honor, as Ambassador, to lead this training, empowerment, and open data utilization initiative by young Africans to solve our challenges and improve the global map. This intensive immersion program was designed to train a new generation of urban mappers while producing open, sustainable, and high-quality geospatial data for our cities.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;🛠️ One Month of Immersion: From Virtual Sprints to the Field
Over four weeks, around thirty young people from French-speaking Africa (15 in-person in Yaoundé and 20 participating online from Togo, Senegal, and France) followed a progressive and intense path:&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Initial Training: Mastering core open mapping tools (JOSM, HOT Tasking Manager, Mapillary, EveryDoor).&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Remote Sprints: Mapping buildings and road networks across 8 HOT Tasking Manager projects linked to humanitarian missions.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Field Collection: Mapping the University of Yaoundé I campus and the city streets using EveryDoor and Mapillary.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;img src=&quot;https://ivides.org/wp-content/uploads/2026/06/1000226167-e1780509025505.jpg&quot; alt=&quot;photo2&quot; loading=&quot;lazy&quot;&gt;
&lt;em&gt;Training session in April 11, 2026, held at Yaoundé Diver City Space.&lt;/em&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Thanks to this incredible collective energy, our cohort generated over 86,119 OSM edits and mapped 70,633 buildings! The relevance of this work is measured by its immediate, real-world impact: these quality datasets are already feeding the local UrbanSanity platform to optimize waste management planning and guide the placement of 60 waste bins for nearly 12,000 residents in Yaoundé.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;🤝 Strategic Partners at the Core of the Action
This initiative would certainly not have seen the light of day without the support of our partners who contributed heavily to its design and implementation. I would like to acknowledge them in the following order:&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;IVIDES DATA&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;GEOSM FAMILY&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Geospatial Girls &amp;amp; Kids (GGK)&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Humanitarian OpenStreetMap Team (HOT)&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;TOMTOM&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;On the methodological front, our collaboration with Dr. Raquel Dezidério Souto greatly strengthened the scientific rigor of the project. Her technical involvement and her experience-sharing—notably through her feedback on the African geospatial ecosystem published in her OSM diary—provided a solid foundation to guide the cohort’s efforts.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;img src=&quot;https://ivides.org/wp-content/uploads/2026/06/1000226166-e1780508992735.jpg&quot; alt=&quot;photo1&quot; loading=&quot;lazy&quot;&gt;
&lt;em&gt;Launch of the CityMapper Externship on 10 April 2026, Yaoundé Diver City Space.&lt;/em&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;🚀 Next Steps
The success of this pilot project paves the way for a larger-scale deployment. Our roadmap is outlined as follows:&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Geographical Replication: Expanding the program to the cities of Douala, Bafoussam, and Bamenda in Cameroon, before supporting pilot chapter initiatives in Kenya, India, and Argentina.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Technical Advancement: Transitioning participants from data creation to advanced expert-validator skills on OSM.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;UN Mappers Incubator: Supporting cohort alumni in developing local tech solutions addressing sanitation, water access, and public health challenges.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;The complete open deployment guide remains fully accessible to any OSM community looking to replicate this model.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;📖 Explore our Deployment Guide on the OSM Wiki&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;📸 Access the official Photo Album&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Thank you all, and long live open, community-driven mapping led by African youth!
Modo Levo Engelbert Steve&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;UN Maps Ambassador – Cameroon &amp;amp; Project Coordinator&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Adding amenity around Alor Setar area</title>
    <link href="https://www.openstreetmap.org/user/Mapper9090/diary/408916"/>
    <id>https://www.openstreetmap.org/user/Mapper9090/diary/408916</id>
    <updated>2026-06-22T01:14:14+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;If I’ve spare time to do this, I’ll do the update&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Cycling Frustration</title>
    <link href="https://www.openstreetmap.org/user/ChanFry/diary/408915"/>
    <id>https://www.openstreetmap.org/user/ChanFry/diary/408915</id>
    <updated>2026-06-21T19:07:27+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;I joined this site due to cycling. My tracking app (Strava) uses Open Street Maps. One of my cycling goals was to ride every street in my city, which is difficult enough without mapping errors. I kept seeing “roads” on this map that are in reality private driveways, “public” roads that are actually private, and some roads that exist in reality but aren’t on the map yet. (And in one case, a road on the map that has never existed in reality.)&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;I haven’t yet figured out how to accurately add missing roads, but I’m trying to make the map better by correcting these other features.&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Quay trở lại 🤡</title>
    <link href="https://www.openstreetmap.org/user/Simoi@9000/diary/408914"/>
    <id>https://www.openstreetmap.org/user/Simoi@9000/diary/408914</id>
    <updated>2026-06-21T16:23:25+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;Lần này tôi sẽ quay trở lại và làm vài trò vè sửa đổi nhắng nhít và ko thường xuyên cho lắm. (Chẳng ai quan tâm đâu 🐒).
This time I’ll be back with some silly, occasional edits. 
(Nobody cares anyway 🐒)&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Two Days of Mapping Chitlapakkam &amp; Tambaram #WeekendMapping</title>
    <link href="https://www.openstreetmap.org/user/Hash_96/diary/408913"/>
    <id>https://www.openstreetmap.org/user/Hash_96/diary/408913</id>
    <updated>2026-06-21T16:06:53+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;So this weekend (20/06 - 21/06) I went full mapper-mode around Chitlapakkam and Tambaram. Grabbed my phone, walked around the neighbourhood, spent hours on my laptop for mapping and ended up with 18 changesets and ~96 edits over two days. Honestly, some of this should’ve been there years ago.&lt;/p&gt;

&lt;h2 dir=&quot;auto&quot; id=&quot;civic--government-infrastructure&quot;&gt;🏛️  Civic &amp;amp; Government Infrastructure&lt;/h2&gt;

&lt;p dir=&quot;auto&quot;&gt;Starting with the obvious ones. The T13 Police Station and the Tambaram MLA Office, two places people actually &lt;em&gt;need&lt;/em&gt; to find were nowhere on OSM. Not a node, not a building outline, nothing.  Fixed that.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Also noticed the Sembakkam Zone 3 MCC was still tagged as whatever
it used to be. It’s a municipal transit yard now. Updated accordingly.&lt;/p&gt;

&lt;h2 dir=&quot;auto&quot; id=&quot;fuel--ev-infrastructure&quot;&gt;⛽ Fuel &amp;amp; EV Infrastructure&lt;/h2&gt;

&lt;p dir=&quot;auto&quot;&gt;The Shell petrol complex nearby was not mapped and a bit of a mess.  I added the following:&lt;/p&gt;

&lt;ul dir=&quot;auto&quot;&gt;
  &lt;li&gt;The petrol bunk as a proper node&lt;/li&gt;
  &lt;li&gt;The EV charging station within the complex&lt;/li&gt;
  &lt;li&gt;The convenience store attached to the forecourt&lt;/li&gt;
&lt;/ul&gt;

&lt;p dir=&quot;auto&quot;&gt;Also quietly deleted a defunct petrol bunk that closed down a while back. It was still sitting on the map doing nothing. Gone now.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;The EV charger is probably the most useful addition here OsmAnd, Organic Maps and other navigation apps pull charging locations from OSM.&lt;/p&gt;

&lt;h2 dir=&quot;auto&quot; id=&quot;religious--community-spaces&quot;&gt;🛕 Religious &amp;amp; Community Spaces&lt;/h2&gt;

&lt;p dir=&quot;auto&quot;&gt;Two temples in Chitlapakkam that have been around forever, but not on
 OSM. At all. They are now. Also added some metadata to a spiritual
 centre that was on the map but barely tagged (This was one of my first edits in OSM, when I started it 3 months back !!)&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Oh, and the outdoor kids’ play area inside Chitlapakkam Park? Mapped.  Families use it every single day and it wasn’t showing up anywhere.&lt;/p&gt;

&lt;h2 dir=&quot;auto&quot; id=&quot;health--financial-services&quot;&gt;🏥 Health &amp;amp; Financial Services&lt;/h2&gt;

&lt;p dir=&quot;auto&quot;&gt;Walked around the Chitlapakkam surroundings and found a bunch of
medical shops, a pharmacy counter, and a few bank branches that were
missing. These are the places people search for when they
actually need them. Added them all from the ground survey.&lt;/p&gt;

&lt;h2 dir=&quot;auto&quot; id=&quot;food--local-businesses&quot;&gt;🍽️  Food &amp;amp; Local Businesses&lt;/h2&gt;

&lt;p dir=&quot;auto&quot;&gt;Used &lt;a href=&quot;https://mapcomplete.org&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;MapComplete&lt;/a&gt; for two food-mapping
sessions while walking around. It’s a great little tool, you open
it, it shows you what’s unmapped nearby, you fill in the details on
the spot. The guided form means you don’t forget any tags.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Walked. Mapped. Ate. (Okay maybe not in that order.)&lt;/p&gt;

&lt;h2 dir=&quot;auto&quot; id=&quot;road--address-data-quality&quot;&gt;🛣️  Road &amp;amp; Address Data Quality&lt;/h2&gt;

&lt;p dir=&quot;auto&quot;&gt;Not everything is a shiny new POI. Some of the most useful edits were
  the boring ones:&lt;/p&gt;

&lt;ul dir=&quot;auto&quot;&gt;
  &lt;li&gt;Road surface types on local streets&lt;/li&gt;
  &lt;li&gt;House numbers from the boards outside homes&lt;/li&gt;
  &lt;li&gt;Building outlines traced from the survey&lt;/li&gt;
&lt;/ul&gt;

&lt;p dir=&quot;auto&quot;&gt;Every house number that gets added means one more address that a delivery app or navigation tool can actually find. Small edit, real-world impact.&lt;/p&gt;

&lt;h2 dir=&quot;auto&quot; id=&quot;summary&quot;&gt;Summary&lt;/h2&gt;

&lt;table dir=&quot;auto&quot; class=&quot;table table-sm w-auto&quot;&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th class=&quot;text-start&quot;&gt;Category&lt;/th&gt;
      &lt;th class=&quot;text-center&quot;&gt;Changesets&lt;/th&gt;
      &lt;th class=&quot;text-center&quot;&gt;Approx. Changes&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td class=&quot;text-start&quot;&gt;Civic &amp;amp; Government&lt;/td&gt;
      &lt;td class=&quot;text-center&quot;&gt;5&lt;/td&gt;
      &lt;td class=&quot;text-center&quot;&gt;~20&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;text-start&quot;&gt;Fuel &amp;amp; EV&lt;/td&gt;
      &lt;td class=&quot;text-center&quot;&gt;4&lt;/td&gt;
      &lt;td class=&quot;text-center&quot;&gt;~23&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;text-start&quot;&gt;Religious &amp;amp; Community&lt;/td&gt;
      &lt;td class=&quot;text-center&quot;&gt;3&lt;/td&gt;
      &lt;td class=&quot;text-center&quot;&gt;~25&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;text-start&quot;&gt;Health &amp;amp; Finance&lt;/td&gt;
      &lt;td class=&quot;text-center&quot;&gt;2&lt;/td&gt;
      &lt;td class=&quot;text-center&quot;&gt;~28&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;text-start&quot;&gt;Food &amp;amp; Businesses&lt;/td&gt;
      &lt;td class=&quot;text-center&quot;&gt;2&lt;/td&gt;
      &lt;td class=&quot;text-center&quot;&gt;~11&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;text-start&quot;&gt;Road &amp;amp; Address&lt;/td&gt;
      &lt;td class=&quot;text-center&quot;&gt;4&lt;/td&gt;
      &lt;td class=&quot;text-center&quot;&gt;~5&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;text-start&quot;&gt;Corrections&lt;/td&gt;
      &lt;td class=&quot;text-center&quot;&gt;3&lt;/td&gt;
      &lt;td class=&quot;text-center&quot;&gt;~2&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td class=&quot;text-start&quot;&gt;&lt;strong&gt;Total&lt;/strong&gt;&lt;/td&gt;
      &lt;td class=&quot;text-center&quot;&gt;&lt;strong&gt;18&lt;/strong&gt;&lt;/td&gt;
      &lt;td class=&quot;text-center&quot;&gt;&lt;strong&gt;~96&lt;/strong&gt;&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p dir=&quot;auto&quot;&gt;All of this is in the &lt;strong&gt;Chitlapakkam / Tambaram / Sembakkam&lt;/strong&gt; belt,
  Chennai. If you’re in this area, your map got noticeably better
  this weekend.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Happy mapping 🗺️&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Sono nella top 100 dei mappatori di OpenStreetMap in Italia | Mappando la città di Piombino</title>
    <link href="https://www.openstreetmap.org/user/Lyubomyr%20Malay/diary/408912"/>
    <id>https://www.openstreetmap.org/user/Lyubomyr%20Malay/diary/408912</id>
    <updated>2026-06-21T13:30:12+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;Sto mappando la città in cui abito, Piombino. Nella scorsa settimana ho aggiunto quasi 7000 punti tra marciapiedi, strisce pedonali, panchine, cestini, pali della pubblica illuminazione, etc.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Perché lo faccio? Beh, innanzitutto perché Google, con le sue politiche sull’accesso ai dati che sono stati volutamente aggiunti dagli utenti e non da Google stessa, può andare a fare in culo. In secondo luogo, anche se Piombino è una città relativamente piccola, voglio che abbia le mappe più dettagliate e accessibili possibile. Infine, dato che utilizzo OSM nei miei progetti, volevo restituire qualcosa alla comunità, spargendo anche la voce che esiste e che è importante aggiungere la propria attività non solo su Google Maps, ma soprattutto su OSM.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;In questa prima fase sto aggiungendo punti a destra e a sinistra e credo di aver già fatto un buon lavoro. Le fasi successive, però, sono ancora più importanti: l’aggiunta dei metadati agli elementi mappati e la ricostruzione degli edifici da zero (questi ultimi sono stati mappati 14 anni fa).&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;E niente, mandate a fare in culo Google, monopolista di dati che non sono suoi. Contribuite ai progetti open source, che permettono alle persone di costruire nuovi progetti basandosi su di essi.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Classifica: &lt;a href=&quot;https://osmstats.neis-one.org/?item=countries&amp;amp;country=Italy&quot; rel=&quot;nofollow noopener noreferrer&quot; dir=&quot;auto&quot;&gt;https://osmstats.neis-one.org/?item=countries&amp;amp;country=Italy&lt;/a&gt;&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Validating for HOT - creative work</title>
    <link href="https://www.openstreetmap.org/user/Michiel%20van%20der%20Wulp/diary/408910"/>
    <id>https://www.openstreetmap.org/user/Michiel%20van%20der%20Wulp/diary/408910</id>
    <updated>2026-06-21T10:43:53+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;Validating the work of others is important.
I was creative in doing just that.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;img src=&quot;https://gokapi.vanderwulp.be/hotlink/cd8pXH7foNWFNZZ33wYfhRMudgF0odn29H90MB0B.png&quot; alt=&quot;Creative work&quot; loading=&quot;lazy&quot;&gt;&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">weeklyOSM: weeklyOSM 830</title>
    <link href="https://weeklyosm.eu/archives/18652"/>
    <id>https://weeklyosm.eu/?p=18652</id>
    <updated>2026-06-21T10:35:47+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p&gt;11/06/2026-17/06/2026&lt;/p&gt;
&lt;p&gt;&lt;!-- Picture Cateogry --&gt;&lt;/p&gt;
&lt;div class=&quot;wp-caption alignnone&quot; style=&quot;width: 778px;&quot;&gt;
&lt;p class=&quot;wp-caption-text&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://weeklyosm.eu/wp-content/uploads/2026/06/830.webp&quot; alt=&quot;lead picture&quot; width=&quot;768&quot; height=&quot;576&quot; /&gt;&lt;/p&gt;
&lt;p class=&quot;wp-caption-text&quot;&gt;[&lt;a href=&quot;#wn830_34833&quot;&gt;1&lt;/a&gt;] Some members of the French OSM group Mapadour (the Basque Country and the southern Landes)&lt;/p&gt;
&lt;/div&gt;
&lt;h2 id=&quot;wn830_community&quot;&gt;Community&lt;/h2&gt;
&lt;ul&gt;
&lt;li id=&quot;wn830_34846&quot;&gt;Alex Spritze has &lt;a href=&quot;https://www.openstreetmap.org/user/AlexSpritze/diary/408889&quot;&gt;realised&lt;/a&gt; &lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2022/01/de.svg&quot; /&gt; that Wikimedia Commons is probably a good source of geographical objects that are still missing from OpenStreetMap and has developed a workflow to find geospatial data on Commons using the &lt;a href=&quot;https://en.wikipedia.org/wiki/Wikipedia:PetScan&quot;&gt;PetScan&lt;/a&gt; tool.&lt;/li&gt;
&lt;li id=&quot;wn830_34837&quot;&gt;Rtnf has &lt;a href=&quot;https://rtnf.substack.com/p/angkot&quot;&gt;developed&lt;/a&gt; a prototype interactive map that allows users to explore angkot (shared taxi) routes in Indonesia, combining routing data generated by BRouter with geographic data from OpenStreetMap.&lt;/li&gt;
&lt;li id=&quot;wn830_34813&quot;&gt;The fire department in Talling, Germany is explicitly &lt;a href=&quot;https://www.openstreetmap.org/user/Feuerwehr%20Talling/diary/408880&quot;&gt;asking&lt;/a&gt; &lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2022/01/de.svg&quot; /&gt; for an AED defibrillator logo, so they can be represented on OpenStreetMap. In the comments, people point to the defibrillator &lt;a href=&quot;https://openaedmap.org/&quot;&gt;map&lt;/a&gt; created by the Polish OpenStreetMap community and mention that &lt;a href=&quot;https://osmand.net/&quot;&gt;OsmAnd&lt;/a&gt; and &lt;a href=&quot;https://www.comaps.app/&quot;&gt;CoMaps&lt;/a&gt; already display defibrillators. GeoMH also &lt;a href=&quot;https://wiki.openstreetmap.org/wiki/DE:Tag:emergency%3Ddefibrillator&quot;&gt;gave&lt;/a&gt; &lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2022/01/de.svg&quot; /&gt; the newcomer a reference to the community wiki.&lt;/li&gt;
&lt;li id=&quot;wn830_34809&quot;&gt;Grant Slater is &lt;a href=&quot;https://www.openstreetmap.org/user/Firefishy/diary/408870&quot;&gt;raising&lt;/a&gt; funds to purchase the missing sheets from the complete historical 1:50,000 topographic map series of Zimbabwe (formerly Rhodesia), produced by the Department of the Surveyor-General and the Zimbabwean Air Force. Once purchased, he will process the maps and make them freely available online so that researchers, historians, genealogists, mappers, local communities, and anyone interested in Zimbabwe’s history can access them.&lt;/li&gt;
&lt;li id=&quot;wn830_34827&quot;&gt;Internet Archive Europe &lt;a href=&quot;https://www.internetarchive.eu/2026/06/08/maps-are-infrastructure-too/&quot;&gt;reported&lt;/a&gt; (also &lt;a href=&quot;https://toot.community/@internetarchiveeurope/116713976981205817&quot;&gt;shared&lt;/a&gt; on Mastodon) on a workshop held in Amsterdam titled &amp;#8216;Maps are Infrastructure too&amp;#8217;. The post emphasised the importance of OpenStreetMap as a knowledge commons and highlighted MapLibre as a key tool for digital sovereignty, arguing that open map infrastructure is essential for long-term public access and memory.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;wn830_imports&quot;&gt;Imports&lt;/h2&gt;
&lt;ul&gt;
&lt;li id=&quot;wn830_34820&quot;&gt;Kentoseth has &lt;a href=&quot;https://www.kentoseth.com/posts/2026/may/28/how-to-mass-import-address-data-into-openstreetmap-using-josm/&quot;&gt;published&lt;/a&gt; a detailed tutorial (also &lt;a href=&quot;https://fosstodon.org/@kentoseth/116733724326403248&quot;&gt;shared&lt;/a&gt; on Mastodon) on how to mass import address data into OpenStreetMap using JOSM. The guide covers data preparation using OpenAddresses.io, essential JOSM plugins such as conflation, and emphasises the importance of manual validation against local GIS sources.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;wn830_local_chapter_news&quot;&gt;Local chapter news&lt;/h2&gt;
&lt;ul&gt;
&lt;li id=&quot;wn830_34833&quot;&gt;[1] In his diary entry, Emmanuel Arrechea &lt;a href=&quot;https://www.openstreetmap.org/user/Emmanuel%20Arrechea/diary/408885&quot;&gt;reported&lt;/a&gt; &lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2022/01/fr.svg&quot; /&gt; on the wide-ranging activities of the French OSM group Mapadour (Basque Country and southern Landes). The group has been very active, having taken over 228,000 Panoramax images; it has supported European tourism and mobility projects such as Systour and Pyrénées4Clima, maintained local health data, and is mapping urban trees in Bayonne using open data.&lt;/li&gt;
&lt;li id=&quot;wn830_34808&quot;&gt;Wikimedia Italia, the Italian local chapter of the OpenStreetMap Foundation, has recently &lt;a href=&quot;https://www.wikimedia.it/news/osmit-it-si-rinnova-il-nuovo-sito-per-la-comunita-italiana-di-openstreetmap/&quot;&gt;published&lt;/a&gt; &lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2022/01/it.svg&quot; /&gt;►&lt;a href=&quot;https://www-wikimedia-it.translate.goog/news/osmit-it-si-rinnova-il-nuovo-sito-per-la-comunita-italiana-di-openstreetmap?_x_tr_sl=auto&amp;amp;_x_tr_tl=EN&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2020/09/en-green.svg&quot; /&gt;&lt;/a&gt; a new tile service with two layers in the hope that it will help both the mappers and the end users. You can &lt;a href=&quot;https://wiki.wikimedia.it/wiki/OpenStreetMap/Tiles_OSMit&quot;&gt;check&lt;/a&gt; &lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2022/01/it.svg&quot; /&gt;►&lt;a href=&quot;https://wiki-wikimedia-it.translate.goog/wiki/OpenStreetMap/Tiles_OSMit?_x_tr_sl=auto&amp;amp;_x_tr_tl=EN&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2020/09/en-green.svg&quot; /&gt;&lt;/a&gt; the terms of use on their wiki.&lt;/li&gt;
&lt;li id=&quot;wn830_34819&quot;&gt;The OSM Training Working Group of FOSSGIS e.V. &lt;a href=&quot;https://www.fossgis.de/news/2026_06_15_workshop_osm-schulung/&quot;&gt;met&lt;/a&gt; &lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2022/01/de.svg&quot; /&gt;►&lt;a href=&quot;https://www-fossgis-de.translate.goog/news/2026_06_15_workshop_osm-schulung?_x_tr_sl=auto&amp;amp;_x_tr_tl=EN&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2020/09/en-green.svg&quot; /&gt;&lt;/a&gt; in Berlin on 13 and 14 June to refine their concept for modular OpenStreetMap training. The group focused on target-group specific requirements and the best ways to teach community workflows and practical mapping skills.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;wn830_events&quot;&gt;Events&lt;/h2&gt;
&lt;ul&gt;
&lt;li id=&quot;wn830_34832&quot;&gt;The State of the Map Colombia 2026 will take place as an in-person event on 3 and 4 July 2026 at the Faculty of Economic Sciences, National University of Colombia. The conference will &lt;a href=&quot;https://talkathon.osm.lat/event/1/timetable/#20260703&quot;&gt;include&lt;/a&gt; &lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2022/01/es.svg&quot; /&gt; a scientific programme.Incidentally, the logo for SotM was &lt;a href=&quot;https://www.osm.lat/logo-state-of-the-map-colombia-2026-sotm-col-2026/&quot;&gt;designed&lt;/a&gt; &lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2022/01/es.svg&quot; /&gt;►&lt;a href=&quot;https://www-osm-lat.translate.goog/logo-state-of-the-map-colombia-2026-sotm-col-2026?_x_tr_sl=auto&amp;amp;_x_tr_tl=EN&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2020/09/en-green.svg&quot; /&gt;&lt;/a&gt; by Mauricio Martínez and features the white-headed tamarin (&lt;em&gt;Saguinus oedipus&lt;/em&gt;), a primate native to Colombia, whose face is incorporated into a map pin.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;wn830_osm_research&quot;&gt;OSM research&lt;/h2&gt;
&lt;ul&gt;
&lt;li id=&quot;wn830_34843&quot;&gt;Muki Haklay, Professor of Geographical Information Science in the UCL Department of Geography, and UCL alumnus Patrick Weber, have &lt;a href=&quot;https://www.ucl.ac.uk/social-historical-sciences/news/2026/jun/muki-haklay-wins-test-time-award-2008-paper&quot;&gt;won&lt;/a&gt; the IEEE&amp;#8217;s Pervasive Computing&amp;#8217;s Test of Time Award for their 2008 paper on OpenStreetMap. The award honours the most influential papers that have had a lasting impact on pervasive computing over the past 25 years. Over the eighteen years since Muki&amp;#8217;s paper was published the OpenStreetMap project, which was launched at UCL in 2004, has evolved into critical digital infrastructure that supports research, humanitarian response, navigation systems, smart cities, and countless location-based services.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;wn830_maps&quot;&gt;Maps&lt;/h2&gt;
&lt;ul&gt;
&lt;li id=&quot;wn830_34805&quot;&gt;mgeograficas has &lt;a href=&quot;https://umap.openstreetmap.fr/pt-br/map/cinturoes-moveis-neoproterozoicos-em-campos-dos-go_1420269#10/-21.830907/-41.570892&quot;&gt;created&lt;/a&gt; a uMap showing the distribution of sedimentary deposits from the Quaternary period (most recent) and the Neoproterozoic era (oldest), in Campos dos Goytacazes, in the state of Rio de Janeiro (Brazil).&lt;/li&gt;
&lt;li id=&quot;wn830_34830&quot;&gt;Julien Minet &lt;a href=&quot;https://www.nobohan.be/2026/06/03/une-carte-forestiere-ii-de-la-generalisation-cartographique/&quot;&gt;explained&lt;/a&gt; &lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2022/01/fr.svg&quot; /&gt;►&lt;a href=&quot;https://www-nobohan-be.translate.goog/2026/06/03/une-carte-forestiere-ii-de-la-generalisation-cartographique?_x_tr_sl=auto&amp;amp;_x_tr_tl=EN&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2020/09/en-green.svg&quot; /&gt;&lt;/a&gt; the cartographic generalisation techniques he used to create a high-quality printed forest map using QGIS and OpenStreetMap data. The project, which he also &lt;a href=&quot;https://en.osm.town/@juminet/116696502451319991&quot;&gt;shared&lt;/a&gt; on Mastodon, covers advanced topics such as dynamic orientation of symbols and automated feature displacement using PostGIS.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;wn830_osm_in_action&quot;&gt;OSM in action&lt;/h2&gt;
&lt;ul&gt;
&lt;li id=&quot;wn830_34821&quot;&gt;&lt;em&gt;El País&lt;/em&gt; &lt;a href=&quot;https://elpais.com/economia/vivienda/2026-06-11/el-mapa-del-precio-real-de-la-vivienda-en-espana-calle-a-calle.html&quot;&gt;published&lt;/a&gt; &lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2022/01/es.svg&quot; /&gt;►&lt;a href=&quot;https://elpais-com.translate.goog/economia/vivienda/2026-06-11/el-mapa-del-precio-real-de-la-vivienda-en-espana-calle-a-calle.html?_x_tr_sl=auto&amp;amp;_x_tr_tl=EN&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2020/09/en-green.svg&quot; /&gt;&lt;/a&gt; a detailed interactive map showing real estate prices in Spain at a street-by-street level. As &lt;a href=&quot;https://en.osm.town/@alan/116731408954284463&quot;&gt;noted&lt;/a&gt; by Alan Grant on Mastodon, the project uses OpenStreetMap data for geographical names (neighbourhoods and districts), although the required attribution is missing from the interactive map itself and only mentioned in the methodology section.&lt;/li&gt;
&lt;li id=&quot;wn830_34828&quot;&gt;Longtrails.de is a new interactive &lt;a href=&quot;https://longtrails.de/&quot;&gt;planning&lt;/a&gt; &lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2022/01/de.svg&quot; /&gt; tool for long-distance hiking in Germany, Austria, and Switzerland. As &lt;a href=&quot;https://social.tchncs.de/@pr3d/116707685134557619&quot;&gt;noted&lt;/a&gt; &lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2022/01/de.svg&quot; /&gt; on Mastodon, the platform uses OpenStreetMap data for its maps and points of interest, allowing hikers to plan stages with distance and elevation calculations while encouraging community contributions to improve the data.&lt;/li&gt;
&lt;li id=&quot;wn830_34825&quot;&gt;Tom Scott&amp;#8217;s video &amp;#8216;Why trains don&amp;#8217;t usually crash into each other&amp;#8217; &lt;a href=&quot;https://www.youtube.com/watch?v=omYfLDlt-MA&amp;amp;t=1039s&quot;&gt;features&lt;/a&gt; a printed OpenStreetMap map (at the 17:19 mark) used to illustrate the UK&amp;#8217;s rail network. As &lt;a href=&quot;https://en.osm.town/@InsertUser/116715186635182182&quot;&gt;noted&lt;/a&gt; on Mastodon, the video serves as a positive example of proper attribution by a high-profile creator, including a link to the OSM copyright page in the description.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;wn830_open_data&quot;&gt;Open Data&lt;/h2&gt;
&lt;ul&gt;
&lt;li id=&quot;wn830_34596&quot;&gt;The Museum of the History of Dnipro (Ukraine) has &lt;a href=&quot;https://midnipro.museum/vulytsi-dnipra/&quot;&gt;launched&lt;/a&gt; &lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2021/02/uk.svg&quot; /&gt; an interactive map of the city’s streets based on OpenStreetMap data. The resource, created as part of the ZMINA 2.0 project with European Union financial support, provides the history and explanations for over 500 of the streets renamed since 2014.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;wn830_software&quot;&gt;Software&lt;/h2&gt;
&lt;ul&gt;
&lt;li id=&quot;wn830_34810&quot;&gt;Kai Johnson is &lt;a href=&quot;https://www.openstreetmap.org/user/Kai%20Johnson/diary/408849&quot;&gt;investigating&lt;/a&gt; how much of the Overpass query language could be implemented using the QLever database.&lt;/li&gt;
&lt;li id=&quot;wn830_34845&quot;&gt;OpenMapEditor has been relaunched as &lt;a href=&quot;https://www.mapdraw.net&quot;&gt;MapDraw&lt;/a&gt;, a free, open-source, local-first web editor for personal geographic data. The tool now supports contributing to OpenStreetMap directly from the map, adding nodes (benches, drinking water, bike parking, and more), and leaving notes. The source code is &lt;a href=&quot;https://github.com/mapdraw/mapdraw&quot;&gt;available&lt;/a&gt; under the AGPL-3.0 licence.&lt;/li&gt;
&lt;li id=&quot;wn830_34816&quot;&gt;OSM MultiToolz (available for &lt;a href=&quot;https://chromewebstore.google.com/detail/osm-multitoolz/gkgfefahjkcohiijkjaiklchokhgdlpp&quot;&gt;Chrome&lt;/a&gt; and &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/osm-changeset-analyzer/&quot;&gt;Firefox&lt;/a&gt;) is a browser extension, built by &lt;a href=&quot;https://www.openstreetmap.org/user/dp7&quot;&gt;dp7&lt;/a&gt;, designed to assist OpenStreetMap contributors. It provides advanced changeset analysis, integration with various QA tools (including OSMCha and Achavi), a smart watchlist for monitoring edits, and built-in translation for changeset comments.&lt;/li&gt;
&lt;li id=&quot;wn830_34834&quot;&gt;VK Maps&amp;#8217; Overpass &lt;a href=&quot;https://maps.mail.ru/osm/tools/overpass/&quot;&gt;instance&lt;/a&gt; is once again &lt;a href=&quot;https://t.me/ruosm/978516&quot;&gt;available&lt;/a&gt; &lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2022/01/ru.svg&quot; /&gt; for use, after being shut down for several months.&lt;/li&gt;
&lt;li id=&quot;wn830_34818&quot;&gt;Ian Wagner &lt;a href=&quot;https://stadiamaps.com/blog/invisible-costs-of-routing-privacy-pricing-mau-trap/&quot;&gt;noted&lt;/a&gt;, on Stadia Maps&amp;#8217; blog, that the long-term viability of any motor vehicle routing project hinges on two &amp;#8216;invisible&amp;#8217; variables: data privacy architecture and billing predictability.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;wn830_programming&quot;&gt;Programming&lt;/h2&gt;
&lt;ul&gt;
&lt;li id=&quot;wn830_34815&quot;&gt;Paco Albacete Chicano &lt;a href=&quot;https://www.openstreetmap.org/user/Paco%20Albacete%20Chicano/diary/408878&quot;&gt;blogged&lt;/a&gt; that his Google Summer of Code project will focus on area routing in Valhalla. This is expected to allow routes to cross areas, such as public squares, directly instead of circling around them and producing inefficient or awkward paths.&lt;/li&gt;
&lt;li id=&quot;wn830_34835&quot;&gt;&lt;em&gt;Windows Central&lt;/em&gt; &lt;a href=&quot;https://www.windowscentral.com/microsoft/rampant-ai-driven-github-outages-force-microsoft-into-an-unlikely-alliance-amazon-steps-in-to-keep-code-in-line&quot;&gt;reported&lt;/a&gt; that rampant AI‑driven GitHub outages have forced Microsoft into an unlikely alliance with Amazon. GitHub processed 1 billion commits in 2025, compared to 14 billion expected in 2026.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;wn830_releases&quot;&gt;Releases&lt;/h2&gt;
&lt;ul&gt;
&lt;li id=&quot;wn830_34812&quot;&gt;&lt;em&gt;Heise&lt;/em&gt; &lt;a href=&quot;https://www.heise.de/en/news/Murena-e-OS-4-0-Android-fork-facilitates-Google-services-switch-11329998.html&quot;&gt;reported&lt;/a&gt; that Murena has released version 4.0 of its Google-free Android fork, /e/OS. The update &lt;a href=&quot;https://gitlab.e.foundation/e/os/maps/-/releases/v1.0.0-beta&quot;&gt;includes&lt;/a&gt; Murena Maps v1.0.0-beta, &lt;a href=&quot;https://fosdem.org/2026/schedule/event/WRU7C9-cardinal-maps-application/&quot;&gt;powered&lt;/a&gt; by data from OpenStreetMap.&lt;/li&gt;
&lt;li id=&quot;wn830_34822&quot;&gt;Sergey (enzet) &lt;a href=&quot;https://github.com/enzet/Roentgen/releases/tag/v0.16.0&quot;&gt;released&lt;/a&gt; version 0.16.0 of Röntgen, a specialised icon set for OpenStreetMap. The update, &lt;a href=&quot;https://masto.ai/@enzet/116730975785360141&quot;&gt;announced&lt;/a&gt; on Mastodon, added 16 new community-requested icons (including various vending machines and railway features) and is now also &lt;a href=&quot;https://www.npmjs.com/package/@enzet/roentgen&quot;&gt;available&lt;/a&gt; as an npm package.&lt;/li&gt;
&lt;li id=&quot;wn830_34807&quot;&gt;osm2pgsql has &lt;a href=&quot;https://osm2pgsql.org/news/2026/06/10/release-2.3.0.html&quot;&gt;released&lt;/a&gt; version 2.3.0, introducing major changes to tile expiry, a new style tester script, and numerous additional improvements.&lt;/li&gt;
&lt;li id=&quot;wn830_34829&quot;&gt;iD version 2.41.0 has been &lt;a href=&quot;https://github.com/openstreetmap/iD/releases/tag/v2.41.0&quot;&gt;released&lt;/a&gt;. Key updates include automatic data downloading when splitting ways in relations, a new marker-based rendering for embankments and cuttings, and improved Wikidata searches that now display item descriptions.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;wn830_did_you_know_that_…&quot;&gt;Did you know that …&lt;/h2&gt;
&lt;ul&gt;
&lt;li id=&quot;wn830_34826&quot;&gt;&amp;#8230; OpenCage has an extensive &lt;a href=&quot;https://blog.opencagedata.com/tagged/osminterview&quot;&gt;archive&lt;/a&gt; of their OpenStreetMap community interviews? The series started in 2014 and recent entries include conversations with Omran Najjar on OSM in Syria, Volker Krause about the open-source routing engine Transitous, and Christian Quest on the Panoramax Foundation.&lt;/li&gt;
&lt;li id=&quot;wn830_34836&quot;&gt;&amp;#8230; uMap now has &amp;#8216;&lt;a href=&quot;https://mastodon.social/@richlv/116760882473537713&quot;&gt;draw&lt;/a&gt; along route&amp;#8217; functionality? It&amp;#8217;s great for creating OSM-routable routes.&lt;/li&gt;
&lt;li id=&quot;wn830_34824&quot;&gt;&amp;#8230; scy has &lt;a href=&quot;https://chaos.social/@scy/116719657015866921&quot;&gt;shared&lt;/a&gt; some tips on how to customise OsmAnd&amp;#8217;s map appearance to improve readability and accessibility. The settings, located in the main menu under ‘Customise Map’, allow users to adjust the contrast and line thickness, as well as switch between different map styles.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;wn830_other_“geo”_things&quot;&gt;Other “geo” things&lt;/h2&gt;
&lt;ul&gt;
&lt;li id=&quot;wn830_34817&quot;&gt;Christina Queiroz has &lt;a href=&quot;https://revistapesquisa.fapesp.br/en/how-maps-became-tools-for-claiming-rights&quot;&gt;explored&lt;/a&gt; how participatory and social cartography are being used as tools for rights advocacy and territorial claims. Their article highlighted projects such as the self-demarcation of the Borari people and the use of OpenStreetMap to map services in favelas, challenging official state narratives.&lt;/li&gt;
&lt;li id=&quot;wn830_34831&quot;&gt;The YouTube channel Veritasium has &lt;a href=&quot;https://www.youtube.com/watch?v=kS-CGkiPetQ&quot;&gt;published&lt;/a&gt; a video titled &amp;#8216;Google Maps is unreasonably fast. Let me explain&amp;#8217;, which explores the complex algorithms behind modern routing and navigation. As &lt;a href=&quot;https://en.osm.town/@seav/116668027927387629&quot;&gt;noted&lt;/a&gt; by Eugene Alvin Villar, on Mastodon, the video features impressive visualisations and makes extensive use of OpenStreetMap data, which is explicitly credited in the video&amp;#8217;s description.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;wn830_upcoming_events&quot;&gt;Upcoming Events&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Country&lt;/th&gt;
&lt;th&gt;Where&lt;/th&gt;
&lt;th&gt;Venue&lt;/th&gt;
&lt;th&gt;What&lt;/th&gt;
&lt;th&gt;When&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;UN 2.0 Week 2026: UN Mappers Mappy Hour &lt;a href=&quot;https://osmcal.org/event/4829/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-19&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://weeklyosm.eu/wp-content/uploads/2026/06/sy.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;بلدية دمشق القديمة&lt;/td&gt;
&lt;td&gt;Online&lt;/td&gt;
&lt;td&gt;ReMapping Syria 2025: Humanitarian Mapping &amp;amp; Community Collaboration Webinar &lt;a href=&quot;https://osmcal.org/event/4824/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-19&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;UN Mappers Mappy Hour: Progress and Highlights of the UN Maps Community Ambassador Pilot Initiative &lt;a href=&quot;https://osmcal.org/event/4830/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-19&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/02/it.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Torino&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;OpenStreetMap Mapping Party: Torino at a walking pace! &lt;a href=&quot;https://osmcal.org/event/4877/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-19&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/de.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Stuttgart&lt;/td&gt;
&lt;td&gt;Technische Hochschule Stuttgart&lt;/td&gt;
&lt;td&gt;Missing Maps Mapathon in Stuttgart &lt;a href=&quot;https://osmcal.org/event/4648/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-19&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/05/es.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;València&lt;/td&gt;
&lt;td&gt;Facultat de Geografia i Història&lt;/td&gt;
&lt;td&gt;Mapatón EGEA València para beginner &lt;a href=&quot;https://osmcal.org/event/4884/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-19&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/de.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Potsdam&lt;/td&gt;
&lt;td&gt;Waschbar&lt;/td&gt;
&lt;td&gt;Potsdamer Mappertreffen &lt;a href=&quot;https://osmcal.org/event/4878/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-19&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/02/it.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Catania&lt;/td&gt;
&lt;td&gt;@Localhost&lt;/td&gt;
&lt;td&gt;Modifichiamo Wiki e OSM insieme! &lt;a href=&quot;https://osmcal.org/event/4857/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-19&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/02/fr.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Metz&lt;/td&gt;
&lt;td&gt;l’Arob@se&lt;/td&gt;
&lt;td&gt;Atelier du groupe local de Metz &amp;#8211; Partez en voyage avec OpenStreetMap &lt;a href=&quot;https://osmcal.org/event/4819/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-20&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/de.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;Mitarbeiterparkplatz antonius, Fulda&lt;/td&gt;
&lt;td&gt;Sommermapping 2026 &lt;a href=&quot;https://osmcal.org/event/4812/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-21&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/in.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Pune&lt;/td&gt;
&lt;td&gt;Cafe Coffee Day, MG Road, Pune&lt;/td&gt;
&lt;td&gt;OSM Pune Mapping Party &lt;a href=&quot;https://osmcal.org/event/4898/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-21&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;Missing Maps : Mapathon en ligne &amp;#8211; CartONG [fr] &lt;a href=&quot;https://osmcal.org/event/4300/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-22&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/de.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Stadtgebiet Bremen&lt;/td&gt;
&lt;td&gt;Online und im Hackerspace Bremen&lt;/td&gt;
&lt;td&gt;Bremer Mappertreffen &lt;a href=&quot;https://osmcal.org/event/4817/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-22&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;Missing Maps Validathon &lt;a href=&quot;https://osmcal.org/event/4869/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-23&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/de.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Magdeburg&lt;/td&gt;
&lt;td&gt;Netz39 e.V. , Leibnizstraße 32, 39104 Magdeburg&lt;/td&gt;
&lt;td&gt;2. OSM Stammtisch Magdeburg &lt;a href=&quot;https://osmcal.org/event/4809/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-23&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/ca.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Windsor&lt;/td&gt;
&lt;td&gt;Ford City&lt;/td&gt;
&lt;td&gt;OSM Field Mapping: Ford City &lt;a href=&quot;https://osmcal.org/event/4885/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-23&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/de.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Berlin&lt;/td&gt;
&lt;td&gt;Online&lt;/td&gt;
&lt;td&gt;OSM-Verkehrswende #76 &lt;a href=&quot;https://osmcal.org/event/4786/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-23&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/de.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Würzburg&lt;/td&gt;
&lt;td&gt;FabLab Würzburg&lt;/td&gt;
&lt;td&gt;Würzburger OSM-Treffen &lt;a href=&quot;https://osmcal.org/event/4839/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-24&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;img src=&quot;https://s.w.org/images/core/emoji/17.0.2/72x72/1f1e7-1f1f4.png&quot; alt=&quot;🇧🇴&quot; class=&quot;wp-smiley&quot; style=&quot;height: 1em; max-height: 1em;&quot; /&gt;Mapping missing buildings in La Paz, Bolivia &lt;a href=&quot;https://osmcal.org/event/4873/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-25&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/de.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Freiburg im Breisgau&lt;/td&gt;
&lt;td&gt;CCCFR, Adlerstr. 12a, Freiburg/Brsg.&lt;/td&gt;
&lt;td&gt;OSM-Treffen Freiburg im Breisgau &lt;a href=&quot;https://osmcal.org/event/4771/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-25&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2017/11/tz.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Dar es-Salaam&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;State of the Map Africa 2026 &lt;a href=&quot;https://osmcal.org/event/3663/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-26 &amp;#8211; 2026-06-28&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/03/br.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;[online]&lt;/td&gt;
&lt;td&gt;&lt;img src=&quot;https://s.w.org/images/core/emoji/17.0.2/72x72/1f1e7-1f1f7.png&quot; alt=&quot;🇧🇷&quot; class=&quot;wp-smiley&quot; style=&quot;height: 1em; max-height: 1em;&quot; /&gt; Capacitação OSM 2026 &amp;#8211; IVIDES DATA ® &amp;#8211; Formulários Web com KoboToolbox &lt;a href=&quot;https://osmcal.org/event/4763/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-26&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;OSMF Engineering Working Group meeting &lt;a href=&quot;https://osmcal.org/event/4876/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-26&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/de.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Düsseldorf&lt;/td&gt;
&lt;td&gt;Online bei https://meet.jit.si/OSM-DUS-2026&lt;/td&gt;
&lt;td&gt;Düsseldorfer OpenStreetMap-Treffen (online) &lt;a href=&quot;https://osmcal.org/event/4386/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-26&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/ru.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Москва&lt;/td&gt;
&lt;td&gt;Москва&lt;/td&gt;
&lt;td&gt;Московская картопати &lt;a href=&quot;https://osmcal.org/event/4896/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-27&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/02/it.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;Biblioteca Alda Merini in via Edmondo De Amicis&lt;/td&gt;
&lt;td&gt;Mapathon @ Casorate Sempione &lt;a href=&quot;https://osmcal.org/event/4778/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-27&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/in.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;OSM Mumbai Mapping Party No.11 (Trans-Harbour Line &amp;#8211; South) &lt;a href=&quot;https://osmcal.org/event/4320/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-27&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/de.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Hannover&lt;/td&gt;
&lt;td&gt;Kuriosum&lt;/td&gt;
&lt;td&gt;OSM-Stammtisch Hannover &lt;a href=&quot;https://osmcal.org/event/4848/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-29&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/02/fr.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Saint-Étienne&lt;/td&gt;
&lt;td&gt;Zoomacom&lt;/td&gt;
&lt;td&gt;Rencontre Saint-Étienne et sud Loire &lt;a href=&quot;https://osmcal.org/event/4897/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-29&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/de.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Heidelberg&lt;/td&gt;
&lt;td&gt;DEZERNAT#16&lt;/td&gt;
&lt;td&gt;Rhein-Neckar OSM Treffen &lt;a href=&quot;https://osmcal.org/event/4730/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-29&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;Webinaire en ligne &amp;#8211; Hydrants, armoires de rue, poteaux et bâtiments de service &lt;a href=&quot;https://osmcal.org/event/4871/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-30&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/de.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Braunschweig&lt;/td&gt;
&lt;td&gt;Stratum 0&lt;/td&gt;
&lt;td&gt;Braunschweiger Mappertreffen im Stratum 0 Hackerspace &lt;a href=&quot;https://osmcal.org/event/4859/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-30&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://weeklyosm.eu/wp-content/uploads/2020/09/uk.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;City of Westminster&lt;/td&gt;
&lt;td&gt;The Albert pub&lt;/td&gt;
&lt;td&gt;London pub meet-up &lt;a href=&quot;https://osmcal.org/event/4874/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-30&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://weeklyosm.eu/wp-content/uploads/2020/09/uk.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Derby&lt;/td&gt;
&lt;td&gt;The Brunswick, Railway Terrace, Derby&lt;/td&gt;
&lt;td&gt;East Midlands pub meet-up &lt;a href=&quot;https://osmcal.org/event/4800/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-06-30&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;iD Community Chat &lt;a href=&quot;https://osmcal.org/event/4868/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-07-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/de.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Stuttgart&lt;/td&gt;
&lt;td&gt;Forum 3 Café, Gymnasiumstr. 21, 70173 Stuttgart&lt;/td&gt;
&lt;td&gt;Stuttgarter OpenStreetMap-Treffen &lt;a href=&quot;https://osmcal.org/event/4854/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-07-01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/06/sk.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Žilina&lt;/td&gt;
&lt;td&gt;Fakulta riadenia a informatiky UNIZA&lt;/td&gt;
&lt;td&gt;Missing Maps mapathon Žilina #23 &lt;a href=&quot;https://osmcal.org/event/4870/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-07-02&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/05/be.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Gent&lt;/td&gt;
&lt;td&gt;Nerdlab&lt;/td&gt;
&lt;td&gt;IntroLAB ✦ OpenStreetMap &lt;a href=&quot;https://osmcal.org/event/4895/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-07-02&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/02/fr.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Angers&lt;/td&gt;
&lt;td&gt;L’Arrière Train, 3 rue de Frémur, Angers&lt;/td&gt;
&lt;td&gt;Angers : Rencontre mensuelle OpenStreetMap &lt;a href=&quot;https://osmcal.org/event/4855/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-07-02&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/02/fr.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;Bar Le Schmilblik&lt;/td&gt;
&lt;td&gt;Rencontre mensuelle des contributeurs Paris sud &lt;a href=&quot;https://osmcal.org/event/4882/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-07-02&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/02/co.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;Bogotá&lt;/td&gt;
&lt;td&gt;Universidad Nacional de Colombia&lt;/td&gt;
&lt;td&gt;State of the Map Colombia (SotMCol) 2026 &lt;a href=&quot;https://osmcal.org/event/4794/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-07-03 &amp;#8211; 2026-07-04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/03/br.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;[online]&lt;/td&gt;
&lt;td&gt;&lt;img src=&quot;https://s.w.org/images/core/emoji/17.0.2/72x72/1f1e7-1f1f7.png&quot; alt=&quot;🇧🇷&quot; class=&quot;wp-smiley&quot; style=&quot;height: 1em; max-height: 1em;&quot; /&gt; Capacitação OSM 2026 &amp;#8211; IVIDES DATA ® &amp;#8211; Mapas Web com uMap &lt;a href=&quot;https://osmcal.org/event/4764/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-07-03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img decoding=&quot;async&quot; src=&quot;https://blog.openstreetmap.de/wp-uploads/2016/01/in.svg&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;
&lt;td&gt;नई दिल्ली&lt;/td&gt;
&lt;td&gt;Jitsi Meet (online)&lt;/td&gt;
&lt;td&gt;OSM India &amp;#8211; Monthly Online Mapathon &lt;a href=&quot;https://osmcal.org/event/4886/&quot;&gt;&lt;img decoding=&quot;async&quot; src=&quot;/wp-content/uploads/2024/02/osmcal.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;2026-07-04&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Note:&lt;br /&gt;
If you like to see your event here, please put it into the &lt;a href=&quot;https://osmcal.org&quot;&gt;OSM calendar&lt;/a&gt;. Only data which is there, will appear in weeklyOSM.&lt;/p&gt;
&lt;p align=&quot;right&quot;&gt;&lt;i&gt;This weeklyOSM was &lt;a href=&quot;https://umap.openstreetmap.fr/de/map/weeklyosm-is-currently-produced-in_56718#2/8.4/108.3&quot;&gt; produced&lt;/a&gt; by &lt;a href=&quot;https://www.openstreetmap.org/user/MarcoR&quot;&gt;MarcoR&lt;/a&gt;, &lt;a href=&quot;https://www.openstreetmap.org/user/MatthiasMatthias&quot;&gt;MatthiasMatthias&lt;/a&gt;, &lt;a href=&quot;https://www.openstreetmap.org/user/Raquel%20Dezid%C3%A9rio%20Souto&quot;&gt;Raquel IVIDES DATA&lt;/a&gt;, &lt;a href=&quot;https://www.openstreetmap.org/user/Strubbl&quot;&gt;Strubbl&lt;/a&gt;, Andrew Davidson, &lt;a href=&quot;https://www.openstreetmap.org/user/barefootstache&quot;&gt;barefootstache&lt;/a&gt;, &lt;a href=&quot;https://www.openstreetmap.org/user/derFred&quot;&gt;derFred&lt;/a&gt;.&lt;br /&gt;
We welcome link suggestions for the next issue via &lt;a href=&quot;https://weeklyosm.eu/en/this-news-should-be-in-weeklyosm&quot;&gt;this&lt;/a&gt; form and look forward to your contributions. &lt;/i&gt;&lt;/p&gt;
  </content>
    <author>
      <name>weeklyOSM</name>
      <uri>http://www.weeklyosm.eu/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Update of speed limit data in Arlington Heights, IL, part I</title>
    <link href="https://www.openstreetmap.org/user/Juergen%20Juffa/diary/408909"/>
    <id>https://www.openstreetmap.org/user/Juergen%20Juffa/diary/408909</id>
    <updated>2026-06-20T17:59:53+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;completed survey of all speed limits in an area south of Palatine Road, east of Wilke, west of Arlington Heights Road and north of Euclid/Northwest Highway. Updated street data on the map.&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: 尾張旭市内のバス停・バス路線のマッピングを進めています（2026年6月20日）</title>
    <link href="https://www.openstreetmap.org/user/setowalker/diary/408908"/>
    <id>https://www.openstreetmap.org/user/setowalker/diary/408908</id>
    <updated>2026-06-20T13:07:31+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;愛知県尾張旭市内のバス停・バス路線のマッピングを進めています。
コミュニティバス「あさぴー号」の停留所について不明点が残っているため、1週間以内に現地調査に行きたいです。
また、瀬戸市内の商店街にある店舗についても、営業時間などの情報を調べてマッピングを進めていきたいと思います。&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Eurovelo 6 ne correspond pas à la référence du site EUROVELO</title>
    <link href="https://www.openstreetmap.org/user/jocochocobn/diary/408907"/>
    <id>https://www.openstreetmap.org/user/jocochocobn/diary/408907</id>
    <updated>2026-06-20T10:55:17+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;bonjour,
comment metre à jour le parcours eurovelo 6 qui n’es pas à jour ? ( peut-etre d’autres aussi, mais c’est celui que je fait en ce moment )
importer les traces GPX du site Eurovelo ne marche pas ( pb de dates dans fichiers) .&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;merci de vos commentaires&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: 경주월드!!</title>
    <link href="https://www.openstreetmap.org/user/Dokdo/diary/408906"/>
    <id>https://www.openstreetmap.org/user/Dokdo/diary/408906</id>
    <updated>2026-06-20T03:46:44+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;최근에 현체로 경주월드 다녀왔거든요?
가기 한 이틀 전에 osm 드가서 경주월드 편집하는데
타카티스크?? (2022년에 운행 중단)
서라벌관람차?? (2022년 8월에 철거)
처음 들어본 게 많아서 당황했습니다.
(심지어 타카티스크가 아니라 타가디스코임)
어쨌든 중요한 지물들을 편집했습니다. (미로탐험 없애고, 타임라이더 만들고 등등)
근데 잼민이인 저 혼자 하긴 너무 힘든거 같아서
제발 도와주시면 좋겠습니다 ㅠㅠ&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;(아니 줄바꿈 왜 안돼;;)&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap Blog: 2026 Board Face-to-Face (F2F) in Madrid, Spain</title>
    <link href="https://blog.openstreetmap.org/2026/06/19/2026-board-face-to-face-f2f-in-madrid-spain/"/>
    <id>https://blog.openstreetmap.org/?p=176663005</id>
    <updated>2026-06-19T22:24:32+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p&gt;The OpenStreetMap Foundation (OSMF) Board of Directors is excited to share this blog post with all of our community members. From June 6th-7th, members of the Board of Directors Craig Allan (Chair), Dani Waltersdorfer Jimenez (Secretary), Roland Olbricht (Treasurer), Héctor Ochoa Ortiz, Laura Mugeha, Maurizio Napolitano, and facilitator Allen Gunn (also known as Gunner), met for two full working  days in Madrid to discuss and tackle priorities and action items that need to be accomplished in the next 12 months. Amongst the discussed topics are a fundraising campaign, the “reviving” of the Communications Working Group (CWG), a new job posting which will be shared in the next coming months, the OSMF move to the European Union (EU), the launch of an Artificial Intelligence (AI) policy, and other topics. It is truly a pleasure to work with a team that is aligned on shared values including trust and respect, who are pushing for the success of a shared passion: the OpenStreetMap project. It must be noted however, that all of this could not have been possible without the leadership, patience, and tremendous organizational skills of Gunner who has been the OSMF facilitator for over 10 years. Thank you, Gunner!&lt;/p&gt;


&lt;figure class=&quot;wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex&quot;&gt;
&lt;figure class=&quot;wp-block-image size-large&quot;&gt;&lt;a href=&quot;https://blog.openstreetmap.org/wp-content/uploads/2026/06/ByjZ2O-Gfe.jpg&quot;&gt;&lt;img decoding=&quot;async&quot; width=&quot;1024&quot; height=&quot;768&quot; data-id=&quot;176663009&quot; src=&quot;https://blog.openstreetmap.org/wp-content/uploads/2026/06/ByjZ2O-Gfe-1024x768.jpg&quot; alt=&quot;&quot; class=&quot;wp-image-176663009&quot; srcset=&quot;https://blog.openstreetmap.org/wp-content/uploads/2026/06/ByjZ2O-Gfe-1024x768.jpg 1024w, https://blog.openstreetmap.org/wp-content/uploads/2026/06/ByjZ2O-Gfe-300x225.jpg 300w, https://blog.openstreetmap.org/wp-content/uploads/2026/06/ByjZ2O-Gfe-768x576.jpg 768w, https://blog.openstreetmap.org/wp-content/uploads/2026/06/ByjZ2O-Gfe-1536x1152.jpg 1536w, https://blog.openstreetmap.org/wp-content/uploads/2026/06/ByjZ2O-Gfe-624x468.jpg 624w, https://blog.openstreetmap.org/wp-content/uploads/2026/06/ByjZ2O-Gfe.jpg 2048w&quot; sizes=&quot;(max-width: 1024px) 100vw, 1024px&quot; /&gt;&lt;/a&gt;&lt;/figure&gt;



&lt;figure class=&quot;wp-block-image size-large&quot;&gt;&lt;a href=&quot;https://blog.openstreetmap.org/wp-content/uploads/2026/06/B1hT2u-Mzx.jpg&quot;&gt;&lt;img decoding=&quot;async&quot; width=&quot;1024&quot; height=&quot;506&quot; data-id=&quot;176663007&quot; src=&quot;https://blog.openstreetmap.org/wp-content/uploads/2026/06/B1hT2u-Mzx-1024x506.jpg&quot; alt=&quot;&quot; class=&quot;wp-image-176663007&quot; srcset=&quot;https://blog.openstreetmap.org/wp-content/uploads/2026/06/B1hT2u-Mzx-1024x506.jpg 1024w, https://blog.openstreetmap.org/wp-content/uploads/2026/06/B1hT2u-Mzx-300x148.jpg 300w, https://blog.openstreetmap.org/wp-content/uploads/2026/06/B1hT2u-Mzx-768x380.jpg 768w, https://blog.openstreetmap.org/wp-content/uploads/2026/06/B1hT2u-Mzx-624x309.jpg 624w, https://blog.openstreetmap.org/wp-content/uploads/2026/06/B1hT2u-Mzx.jpg 1448w&quot; sizes=&quot;(max-width: 1024px) 100vw, 1024px&quot; /&gt;&lt;/a&gt;&lt;/figure&gt;



&lt;figure class=&quot;wp-block-image size-large&quot;&gt;&lt;a href=&quot;https://blog.openstreetmap.org/wp-content/uploads/2026/06/H12a3OWzGx.jpg&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; width=&quot;898&quot; height=&quot;1024&quot; data-id=&quot;176663006&quot; src=&quot;https://blog.openstreetmap.org/wp-content/uploads/2026/06/H12a3OWzGx-898x1024.jpg&quot; alt=&quot;&quot; class=&quot;wp-image-176663006&quot; srcset=&quot;https://blog.openstreetmap.org/wp-content/uploads/2026/06/H12a3OWzGx-898x1024.jpg 898w, https://blog.openstreetmap.org/wp-content/uploads/2026/06/H12a3OWzGx-263x300.jpg 263w, https://blog.openstreetmap.org/wp-content/uploads/2026/06/H12a3OWzGx-768x876.jpg 768w, https://blog.openstreetmap.org/wp-content/uploads/2026/06/H12a3OWzGx-624x712.jpg 624w, https://blog.openstreetmap.org/wp-content/uploads/2026/06/H12a3OWzGx.jpg 941w&quot; sizes=&quot;auto, (max-width: 898px) 100vw, 898px&quot; /&gt;&lt;/a&gt;&lt;/figure&gt;



&lt;figure class=&quot;wp-block-image size-large&quot;&gt;&lt;a href=&quot;https://blog.openstreetmap.org/wp-content/uploads/2026/06/BJhT3_WMMg.jpg&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; width=&quot;1024&quot; height=&quot;733&quot; data-id=&quot;176663008&quot; src=&quot;https://blog.openstreetmap.org/wp-content/uploads/2026/06/BJhT3_WMMg-1024x733.jpg&quot; alt=&quot;&quot; class=&quot;wp-image-176663008&quot; srcset=&quot;https://blog.openstreetmap.org/wp-content/uploads/2026/06/BJhT3_WMMg-1024x733.jpg 1024w, https://blog.openstreetmap.org/wp-content/uploads/2026/06/BJhT3_WMMg-300x215.jpg 300w, https://blog.openstreetmap.org/wp-content/uploads/2026/06/BJhT3_WMMg-768x550.jpg 768w, https://blog.openstreetmap.org/wp-content/uploads/2026/06/BJhT3_WMMg-624x447.jpg 624w, https://blog.openstreetmap.org/wp-content/uploads/2026/06/BJhT3_WMMg.jpg 1445w&quot; sizes=&quot;auto, (max-width: 1024px) 100vw, 1024px&quot; /&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;/figure&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;What made this meeting particularly special is that we had the honor and pleasure of working from the TomTom offices in Madrid. We want to truly highlight our gratitude for TomTom for sharing their space with us, and most of all, we want to give a big shout-out to Priscilla Zachée for spending her weekend with us.&lt;/p&gt;



&lt;figure class=&quot;wp-block-image size-large&quot;&gt;&lt;a href=&quot;https://blog.openstreetmap.org/wp-content/uploads/2026/06/HkvRhubGfx.jpg&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; width=&quot;887&quot; height=&quot;1024&quot; src=&quot;https://blog.openstreetmap.org/wp-content/uploads/2026/06/HkvRhubGfx-887x1024.jpg&quot; alt=&quot;&quot; class=&quot;wp-image-176663114&quot; srcset=&quot;https://blog.openstreetmap.org/wp-content/uploads/2026/06/HkvRhubGfx-887x1024.jpg 887w, https://blog.openstreetmap.org/wp-content/uploads/2026/06/HkvRhubGfx-260x300.jpg 260w, https://blog.openstreetmap.org/wp-content/uploads/2026/06/HkvRhubGfx-768x886.jpg 768w, https://blog.openstreetmap.org/wp-content/uploads/2026/06/HkvRhubGfx-1331x1536.jpg 1331w, https://blog.openstreetmap.org/wp-content/uploads/2026/06/HkvRhubGfx-624x720.jpg 624w, https://blog.openstreetmap.org/wp-content/uploads/2026/06/HkvRhubGfx.jpg 1430w&quot; sizes=&quot;auto, (max-width: 887px) 100vw, 887px&quot; /&gt;&lt;/a&gt;&lt;/figure&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;Face-to-face meetings are unlike others. For those who don’t know, us Board Members live in different countries all over the globe, so having the opportunity to work together, “ideate”, brainstorm, discuss tough topics, and enjoy our time together is quite treasured and important for us. And on the front of the importance of human connection, we promise to keep pushing forward the key that makes OpenStreetMap truly unique, unlike any other geospatial database out there: Our essence is our community.&lt;/p&gt;



&lt;figure class=&quot;wp-block-image size-large&quot;&gt;&lt;a href=&quot;https://blog.openstreetmap.org/wp-content/uploads/2026/06/H1kJTd-Mfx.jpg&quot;&gt;&lt;img loading=&quot;lazy&quot; decoding=&quot;async&quot; width=&quot;1024&quot; height=&quot;768&quot; src=&quot;https://blog.openstreetmap.org/wp-content/uploads/2026/06/H1kJTd-Mfx-1024x768.jpg&quot; alt=&quot;&quot; class=&quot;wp-image-176663141&quot; srcset=&quot;https://blog.openstreetmap.org/wp-content/uploads/2026/06/H1kJTd-Mfx-1024x768.jpg 1024w, https://blog.openstreetmap.org/wp-content/uploads/2026/06/H1kJTd-Mfx-300x225.jpg 300w, https://blog.openstreetmap.org/wp-content/uploads/2026/06/H1kJTd-Mfx-768x576.jpg 768w, https://blog.openstreetmap.org/wp-content/uploads/2026/06/H1kJTd-Mfx-624x468.jpg 624w, https://blog.openstreetmap.org/wp-content/uploads/2026/06/H1kJTd-Mfx.jpg 1430w&quot; sizes=&quot;auto, (max-width: 1024px) 100vw, 1024px&quot; /&gt;&lt;/a&gt;&lt;/figure&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;We’d like to extend a thank you to all members of the community for your continued trust and passion for the OSM Project. We are always here for you should you have any questions or comments.&lt;/p&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;– The Board&lt;/p&gt;



&lt;p class=&quot;wp-block-paragraph&quot;&gt;&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap Blog</name>
      <uri>https://blog.openstreetmap.org</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Learning to Use OpenStreetMap Plugins in QGIS</title>
    <link href="https://www.openstreetmap.org/user/Raquel%20Dezid%C3%A9rio%20Souto/diary/408904"/>
    <id>https://www.openstreetmap.org/user/Raquel%20Dezid%C3%A9rio%20Souto/diary/408904</id>
    <updated>2026-06-19T16:47:32+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;– &lt;strong&gt;&lt;a href=&quot;https://www.openstreetmap.org/user/Raquel%20Dezid%C3%A9rio%20Souto/diary/408903&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Leia em Português&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h5 dir=&quot;auto&quot; id=&quot;ivides-data-held-the-third-session-of-the-ciclo-de-oficinas-osm-2026-or-2026-osm-workshop-series-focusing-on-qgis-plugins-applied-cases-were-presented-on-accessibility-urban-tree-cover-and-the-geolocation-of-buildings-on-areas-subject-to-disasters&quot;&gt;IVIDES DATA® held the third session of the &lt;em&gt;Ciclo de Oficinas OSM 2026&lt;/em&gt; (or 2026 OSM Workshop Series), focusing on QGIS plugins. Applied cases were presented on accessibility, urban tree cover, and the geolocation of buildings on areas subject to disasters&lt;/h5&gt;

&lt;p dir=&quot;auto&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;img src=&quot;https://ivides.org/wp-content/uploads/2026/06/oficina3_0.png&quot; alt=&quot;img1&quot; loading=&quot;lazy&quot;&gt;
Dr. Raquel Dezidério Souto leading Session 3 of the  &lt;em&gt;Ciclo de Oficinas OSM 2026&lt;/em&gt;. The files used in Workshop 3 can be found in the video description. &lt;a href=&quot;https://www.youtube.com/live/_q-y6nap4Ko&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Link&lt;/a&gt;&lt;/p&gt;

&lt;hr&gt;

&lt;p dir=&quot;auto&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;ivides-data-successfully-held-the-third-live-training-sessionhttpswwwyoutubecomliveq-y6nap4ko-of-the-ciclo-de-oficinas-osm-2026-on-june-12-during-which-the-following-were-presented&quot;&gt;IVIDES DATA® successfully held the &lt;a href=&quot;https://www.youtube.com/live/_q-y6nap4Ko&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;third live training session&lt;/a&gt; of the &lt;em&gt;Ciclo de Oficinas OSM 2026&lt;/em&gt; on June 12, during which the following were presented:&lt;/h6&gt;

&lt;p dir=&quot;auto&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;view-and-download-data-on-osmorg&quot;&gt;* View and download data on OSM.org&lt;/h6&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;access-to-geoservices-for-loading-osm-as-a-base-layer---nextgis-quickmapservices-plugin&quot;&gt;* Access to geoservices for loading OSM as a base layer - NextGIS QuickMapServices plugin&lt;/h6&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;downloading-data-in-qgis-version-322-or-later--quickosm-and-osm-downloader-plugins&quot;&gt;* Downloading data in QGIS (version 3.22 or later) – QuickOSM and OSM Downloader plugins&lt;/h6&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;applied-cases--accessibility-urban-tree-cover-and-the-geolocation-of-buildings-on-areas-subject-to-disasters&quot;&gt;* Applied cases — accessibility, urban tree cover, and the geolocation of buildings on areas subject to disasters&lt;/h6&gt;

&lt;p dir=&quot;auto&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;img src=&quot;https://ivides.org/wp-content/uploads/2026/06/oficina3_1_.png&quot; alt=&quot;img2&quot; loading=&quot;lazy&quot;&gt;
&lt;em&gt;QGIS screenshot showing data extracted using the QuickOSM plugin regarding government offices (blue dots) in Paris and its surroundings, highlighting those that are wheelchair-accessible (yellow dots) | Map data (c) 2026 OpenStreetMap contributors.&lt;/em&gt;&lt;/p&gt;

&lt;hr&gt;

&lt;p dir=&quot;auto&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;img src=&quot;https://ivides.org/wp-content/uploads/2026/06/oficina3_4.png&quot; alt=&quot;img3&quot; loading=&quot;lazy&quot;&gt;
&lt;em&gt;QGIS screenshot showing data extracted using the QuickOSM plugin on the location of trees in Paris, highlighting their concentration along major streets | Map data (c) 2026 OpenStreetMap contributors.&lt;/em&gt;&lt;/p&gt;

&lt;hr&gt;

&lt;p dir=&quot;auto&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;the-ciclo-de-oficinas-osm-2026-offers-single-certificates-4-hours-per-session-and-a-full-certificate-20-hours-over-five-sessions-the-training-is-open-to-all-mappers-regardless-of-skill-level&quot;&gt;The &lt;em&gt;Ciclo de Oficinas OSM 2026&lt;/em&gt; offers single certificates (4 hours per session) and a full certificate (20 hours over five sessions). The training is open to all mappers, regardless of skill level.&lt;/h6&gt;

&lt;p dir=&quot;auto&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;to-participate-in-the-remaining-sessions-please-register-using-the-form-below-to-receive-the-link-via-email-you-only-need-to-register-once&quot;&gt;To participate in the remaining sessions, please register using the form below to receive the link via email (you only need to register once):&lt;/h6&gt;

&lt;p dir=&quot;auto&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;httpsframaformsorgoficinas-openstreetmap-2026-ivides-data-r-1777150442&quot;&gt;&lt;a href=&quot;https://framaforms.org/oficinas-openstreetmap-2026-ivides-data-r-1777150442&quot; dir=&quot;auto&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;https://framaforms.org/oficinas-openstreetmap-2026-ivides-data-r-1777150442&lt;/a&gt;&lt;/h6&gt;
&lt;p dir=&quot;auto&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;thank-you-to-everyone-for-participating&quot;&gt;Thank you to everyone for participating!&lt;/h6&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;the-ciclo-de-oficinas-osm-2026-is-organized-by-ivides-data-in-partnership-with-the-institute-of-geosciences-at-the-state-university-of-campinas-unicamp-in-so-paulo-brazil&quot;&gt;The &lt;em&gt;Ciclo de Oficinas OSM 2026&lt;/em&gt; is organized by IVIDES DATA®, in partnership with the Institute of Geosciences at the State University of Campinas (Unicamp) in São Paulo, Brazil.&lt;/h6&gt;

&lt;p dir=&quot;auto&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;links-and-credits&quot;&gt;Links and credits:&lt;/h6&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;qgis&quot;&gt;QGIS&lt;/h6&gt;
&lt;p dir=&quot;auto&quot;&gt;&lt;a href=&quot;https://qgis.org/&quot; dir=&quot;auto&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;https://qgis.org/&lt;/a&gt;&lt;/p&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;nextgis-quickmapservices&quot;&gt;NextGIS QuickMapServices&lt;/h6&gt;
&lt;p dir=&quot;auto&quot;&gt;&lt;a href=&quot;https://plugins.qgis.org/plugins/quick_map_services/&quot; dir=&quot;auto&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;https://plugins.qgis.org/plugins/quick_map_services/&lt;/a&gt;&lt;/p&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;quickosm-by-etienne-trimaille&quot;&gt;QuickOSM (by Etienne Trimaille)&lt;/h6&gt;
&lt;p dir=&quot;auto&quot;&gt;&lt;a href=&quot;https://plugins.qgis.org/plugins/QuickOSM/&quot; dir=&quot;auto&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;https://plugins.qgis.org/plugins/QuickOSM/&lt;/a&gt;&lt;/p&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;osm-downloader-by-luiz-andrade&quot;&gt;OSM Downloader (by Luiz Andrade)&lt;/h6&gt;
&lt;p dir=&quot;auto&quot;&gt;&lt;a href=&quot;https://plugins.qgis.org/plugins/OSMDownloader/&quot; dir=&quot;auto&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;https://plugins.qgis.org/plugins/OSMDownloader/&lt;/a&gt;&lt;/p&gt;

&lt;hr&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;img src=&quot;https://ivides.org/wp-content/uploads/2025/02/logo_ivides_reg.png&quot; alt=&quot;IVIDES_logo&quot; loading=&quot;lazy&quot;&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;img src=&quot;https://ivides.org/wp-content/uploads/2026/01/logo_ID_REGpq_160x160-150x150.png&quot; alt=&quot;IVIDES_logo&quot; loading=&quot;lazy&quot;&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;strong&gt;Important note:&lt;/strong&gt; IVIDES.org(TM) e IVIDES DATA(TM)  are registered trademarks. OpenStreetMap(TM) is a trademark.&lt;/p&gt;

&lt;table dir=&quot;auto&quot; class=&quot;table table-sm w-auto&quot;&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;Para contato:  ivides [at] ivides.org&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://ivides.org&quot; rel=&quot;nofollow noopener noreferrer&quot; dir=&quot;auto&quot;&gt;https://ivides.org&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Aprendendo a utilizar plugins para OpenStreetMap no QGIS</title>
    <link href="https://www.openstreetmap.org/user/Raquel%20Dezid%C3%A9rio%20Souto/diary/408903"/>
    <id>https://www.openstreetmap.org/user/Raquel%20Dezid%C3%A9rio%20Souto/diary/408903</id>
    <updated>2026-06-19T15:58:33+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;– &lt;strong&gt;&lt;a href=&quot;https://www.openstreetmap.org/user/Raquel%20Dezid%C3%A9rio%20Souto/diary/408904&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Read in English&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h5 dir=&quot;auto&quot; id=&quot;ivides-data-realiza-a-terceira-sesso-do-ciclo-de-oficinas-osm-2026-tratando-de-plugins-para-qgis--casos-aplicados-sobre-acessibilidade-arborizao-urbana-e-localizao-de-edificaes-em-reas-de-risco-foram-apresentados&quot;&gt;IVIDES DATA® realiza a terceira sessão do &lt;em&gt;Ciclo de Oficinas OSM 2026&lt;/em&gt;, tratando de plugins para QGIS.  Casos aplicados sobre acessibilidade, arborização urbana e localização de edificações em áreas de risco foram apresentados&lt;/h5&gt;

&lt;p dir=&quot;auto&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;img src=&quot;https://ivides.org/wp-content/uploads/2026/06/oficina3_0.png&quot; alt=&quot;img1&quot; loading=&quot;lazy&quot;&gt;
&lt;em&gt;Dra. Raquel Dezidério Souto conduzindo a sessão 3 do Ciclo de Oficinas OSM 2026. Os arquivos utilizados na oficina 3 podem ser encontrados na descrição do vídeo. &lt;a href=&quot;https://www.youtube.com/live/_q-y6nap4Ko&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Link&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;hr&gt;

&lt;p dir=&quot;auto&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;a-empresa-ivides-data-realizou-com-sucesso-o-terceiro-treinamento-ao-vivohttpswwwyoutubecomliveq-y6nap4ko-do-ciclo-de-oficinas-openstreetmap-2026-em-12-de-junho-quando-foram-apresentados&quot;&gt;A empresa IVIDES DATA® realizou com sucesso o &lt;a href=&quot;https://www.youtube.com/live/_q-y6nap4Ko&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;terceiro treinamento ao vivo&lt;/a&gt; do &lt;em&gt;Ciclo de Oficinas OpenStreetMap 2026&lt;/em&gt;, em 12 de junho, quando foram apresentados:&lt;/h6&gt;

&lt;p dir=&quot;auto&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;consulta-e-download-dos-dados-em-osmorg&quot;&gt;* Consulta e download dos dados em OSM.org&lt;/h6&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;acesso-a-geosservios-para-carregamento-do-osm-como-base-layer-camada-base---plugin-nextgis-quickmapservices&quot;&gt;* Acesso a geosserviços para carregamento do OSM como base layer (camada base) - plugin NextGIS QuickMapServices&lt;/h6&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;download-dos-dados-no-qgis-verso-322-ou-superior--plugins-quickosm-e-osm-downloader&quot;&gt;* Download dos dados no QGIS (versão 3.22 ou superior) – plugins QuickOSM e OSM Downloader&lt;/h6&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;demonstrao-de-casos-aplicados---acessibilidade-arborizao-urbana-edificaes-localizadas-em-encostas&quot;&gt;* Demonstração de casos aplicados - acessibilidade, arborização urbana, edificações localizadas em encostas&lt;/h6&gt;

&lt;p dir=&quot;auto&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;img src=&quot;https://ivides.org/wp-content/uploads/2026/06/oficina3_1_.png&quot; alt=&quot;img2&quot; loading=&quot;lazy&quot;&gt;
&lt;em&gt;Tela de captura do QGIS com dados extraídos com plugin QuickOSM sobre os escritórios governamentais (pontos azuis) em Paris e arredores, mostrando aqueles que possuem acesso a cadeirantes (pontos amarelos) | Dados do mapa (c) 2026 Contribuidores do OpenStreetMap.&lt;/em&gt;&lt;/p&gt;

&lt;hr&gt;

&lt;p dir=&quot;auto&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;img src=&quot;https://ivides.org/wp-content/uploads/2026/06/oficina3_4.png&quot; alt=&quot;img3&quot; loading=&quot;lazy&quot;&gt;
&lt;em&gt;Tela de captura do QGIS com dados extraídos com plugin QuickOSM sobre localização de árvores em Paris, mostrando a sua concentração em vias principais | Dados do mapa (c) 2026 Contribuidores do OpenStreetMap.&lt;/em&gt;&lt;/p&gt;

&lt;hr&gt;

&lt;p dir=&quot;auto&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;no-ciclo-de-oficinas-osm-2026-so-oferecidos-certificados-avulsos-4hsesso-ou-um-certificado-completo-20h-cinco-sesses-o-treinamento--livre-e-para-todos-os-nveis-de-mapeadores&quot;&gt;No Ciclo de Oficinas OSM 2026, são oferecidos certificados avulsos (4h/sessão) ou um certificado completo (20h/ cinco sessões). O treinamento é livre e para todos os níveis de mapeadores.&lt;/h6&gt;

&lt;p dir=&quot;auto&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;para-participar-das-demais-sesses-realizar-a-inscrio-via-formulrio-abaixo-para-receber-o-link-por-e-mail-basta-se-inscrever-uma-vez&quot;&gt;Para participar das demais sessões, realizar a inscrição via formulário abaixo, para receber o link por e-mail (basta se inscrever uma vez):&lt;/h6&gt;

&lt;p dir=&quot;auto&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;httpsframaformsorgoficinas-openstreetmap-2026-ivides-data-r-1777150442&quot;&gt;&lt;a href=&quot;https://framaforms.org/oficinas-openstreetmap-2026-ivides-data-r-1777150442&quot; dir=&quot;auto&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;https://framaforms.org/oficinas-openstreetmap-2026-ivides-data-r-1777150442&lt;/a&gt;&lt;/h6&gt;
&lt;p dir=&quot;auto&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;agradecemos-a-participao-de-todos&quot;&gt;Agradecemos a participação de todos!&lt;/h6&gt;
&lt;p dir=&quot;auto&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;o-ciclo-de-oficinas-osm-2026--promovido-pela-empresa-ivides-data-em-parceria-com-o-instituto-de-geocincias-da-universidade-estadual-de-campinas---unicamp-so-paulo-brasil&quot;&gt;O Ciclo de Oficinas OSM 2026 é promovido pela empresa IVIDES DATA®, em parceria com o Instituto de Geociências da Universidade Estadual de Campinas - Unicamp (São Paulo, Brasil).&lt;/h6&gt;

&lt;p dir=&quot;auto&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;links-e-crditos-do-texto&quot;&gt;Links e créditos do texto:&lt;/h6&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;qgis&quot;&gt;QGIS&lt;/h6&gt;
&lt;p dir=&quot;auto&quot;&gt;&lt;a href=&quot;https://qgis.org/&quot; dir=&quot;auto&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;https://qgis.org/&lt;/a&gt;&lt;/p&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;nextgis-quickmapservices&quot;&gt;NextGIS QuickMapServices&lt;/h6&gt;
&lt;p dir=&quot;auto&quot;&gt;&lt;a href=&quot;https://plugins.qgis.org/plugins/quick_map_services/&quot; dir=&quot;auto&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;https://plugins.qgis.org/plugins/quick_map_services/&lt;/a&gt;&lt;/p&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;quickosm-autor-etienne-trimaille&quot;&gt;QuickOSM (autor: Etienne Trimaille)&lt;/h6&gt;
&lt;p dir=&quot;auto&quot;&gt;&lt;a href=&quot;https://plugins.qgis.org/plugins/QuickOSM/&quot; dir=&quot;auto&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;https://plugins.qgis.org/plugins/QuickOSM/&lt;/a&gt;&lt;/p&gt;

&lt;h6 dir=&quot;auto&quot; id=&quot;osm-downloader-autor-luiz-andrade&quot;&gt;OSM Downloader (autor: Luiz Andrade)&lt;/h6&gt;
&lt;p dir=&quot;auto&quot;&gt;&lt;a href=&quot;https://plugins.qgis.org/plugins/OSMDownloader/&quot; dir=&quot;auto&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;https://plugins.qgis.org/plugins/OSMDownloader/&lt;/a&gt;&lt;/p&gt;

&lt;hr&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;img src=&quot;https://ivides.org/wp-content/uploads/2025/02/logo_ivides_reg.png&quot; alt=&quot;IVIDES_logo&quot; loading=&quot;lazy&quot;&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;img src=&quot;https://ivides.org/wp-content/uploads/2026/01/logo_ID_REGpq_160x160-150x150.png&quot; alt=&quot;IVIDES_logo&quot; loading=&quot;lazy&quot;&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;strong&gt;Nota importante:&lt;/strong&gt; IVIDES.org® e IVIDES DATA® são marcas registradas. OpenStreetMap® é uma marca registrada.&lt;/p&gt;

&lt;table dir=&quot;auto&quot; class=&quot;table table-sm w-auto&quot;&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;Para contato:  ivides [at] ivides.org&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://ivides.org&quot; rel=&quot;nofollow noopener noreferrer&quot; dir=&quot;auto&quot;&gt;https://ivides.org&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Extracting Hiking Waypoints from OSM Map</title>
    <link href="https://www.openstreetmap.org/user/Evgeny%20Arbatov/diary/408898"/>
    <id>https://www.openstreetmap.org/user/Evgeny%20Arbatov/diary/408898</id>
    <updated>2026-06-19T06:34:05+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;This is a very simple idea: given a set of GPX traces for a hike you are planning to take, generate a file containing all the waypoints of interest within the area covered by the GPX traces. I create a buffer around the GPX traces and extract the area from OSM. I define a set of tags of interest. I use Ollama with Mistral Nemo to make sure that POIs make sense to visit while walking on foot, as places are sometimes mislabeled in OSM. Before saving the waypoints to a GPX file, I use Ollama again to generate waypoint descriptions and set labels for each waypoint. Feel free to try it out! The code is on &lt;a href=&quot;https://github.com/evgeniyarbatov/osm-waypoints&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Mental Health</title>
    <link href="https://www.openstreetmap.org/user/Jfact0ry/diary/408896"/>
    <id>https://www.openstreetmap.org/user/Jfact0ry/diary/408896</id>
    <updated>2026-06-19T02:06:23+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;Mapping Sitka is pretty much my identity. I was upset when someone reverted my work because honestly I’ve been working every waking hour for a few months now. It was good though because I needed to step back and not take it too seriously. I’ve had some manic episodes late in life and they unlocked some anger I’m not familiar with. It was actually impressive how mad I got. Anyway, what are these diaries for if not a super personal post? Stay mappy people&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Anatomy of a revert on the servers</title>
    <link href="https://www.openstreetmap.org/user/pnorman/diary/408895"/>
    <id>https://www.openstreetmap.org/user/pnorman/diary/408895</id>
    <updated>2026-06-18T22:59:26+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;Earlier today I had to check an alarm on the servers. The alarm was for a non-issue, but I happened to notice a momentary delay to replication across multiple services and I wanted to investigate.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;img src=&quot;https://pnorman.dev.openstreetmap.org/diary/render-lag.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot;&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;The rendering servers fell up to four minutes behind on some servers, with all servers falling at least a minute behind normal. Interestingly, there does not seem to be a correlation between the delay and the server capacity.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;img src=&quot;https://pnorman.dev.openstreetmap.org/diary/vector-lag.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot;&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;The vector tile servers had a more obvious impact with one server falling 12 minutes behind and the other 23 minutes. This increased time is by design. The mod_tile rendering stack has less work to do on updates but it causes more work on future requests for tiles in the updated area. On the other hand, the tilekiln stack has more work to do on updates but subsequent requests to the area are actually slightly faster.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;I checked the nominatim lag. The delay is barely discernable so I’m not including the graph.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Checking the &lt;a href=&quot;https://planet.openstreetmap.org/replication/minute/007/130/&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;minutely replication&lt;/a&gt; around the time shows that at 23:13 the replication diffs jumped in size, with 007130004 to 007130010 showing an increased size of 400 kB to 1000 kB. The minutely diffs are normallly under 50 kB.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;I examined one of the diffs to see what user edited the most objects. The easiest way was with &lt;code dir=&quot;auto&quot;&gt;osmium show 008.osc.gz | grep user | sort | uniq -c | sort -h&lt;/code&gt;. This technique isn’t 100% reliable since a tag containing the string “user” would introduce extra results but it’s good enough for a quick manual look.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Immediately it was obvious that this was a revert being done by woodpeck_repair as they had over 100x as many changes than the next user. Looking at the changesets it was a revert &lt;a href=&quot;https://www.openstreetmap.org/user_blocks/20713&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;of a bad import&lt;/a&gt;.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;img src=&quot;https://pnorman.dev.openstreetmap.org/diary/vector-annotated.png&quot; alt=&quot;&quot; loading=&quot;lazy&quot;&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;I still wanted to explore how this showed up on the vector tile systems. The changes came in every minute for several minutes. The graph shows
1. Normal updates before the large diffs, with only 60 seconds between updates
2. update 1 took longer, meaning after it happened it was slightly behind
3. update 2 merged the multiple diffs available. The are the diffs that accumulated between where the green and purple lines intersect below 1 and the purple and yellow intersection to the right. It looks like it updated two minute of data (red or blue lines) in about 4 minutes (time between “valleys”)
4. update 3 took those 4 minutes of new data and took 8 minutes. Looking at the diff size this is when the biggest updates happened
5. update 4 consumed those 8 minutes of data and processed them in 5 minutes
6. update 5 consumed the new 5 minutes of data in about 30 seconds
7. updates continued like normal.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Both axis are measured in time and the blue/red lines are how long it took an update to run. If you plotted the data on a graph where the axises were the same scale all the lines would be at 90 or 45 degrees.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;The graph is approximate since updates only come out every 60 seconds and the data is updated every 15 seconds. Also it’s made in a drawing program, not properly graphed.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Looking into the logs I can see more detail about what’s taking the time.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;The first large diff was picked up at 23:14:08 and&lt;/p&gt;

&lt;table dir=&quot;auto&quot; class=&quot;table table-sm w-auto&quot;&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th&gt;start time&lt;/th&gt;
      &lt;th&gt;# ways&lt;/th&gt;
      &lt;th&gt;osm2pgsql&lt;/th&gt;
      &lt;th&gt;building tiles &lt;br&gt;expired&lt;/th&gt;
      &lt;th&gt;tilekiln time&lt;/th&gt;
      &lt;th&gt;backlog left&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;23:14:08&lt;/td&gt;
      &lt;td&gt;72056&lt;/td&gt;
      &lt;td&gt;72s&lt;/td&gt;
      &lt;td&gt;11391&lt;/td&gt;
      &lt;td&gt;17s&lt;/td&gt;
      &lt;td&gt;145s&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;23:15:40&lt;/td&gt;
      &lt;td&gt;161002&lt;/td&gt;
      &lt;td&gt;141s&lt;/td&gt;
      &lt;td&gt;12811&lt;/td&gt;
      &lt;td&gt;11s&lt;/td&gt;
      &lt;td&gt;234s&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;23:18:16&lt;/td&gt;
      &lt;td&gt;482221&lt;/td&gt;
      &lt;td&gt;426s&lt;/td&gt;
      &lt;td&gt;14158&lt;/td&gt;
      &lt;td&gt;14s&lt;/td&gt;
      &lt;td&gt;492s&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;23:25:40&lt;/td&gt;
      &lt;td&gt;277978&lt;/td&gt;
      &lt;td&gt;269s&lt;/td&gt;
      &lt;td&gt;13568&lt;/td&gt;
      &lt;td&gt;14s&lt;/td&gt;
      &lt;td&gt;357s&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;23:30:25&lt;/td&gt;
      &lt;td&gt;1225&lt;/td&gt;
      &lt;td&gt;1225&lt;/td&gt;
      &lt;td&gt;53&lt;/td&gt;
      &lt;td&gt;26s&lt;/td&gt;
      &lt;td&gt;0s&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p dir=&quot;auto&quot;&gt;To my surprise, most of the time was spent in osm2pgsql processing ways, not in tilekiln. This means my strategies to minimize tilekiln processing are working.&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: Translation of the FPOSM&#39;s ODbL license booklet to Swahili</title>
    <link href="https://www.openstreetmap.org/user/Raquel%20Dezid%C3%A9rio%20Souto/diary/408890"/>
    <id>https://www.openstreetmap.org/user/Raquel%20Dezid%C3%A9rio%20Souto/diary/408890</id>
    <updated>2026-06-17T18:02:34+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;h4 dir=&quot;auto&quot; id=&quot;editora-ivides-has-published-the-swahili-translation-of-the-fposm-booklet-on-the-odbl-license&quot;&gt;Editora IVIDES has published the Swahili translation of the FPOSM booklet on the ODbL license&lt;/h4&gt;

&lt;hr&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;img src=&quot;https://ivides.org/wp-content/uploads/2026/06/p01_sw-730x1024.png&quot; alt=&quot;capa_sw&quot; loading=&quot;lazy&quot;&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;h4 dir=&quot;auto&quot; id=&quot;download-sw-versionhttpsividesorgwp-contentuploads202606fposmodblswjuni2026pdf&quot;&gt;&lt;a href=&quot;https://ivides.org/wp-content/uploads/2026/06/FPOSM_ODbL_SW_Juni_2026.pdf&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Download SW VERSION&lt;/a&gt;&lt;/h4&gt;

&lt;p dir=&quot;auto&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;The original work &lt;em&gt;&lt;a href=&quot;https://fposm.fr/wp-content/uploads/2024/09/Guide-pratique-licence-ODbL.pdf&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Tout savoir sur la license ODbL :  la licence d’OpenStreetMap pour cartographier en commun&lt;/a&gt;&lt;/em&gt; was written in French in 2024 and updated in 2026 by the Fédération des Pros d’OSM, a French organization that brings together various companies and professionals working with open data, OpenStreetMap, and related software. The authors of the original booklet are: François Lacombe (Datactivist), Florian Lainez (Jungle Bus), Antoine Riche (Carto’Cité) and Christophe Biez (Latitude-Cartagène Cartographies).&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;The translation to Swahili was done by Hemed Lungo and Tatu Sultan Lungo, from Tanzania, and the booklet was edited by Raquel Dezidério Souto (Editora IVIDES).&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;The work is licensed under the Creative Commons Attribution-ShareAlike 2.0 France (CC BY-SA 2.0 FR). &lt;a href=&quot;https://creativecommons.org/licenses/by-sa/2.0/fr/deed.en&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Text of the license&lt;/a&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;hr&gt;

&lt;p dir=&quot;auto&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;h4 dir=&quot;auto&quot; id=&quot;download-en-versionhttpsividesorgwp-contentuploads202605fposmodblenmay2026revpdf&quot;&gt;&lt;a href=&quot;https://ivides.org/wp-content/uploads/2026/05/FPOSM_ODbL_EN_May_2026_rev.pdf&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Download EN VERSION&lt;/a&gt;&lt;/h4&gt;

&lt;p dir=&quot;auto&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;h4 dir=&quot;auto&quot; id=&quot;download-verso-pthttpsividesorgwp-contentuploads202605fposmodblptmaio2026revpdf&quot;&gt;&lt;a href=&quot;https://ivides.org/wp-content/uploads/2026/05/FPOSM_ODbL_PT_maio_2026_rev.pdf&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Download VERSÃO PT&lt;/a&gt;&lt;/h4&gt;

&lt;p dir=&quot;auto&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;hr&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;img src=&quot;https://ivides.org/wp-content/uploads/2023/05/editora_IVIDES_300dpi_pq.png&quot; alt=&quot;Editora_IVIDES_logo&quot; loading=&quot;lazy&quot;&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;img src=&quot;https://ivides.org/wp-content/uploads/2025/02/logo_ivides_reg.png&quot; alt=&quot;IVIDES_logo&quot; loading=&quot;lazy&quot;&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;strong&gt;Important note:&lt;/strong&gt; OpenStreetMap® is registered trademark.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&amp;nbsp;&lt;/p&gt;

&lt;table dir=&quot;auto&quot; class=&quot;table table-sm w-auto&quot;&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;To keep contact:  ivides [at] ivides.org&lt;/td&gt;
      &lt;td&gt;&lt;a href=&quot;https://ivides.org&quot; rel=&quot;nofollow noopener noreferrer&quot; dir=&quot;auto&quot;&gt;https://ivides.org&lt;/a&gt;&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: OSM + Wikimedia Commons</title>
    <link href="https://www.openstreetmap.org/user/AlexSpritze/diary/408889"/>
    <id>https://www.openstreetmap.org/user/AlexSpritze/diary/408889</id>
    <updated>2026-06-17T13:45:04+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;Manchmal ist &lt;strong&gt;Wikimedia Commons&lt;/strong&gt; eine gute Quelle für Objekte, die in &lt;strong&gt;OpenStreetMap&lt;/strong&gt; fehlen, und manchmal ist es umgekehrt.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Aber wie lassen sich Informationen aus beiden schnell verbinden und am besten noch visualisieren?&lt;/p&gt;

&lt;h2 dir=&quot;auto&quot; id=&quot;der-naive-ansatz&quot;&gt;Der naive Ansatz&lt;/h2&gt;

&lt;p dir=&quot;auto&quot;&gt;💡 Daten per Abfrage aus &lt;a href=&quot;https://commons.wikimedia.org/wiki/Hauptseite&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Commons&lt;/a&gt; und OSM holen und in &lt;a href=&quot;https://umap.openstreetmap.de/de/&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;uMap&lt;/a&gt; anzeigen.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;🏁 Als Beispiel möchte ich hier alle &lt;a href=&quot;https://commons.wikimedia.org/wiki/Category:Zeichen_310_in_Saxony-Anhalt&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Ortseingangsschilder aus Sachsen-Anhalt&lt;/a&gt; visualisieren.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Naiv bedeutet hier natürlich auch, dass in Commons nicht alle Bilder ihre Standorte koodiert haben.&lt;/p&gt;

&lt;h3 dir=&quot;auto&quot; id=&quot;wikimedia-commons-mit-petscan-abfragen&quot;&gt;Wikimedia Commons mit PetScan abfragen&lt;/h3&gt;

&lt;p dir=&quot;auto&quot;&gt;Wikimedia Commons bietet mit &lt;a href=&quot;https://petscan.wmcloud.org/&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;PetScan&lt;/a&gt; ein Tool an, das unter anderem auch nach &lt;a href=&quot;https://en.wikipedia.org/wiki/Kml&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;KML&lt;/a&gt; exportiert. Ein Dateiformat, das nach uMap importiert werden kann. Folgende Parameter erzeugen in PetScan nach einem Klick auf “Do It” eine KML-Datei mit den entsprechenden Geo-Informationen:&lt;/p&gt;

&lt;table dir=&quot;auto&quot; class=&quot;table table-sm w-auto&quot;&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th&gt;Parameter&lt;/th&gt;
      &lt;th&gt;Wert&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;Language&lt;/td&gt;
      &lt;td&gt;commons&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Project&lt;/td&gt;
      &lt;td&gt;wikimedia&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Depth&lt;/td&gt;
      &lt;td&gt;1&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Categories&lt;/td&gt;
      &lt;td&gt;&lt;code dir=&quot;auto&quot;&gt;Zeichen 310 in Saxony-Anhalt&lt;/code&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;&lt;em&gt;Page Properties&lt;/em&gt;: Namespaces&lt;/td&gt;
      &lt;td&gt;Commons, File&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;&lt;em&gt;Output&lt;/em&gt;: Format&lt;/td&gt;
      &lt;td&gt;KML&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;&lt;em&gt;Output&lt;/em&gt;: Page Metadata&lt;/td&gt;
      &lt;td&gt;Image, Coordinates, Default sort&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p dir=&quot;auto&quot;&gt;Wichtig ist auch &lt;code dir=&quot;auto&quot;&gt;Depth&lt;/code&gt; auf größer 0 zu setzen, damit untergeordnete Kategorien miteinbezogen werden, so dass z.B. auch &lt;a href=&quot;https://commons.wikimedia.org/wiki/Category:Zeichen_310_in_Saalekreis&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Ortseingangsschilder aus dem Saalekreis&lt;/a&gt; gefunden werden.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Der Inhalt der KML sieht dann ungefähr so aus:&lt;/p&gt;

  &lt;pre&gt;&lt;code&gt;&lt;span&gt;&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&amp;gt;&lt;/span&gt;
&lt;span&gt;&amp;lt;kml&lt;/span&gt; &lt;span&gt;xmlns=&lt;/span&gt;&lt;span&gt;&quot;http://www.opengis.net/kml/2.2&quot;&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;
  &lt;span&gt;&amp;lt;Document&amp;gt;&lt;/span&gt;
    &lt;span&gt;&amp;lt;Placemark&amp;gt;&lt;/span&gt;
      &lt;span&gt;&amp;lt;name&amp;gt;&lt;/span&gt;Hundeluft.jpg&lt;span&gt;&amp;lt;/name&amp;gt;&lt;/span&gt;
      &lt;span&gt;&amp;lt;ExtendedData&amp;gt;&lt;/span&gt;
        &lt;span&gt;&amp;lt;Data&lt;/span&gt; &lt;span&gt;name=&lt;/span&gt;&lt;span&gt;&quot;url&quot;&lt;/span&gt;&lt;span&gt;&amp;gt;&lt;/span&gt;
          &lt;span&gt;&amp;lt;value&amp;gt;&lt;/span&gt;https://commons.wikimedia.org/wiki/File%3AHundeluft%2Ejpg&lt;span&gt;&amp;lt;/value&amp;gt;&lt;/span&gt;
        &lt;span&gt;&amp;lt;/Data&amp;gt;&lt;/span&gt;
      &lt;span&gt;&amp;lt;/ExtendedData&amp;gt;&lt;/span&gt;
      &lt;span&gt;&amp;lt;Point&amp;gt;&lt;/span&gt;
        &lt;span&gt;&amp;lt;coordinates&amp;gt;&lt;/span&gt;12.34471667, 51.96599722, 0.&lt;span&gt;&amp;lt;/coordinates&amp;gt;&lt;/span&gt;
      &lt;span&gt;&amp;lt;/Point&amp;gt;&lt;/span&gt;
    &lt;span&gt;&amp;lt;/Placemark&amp;gt;&lt;/span&gt;
...
&lt;/code&gt;&lt;/pre&gt;  

&lt;p dir=&quot;auto&quot;&gt;Falls die Datei im Browser angezeigt wird, muss man sie natürlich noch lokal speichern.&lt;/p&gt;

&lt;h3 dir=&quot;auto&quot; id=&quot;osm-daten-in-umap-anzeigen&quot;&gt;OSM Daten in uMap anzeigen&lt;/h3&gt;

&lt;p dir=&quot;auto&quot;&gt;Ich springe jetzt direkt zu &lt;a href=&quot;https://umap.openstreetmap.de/de/&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;uMap&lt;/a&gt;, da dort die Daten aus OpenStreetMap per Overpass Query bezogen werden. Das passiert über den Import-Assistent (geht wohl mit &lt;code dir=&quot;auto&quot;&gt;Strg+I&lt;/code&gt;):&lt;/p&gt;

&lt;table dir=&quot;auto&quot; class=&quot;table table-sm w-auto&quot;&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th&gt;Parameter&lt;/th&gt;
      &lt;th&gt;Wert&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;Ausdruck&lt;/td&gt;
      &lt;td&gt;&lt;code dir=&quot;auto&quot;&gt;traffic_sign=city_limit&lt;/code&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Geometriemodus&lt;/td&gt;
      &lt;td&gt;Standard&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;Suchgebiet&lt;/td&gt;
      &lt;td&gt;&lt;code dir=&quot;auto&quot;&gt;Sachsen-Anhalt&lt;/code&gt;&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p dir=&quot;auto&quot;&gt;Da ich als Wikimedia Commons Kategorie &lt;code dir=&quot;auto&quot;&gt;Zeichen 310 in Saxony-Anhalt&lt;/code&gt; habe, nehme ich den entsprechenden OSM-Tag &lt;code dir=&quot;auto&quot;&gt;traffic_sign=city_limit&lt;/code&gt;. Das wird aber auch Zeichen 311 (“Ortsausgangsschilder”) finden. Nicht schlimm, da sie doch so gut wie immer zwei Seiten haben. Der Tag &lt;code dir=&quot;auto&quot;&gt;traffic_sign=DE:310&lt;/code&gt; wird wohl nur 533 mal genutzt, da sind wir auch auf der sicheren Seite.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Die Ergebnismenge dieser Abfrage kann dann in eine neue Ebene kopiert werden. Aktuell scheint die Option “Link zur Ebene als Remote-Data” nicht zu funktionieren.&lt;/p&gt;

&lt;h2 dir=&quot;auto&quot; id=&quot;fazit&quot;&gt;Fazit&lt;/h2&gt;

&lt;p dir=&quot;auto&quot;&gt;🌏 &lt;a href=&quot;https://umap.openstreetmap.de/de/map/ortseingangsschilder-in-sachsen-anhalt-osm-und-wik_142940&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;Im Ergebnis&lt;/a&gt; überwiegt die Anzahl der kartierten Ortseingangsschilder aus OSM (6353 blaue Fähnchen) die Anzahl der Bilder aus Wikimedia Commons (89 rote Fähnchen).&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Fehlen die Geo-Information am Commons-Bild, taucht es in dieser Karte natürlich nicht auf. Wir haben mit diesem Weg auch keine Möglichkeit direkt zu sehen, welche Commons-Bilder fehlen.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Aber falls man das spezielle Hobby oder die ausgeprägte Sammelleidenschaft hat, Ortseingangsschilder zu fotografieren und nach Commons hochzuladen, weiß man jetzt wo noch viel Arbeit wartet (Landkreise Börde und Stendal) und könnte vielleicht mittels BRouter auch gleich eine 🚴‍♂️ Route planen. Doch dazu vielleicht später mehr.&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;Das Fazit in einem Satz lautet wohl, dass OpenStreetMap eine wirklich schönes Biotop an Daten und Anwendungen geschaffen und ermöglicht hat. 💖&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;PS: wie bindet man am einfachsten Bilder in OSM-Blogeinträgen ein?&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


  <entry xml:lang="en">
    <title type="html" xml:lang="en">OpenStreetMap User&#39;s Diaries: The pursuit of &#39;Top VIP Contributor&quot;</title>
    <link href="https://www.openstreetmap.org/user/BholeKiBhasam/diary/408888"/>
    <id>https://www.openstreetmap.org/user/BholeKiBhasam/diary/408888</id>
    <updated>2026-06-17T01:49:26+00:00</updated>
    <content type="html" xml:lang="en">
    &lt;p dir=&quot;auto&quot;&gt;&lt;b&gt;
I’ve been reflecting on the balance between mapping for ‘volume’ and mapping for ‘precision.’ While I understand the value of quick, large-area edits for global visibility, I find it a bit puzzling when polygons are generalized to the point of overlapping everything in sight—especially when high-resolution imagery is available.&lt;/b&gt;&lt;/p&gt;

&lt;p dir=&quot;auto&quot;&gt;&lt;b&gt;I’ve noticed a trend where edit counts are sometimes treated as the ultimate metric of a mapper’s worth. I reckon we should be careful not to let the pursuit of ‘top contributor’ stats overshadow the primary goal of creating a detailed, accurate map for everyone. For me, a well-traced building or a correctly aligned path is worth far more than a high edit count achieved through imprecise mass-mapping. I’m always keen to learn the best practices, so if there’s a standard way to maintain precision while contributing efficiently, I’m all ears. Cheers.
&lt;/b&gt;&lt;/p&gt;
  </content>
    <author>
      <name>OpenStreetMap User's Diaries</name>
      <uri>http://www.openstreetmap.org/diary/</uri>
    </author>
  </entry>


</feed>
