plomino.daviz offers services and utilities to get Plomino-base information from Daviz more easily.
Only one feature for now:
overrides the eea.app.visualization ExternalData utility so query string parameters are passed to the called url. It also support substitution:
http://server/folder/{docid|Italy}/json
will result in:
http://server/folder/Italy/json
if no extra parameters are passed. And:
http://server/folder/Spain/json
if the calling url got ?docid=Spain as querystring.
Edit your buildout.cfg
file and add the following in the eggs
section:
eggs = ... plomino.daviz
Then you have to run buildout
to realize your configuration:
bin/buildout -N
- Eric BREHAULT <[email protected]>