From d427822c2e7e89c3c58cf620ec5954759426f274 Mon Sep 17 00:00:00 2001 From: leha-bot 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 77e413d75..52c705b2c 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,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