Implement and use factory pattern for TileProvider instantiation

This commit is contained in:
Erik Broberg
2016-06-29 13:47:11 -04:00
parent 5896d7eb71
commit 1d856151ed
10 changed files with 232 additions and 26 deletions
+2
View File
@@ -41,10 +41,12 @@ return {
Textures = {
ColorTextures = {
{
Type = "Temporal",
Name = "Temporal VIIRS SNPP",
FilePath = "map_service_configs/Temporal_VIIRS_SNPP_CorrectedReflectance_TrueColor.xml",
},
{
Type = "Temporal",
Name = "Temporal MODIS Aqua CorrectedRecflectance TrueColor",
FilePath = "map_service_configs/Temporal_MODIS_Aqua_CorrectedReflectance_TrueColor.xml",
},