From 72d5233a597ea3ff132261d7897313ffdddec3f9 Mon Sep 17 00:00:00 2001
From: leha-bot <leha-bot@users.noreply.github.com>
Date: Mon, 31 Dec 2018 04:43:13 +0300
Subject: [PATCH] Document maps feature and how to enable it

[ci skip]
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 9c1e07ddd..3c6d119b0 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@ This is the complete source code and the build instructions for the Kepka's alph
 * Ability to toggle "typographical" replaces (like replace << to « and another);
 * Packages for Fedora and Arch Linux (packages for Debian and Ubuntu will be done soon);
 * UI based on 1.1.21 before UI "mobilization" which degrades UX (e.g. group settings will be accessible from 5 clicks);
+* Optional Yandex.Maps static API for geolocation preview (should be enabled at CMake configure time via `-DKEPKA_OPTION_USE_YANDEX_MAPS=ON` parameter);
 * More features soon (see our [milestones](https://github.com/procxx/kepka/projects))!
 
 ## Build instructions