Skip to content

Commit

Permalink
fix: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
EllaMartirosyan committed May 2, 2022
1 parent 2c03fed commit 44c6a9b
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,6 @@ const ArcGisProvider = new ArcGISTiledElevationTerrainProvider({
'https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer',
});

const CTBDProvider = new CesiumTerrainProvider({
url: new Resource({
url: 'http://localhost:3000',
}),
});

const terrainProviderListQmesh = [
{
id: 'NONE',
Expand All @@ -113,10 +107,6 @@ const terrainProviderListQmesh = [
id: 'Arc Gis Terrain Provider',
value: ArcGisProvider,
},
{
id: 'CTBD Terrain Provider',
value: CTBDProvider,
},
];

interface ITerrainProviderItem {
Expand Down

0 comments on commit 44c6a9b

Please sign in to comment.