Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

WorldWindJS Web App Template

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

Quick Start

  1. Copy the web-app-template folder contents to root of a web app project.
  2. Copy worldind.min.js and/or worldwind.js from the build/dist folder or from the releases to your web app project.
  3. Unzip images.zip found in the build/dist folder or in releases to the root of your web app project.
  4. Edit index.hmtl and ensure a correct path to either worldwind.js or worldwind.min.js
  5. Edit app.js and ensure the a correct path to images like pushpins

More Information