Famlam

Results 38 issues of Famlam

This proposed change should fix #326 I believe?

New attempt based on feedback in #1521 (new PR as it's mostly a rewrite; keeps things clean :) ) Fixes #1499 - Check for potential driveway/drive-through mix-ups. 1. Start from...

This patch removes the test in Osmose as part of #1533 Prior to applying, the updated JOSM rules should be imported in Osmose and in the ideal case, the parsing...

Discovered this while working on the drive-through check: item 1210, class 2 says: https://github.com/osm-fr/osmose-backend/blob/c6c0e8a4598495c3b21c308081dbda92be0d1717/analysers/analyser_osmosis_highway_deadend.py#L230-L231 However, the check only looks for `level < 3` ways https://github.com/osm-fr/osmose-backend/blob/c6c0e8a4598495c3b21c308081dbda92be0d1717/analysers/analyser_osmosis_highway_deadend.py#L50 while `tertiary` roads are `level...

The [JOSM numeric mapcss rules](https://josm.openstreetmap.de/browser/josm/trunk/resources/data/validator/numeric.mapcss) contain ``` way[maxspeed][maxspeed !~ /^(signals|none|unposted|variable|walk|[1-9][0-9]*( [a-z]+)?|[A-Z][A-Z]:(urban|rural|living_street|motorway))$/], way[maxspeed:forward][maxspeed:forward !~ /^(signals|none|unposted|variable|walk|[1-9][0-9]*( [a-z]+)?|[A-Z][A-Z]:(urban|rural|living_street|motorway))$/], way[maxspeed:backward][maxspeed:backward !~ /^(signals|none|unposted|variable|walk|[1-9][0-9]*( [a-z]+)?|[A-Z][A-Z]:(urban|rural|living_street|motorway))$/] { throwWarning: tr("unusual value of {0}: {1} is default; only positive...

bug

Item 1210 Class 2 [analyser_osmosis_highway_deadend.py](https://github.com/osm-fr/osmose-backend/blob/master/analysers/analyser_osmosis_highway_deadend.py) Some false positives: - http://osmose.openstreetmap.fr/nl/issue/ec838341-9afb-5724-feab-2ec451326e09 (but [way 7279505](https://www.openstreetmap.org/way/7279505) is clearly connected to ways [7279504](https://www.openstreetmap.org/way/7279504) and [929258603](https://www.openstreetmap.org/way/929258603)) - https://osmose.openstreetmap.fr/nl/issue/97993de7-469a-862c-fec2-a8157552a142 (but [way 504773533](https://www.openstreetmap.org/way/504773533) is clearly connected to...

question

I today discovered someone in my area mixed up driveway and drive-through. Given that many people use the presets, it's not that difficult to do so (both start with drive*),...

enhancement
If you want it. Do it.

Per https://github.com/osm-fr/osmose-backend/pull/1470#issuecomment-1156929246 TagInfo has a method to obtain all existing keys with wiki pages: https://taginfo.openstreetmap.org/taginfo/apidoc#api_4_keys_wiki_pages We could use this (rather than statistics and manual whitelisting) to find misspelled keys in...

enhancement

Item 5010 Class 803 https://github.com/osm-fr/osmose-backend/blob/master/plugins/Name_UpperCase.py Example: - [error](https://osmose.openstreetmap.fr/en/issue/21256ea0-c863-9236-b486-0ef34d229685) - [node](https://www.openstreetmap.org/node/5086281758) - `name = "ICI PARIS XL"` - name suggestion index [suggests](https://nsi.guide/index.html?t=brands&k=shop&v=perfumery&tt=ICI%20paris%20xl) `name=ICI PARIS XL` According to the Name Suggestion Index,...

Item 1210 class 1 https://github.com/osm-fr/osmose-backend/blob/master/analysers/analyser_osmosis_highway_deadend.py In a construction area, it is not uncommon for (cycle)ways to be partially constructed and partially under construction. I would propose to exclude highways that...

enhancement