Open christianfosli opened 7 hours ago
Hello! This is actually a feature I was planning on implementing but haven't gotten around to it.
Without thinking about it too deeply, I think your one liner solution works fine (see if it passes tests). If you want to put in a PR I would be happy to look it over. However if not, I can implement it and get it in but no promises on when :)
Hi! Nice library :smile:
I was trying it out to fetch some data about changing rooms (i.e. for changing baby diapers), and for this I need to see tags of nodes. I see currently
Element
inOverpassResponse
only contains tags forWay
, but the actual api response from overpass can include tags forNode
as well.It would be really nice if I access these tags without needing to write my own
OverpassResponse
,Element
andNode
types for deserialization.I believe this should be sufficient for my needs:
Here is an example of a node with tags (for a norwegian restaurant with a changing table available in the toilet):