A template for creating a worldwindjs geo-browser web app with Bootstrap and Knockout.
This project template lets you quickly build a WorldWindJS web app using Bootstrap and Knockout. You will build a feature-rich, responsive, customizable web app ready to be deployed to your site. This template includes:
- Initializing WorldWindJS with 3D globes and/or 2D maps
- Configuring and managing layers and settings
- Place name searches and geocoding
- Creating placemarks
- Going to locations
- Multi-globe support
Here's what this template looks like online in GitHub pages: worldwind-web-app
- Copy the web-app-template folder contents to root of a web app project.
- Copy worldind.min.js and/or worldwind.js from the build/dist folder or from the releases to your web app project.
- Unzip images.zip found in the build/dist folder or in releases to the root of your web app project.
- Edit index.hmtl and ensure a correct path to either worldwind.js or worldwind.min.js
- Edit app.js and ensure the a correct path to images like pushpins
- View the tutorial "How to Build a WorldWind Web App"
- Are you interested in building a WorldWind web app using React? Check out the worldwind-react-app project.