首页 / 浏览问题 / 三维GIS / 问题详情
3dwebgl using node server.
匿名
2018年08月11日
How to host webgl app on local server using node server instead of supermap i server.

use product: 3dwebgl

Problem Description: unable to find package.json in zip downloaded.

1个回答

Webgl needs to be accessed as a service, so just use the appropriate tools to set up the local service to access the HTML page, such as tomcat or node.js, and iserver's service is also built based on tomcat.
5,985EXP 2018年08月13日
yes iam using nodejs but there is no package.json file to install node modules and start the npm.

Yes, so you need to download and install the node.js package and deploy the local service, as shown in the figure

maybe you need this

Can you specify any link to download package.json file.
...