In the same changeset I added tennis court and generic building to the map. Now the changeset was accepted (my guess) because tennis court is visible on the map (in view mode). However, the other building is not (when I go in edit mode, it is there). QUESTION how to make the generic building visible on map? Or is my guess wrong, and could it be changeset was accepted partially? I added generic building because I could not find any more specific type -- it is graduation tower, just in case, it is big pile of wood where water vapors out and people walking by can inhale. Update: here is the permalink (?) -- http://www.openstreetmap.org/?lat=52.88698&lon=18.78375&zoom=17&layers=M and the changeset number is 12788804. asked 22 Aug '12, 13:18 macias |
First of all, not everything is rendered. Because it's not rendered, that doesn't mean it will not be used. It's possible usable for the search field, or maybe for routers (depending on what you added). So don't worry if it isn't rendered. Next to that, buildings are only considered valuable when the outline¹ of the building is drawn, so you can see on the map. "I can't walk on that area, it's a building". I won't say a building tag on a point is wrong, but it is not of big value, so it isn't drawn on the map. Now, if it is more than a building, it might be worth drawing it (I don't know, is it a sports complex? is it a tribune?) but you can search on our wiki, or in the editor for better descriptions than just "building". ¹ to draw the outline of an object, you just draw a way (like you would draw a street) but connect the two ends to each other. You can also have a look at the beginner's guide answered 22 Aug '12, 14:49 Sanderd17 |
You added two nodes with just a building= and a name= tag:
Such combinations are currently not rendered on the default page unless there are any additional POI-related tags (like restaurant, fuel etc.) on these nodes. If you still want these objects to appear on the map, try adding the building outline as a way. This only makes sense if the buildings are large enough, though. Furthermore, according to a translator the value in the name tag says 'cooling towers'. This is not a name, so it doesn't belong into the name tag. There are other tags which you can use instead, like man_made=tower and tower:type=cooling (there is also man_made=cooling_tower but not used widely and undocumented in the wiki). answered 22 Aug '12, 15:02 scai ♦ |
If you look at other areas in OSM, most buildings have the outline drawn as a closed way and are simply tagged building=yes. That would be sufficient to render the building in most cases. There are around 1000 cases of building=tower, too. By the way, apparently the English name for this structure (Tężnie) is a graduation tower. Given the description on the wiki page of the towers and their length at Ciechocinek, a way (ie - line) might also be appropriate instead of an area? Really interesting to learn about this! answered 22 Aug '12, 15:25 neuhausr |
Can you provide a permalink to the area you edited, or a changeset ID so that we can have a look at your edit?
@scai, thank you, I updated the question with both information.