Search found 49 matches

by bocajo
Mon Mar 10, 2025 8:00 am
Forum: PTV xLocateServer / Developer: Geocoding and Places
Topic: Geocoding of post office boxes (Postfach)
Replies: 1
Views: 92316

Re: Geocoding of post office boxes (Postfach)

The geocoder can only geocode them correctly if the data provider specifies the postcode with the coordinates of the postboxes. The quality can vary from country to country.
by bocajo
Wed Mar 05, 2025 2:13 pm
Forum: Vector Maps API
Topic: Translations for map overlay data
Replies: 1
Views: 321039

Re: Translations for map overlay data

For vector rendering there is currentlys only the structured_description in English.
by bocajo
Mon Dec 16, 2024 2:35 pm
Forum: PTV xLocateServer / Developer: Geocoding and Places
Topic: Field Matchings xLocate1 to xLocate2 / Dev
Replies: 1
Views: 66827

Re: Field Matchings xLocate1 to xLocate2 / Dev

Geocoding API is more or less the same as for xLocate 2. You can find the "Geocoding & Places API Reference" here:
https://developer.myptv.com/en/document ... sByAddress
by bocajo
Fri Jul 26, 2024 2:10 pm
Forum: PTV xLocateServer / Developer: Geocoding and Places
Topic: Comparison PTV Geocoding & Places HERE versus OSM
Replies: 1
Views: 67076

Re: Comparison PTV Geocoding & Places HERE versus OSM

The current OSM Geocoding API implementation can mainly be used for interactive geocoding by the user.

After a batch geocoding process, some addresses my remain that need to geocoded manually.

In such cases, OSM can be used as a second data source which can resolve some addresses that PTV ...
by bocajo
Tue Feb 27, 2024 10:20 am
Forum: PTV xLocateServer / Developer: Geocoding and Places
Topic: Comparison of xLocate 2 and PTV Developer Geocoding API
Replies: 1
Views: 66949

Re: Comparison of xLocate 2 and PTV Developer Geocoding API

Hi Bernd
Nice overview, here are some additions.

The suggestion search is available for both multfield and singlefield input but you need to combine it with the geocoding request. The idea with the suggestion search is that you need fewer geocoding requests and a suggestion search is much cheaper ...
by bocajo
Tue Feb 27, 2024 9:50 am
Forum: PTV xLocateServer / Developer: Geocoding and Places
Topic: Possible to reduce the minimimum length requirements for postcodes?
Replies: 10
Views: 129731

Re: Possible to reduce the minimimum length requirements for postcodes?

The result list of the xL1 depends on the number of addresses found. If you add the parameter <FrequencyFiltering Value="0" Type="bool"/> in the native-default.xml then you will get results for Country=DK and postCode=1.
An astrisk search is not implemented for the xL2 multifield search. But the ...
by bocajo
Mon Feb 26, 2024 2:39 pm
Forum: PTV xLocateServer / Developer: Geocoding and Places
Topic: Possible to reduce the minimimum length requirements for postcodes?
Replies: 10
Views: 129731

Re: Possible to reduce the minimimum length requirements for postcodes?

Which xLocate version and map version are you using? It would also be helpful to know wether you are using single field or multi field search.
by bocajo
Thu Feb 01, 2024 9:30 am
Forum: PTV xLocateServer / Developer: Geocoding and Places
Topic: xLocate - Ergebnis verbessern
Replies: 11
Views: 157344

Re: xLocate - Ergebnis verbessern

Unfortunately such a parameter does not yet exists for xLocate 2. This must be prioritised by the Product Management but was not rated highly enough.
by bocajo
Mon Jan 08, 2024 1:46 pm
Forum: PTV xLocateServer / Developer: Geocoding and Places
Topic: xLocate-V2 - Find coordinates of Crossing
Replies: 2
Views: 70278

Re: xLocate-V2 - Find coordinates of Crossing

The feature searching for crossings/intersections has yet not been implemented for xLocate 2.
by bocajo
Thu Jul 13, 2023 9:09 am
Forum: PTV xLocateServer / Developer: Geocoding and Places
Topic: Understanding scores xlocate 1 vs xlocate 2/Developer
Replies: 1
Views: 38113

Re: Understanding scores xlocate 1 vs xlocate 2/Developer

The total score is mainly used to sort the result list. This applies to both xLocate 1 as for xLocate 2. As Bernd said, the score calculation of xLocate 2 and xLocate 1 differs. There is a technical concept of how the score calculation of xLocate 2 works .

I recommend not only using the total score ...
by bocajo
Tue Jul 05, 2022 4:09 pm
Forum: PTV xLocateServer / Developer: Geocoding and Places
Topic: xLocate 1 : interest of "PHONETIC" search in French
Replies: 1
Views: 11091

Re: xLocate 1 : interest of "PHONETIC" search in French

Both approaches have there advantages and disadvantages. The phonetic is not so powerful when two letters are swaped and works only for certain languages like english, french and german. Fuzzy works for all languages and two typos but the first two letters assumes as correct.
E.g. xL1 doesn't ...
by bocajo
Tue Sep 21, 2021 7:34 am
Forum: PTV xLocateServer / Developer: Geocoding and Places
Topic: Geocoding in Map&Guide differs from xLocate 2
Replies: 3
Views: 16307

Re: Geocoding in Map&Guide differs from xLocate 2

For this approach I would recommend the single field search of xLocate 2 (SearchByTextRequest). When using this you can enter e.g. "Dresden 0" and all postal codes starting with 0 of Dresden are listed.
by bocajo
Wed Jan 22, 2020 11:45 am
Forum: PTV xLocateServer / Developer: Geocoding and Places
Topic: xLocate2 – single field : filter by country
Replies: 3
Views: 7955

Re: xLocate2 – single field : filter by country

Hi Leo
This will be a new feature of the xServer 2.17 which is currently planed for end of February. Then it is possible to restrict the single field search on spezific countries. In your case the request could look like this:
{
"$type": "SearchByTextRequest",
"text": "1100",
"searchOptions ...
by bocajo
Mon Dec 16, 2019 11:48 am
Forum: PTV xLocateServer / Developer: Geocoding and Places
Topic: xServer2: Localization of streets
Replies: 3
Views: 8151

Re: xServer2: Localization of streets

Hi Daniel

This is absolutly correct. Currently the reference point of a street segment is the lowest house number in most cases the number 1 ;) If this should be changed we have to discuss this with the Product Management.

Best regards
by bocajo
Wed Dec 11, 2019 3:10 pm
Forum: PTV xLocateServer / Developer: Geocoding and Places
Topic: Receiving better results using SearchByTextRequest XLocate2
Replies: 3
Views: 9234

Re: Receiving better results using SearchByTextRequest XLoca

The xLocate stops searching for streets if all input words can be found as city or district. So Bahnhofstraße finds the 3 results exact and Bahnhofstr finds them as asterisk search. If you searching for Bahnofstraße it is find by fuzzy search.

xLocate is based on the assumption that the first input ...
by bocajo
Fri Dec 06, 2019 7:58 am
Forum: PTV xLocateServer / Developer: Geocoding and Places
Topic: Receiving better results using SearchByTextRequest XLocate2
Replies: 3
Views: 9234

Re: Receiving better results using SearchByTextRequest XLoca

The algorithm of xLocate2 works completly different from xLocate1. For the xLocate2 the input order doesn't matter and also special characters.
But it sounds that you sometimes don't get the correct results? If this is the case, can you please send as an example?
by bocajo
Wed Nov 13, 2019 8:53 am
Forum: PTV xLocateServer / Developer: Geocoding and Places
Topic: Map data for Geocoding
Replies: 2
Views: 6006

Re: Map data for Geocoding

We did some improvements regarding country and city input but you have to wait for xServer 2.15 which will be released in the next days. If you have not updated the index since your 2.11 installation I also recommend to update it.
On our xServer-Internet test environment you can see and test in ...
by bocajo
Thu Feb 14, 2019 9:19 am
Forum: PTV xLocateServer / Developer: Geocoding and Places
Topic: Search for house number ranges? Possible? How?
Replies: 1
Views: 5481

Re: Search for house number ranges? Possible? How?

Hi Bernd

I think it could be possible to return the housenumber range of a street section if the input range (19-21) is the same as in the data (19-21). But what is expceted if the input range (19-21) is just ein part of the data range (15-29) or is in two ranges (15-19, 21-29)?
In the xLocate 2 we ...