diff --git a/src/plugin.js b/src/plugin.js index 0a469da9..e626822a 100644 --- a/src/plugin.js +++ b/src/plugin.js @@ -73,7 +73,7 @@ const getInternalProjectionName = function(projection) { } if ((/equirectangular/i).test(projection)) { - return '360_CUBE'; + return '360'; } for (let i = 0; i < validProjections.length; i++) {