UDST / vizicities

A framework for 3D geospatial visualization in the browser
http://vizicities.com
BSD 3-Clause "New" or "Revised" License
2.73k stars 334 forks source link

Initialise ViziCities using Web Components (Polymer) #3

Open robhawkes opened 10 years ago

robhawkes commented 10 years ago

Use Web Components (Polymer) to initialise ViziCities without the need for much (if any) JavaScript.

Something like this:

<vizicities-viewer debug buildings="/path/to/buildings.json"></vizicities-viewer>

or this:

<vizicities-viewer debug>
    <vizicities-buildings url="/path/to/buildings.json"></vizicities-buildings>
</vizicities-viewer>
dcworldwide commented 10 years ago

Great idea.