From 5dd97079d7ad2ab7b2cf72b8e58e2c67f8999ca1 Mon Sep 17 00:00:00 2001 From: hpinkos Date: Tue, 31 Jul 2018 13:42:12 -0400 Subject: [PATCH] typo --- Source/Core/GoogleEarthEnterpriseTerrainProvider.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/GoogleEarthEnterpriseTerrainProvider.js b/Source/Core/GoogleEarthEnterpriseTerrainProvider.js index ddee7efb177f..fe0b0c415eeb 100644 --- a/Source/Core/GoogleEarthEnterpriseTerrainProvider.js +++ b/Source/Core/GoogleEarthEnterpriseTerrainProvider.js @@ -389,7 +389,7 @@ define([ // We have a tile, check to see if no ancestors have terrain or that we know for sure it doesn't if (!info.ancestorHasTerrain) { // We haven't reached a level with terrain, so return the ellipsoid - return when.resovle(new HeightmapTerrainData({ + return when.resolve(new HeightmapTerrainData({ buffer : new Uint8Array(16 * 16), width : 16, height : 16