mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-26 14:08:53 -05:00
Fix error introduced in the Lua function codegen update that accidentally changed some function names
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -437,7 +437,7 @@ getLocalPositionFromGeo(std::string globeIdentifier, double latitude, double lon
|
||||
* can be used in the 'FilePath' argument for a call to the 'addLayer' function to add the
|
||||
* value to a globe.
|
||||
*/
|
||||
[[codegen::luawrap]] std::vector<ghoul::Dictionary> capabilities(std::string name) {
|
||||
[[codegen::luawrap]] std::vector<ghoul::Dictionary> capabilitiesWMS(std::string name) {
|
||||
using namespace openspace;
|
||||
using namespace globebrowsing;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user