handygeospatial / simple-demo

A simple example of a Tangram demo

Home Page:http://handygeospatial.github.io/simple-demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-demo (handygeospatial's version)

A demo showing the basic Tangram demo setup.

Live demo: http://handygeospatial.github.io/simple-demo/

tangram-demo screenshot

To run locally:

Download this repo, then start a web server in its directory:

python -m SimpleHTTPServer 8000

If that doesn't work, try:

python -m http.server 8000

Then navigate to: http://localhost:8000

difference from the original

  • really simple

About

A simple example of a Tangram demo

http://handygeospatial.github.io/simple-demo/

License:MIT License


Languages

Language:CSS 71.6%Language:JavaScript 16.3%Language:HTML 12.1%