mirror of https://github.com/procxx/kepka.git
Enable Yandex.Maps as default image tile provider
As Google Maps don't work anymore.
This commit is contained in:
parent
96debfe3dc
commit
e1615def1b
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue