How do I create a 'T' shaped street using Potlatch? The problem I'm having is that it in order to connect two ways they need to have a common end point. But with a 'T' shaped street, one of the ways has a common central point, which doesn't allow me to join them. A similar problem is also with a street that separates into two streets (with an island) then rejoins. For my cases, see: http://www.openstreetmap.org/?lat=-36.409809&lon=174.728544&zoom=18&layers=M (Crompton Mews) http://www.openstreetmap.org/?lat=-36.433516&lon=174.740083&zoom=18&layers=M (Mera Road) asked 28 Nov '10, 23:41 pattym |
A way is a single line of nodes. This can not be split like a T or Y. It is not possible in any editor as it is not supported by the OSM database. answered 29 Nov '10, 08:50 Gnonthgol ♦ |
No, it can't be done in JOSM. It is not a matter of an editor, it is a matter of the database. Just build the 'T' by two lines which share a common point (not two points on the same place). Do the same for your island problem. Use different ways. That way, the two ways can also be tagged seperatly, e.g. with appropriate "oneway". answered 29 Nov '10, 14:42 DrScott |
If not with Potlatch, can it be done using JOSM?
Please don't post a further question as a new answer to your original question. It is better to do this by a comment. You can convert this answer to a comment by selecting "more". Please do so, maybe some other users will vote down this answer elsewise.