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 „'''Example:''' ''Sportovní 913/52a, 74221 Kopřivnice''“)
 
(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.“)
Řádek 14: Řádek 14:
<br />
<br />


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




<!--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 28: Řádek 29:




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

Verze z 30. 8. 2022, 15:18

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.


Příklad configu:


<?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>


Do configu stačí přidat jen uživatelské jméno a heslo, nic dalšího není třeba nastavovat.