TAS:Pokročilé/Pluginy/SolverTech.Tasha.PlugIns.Geocoding.Ruian/en: Porovnání verzí

Z Solvertech
Skočit na navigaci Skočit na vyhledávání
(založena nová stránka s textem „'''Important:''' Avoid having any names in the address or notes like "it's in Bohemia" and so on. Including such notes in the address field leads to bad results, as the algorithm thinks it is part of the search path.“)
(Stránka aktualizována, aby odpovídala nové verzi zdrojové stránky)
značka: ruční vrácení zpět
 
Řádek 14: Řádek 14:
<br />
<br />


<!--T:8-->
 
'''Příklad configu:'''
'''Config example:'''




<!--T:9-->
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<SolverTechTashaPlugInsGeocodingRuianSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SolverTechTashaPlugInsGeocodingRuianSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
Řádek 29: Řádek 28:




<!--T:10-->
Just add a username and password to the config, nothing else needs to be set.
Do configu stačí přidat jen uživatelské jméno a heslo, nic dalšího není třeba nastavovat.

Aktuální verze z 31. 3. 2023, 16:34

Jiné jazyky:

Geocoding module

The module assigns GPS coordinates based on a correctly entered postal address.

Correct form of address: Street number/description number/number orientation letter orientation, postal code City - Part of the city

Example: Sportovní 913/52a, 74221 Kopřivnice

Note: Not all data need to be filled in. Geocoding can tolerate typos etc. It is important to have a comma between the street number and the postal code. This is very important for correct geocoding of inaccurately entered addresses.

Important: Avoid having any names in the address or notes like "it's in Bohemia" and so on. Including such notes in the address field leads to bad results, as the algorithm thinks it is part of the search path.



Config example:


<?xml version="1.0" encoding="utf-8"?> <SolverTechTashaPlugInsGeocodingRuianSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

 <TenantId>customers.solvertech.cz</TenantId>
 <ClientId>133d9ecf-4474-4a37-b3b5-98ae947730fe</ClientId>
 <ResourceId>https://server.solvertech.cz/WebService/Geocoding/Ruian/GeocodingService.svc</ResourceId>
 <UserName>uzivatel@customers.solvertech.cz</UserName> 
 <Password>heslo</Password> 

</SolverTechTashaPlugInsGeocodingRuianSettings>


Just add a username and password to the config, nothing else needs to be set.