From e1615def1bbb771765c496183505443396a6448e Mon Sep 17 00:00:00 2001 From: leha-bot Date: Tue, 29 Jan 2019 05:06:23 +0300 Subject: [PATCH] Enable Yandex.Maps as default image tile provider As Google Maps don't work anymore. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6db14d599..361f56cfb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ endif() ##================================================ ## Build customizations ##================================================ -option(KEPKA_OPTION_USE_YANDEX_MAPS "Use Yandex.Maps static API for locations (instead Google Maps)" OFF) +option(KEPKA_OPTION_USE_YANDEX_MAPS "Use Yandex.Maps static API for locations (instead Google Maps)" ON) if(KEPKA_OPTION_USE_YANDEX_MAPS) add_definitions("-DKEPKA_USE_YANDEX_MAPS")