Hi Chris

This plugin is a very nice idea, thanks for it!

I encountered the following error while testing out:

Traceback (most recent call last):
  File "/home/geo2/.qgis/python/plugins/MemoryLayerSaver/MemoryLayerSaver.py",
line 40, in connectProvider
    QObject.connect(layer, SIGNAL("committedAttributesDeleted(const
QString &, const QgsAttributeIds )"),self.setProjectDirty2)
TypeError: type 'QgsAttributeIds' is not supported as a slot argument type


In case it is relevant:
- I was testing it using the 'HighWays' spatialite layer, present in
the spatialite testing dataset [1]
- I was testing it against the 'Profile from line' plugin, that
generates temporary layers using the memory provider. This plugin is
in the QGIS contributed repository
- Iam using QGIS 1.6 as available in the ubuntugis-unstable ppa

Thank you


[1] - http://www.gaia-gis.it/spatialite/resources.html



On Tue, Dec 21, 2010 at 1:14 AM, Chris Crook <[email protected]> wrote:
> Hi
>
> I've just uploaded a MemoryLayerSaver plugin to the contributed plugins on 
> pyqgis.org.
>
> This makes memory data provider layers (such as those generated by the 
> contour plugin) persistant.  Each layer is saved alongside the project file 
> in sqlite files.  When the project is reloaded the memory layer data gets 
> repopulated as it was.  (Without the plugin the layer remains in the project, 
> but all the data gets lost).
>
> To use the plugin, simply install it.  Once installed all memory layers in 
> all projects will be saved with the project, until you uninstall it again.
>
> Cheers
> Chris
> ______________________________________________________________________________________________________
>
> This message contains information, which is confidential and may be subject 
> to legal privilege.
> If you are not the intended recipient, you must not peruse, use, disseminate, 
> distribute or copy this message.
> If you have received this message in error, please notify us immediately 
> (Phone 0800 665 463 or [email protected]) and destroy the original message.
> LINZ accepts no responsibility for changes to this email, or for any 
> attachments, after its transmission from LINZ.
>
> Thank you.
> ______________________________________________________________________________________________________
> _______________________________________________
> Qgis-user mailing list
> [email protected]
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>



-- 
___________________________ ___ __
Ricardo Garcia Silva
_______________________________________________
Qgis-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to