On 9/21/19, 80hnhtv4a...@bk.ru <80hnhtv4a...@bk.ru> wrote:
> yes the iD
>
> if i put in the route no. in the name space, the wiki's say that is wrong or
> the route no is optional.

Do you mean, in the name field of the highway=bus_stop node?

The name of a highway=bus_stop should be the name of the bus stop, not
the route number of the bus line that stops there.

Use a route relation with type=route, route=bus to add the route number:
https://wiki.openstreetmap.org/wiki/Tag:route%3Dbus

This is done because some bus stops are used by more than one route.

However, you can also use a different tag to add the reference number
of the route on the highway=bus_stop object. There is a tag
route_ref=* which is pretty common, though it's not yet been
documented on the wiki:

https://taginfo.openstreetmap.org/keys/route_ref

So if you have a bus stop and the sign says "bus stop number 1234" and
it's for bus route A1, you could tag this way:

highway=bus_stop
ref=1234
route_ref=A1

But ideally you might also make a type=route + route=bus relation too,
because most database users are not going to know about route_ref

- Joseph Eisenberg

_______________________________________________
talk mailing list
talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk

Reply via email to