HowTo:  Host 3D Web Scenes

相关信息
Article ID: 42471
Software:
ArcGIS Online Current
Esri CityEngine 2012.1, 2013.1
Platforms:
Windows Windows 7, Windows 8

问题描述

This article was contributed by Esri Nederland, the Esri distributor for the Netherlands.


ArcGIS Online offers a CityEngine Web Viewer that allows ArcGIS and CityEngine users to share their 3D projects with a large audience. If using the viewer in ArcGIS Online is not an option, organizations may host the CityEngine Web Viewer on their own infrastructure. This article provides an illustrated step by step workflow on how to set up the CityEngine Web Viewer on a user's infrastructure.
已邀请:

EsriSupport

赞同来自:

解决方案
A. Download the CityEngine Web Viewer 
1. Download the latest Web Viewer package from ArcGIS Online: CityEngine WebViewer application package
B. Place the viewer on the web server (Steps for IIS with default wwwroot location) 
1. Unzip the downloaded package to the web server's document root (or into a subfolder). With IIS, this is 'C:\inetpub\wwwroot' by default. 
2. Delete 'ceviewer.html' if this file exists in the web viewer folder. 
3. Rename the file 'ceviewer_offline.html' to 'viewer.html'.


C. Create a location for the 3D Web Scenes 
1. Create a folder called ‘webscenes’ at the same level as the 'webviewer' folder. With default IIS settings, this would be 'C:\inetpub\wwwroot\webscenes\'. 
2. Place the web scene(s) (.3ws files) in the newly created folder 'webscenes'. 


D. Configure the .3ws MIME type in IIS (Only applicable if IIS is used) 
1. Open the IIS Manager. 
2. Click MIME Types under the IIS category.



3. Click the link ‘Add…’ in the Actions pane on the right.


• For the file name extension, enter .3ws.
• For MIME type, enter 'application/octet-stream'.



• Click OK.
The .3ws MIME type is now in the MIME Types list.

E. Accessing the 3D Web Scenes
1. Access Web Scenes with the following URL:
http://<server.domain>/<path_to_webviewer>/viewer.html?3dWebScene=.../webscenes/<name_of_webscene.3ws>
In this article's example, this would be:
'http://localhost/webviewer/viewer.html?3dWebScene=../webscenes/Rotterdam.3ws'

The user may also browse and select a local 3D Scene from the file system using:
http://<server.domain>/<path_to_webviewer>/viewer.html?3dWebScenes=.

The 3D Web Scene is running as a locally hosted application.



其它相关参考
  1. ArcGIS Help - Export To 3D Web Scene (3D Analyst)


创建及修改时间
Created: 4/24/2014

Last Modified: 7/17/2014
原文链接
http://support.esri.com/en/kno ... 42471

要回复问题请先登录注册