Marcos Dione's Comments
| Post | When | Comment |
|---|---|---|
| ATV trails | is max_width related to the max road width or max vehicle width? Wouldn’t it be better if this was united into the width, which I usually use (the very few times I used it) to mark the more narrow width of the section of the road? |
|
| Arabic | Ok, but on which application or site? OSM provides all the necessary data, but its up the the app or site to use it to show the right text. |
|
| Mapping neighborhood common areas | Edit the current polygon if you’re sure that your version is (more) correct. The polygon-and-point is usually used on big areas like tows and cities to mark the ‘neuralgic’ center of the area, typically around the local government’s building/’old town’. See for instance osm.org/relation/76337 . |
|
| Bannau Brycheiniog '23 | You will have to tell us what dupes you spot, because I can’t find any, really. Also, I can help you deleting them yourself if you want to learn how. |
|
| Postman of Fractal Lane | If you added them recently, OM only updates map data once a month. OsmAnd does too, but if you enable OSM integration, and you edit often enough (the number escapes me), you getbdaily updates. They’re limited, but enough for this kind of things. |
|
| Postman of Fractal Lane |
I wonder what do you use. Osmand tells me a pharmacy not far from here is open until 19h. Organic Maps show today’s and all open hours, but only after I push up the info tab.
You just did? Here:
|
|
| First day | Hi Russel. There are many ways to contribute. I’ll show you some:
Welcome to the map! |
|
| signed up | Things you can do:
|
|
| OSM Revival | Want more? Need more? Here! https://en.osm.town/@SmallTownUSA (Thanks for helping! :) |
|
| A Nice Mapping Trip | Bummer, I was in Antibes too this weekend! And thanks for the EV charging points! |
|
| Popular tags around us | damn, I can’t edit or delete the previous comments? |
|
| Popular tags around us | I gave it a cleanup and commented it a little: ``` from collections import defaultdict from lxml import etree from pprint import pprint import sys tag_count: dict[(str, int)] = defaultdict(int) # default value is int() == 0 with open(sys.argv[1], encoding=”utf-8”) as fp: tree = etree.parse(fp) # NOTE: this loads the whole XML in memory, so make sure you use a small extract root = tree.getroot() root is a node# child is a , or node # grandchild is , or node for child in root: for grandchild in child: # only process tags if grandchild.tag == 'tag': # decomment this line and comment the next one for counting tag+values # mstring = f"{grandchild.attrib['k']}:{grandchild.attrib['v']}" mstring = grandchild.attrib['k'] tag_count[mstring] = tag_count[mstring] + 1 pprint(tag_count) ``` I added a few shortcuts, like |
|
| Popular tags around us | I gave it a cleanup and commented it a little: ``` from collections import defaultdict from lxml import etree from pprint import pprint import sys tag_count: dict[(str, int)] = defaultdict(int) # default value is int() == 0 with open(sys.argv[1], encoding=”utf-8”) as fp: tree = etree.parse(fp) # NOTE: this loads the whole XML in memory, so make sure you use a small extract root = tree.getroot()
I added a few shortcuts, like |
|
| Check if POI website is active | I don’t understand that last line:
That would mark sites with (auth) errors as up-to-date? The results can also be misleading. Old sites could have been bought by a DNS provider, which they usually have a selling page for which you get a 200 or one of the 300s. The tool that @bryceco mentions seems more accurate. It can also be done with bash, and maybe |
|
| Popular tags around us | Maybe also exclude |
|
| Create perfect bike route using BRouter and Strava heatmaps | One question, though. The other day I went hiking to Mont Puget and at the top I met two MB’ers. They used this route to descend (so I did): Is there any router that’s going to tell them that there is a completely impassable section in the middle? The guys had to dismount and take like 30m to descend with their bikes in a vertical position because it was not even much safe to do it with their bike on the shoulder (also, they were e-bikes, so they probably weight too much for that anyway). Also, is there anything we could improve in the tagging to make a bike router completely ignore this section? |
|
| Create perfect bike route using BRouter and Strava heatmaps | Very cool, including all the tips and pitfalls :) |
|
| Carega - Piccole Dolomiti | Ciao. Mi dispiacce, ma posso lire l’italiano megliore che posso escribirlo. It’s strange that many have names. I can’t find a definition of ‘vajo’ (not even sure how to pronounce it, since Italian lacks the J letter? :) or ‘boale’, but ‘canalino’ suggests the names refer to water ways. I would leave them as they are, maybe tag them all as intermittent. |
|
| Why what seriously | Did you think about adding your address? Once you’re registered, it’s just a few clicks away. |
|
| OCD and Mapping |
not even the post code. |