mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
added more scale objects and helper file (#2605)
* added more scale objects and helper file * Update file identifiers * reworked scale models with node support script * using url sync for models that need to be updated --------- Co-authored-by: Alexander Bock <mail@alexanderbock.eu>
This commit is contained in:
@@ -705,10 +705,11 @@ scripting::LuaLibrary GlobeBrowsingModule::luaLibrary() const {
|
||||
codegen::lua::CapabilitiesWMS,
|
||||
codegen::lua::AddGeoJson,
|
||||
codegen::lua::DeleteGeoJson,
|
||||
codegen::lua::AddGeoJsonFromFile
|
||||
codegen::lua::AddGeoJsonFromFile,
|
||||
},
|
||||
.scripts = {
|
||||
absPath("${MODULE_GLOBEBROWSING}/scripts/layer_support.lua")
|
||||
absPath("${MODULE_GLOBEBROWSING}/scripts/layer_support.lua"),
|
||||
absPath("${MODULE_GLOBEBROWSING}/scripts/node_support.lua")
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user