Diferenças
Aqui você vê as diferenças entre duas revisões dessa página.
Ambos lados da revisão anteriorRevisão anteriorPróxima revisão | Revisão anterior | ||
software:art-dev:todo [2009/07/29 15:07] – pedro | software:art-dev:todo [2009/10/18 16:12] (atual) – pedro | ||
---|---|---|---|
Linha 1: | Linha 1: | ||
====== To Do List ====== | ====== To Do List ====== | ||
+ | |||
+ | =====plot(db)===== | ||
+ | |||
+ | plot(db) | ||
+ | plot(db, " | ||
+ | plot(db, " | ||
+ | plot(db, layers=TRUE) | ||
+ | |||
+ | It creates an MxN (using par(mfcol(lenght(views)/ | ||
+ | To do so, we need the following functions: | ||
+ | |||
+ | - getSlices(theme) | ||
+ | - getVisual(theme) working correctly | ||
+ | - getThemes(db, | ||
+ | - plot(theme) using getVisual as default | ||
+ | =====setVisual()===== | ||
+ | |||
+ | It only works once. Give the possibility to change the visual. | ||
===== Bugs ====== | ===== Bugs ====== | ||
- shapefile: great chance to have a bug when ' | - shapefile: great chance to have a bug when ' | ||
- | - when creating themes with more than one table, the last attribute of the tables but the first disappear. Probably it thinks the table has less attributes it really has, because of the object_id that joins the tables. And it removes another attribute instead of obj_id | + | - when creating themes with more than one table, the last attribute of the tables but the first disappear. Probably it thinks the table has less attributes it really has, because of the object_id that joins the tables. And it removes another attribute instead of obj_id. |
- | - Polygonos with holes still do not work very well. | + | |
- bug creating themes, but when trying again it works (problem with SAUDAVEL database). | - bug creating themes, but when trying again it works (problem with SAUDAVEL database). | ||
- when adding/ | - when adding/ |