0.2
Robin Hawkes 2014-11-03 01:28:38 +00:00
rodzic c7e6535de2
commit 7a997a2f85
3 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -36,7 +36,7 @@ Numerous lessons were learnt after releasing 0.1.0-pre to the public, so much so
### Blueprint API
Data input and visualisation output is now controlled by the [Blueprint API](http://dev.vizicities.com). It's based on the concept of triggers and actions; much like Zapier or IFTTT, just instead for geographic data visualisation. It underpins the entire system for 0.2.0 and it completely changes the way you pull data into ViziCities and how you output it. A lot of hard work went into formulating and constructing it — we're incredibly proud of it!
Data input and visualisation output is now controlled by the [Blueprint API](http://dev.vizicities.com/v0.2.0/docs/using-the-blueprint-api). It's based on the concept of triggers and actions; much like Zapier or IFTTT, just instead for geographic data visualisation. It underpins the entire system for 0.2.0 and it completely changes the way you pull data into ViziCities and how you output it. A lot of hard work went into formulating and constructing it — we're incredibly proud of it!
In short, the Blueprint API has 3 parts; an input, an output and a mapping configuration. Neither the input nor the output know about each other or care about each others data structure. Everything is neatly brought together by a configuration object that describes which input to use, which output to use, as well as how and, more importantly, when to map the data between them.
@ -51,7 +51,7 @@ By default, ViziCites now supports:
* Choropleth (heatmap-like) output
* Dynamic building output from a vector tile source ([like Mapzen](https://github.com/mapzen/vector-datasource/wiki/Mapzen-Vector-Tile-Service))
Make sure to read the [documentation on the Blueprint API](http://dev.vizicities.com) to learn how to use it.
Make sure to read the [documentation on the Blueprint API](http://dev.vizicities.com/v0.2.0/docs/using-the-blueprint-api) to learn how to use it.
### Easier setup and customisation

File diff suppressed because one or more lines are too long

2
build/vizi.min.js vendored

File diff suppressed because one or more lines are too long