Giter VIP home page Giter VIP logo

Comments (5)

kaktus40 avatar kaktus40 commented on July 25, 2024

Sorry I don't understand

from cesium-geoserverterrainprovider.

hanyingling avatar hanyingling commented on July 25, 2024

@kaktus40 ,
var terrainProvider = new Cesium.GeoserverTerrainProvider({
url: 'http://localhost:8080/geoserver/sf/wms', //wms服务地址
layerName: 'sf:sfdem', //图层
waterMask:true
});
viewer.terrainProvider = terrainProvider;
Can this be achieved? How to import and publish elevation data in geoserver?

from cesium-geoserverterrainprovider.

kaktus40 avatar kaktus40 commented on July 25, 2024

var terrainProvider = new Cesium.GeoserverTerrainProvider({ url : 'http://localhost:8080/geoserver/ows', layerName: 'sf:sfdem', heightMapWidth: 65, maxLevel: 12, waterMask:false, service: "WMS" }); viewer.terrainProvider = terrainProvider;

Little helps to use SRTM (elevation maps) in geoserver

you can download SRTM data at [http://srtm.csi.cgiar.org/](http://srtm.csi.cgiar.org/) or [http://www.viewfinderpanoramas.org/](http://www.viewfinderpanoramas.org/) (90 meters or 3 seconds arc resolution of map is better)
install GDAL tools and python to work with SRTM [http://trac.osgeo.org/gdal/wiki/DownloadingGdalBinaries](http://trac.osgeo.org/gdal/wiki/DownloadingGdalBinaries)
install geoserver image pyramid plugin
generate a pyramid from SRTM data with gdal_retile command from GDAL tools
create a layer from generated pyramid ( a guide is available [here](http://docs.geoserver.org/latest/en/user/tutorials/imagepyramid/imagepyramid.html))

from cesium-geoserverterrainprovider.

hanyingling avatar hanyingling commented on July 25, 2024

@kaktus40 ,Thank you very much for your help, but the current implementation is as follows:
捕获

Is there any good solution?

from cesium-geoserverterrainprovider.

kaktus40 avatar kaktus40 commented on July 25, 2024

Did you check the closed issues? There is a lot talking same problem.

from cesium-geoserverterrainprovider.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.