-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathroadmap.html
More file actions
73 lines (54 loc) · 3.92 KB
/
roadmap.html
File metadata and controls
73 lines (54 loc) · 3.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="NavTable extensión de gvSIG para visualizar, navegar y editar datos de capas vectoriales y tablas.">
<meta name="keywords" content="NavTable, SIG, GIS, gvSIG, gvSIG extension, Bases de datos, Tablas">
<title>NavTable: gvSIG's extension - RoadMap</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="contents">
<h1>RoadMap</h1>
<hr>
<p></p><center><b>Select Language</b>: [English] <a href="roadmap-sp.html">[Español]</a></center>
<div>Return to <a href="./index.html">main page</a>.</div>
<p><div class="navtable"><b>NavTable</b> </div> isn't finished at all. It's an extension in a constant evolution. There's a roadmap with fixes and new functionalities that will be add in next versions of the program. Nowadays our development plan has three iterations. Feel free to <b>send us your suggestions</b>, bugs, ideas, etc. and we will try to add it in future NavTable releases.</p>
<hr />
<h2>NavTable 0.2.2</h2>
<div style="float: right; margin-left: 15px;"> <a href="navtable-0_2_2.png"> <img src="navtable-0_2_2.png" width="250"> </a> </div>
<p>On the next revision some of the features and fixes suggested by the community.</p>
<ul>
<li>Assign <b>long attribute names</b> with a text plain file. </li>
<li>Better <b>sync with features selections</b> on the gvSIG's view</li>
<li>It shows <b>length (perimeter) and area</b> of the geometry</li>
<li>Show a warning message when there's <b>unsaved data</b>.</li>
<li><b>Keyboard shortcuts</b> (LEFT/RIGHT/HOME/END) to navigate when focus on the table</li>
<li>The 'copy button' will <b>copy values of the selected element</b> instead of the previous one.</li>
<li><b>Table refresh</b> after saving changes in order to check that the changes are correctly saved.</li>
<li>Show an error message when there's no features on the active layer.</li>
</ul>
<hr />
<h2>NavTable 1.0</h2>
<div style="float: right; margin-left: 15px;"> <a href="prefs.png"> <img src="prefs.png" width="250"> </a> </div>
<p>This version's main feature is the <b>configuration of NavTable's behaviour</b> when it's showing data. The user will be able to set up options such as the fields to be shown, hide empty and null values, etc. XML file will be used to configure some improvement such long attribute names, <b>tooltips, default values, checks,</b> etc.</p>
<p>There will be <b>geometry edition capabilities</b>, and NavTable will work with data tables that don't belong to layers.</p>
<p>And there will be changes from development point of view too. The data access logic will be sepparated from the user graphic interface, so it will be possible to adapt NavTable to another GIS programs.</p>
<hr />
<h2>NavTable 2.0</h2>
<p>NavTable will be able to <b>modify the table schema</b>, it will be possible to add, erase and modify attributes, and its order.</p>
<p>Other features will be added too, such as the possibility of automaticaly launch when a new feature has been created, order the record set by a given field or seeking improvements with incremental lexical searches.</p>
<div style="text-align: center; margin-left: 15px;"> <a href="edit_table.png"> <img src="edit_table.png" width="350"> </a> </div>
<hr />
<a href="http://www.cartolab.es/"><img src="cartolab.png" alt="CartoLab" width="110" align="middle" border="0"></a> Last revision: May 2009.
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script><script src="ga.js" type="text/javascript"></script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-3876422-3");
pageTracker._trackPageview();
} catch(err) {}</script>
</body></html>