add preprocessor prepared check_site.lua.in file
This commit is contained in:
parent
5c19da474e
commit
755b071805
@ -0,0 +1,8 @@
|
|||||||
|
if need_table('config_mode', nil, false) and need_table('config_mode.geo_location', nil, false) then
|
||||||
|
need_boolean('config_mode.geo_location.show_altitude', false)
|
||||||
|
#ifdef WITHMAP
|
||||||
|
need_string('config_mode.geo_location.olurl', false)
|
||||||
|
need_number('config_mode.geo_location.map_lon', false)
|
||||||
|
need_number('config_mode.geo_location.map_lat', false)
|
||||||
|
#endif
|
||||||
|
end
|
Loading…
Reference in New Issue
Block a user