A related question to this one ... I created a point to represent a cafe. Now, I want to go back and create an area so that I can mark the whole building as housing that cafe. How should I do this, without losing all the details I put into the point (address, internet access, website, etc.)? I tried adding a tag "building=yes" but that didn't immediately allow me to "draw" the building's outline. asked 19 Jun '14, 21:00 borbash aseerel4c26 ♦ |
In Potlatch 2, you can click on the node, then Shift-click, and it will turn the node into a rectangular way with all the tags intact. If you only want to transfer the tags from existing node to existing way and leave the node intact, you could first transfer the tags to another node, then create that into an way, then copy the tags from that way to the existing one. Stepwise:
answered 19 Jun '14, 21:19 neuhausr |
This really depends on the editor you are using, which you don't mention. In JOSM you can copy the tags of any object to a new one (Ctrl+Shift+V), in other editors it may not be possible. I currently don't know of any editor that allows you to "expand" a node in to a way, so typically you will draw a new polygon/area and copy the tags to that, worst case one by one. answered 19 Jun '14, 21:14 SimonPoole ♦ he_the_great 2
I used the iD editor. I find it easy to use, since it runs right in the browser, not as a separate application.
(19 Jun '14, 21:15)
borbash
@borbash: "Easy to use" ... or not. Use JOSM. Your requested operation is sooo easy and clear there.
(20 Jun '14, 00:00)
aseerel4c26 ♦
1
OK @ aseerel4c26 @ SimonPoole I have downloaded JOSM and downloaded OSM data into it for this neighborhood. I have selected the cafe (which is a point and I want to make it an area) and I can see its nine tags when in JOSM I click on the "tag" icon at left. in JOSM How can I make this from a point to an area? In the tag popup there are not only the nine tags for the point, but five things listed above the tags, "Facilities...", "Man Made...", "Annotation..." etc.
(27 Jun '14, 18:57)
borbash
|
not sure what you mean by this "In the tag popup there are not only the nine tags for the point, but five things listed above the tags, "Facilities...", "Man Made...", "Annotation..." etc." But here is how I would do it using JOSM: It is also very helpful to tick Layers and Tags/Memberships under the Windows menu and place these at the right side where you can see them. You can add tags there or from the Presets menu. You add the Bing imagery from the Imagery menu and you will see all the layers you have loaded in the box at the right. answered 27 Jun '14, 20:37 nevw Almost there. I have created the outline of the building but JOSM warns that it is not a closed way (area) but just a Way. How do I close the way? (I did spend time looking for the answer before posting.)
(27 Jun '14, 21:26)
borbash
"Not a closed way" means the end node doesn't quite join the start node. Zoom in a bit and you should be able to see the problem.
(27 Jun '14, 21:43)
SomeoneElse ♦
Try a double-click on the last node to join it to the first node to complete the building. If you zoom in and see 2 nodes close together instead of over each, select both and 'merge selection' from the edit menu. A building has to be a closed polygon - it can not have an open side.
(27 Jun '14, 21:44)
nevw
@borbash: very good! The wiki would tell you what a closed way is. Select the way (and its last node if the last node is a shared node), go into add mode (key A), and then click on the first node.
(28 Jun '14, 01:05)
aseerel4c26 ♦
|