<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi All,<br>
I am new to GIS and GRASS also. We would like to use the GRASS source and implement the following features.<br>
<ol>
<li>Import a shape file. </li><li>Select a start location and end location in the map. Connect start and end locations with some intermediate points. Each point or location should uniquely identified with lat and long.
</li><li>Associate predefined properties for each identified point. </li><li>Store the each location and it's properties in a data base. </li></ol>
<p>We would like to implement the above feature as additional menu in the existing toolbar. We would like to implement required dialog boxes or UI panel to display lat and long assocaited with identified locations. GUI should has the provision to enter properties
 for each location. Finally, we need to store them in DB after clicking a SAVE button.</p>
<p>I request your help in building the above application. I have already downloaded and compiled the GRASS 7.2 on ubuntu successfully.</p>
<ol>
<li>How to extend the current GRASS application ? </li><li>How to build the supporting the GUI ? </li><li>Can I write a python script to build the above application ? </li><li>What are the modules to be written ? </li></ol>
<p>- Thanks</p>
<p>CM <br>
</p>
<p><br>
</p>
</body>
</html>