2018-08-19 15:42:48 +00:00
|
|
|
need_number(in_site({'config_mode', 'geo_location', 'osm', 'center', 'lon'}))
|
|
|
|
need_number(in_site({'config_mode', 'geo_location', 'osm', 'center', 'lat'}))
|
|
|
|
need_number(in_site({'config_mode', 'geo_location', 'osm', 'zoom'}), false)
|
|
|
|
need_string(in_site({'config_mode', 'geo_location', 'osm', 'openlayers_url'}), false)
|
2020-07-05 15:06:59 +00:00
|
|
|
|
|
|
|
if need_table(in_site({'config_mode', 'geo_location', 'osm', 'tile_layer'}), nil, false) then
|
|
|
|
need_one_of(in_site({'config_mode', 'geo_location', 'osm', 'tile_layer', 'type'}), {'XYZ'})
|
|
|
|
need_string(in_site({'config_mode', 'geo_location', 'osm', 'tile_layer', 'url'}))
|
|
|
|
need_string(in_site({'config_mode', 'geo_location', 'osm', 'tile_layer', 'attributions'}))
|
|
|
|
end
|