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:
Micah Acinapura
2023-04-15 17:26:38 -04:00
committed by GitHub
parent 83b6782176
commit 9be88fdea8
15 changed files with 1085 additions and 39 deletions

View File

@@ -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")
}
};
}