When did you add that node? If it was later than beginning of last march it's possibly not in up to date maps and you should wait. Mapfactor normally gets OSM-planetfile at the beginning of a month, convert data and updates their maps at the end of that month.
It is possible, but it is not trivial. It is necessary to split ways not only on junctions but also on all road blocks (if they are not on the end of the way) ... actually is the http://www.openstreetmap.org/node/1375730731 meant to block entrance to "Via Settima Villaggio Prealpino (47994454)"? So would it be enough to start with block at the beginning/end of the road? (the one which is closer?) thanks Martin
I think best solution would be to block that part of a road with a barrier in it from the closest junktion to other acceptable roads for the set kind of calculation for routing except the target is between the barrier and that junktion.
OK - I like the proposal. At least for May 2014 conversion we will this way be able to collect "barrier data". I tried it experimentally on andorra_osm (April 2014 data) and +------------+---------+----------------+ | node | tag_key | tag_value | +------------+---------+----------------+ | 52595958 | barrier | gate | | 337775428 | barrier | entrance | | 394847593 | barrier | gate | | 441154305 | barrier | fence | | 690708580 | barrier | border_control | | 1477727207 | barrier | lift_gate | | 1922647452 | barrier | toll_booth | | 2206610569 | barrier | gate | +------------+---------+----------------+
The "border_control" sounds scary and could break routing between two neighbor countries. In this case http://www.openstreetmap.org/node/690708580 is not par of any way ... but there could be others (?!).
Based on http://wiki.openstreetmap.org/wiki/Key:barrier for example "barrier=entrance" should be passable. For May 2014 conversion I would choose probably only original report, i.e. "barrier=block". thanks for comments Martin