Find non-numeric values mit Overpass ermitteln

Hi,

I found some maxheight-Tags with values 4.0 m (instead of 4.0) or similar and wanted to do an overpass-query to find more of these values, but I’m not very familiar with it. Can anybody support me?

Kind regards
dktue

#.# m are valid values!
https://wiki.openstreetmap.org/wiki/Key:maxheight#Incorrect_values

So, no need to fix that.

But just for answering the question: the query can include ['maxheight'~'[^0-9\.]']

That’s what I’ve come up with: Overpass-Turbo Query

Yellow, orange and red objects have none, default or below_default as value for maxheight.
Other objects are green with the value of maxheight displayed on the map.

However, as @milet already said:

Good point, thanks for hinting me!

That’s a awesome query! Thanks a lot!

1 Like