Conversation
|
Tell me more about this request? Usually we'd insert something like Historic seems pretty wide, we'd probably want to map the values to new kinds? |
|
We have created a style similar to OpenTopoMap which also shows palaces, for example this one: https://www.openstreetmap.org/way/38975518 and we didn't have any possibility to filter these buildings because we cannot find these data into vector-datasource. We don't know how to add this correctly into vector-datasource so we tried this. How can I add this properly into vector-datasource? |
| building_levels: {col: "building:levels"} | ||
| building_min_levels: {col: "building:min_levels"} | ||
| building_material: {col: "building:material"} | ||
| castle_type: {col: castle_type} |
There was a problem hiding this comment.
This would be better to put into a kind_detail value, with an allowlist.
There was a problem hiding this comment.
Yes, sure, I can do it. But I am not sure how. It is a very long time when I was changing it, so I cannot remember how this could be done. Thank you.
| building_material: {col: "building:material"} | ||
| castle_type: {col: castle_type} | ||
| height: {col: height} | ||
| historic: {col: historic} |
There was a problem hiding this comment.
What values are present here in historic? Should they be turned into specific kind values instead?
There was a problem hiding this comment.
Yes, sure, I can do it. But I am not sure how. It is a very long time when I was changing it, so I cannot remember how this could be done. Thank you.
Add historic and castle_type tags