Hi What about using the field calculator ? I think I have seen a method in the "geometry" tools : something like geomfromwkt ? If needed, we could simply add a way to modifiy the features geometry with the field calculator, and it will do the trick.
2013/6/30 Anita Graser <[email protected]> > The Quick WKT plugin does something very similar. > Anita > > On Sun, Jun 30, 2013 at 3:06 PM, Alexander Bruy > <[email protected]>wrote: > >> Hi, what about NumericalVertexEdit plugin? If I understand correctly, it >> do what you need. >> >> 2013/6/30 Régis Haubourg <[email protected]>: >> > Hi all, >> > After some training courses here, a very common use case is not >> satisfied >> > easily: >> > >> > The only entry to create geometry from text (XY or WKT) is the delimited >> > text plugin. >> > It appears that having a separate fonction "create point" like in >> Mapinfo or >> > Arcgis would be really handy, and could avoid the need of csv import. >> > >> > I was thinking of making a plugin for this, but I'm wondering what is >> the >> > best approach. >> > 1- duplicate layer into a memory layer. Easy, requires >> MemoryLayerSaver to >> > make data persistent, is not dynamic with datasource. >> > 2- create a pluginLayer? I'm not sure it will do what I need. I would >> like >> > the project to keep a reference to the datasource (xls, whatever ogr/ >> > postgres/ sqlite/ spatialite) and replace or create geometry on load by >> > reading XY columns or WKT column. >> > >> > Is that feasable in a plugin, as a proof of concept, or does it require >> > core classes modifications (C++ work , so I won't do it by myself) >> > >> > Thanks for your tips, >> > Régis >> >> -- >> Alexander Bruy >> _______________________________________________ >> Qgis-developer mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/qgis-developer >> > > > _______________________________________________ > Qgis-developer mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-developer > >
_______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
