render diameter when a feature is selected#9732
Conversation
|
I really like this idea. We are using diameter on trees a lot in Neukölln to render a more realistic Map like https://strassenraumkarte.osm-berlin.org/?map=micromap#19/52.47378/13.43892 so that will help at lot to get a feel for this value. |
31ed918 to
5155107
Compare
tyrasd
left a comment
There was a problem hiding this comment.
Regarding the concrete styling: I think the red-ish color is a little bit distracting in this context. It reminiscent of the color iD uses for buildings, or could be interpreted as an error even.
What about going with a neutral styling similar to the viewport cones?
g.point .radius,
g.vertex .radius {
fill: #333;
fill-opacity: 0.6;
stroke: #fff;
stroke-width: 0.5px;
stroke-opacity: 0.75;
}
.fill-wireframe .radius {
fill: none;
}0dd5a12 to
18f978f
Compare
|
|
@matkoniecz almost all my PRs will have that label, because editing the CHANGELOG file will create conflicts if a different PR is merged first |
this will show only the first one maybe both can be shown? |
possibly, but the so maybe we should only show 1 tag, and prioritise |
I thought mostly that it would
|
|
conclusion:
that means there could be up to 3 circles rendered for a single tree, there are 13337 nodes with both |


If a node has a tag like
diameterorradius, iD will now render a circle when you select the node.diameter,diameter_crown,hole:diameter,radius,crown_radius, andseamark:anchor_berth:radius.mfor all tags exceptdiameter, where the default unit ismmandseamark:anchor_berth:radiuswhere the unit is defined by a separate tag (seamark:anchor_berth:units)does not exactly fix #9189, but solves the problem with an alternative solution