> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/admin/ru/settings/maps/overcoming-gis-limits.md).

# Преодоление ограничений GIS

{% hint style="info" %}
В этой статье услуги ГИС (или службы географических информационных систем) относятся к сочетанию таких сервисов, как геокодирование, прокладка маршрутов, вычисление расстояний, просмотр улиц и тому подобное.
{% endhint %}

При использовании бесплатных или публичных ГИС-сервисов, таких как ключи Google API или серверы OpenStreetMap, вы можете столкнуться с ограничениями по использованию. Это может привести к тому, что такие сервисы, как геокодирование, построение маршрутов или уличные карты, станут недоступны или будут работать очень медленно. Чтобы избежать этих проблем, мы рекомендуем использовать **Премиум ГИС** пакет Navixy или аналогичный платный ГИС-сервис.

Существует несколько решений для устранения проблемы с лимитами API:

* **Включить пакет Navixy GIS (рекомендуется)**\
  Это самый удобный и недорогой метод. См. [пакеты Navixy GIS](/docs/admin/ru/settings/maps/navixy-gis-packages-compare.md) для получения дополнительной информации.
* **Включить платные сервисы в вашей учетной записи Google Maps**\
  Активация платных подписок для Google Maps APIs или аналогичных платных сервисов увеличивает ваши лимиты использования. Для информации о ценах и условиях пожалуйста обратитесь к сайту Google. В этом случае мы рекомендуем создать два отдельных ключа Google API и ограничить их соответствующим образом. Первый ключ должен разрешать доступ только к Google Maps JavaScript API и Google Street View Image API, в то время как второй ключ должен разрешать доступ только к Google Maps Geocoding API, Google Maps Geolocation API и Google Maps Directions API. Вы можете отслеживать статистику использования в консоли разработчика Google.
* **Установить собственный сервер Nominatim**\
  Для получения дополнительной информации о сервере Nominatim см. [Nominatim](/docs/on-premise/ru/on-premise/how-to-guide/installation/optional-software/nominatim.md).

Если у вас есть какие-либо вопросы по этим решениям, не стесняйтесь обращаться в нашу команду по работе с клиентами.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://navixy.com/docs/admin/ru/settings/maps/overcoming-gis-limits.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
