Frage

I want to find a web 3d gis solution which provides:

  • server software to store and serve terrain and 3d models
  • a plugin to display on browsers
  • javascript api to interact with the plugin
  • deploy on intranet (server and clients do not have to connect to internet)

It seems that Google Earth Enterprise provides those features. I heard that the license was very expensive. I want to confirm that but when I contact their sales, the reply is not from a human...

War es hilfreich?

Lösung

Maybe this is what your looking for: http://www.agency9.com/products/3dmaps-2/ I havn't tried it my self so I can't really recommend it but i think it fullfills your demands.

Andere Tipps

You may use cesiumjs for client js 3d webgl globe. You may use geoserver for server side. It is all free and open source

You can try ArcGIS. The version 10.4 and 4.1 javascript API is available for 3D models display in browser. You can go through the link as below. The ArcGIS server license is expensive too. You can try arcgisonline account and it is charged according credits. You can upload your GIS data on arcgisonline service and using dashboard tools to publish customized website.

arcgis javascript api link

There are many solutions for web 3D GIS. Here are the ones I could think of for now:

  1. OpenWebGlobe

  2. Three.js

  3. ReadyMap

  4. NASA world wind

  5. Google earth

  6. ArcGIS city engine

First four are free open sourced and very popular. You should be able to find examples and docs easily.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top