Le jeudi 08 avril 2010 à 11:49 +0200, Patrice Vetsel a écrit : > Le jeudi 08 avril 2010 à 00:58 +0200, Goyo a écrit : > > 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/ > > > > Wow. It's very interesting. Thanks. > > I manage to make basic. But I can not get more convenient. I tried to > create a set of checkbox. I used a GroupBox and I added 2 RadioButton > inside. But in the end it does not work. I did not find either how to > display a combo pre-filled. >
In fact I'v found also QComboBox, setting it's name the same as in shapefile, adding some values in QComboBox but this is not working too :( > Regards > > Patrice Vetsel > > _______________________________________________ > Qgis-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-user _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
