I need to map a U-turn, like the one in the picture: This is a residential highway, in Bogota, Colombia, where "Calle"s go from east to west, and "Carrera"s go from north to south. I need to put the name to this U-turn, because a Residential highway should have a name, otherwise this will be considered as an error. However, this particular U-turn actually goes from east to west, and I am not sure if I should put the name of the Carrera for the U-turn, even if this goes against the definition of Carrera that go from north to south. In fact, I need to put a name because Residential highway should have one. However, I do not know which one to put. Also, I will not have that problem if residential_link would exist. asked 24 Aug '21, 05:20 AngocA |
3 Answers:
Whatever is telling you that is wrong. There is no rule that a residential highway has to have a name. answered 24 Aug '21, 09:15 Richard ♦ |
If this stretch of road is primarily a junction to turn into/from the building access to the west I would leave it as it is, i.e. as a If it is primarily a u turn opportunity you can chose to promote it to answered 24 Aug '21, 11:56 TZorn |
Routing seems to work Ok. See link in comment. Maybe a name on the service road to the west would help with the route instructions. For example do a uturn at name of side road. answered 24 Aug '21, 12:04 andy mackey edited 24 Aug '21, 16:35 For some reason my link didn't work https://www.openstreetmap.org/directions?engine=graphhopper_car&route=4.7178%2C-74.0497%3B4.7178%2C-74.0498#map=19/4.71795/-74.04973 (24 Aug '21, 16:33) andy mackey |
Yes, "warning"s are warnings only, not an "error". Add
noname=yes
for this, to satisfy the validators too.Please don't add
noname=yes
or any other tags just to satisfy a validation tool. If you are unsure what the name is then just leavename
blank. "noname=yes` should only be added if it is clear there is no name.I intentionally worded that after a comma with a "too" to avoid your "just to" comment. It seems obvious OP is troubled by the knowledge that this road has no name. If this is known, this could be added readily to avoid bothering the next uploader. I have already made it clear to be cautious against validators in the opening.