Skip to content

help me to use cesium terrain server #33

@dizzyto

Description

@dizzyto

Hello.

I’m using Cesium js. and i’m planning to use cesium-terrain-server.
Because I have fine DEM of South Korea.

so I installed Go language, and pull git in my server.
I can reach this data in website.
Here is Log

질문 1

and website capture.

질문 2

Terrain data was made by ctb-tiles(Cesium Terrain Builder).
But in Cesiumjs, i failed to load data.

var terrainProvider = new Cesium.CesiumTerrainProvider({
url: 'http://URL:PORT/customTileset/',
});

viewer.scene.terrainProvider = terrainProvider;
It doesn’t even import the layer.json file.
I checked Chrome dev mode in network tab.

I can reach with browser. it means server and ports are fine.
I can even check the file with the browser.

질문 3

But i failed to get data in cesium js.
How can i fix it?

Please help.

Regards.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions