Изменения

Перейти к: навигация, поиск

Map Module

3 байта добавлено, 13:18, 15 декабря 2022
Geocoding
If an office application does not know the coordinates of an address, it sends a request to the MeaSoft geocoder: it sends the city and address and receives the coordinates in response, which are stored in the system cache. So, before sending a request to the geocoder, it first checks to see if there is any data for that address in the cache. If there is, a request to the geocoder is not necessary.
Address simplification is triggered when writing and reading from the cache: before the first comma it is considered to be a street, 5 characters after it is a house number. Use of address simplification is determined by the variable '''References''' > '''Variables''' > '''Connections''' > '''Maps''' > '''Geocoding''' > '''Disable address simplification when geocoding''':
* if simplification is enabled, only a part of the address is written to the cache, not the whole address. The address is also simplified before the search. For example, an address of the form «New York City, 6 Garden Street» и «New York City, 52 Lexington Street» is simplified to «New York City, street». And the system will reduce both addresses to a single point. If you turn on simplification, the accuracy to the house is not guaranteed;
* if address simplification is disabled, the search and cache recording of the address is performed as it is specified, and the time of coordinate determination may increase. If there is at least one character difference, the geocoder needs to be queried again. For example, these addresses will be different: «New York City, 6 Garden Street» и «New York City, Garden Street 6».
268
правок

Навигация