Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/panthershark/cesium-webcomponent
Demo of using a web component to host a cesium container.
https://github.com/panthershark/cesium-webcomponent
Last synced: about 2 months ago
JSON representation
Demo of using a web component to host a cesium container.
- Host: GitHub
- URL: https://github.com/panthershark/cesium-webcomponent
- Owner: panthershark
- License: mit
- Created: 2019-08-07T05:27:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:29:36.000Z (about 2 years ago)
- Last Synced: 2024-04-15T14:27:03.700Z (9 months ago)
- Language: JavaScript
- Size: 931 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cesium Sensor Demo
This project shows how to attach a geometry (e.g. the sensor) to an existing node in a model.# Run the code
* Install using either `yarn install` or `npm install`.
* Run the web page using `yarn run dev` or `npm run dev`.
* Open Chrome or Firefox and navigate to http://localhost:8089# About the code
This project is implemented using Web Components. It uses a custom element like this. `./src/app.js` is where you would build an application. In this demo, it uses pure js instead of a framework to avoid the opinions and complexity of a framework confusing what is really happening.```
```