Skip to content

创建一个简单的基于EarthSDK的App,不使用任何第三方库和工具(例如webpack)

Notifications You must be signed in to change notification settings

luoyp123/EarthSDK-simple-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

基于EarthSDK创建的极简App

简介

创建一个简单的基于EarthSDK的App。
这是一个极其简单的示例,说明了EarthSDK是如何引用的。

缺点是EarthSDK需要手动拷贝,没有通过npm install earthsdk的方式来引入。

预览

使用方法

  1. npm install -g http-server // 全局安装http-server,如果已经安装,则可跳过此步骤; 也可以使用IIS或者别的HTTP服务器软件启动。
  2. 当前目录下执行命令 hs -p 8080 // 启动http-server服务器
  3. 打开chrome浏览器,输入网址: localhost:8080

附带:EarthSDK使用方法

  1. html文件中引入XbsjEarth.js
<script src="./earthsdk/dist/XbsjEarth/XbsjEarth.js"></script>
  1. 脚本中创建earth,其中earthContainer为承载三维地球的div窗口的id。
var earth = new XE.Earth('earthContainer');

About

创建一个简单的基于EarthSDK的App,不使用任何第三方库和工具(例如webpack)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%