Wir ziehen um, vom Bodensee nach Meißen und haben vor mit unserer Ziegenherde zu Fuß von Überlingen nach Meißen zu laufen. Ich bin neu bei OpenStreetMap. Wie finde ich die optimale Route. Für Tips wäre ich sehr dankbar. Herzlichen Dank.
Users' Diaries
Recent diary entries
Nach gut 2 Monaten ist der Kartenausschnitt Leipzig Wahren zu 90% durchdetailiert. Einzelne Ortspunkte folgen noch.
Es wurden mehrere Gartenanlagen angelegt und mit Gartennummern versehen. Die Uferbereiche der Flüsse durchgebildet und jede Menge Grundstückseinfriedungen ergänzt. Ebenso wurden die Wohngebiete nach Häuserblock aufgeteilt und neu gezogen (Grenze Bordstein). Beim Campingplatz Wahren wurden die im Wald befindlichen Ferienhütten ergänzt. Diese fehlten komplett.
Ergänzungen die noch fehlen: 1. Auensee (Grünflächen und Bäume) 2. Wohngebäude Pittlerstraße (Fotos fertig - Einarbeitung folgt) 3. Gewerbe Pittlerstraße
El lugar donde trabajo
Uzice is a town in the Zlatibor district, in the Republic of Serbia. According to the 2011 census report, there were 52,646 inhabitants.
It lies on the banks of the river Djetinje. The medieval ruins of the then very important city have been preserved. Uzice was the seat of the Partisan army in the fall of 1941. In 1946, the name was changed to Tito’s Uzice in honor of Josip Broz Tito, and the old name was returned in 1992.
Uzice is a major center of the metal and machinery industry and fruit growing. Administrative center of the municipality of the same name and Zlatibor district.
Just look at the difference, how it looks now & how it did look before the change was made to a map:
W minionym tygodniu udało się pozyskać patronat honorowy dla naszego projektu ze strony czołowych specjalistów medycyny w Polsce. Na liście lekarzy, którzy obdarzyli nas swoim zaufaniem znajdują się:
- prof. dr hab. Jerzy Robert Ładny - Konsultant Krajowy w dziedzinie medycyny ratunkowej
- dr n. med Wiktor Kuliczkowski - Konsultant wojewódzki ds. kardiologii (dolnośląskie)
- prof. dr hab. n. med. Andrzej Wysokiński - Konsultant wojewódzki ds. kardiologii (lubelskie)
- dr hab. n. med. Łukasz Balwicki - Konsultant wojewódzki ds. zdrowia publicznego (pomorskie)
- prof. dr hab. n. med. Marianna Janion - Konsultant wojewódzki ds. kardiologii (świętokrzyskie)
Jednocześnie przebudowaliśmy i rozbudowaliśmy stronę projektu. Wyszukiwanie oraz import danych jest teraz ułatwione. Lokalizacje AED są dostępne do pobrania w formacie csv, xls oraz GeoJson bezpośrednio z poziomu strony. Obecnie mamy zlokalizowanych ponad 1500 urządzeń (stan na 30.01.2022) Cały czas spływają do nas dane z samorządów więc ta ilość będzie się jeszcze zwiększać.
W przyszłym tygodniu będziemy kontynuować akcję mailową, roześlemy zapytania do pozostałych województw, na liście zostały nam jeszcze trzy. Plan na najbliższy tydzień to dalsza optymalizacja strony oraz praca nad włączeniem danych pozyskanych od jednostek samorządu. Mam nadzieję, że do końca lutego uda się zakończyć ten etap.
Pozyskując stopniowo dane będziemy także rozbudowywać stronę wiki poświęconą AED, zgodnie z informacjami pozyskanymi w ramach projektu z uwzględnieniem przykładów tagowania wypracowanymi podczas pracy.
Obecnie w skład zespołu zajmującego się projektem poza mną wchodzą następujący edytorzy:
Módosítás 2022.01.30.
Mosonmagyaróvár
Nap utca 35 alatt található elzárt út hozzáadva. Nap utca 35 lakópark épületei hozzáadva. Új utca 2 épülete és szervízútja hozzáadva. Néhány házszám amit sikerült pontosan meghatározni, hozzáadva.
EXEMPLO DE CONSULTA OVERPASS / EXEMPLO DE CONSULTA OVERPASS
Consulta de VILAS
[out:json][timeout:25]; // fetch area “Recife” to search in {{geocodeArea:Pernambuco}}->.searchArea; // gather results ( // query part for: “amenity=place_of_worship” node“place”=”village”; way“placeplace”=”village”; relation“place”=”village”; ); // print results out body; >; out skel qt;
Consulta de Abreviação de Nomes de Ruas.
/*
Pesquisa de abreviacoes no OSM. Gera pontos geograficos no mapa.
*/
[out:json][timeout:900];
{{geocodeArea:Pernambuco}}->.searchArea;
(
// Enderecos
way[highway]“name”~”^Av\.”,i;
way[highway]“name”~”^Al\.”,i;
way[highway]“name”~”^R\.”,i;
way[highway]“name”~”Tr\.”,i;
way[highway]“name”~”Tv\.”,i;
way[highway]“name”~”Tra\.”,i;
way[highway]“name”~”Trav\.”,i;
way[highway]“name”~”Pç\.”,i;
way[highway]“name”~”Pça\.”,i;
way[highway]“name”~”Estr\.”,i;
way[highway]“name”~”Serv\.”,i;
way[highway]“name”~”Jd\.”,i;
way[highway]“name”~”Lot\.”,i;
way[highway]“name”~”Bal\.”,i;
way[highway]“name”~”Mun\.”,i;
way[highway]“name”~”Pte\.”,i;
way[highway]“name”~”Rod\.”,i;
// Profissoes
way[highway]“name”~”Dr\.”,i;
way[highway]“name”~”Dra\.”,i;
way[highway]“name”~”Prof\.”,i;
way[highway]“name”~”Profa\.”,i;
way[highway]“name”~”Eng.\.”,i;
way[highway]“name”~”Arq.\.”,i;
way[highway]“name”~”Jorn.\.”,i;
way[highway]“name”~”Med.\.”,i;
// Religiosos
way[highway]“name”~”Pe\.”,i;
way[highway]“name”~”Con\.”,i;
way[highway]“name”~”Ma\.”,i;
way[highway]“name”~”Rev\.”,i;
way[highway]“name”~”Mons\.”,i;
way[highway]“name”~”St\.”,i;
way[highway]“name”~”Sto\.”,i;
way[highway]“name”~”Sta\.”,i;
// Militares
way[highway]“name”~”Mal\.”,i;
way[highway]“name”~”Gen\.”,i;
way[highway]“name”~”Gal\.”,i;
way[highway]“name”~”Cel\.”,i;
way[highway]“name”~”Alm\.”,i;
way[highway]“name”~”Cap\.”,i;
way[highway]“name”~”Capt\.”,i;
way[highway]“name”~”Comte\.”,i;
way[highway]“name”~”Com\.”,i;
way[highway]“name”~”Col\.”,i;
way[highway]“name”~”Cel\.”,i;
This morning was our first (ever?!) OpenStreetMap meetup in Perth, Western Australia. Six of us turned up at the Goods Shed cafe (near the railway station) for introductions, coffee, and a general figuring-out of a plan. Then we headed off in small groups around the local area, mapping footpaths, shops, businesses, trees, drinking fountains, and everything else we could find.
I have seen on tagging mailing list and some other places claims that deprecated tagging schemes continuing to be used are a critical issue.
I also have seen claims that having two tags with the same meaning is a critical issue that cause very big problems.
In my experience as mapper, someone working on OSM editors, someone working with OSM data:
Deprecated tagging schemes continuing to be used are not a big problem or a serious issue.
There are some tags that should be never used ( osm.wiki/Key:class:bicycle is a good example of something that is pure waste of time, see for example https://github.com/streetcomplete/StreetComplete/issues/2210#issuecomment-726974964 ).
But pointless tags can be completely ignored if they are truly bad ideas.
Note that popular tag which is not fundamentally bad idea and someone wishes to get rid of them is just regular duplicated tag for basically all purposes.
Duplicated tags with the same meaning.
For data consumer it is not a big issue. It is a bit annoying, but as long as new tags do not keep appearing then simple alias solves approximately all the problems.
It can be described as a problem but is definitely not in top 10 issues for data consumer. Maybe not even in top 50.
And is basically eliminated by decent documentation, if one exists at OSM Wiki.
For implementing it in editor - it depends on an exact case and definitely can be annoying.
But the worst part is case when group A demands to deprecate one tag, and group B demands to deprecate tag B. Or when one group accuses someone of being destructive because they followed documentation/consensus that documented some tag as deprecated/not deprecated and situation suddenly changed and another group appeared.
Overall this is quite ironic: people wishing to deprecate, rename, change tags often argue to be doing it to help data consumers.
Summary
For my first diary post, I’ll go into the ongoing dispute in the highway class tagging in one of my focus areas, the south-central San Joaquin Valley, particularly regarding rural four-lane roads in Fresno and Tulare counties.
Background
Traditionally, highway=trunk is used in the US for expressways and controlled-access roads with fewer than 4 lanes, though tagging standards vary from place to place. highway=primary is the typical tag in California for state routes, while highway=secondary is usually used for signed county routes, of which Tulare County has many.
In urban areas, the California OSM Wiki page also recommends using highway=secondary for roads with 4 lanes and highway=primary for roads with 6+ lanes.
The issue
When the rural 4-lane roads were remapped to reflect their divided 4-lane status (with the exception of Mooney Boulevard/CA 63, this was largely done by me), I generally tagged them as secondaries, with the rationale that they were clearly more important than the standard county roads (which I was generally tagging as tertiaries at the time). Since then, many of them had been upgraded to trunks by a single editor, which led to a pair of reversions when I tried to downgrade them again.
The current state
After a recent changeset, most of the non-state route four-lane rural roads (except for Golden State Highway and Mountain View Avenue) are now tagged as primaries. The Mountain View trunk tagging continues into Tulare County as Avenue 416, then turns south on Road 80 toward CA 198. The entire route of CA 65 in Tulare County (except for the freeway segment in Porterville) is also tagged as a trunk, even the 2-lane portions. The remaining four-lane rural roads in Tulare County are either primaries or secondaries.
My (originally) suggested solution
My (original) preference is to classify highways using a combination of importance and construction. With that said, here’s what I would do here.
APRENDA A MAPEAR O mapeamento no OpenStreetMap é um esforço em equipe, crescendo continuamente devido a uma comunidade de centenas de milhares de colaboradores globais dedicados. Todos podem participar deste mapa aberto do mundo, é preciso de pessoas responsáveis, abertas a aprender e mostrar amor pelos detalhes.
Você pode começar sua jornada agora. Você não precisa pedir permissão antes de adicionar ou modificar dados existentes. Se você acredita que pode melhorar algo, faça-o. Mas lembre-se sempre, com grandes poderes vem grandes responsabilidades.
LEARN TO MAP. Mapping in OpenStreetMap is a team effort, continually growing due to a community of hundreds of thousands of dedicated global contributors. Everyone can participate in this open world map, it takes responsible people, open to learning and showing love for details.
You can start your journey now. You don’t need to ask permission before adding or modifying existing data. If you believe you can improve something, do it. But always remember, with great power comes great responsibility.
link to Learn to Map in OSM https://tasks.hotosm.org/learn
Atenciosamente,
Raphaelmirc Recife/PE.
🚮
Turbo Overpass Query
Site with Examples of Overpass Turbo Queries.
Consulta Overpass Turbo
[out:json][timeout:25]; ( way“highway”=”motorway”; way“highway”=”trunk”; way“highway”=”primary”; way“highway”=”secondary”; way“highway”=”tertiary”; ); out body; >; out skel qt;
Pesquisa de abreviacoes no OSM. Gera pontos geograficos no mapa.
Search for abbreviations in OSM. Generates geographic points on the map.
/* Pesquisa de abreviacoes no OSM. Gera pontos geograficos no mapa. */ [out:json][timeout:900]; {{geocodeArea:Pernambuco}}->.searchArea; ( // Enderecos way[highway]“name”~”^Av\.”,i; way[highway]“name”~”^Al\.”,i; way[highway]“name”~”^R\.”,i; way[highway]“name”~”Tr\.”,i; way[highway]“name”~”Tv\.”,i; way[highway]“name”~”Tra\.”,i; way[highway]“name”~”Trav\.”,i; way[highway]“name”~”Pç\.”,i; way[highway]“name”~”Pça\.”,i; way[highway]“name”~”Estr\.”,i; way[highway]“name”~”Serv\.”,i; way[highway]“name”~”Jd\.”,i; way[highway]“name”~”Lot\.”,i; way[highway]“name”~”Bal\.”,i; way[highway]“name”~”Mun\.”,i; way[highway]“name”~”Pte\.”,i; way[highway]“name”~”Rod\.”,i;
// Profissoes way[highway]“name”~”Dr\.”,i; way[highway]“name”~”Dra\.”,i; way[highway]“name”~”Prof\.”,i; way[highway]“name”~”Profa\.”,i; way[highway]“name”~”Eng.\.”,i; way[highway]“name”~”Arq.\.”,i; way[highway]“name”~”Jorn.\.”,i; way[highway]“name”~”Med.\.”,i;
// Religiosos way[highway]“name”~”Pe\.”,i; way[highway]“name”~”Con\.”,i; way[highway]“name”~”Ma\.”,i; way[highway]“name”~”Rev\.”,i; way[highway]“name”~”Mons\.”,i; way[highway]“name”~”St\.”,i; way[highway]“name”~”Sto\.”,i; way[highway]“name”~”Sta\.”,i;
Tarefas disponiveis no Maproulette para Padronização Internacional de Numeros de Telefones no Brasil / Tasks available in Maproulette for International Standardization of Telephone Numbers in Brazil.
alguns estados brasileiros ainda precisa de atualização dos dados telefonicos que estão mapeados no OSM e por isso venho aqui disponibilizar os link´s das tarefas no maproulette para quem puder fazer essa atualização e deixar os numeros telefonicos no padrão internacional.
exemplo de numero telefonico no brasil.
+55 DDD Numero de Telefone
+55 11 123456789
dá espaço para o DDD e o primeiro numero caso seja o 9.
+55 11 9 9123.4567 Link das Tarefas no Maproulette por estados!
some Brazilian states still need to update the telephone data that are mapped in OSM and that’s why I come here to provide the links of the tasks in maproulette for those who can do this update and leave the telephone numbers in the international standard.
phone number example in brazil.
+55 Area Code Telephone Number
+55 11 123456789
gives space for the area code and the first number if it is 9.
+55 11 9 9123.4567
Link to Tasks on Maproulette by states!
Raphaelmirc Recife/PE. www.umbraosm.com.br UMBRAOSM - União dos Mapeadores Brasileiro do Openstreetmap
3
Klawisz F12 lub wybranie z paska skrótów ikony otwiera okno konfiguracji programu. Warto poświęcić chwilę na dostosowanie zachowania programu tak, by łatwiej było edytować. Na początku polecam włączyć tryb ekspercki JOSM-a, da nam to możliwość dostosowania aplikacji do naszych preferencji oraz włączy kilka niezbędnych funkcji, w tym możliwość zablokowania wysyłania zmian na serwer wybranej warstwy, co będzie pomocne, jeśli chcemy poćwiczyć na „sucho”.
W tym miejscu omawiam wyłacznie najważniejsze i najbardziej przydatne moim zdaniem ustawienia, ten krótki przewodnik nie wyczerpuje możliwości programu, a jedynie ma za zadanie ułatwić edycję dla wszytkich, którzy zaczynają swoją przygodę z JOSM.
Serwer OSM - Autoryzacja konto
Przed dokonaniem pierwszych edycji na mapie koniecznie trzeba autoryzować JOSM, tak by można było zapisać naszą pracę na serwerze OpenStreetMap. Okno OSM Server pozwala nam na konfigurację połączenia z serwerem. Autorzy programu rekomendują korzystanie z protokołu OAuth w celu dokonania uwierzytelnienia. Po jednorazowym podaniu hasła, w celu uzyskania klucza dostępu, proces będzie dokonywany automatycznie przy każdorazowym uruchomieniu programu.
Odwzorowanie kartograficzne
W celu prawidłowej kalibracji podkładu warto sprawdzić, w jakim układzie będziemy pracować. Dla Polski domyślnym odwzorowaniem jest PUWG o kodzie: EPSG:2180, jego stosowanie pozwala na poprawną kalibrację podkładów udostępnianych przez Główny Urząd Geodezji i Kartografii.
Style rysownia
Grupa ustawień pozwalających zmienić sposób , w jaki JOSM wyświetla dane w oknie edycji, w tym wypadku wiele zalezy od preferencji użytkownika oraz obiektów, na jakich się skupia. Dla mnie sprawdzają się następujące:
- Kaart Style - Styl opracowany przez zespół edytorów Kaart-a wizualizujący atrybuty przez zastosowanie wielu kolorów. Dostępny na GitHubie pod adresem: https://github.com/KaartGroup/Kaart-Styles
- fixme and note - Obiekty oznaczone fixme lub note są bardziej widoczne
مجموعه چاپ و تبلیغات ایده برتر واقع در خیابان آبکوه . نبش آبکوه ۵ ساختمان سعدآباد طبقه اول واحد ۱۰۱
Hallo liebe Kartler, gestern bin ich beigetreten und schon süchtig. Es macht einfach riesig Spaß die vertraute Umgebung in eine akkurate Karte umzusetzen. Was jedoch ein wenig enttäuschend ist, dass selbst die ersten Änderungen, die ich gestern früh eingepflegt habe noch nicht in der öffentlichen Karte erscheinen. Ist das normal? Werden die Änderungen von Neulingen immer erst überprüft? Kann es einen anderen Grund geben? HG der Wolberdinger
Lieve collega’s
Ik ben bezig als vrijwilliger bij een wijkvereniging en we willen de begaanbaarheid van stoepen in kaart brengen en deze verbeteren en met name de uitdagingen voor rolstoelers. Ik zie dat de discussie voornamelijk gaat over technische zaken. Daarom hier een stukje noodzaak vanuit de bewoner die de uiteindelijke gebruiker is van een kaart. https://github.com/Tauvic/BuurtKaart/wi … en-trappen
Begaanbare paden zijn belangrijk. Bewegen en buiten lopen is goed voor de gezondheid en bevorderd het leggen en onderhouden van sociale contacten. In een ideale omgeving zijn er voldoende goede voetpaden en kunnen alle voetgangers zowel jong en oud, met of zonder rollator / rolstoel / of visuele beperking overal makkelijk en veilig komen. In de praktijk is dit niet overal zo.
Wat kunnen we hier aan doen en hoe gaat dat de mensen helpen:
- Inventariseren van de situatie (vaststellen)
- De situatie op de kaart zetten zodat iedereen op de hoogte is (delen)
- De situatie verbeteren waar mogelijk (actie ondernemen)
- De meest geschikte route gebruiken: Routeplanner (profiel: fietser, wandelaar, rolstoel, veiligheid)
Met OpenStreetMap hopen we een platform gevonden te hebben waarmee we kunnen samenwerken. Een platform dat help om de mobiliteit voor iedereen te bevorderen door het leveren van relevante informatie over de beschikbaarheid van begaanbare voetpaden.
Ik heb het hier nog niet over de invullen. Ik stel alleen de vraag:
Ziet OpenStreetMap een rol voor zich in het beschikbaar stellen van informatie over goed begaanbare voetpaden?
Discussie: https://forum.openstreetmap.org/viewtopic.php?id=60195
I travelled to Eaton Socon to visit a shop and decided the have have a short walk. I found a bench and stopped to eat a banana and take a drink. It was only 2c. Luckily the air was fairly still otherwise may not have smelt gas, I asked a passerby if she could confirm it but she said she couldn’t. Several hours later i compared what I had seen on may walk to OSM and remembered the gas smell and Goggled “ gas smell” and the suggested action. I rang the number and explained what I had noticed. Thirty minutes later an engineer rang to ask for first hand description and location, I gave him the details, using OSM to remind me of what was around, I asked if he would let me know the result he he did find a problem. An hour later he called again and confirmed there was a leak and it seemed to be from the gas main under road and would probably be a major disruptive problem to fix.
osm.org/?mlat=52.21025&mlon=-0.28966#map=19/52.21025/-0.28966&layers=N