Fix error introduced in the Lua function codegen update that accidentally changed some function names

This commit is contained in:
Alexander Bock
2022-03-29 17:31:48 +02:00
parent 49e15f55a0
commit acfb5d76ef
7 changed files with 15 additions and 9 deletions
@@ -716,7 +716,7 @@ scripting::LuaLibrary GlobeBrowsingModule::luaLibrary() const {
codegen::lua::GetGeoPositionForCamera,
codegen::lua::LoadWMSCapabilities,
codegen::lua::RemoveWMSServer,
codegen::lua::Capabilities
codegen::lua::CapabilitiesWMS
};
res.scripts = {
absPath("${MODULE_GLOBEBROWSING}/scripts/layer_support.lua")