El mié, 07-04-2010 a las 12:02 +0200, Patrice Vetsel escribió: > I want to use Qgis in situation on the ground. Using a plugin to center > a map dynamically connected to my gps. My problem is that the creation > of points on a shapefile layer is very restrictive if you want to fill > at the same time, the information (1500 points to be created). The idea > is to have a configurable plugin, which will, after selecting a type, > fill in items automatically. > > The information is rather repetitive and rather simple. These are street > lights and often they are the same. Power, nature of bulbs, I'd have to > input every time. The best would be that the ID is automatically > incremented and I can select a type (Power 100W/Nature Sodium). After > selection by clicking on the map to add as many points as you want, and > the ID field is incremented and power / 100W/Sodium nature are made. > > Have you any ideas?
You can use custom forms (and maybe python): http://linfiniti.com/2009/11/creating-dynamic-forms-a-new-feature-headed-for-qgis-1-4/ Also postgis allows you to set default and autoincremental values. Read this recent thread. http://www.mail-archive.com/[email protected]/msg05777.html _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
