ltog / osmi-addresses

Calculates the Address view of the OSM Inspector
Boost Software License 1.0
11 stars 4 forks source link

Address nodes with specific numbers show up as having Misformatted house numbers when they shouldn't #113

Open dthgeek opened 6 years ago

dthgeek commented 6 years ago

nodes with addr:housenumber=1000 or any [1-9]000 and nodes addr:housenumber=10000 or any number in the rang of 10001-10009 or 20000-20009 (I haven't check anything higher like 30000-30009) all show up as having Misformatted house numbers even when there's nothing wrong with the addr:housenumber tag

ltog commented 6 years ago

@dthgeek : Thanks for reporting. Do you have an example where the error showed up?

@Nakaner : Have you already deployed https://github.com/ltog/osmi-addresses/pull/112 ? In https://github.com/ltog/osmi-addresses/pull/112#issuecomment-351120123 I also mentioned that there might be problems with large house numbers. Can you look into this?

dthgeek commented 6 years ago

@ltog Here are some examples

addr:housenumbers between 20000-20005

addr:housenumbers 1000 or 2000

dthgeek commented 6 years ago

@ltog are those the types of examples you want or were you looking for something else?

ltog commented 6 years ago

@dthgeek : Yes, I was looking for such examples. Thank you!

Sorry for the delay. Currently I don't do developing work on osmi-addresses. @Nakaner started some work recently, but I don't know about the current status of his involvement.