Problem with Housenumber-Range in Street field

deals with geocoding and reverse geocoding
Post Reply
Howard
Posts: 8
Joined: Thu Aug 04, 2016 9:22 am

Problem with Housenumber-Range in Street field

Post by Howard »

Hi,

we just encountered an issue with an address and I was trying out different settings in the xLocateServer but I wasn't able to get better results.

Code: Select all

country="D" 
postCode="12105 " 
city="Berlin" 
street="Ringstr. 103/106"
This will return hits with completely different postcodes, but with Streets like "Straße 106" and "Straße 103".

If I remove the "/" from the street and replace it with a space, it works fine. "-" also does not work.

It's unfortunate that I cannot use put the house number in the appropriate field, since that would fix everything. :?

Any suggestings?

Regards,

Sven Howard
User avatar
Bernd Welter
Site Admin
Posts: 2564
Joined: Mon Apr 14, 2014 10:28 am
Contact:

Re: Problem with Housenumber-Range in Street field

Post by Bernd Welter »

Hello Sven,
how about this approach? I changed some values in the native profile:
<HNr.RangeSeparators Value="" Type="string"/>
<Intersections.Enable Value="0" Type="bool"/>
<Intersections.Separators Value="\¤ at ¤ @ ¤ ecke ¤" Type="string"/>
Result after the proposal has been applied
Result after the proposal has been applied
Looks good...

Best regards Bernd
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany

Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning... :twisted:
Howard
Posts: 8
Joined: Thu Aug 04, 2016 9:22 am

Re: Problem with Housenumber-Range in Street field

Post by Howard »

That does the trick!

Thanks you very much. :)

Sven Howard
Sven Howard
Wessendorf Software & Consulting GmbH
http://www.wsc.biz
Post Reply