Search found 44 matches
- 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: 2057
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 Geocoder h...
- 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: 2287
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 co...
- 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: 4865
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...
- 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: 4865
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.
- Thu Feb 01, 2024 9:30 am
- Forum: PTV xLocateServer / Developer: Geocoding and Places
- Topic: xLocate - Ergebnis verbessern
- Replies: 11
- Views: 25816
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.
- Mon Jan 08, 2024 1:46 pm
- Forum: PTV xLocateServer / Developer: Geocoding and Places
- Topic: xLocate-V2 - Find coordinates of Crossing
- Replies: 2
- Views: 3178
Re: xLocate-V2 - Find coordinates of Crossing
The feature searching for crossings/intersections has yet not been implemented for xLocate 2.
- 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: 6352
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 ...
- 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: 8285
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 return...
- 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: 12640
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.
- Wed Jan 22, 2020 11:45 am
- Forum: PTV xLocateServer / Developer: Geocoding and Places
- Topic: xLocate2 – single field : filter by country
- Replies: 3
- Views: 5140
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": &...