From 3ff6ecec83536d82a2f374a1f36ad01f2507dfb0 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 bc413736f..5233a82f2 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")