Enable Yandex.Maps as default image tile provider

As Google Maps don't work anymore.
This commit is contained in:
leha-bot 2019-01-29 05:06:23 +03:00 committed by Alex
parent 96debfe3dc
commit e1615def1b
1 changed files with 1 additions and 1 deletions

View File

@ -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")