[Qgis-developer] Re: Qgis-developer Digest, Vol 47, Issue 36

PRODROMOS KARASSAVIDIS p.karassavidis at gmail.com
Wed Jan 27 10:38:42 EST 2010


hi

i try to convert a dxf file (saved by autocad in format 2000) to shp file
with dxf2Shp converter but didnt worked!!
can you help me?

2010/1/25 <qgis-developer-request at lists.osgeo.org>

> Send Qgis-developer mailing list submissions to
>        qgis-developer at lists.osgeo.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.osgeo.org/mailman/listinfo/qgis-developer
> or, via email, send a message with subject or body 'help' to
>        qgis-developer-request at lists.osgeo.org
>
> You can reach the person managing the list at
>        qgis-developer-owner at lists.osgeo.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Qgis-developer digest..."
>
>
> Today's Topics:
>
>   1. sip compile error (Richard Duivenvoorde)
>   2. Re: sip compile error (Martin Dobias)
>   3. Re: sip compile error (Richard Duivenvoorde)
>   4. Ogr2layers not working (Patrice Vetsel)
>   5. Re: Ogr2layers not working (Carson Farmer)
>   6. Re: Ogr2layers not working (Giovanni Manghi)
>   7. Re: sip compile error (Germ?n Carrillo)
>   8. Re: Plugin specific maplayers (Mathias Walker)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 25 Jan 2010 13:08:15 +0100
> From: Richard Duivenvoorde <rdmailings at duif.net>
> Subject: [Qgis-developer] sip compile error
> To: qgis-developer <qgis-developer at lists.osgeo.org>
> Message-ID: <4B5D89AF.8000406 at duif.net>
> Content-Type: text/plain; charset=windows-1252; format=flowed
>
> Hi Devs,
>
> running ubuntu 8.04 (sip 4.7.9), trying a clean build I get the
> following compile error:
>
>
> /home/richard/dev/qgis/trunkgdal/qgis/python/../src/core/symbology-ng/qgssymbolv2.h:
> In member function ‘QgsSymbolV2RenderContext&
> QgsSymbolV2RenderContext::operator=(const QgsSymbolV2RenderContext&)’:
>
> /home/richard/dev/qgis/trunkgdal/qgis/python/../src/core/symbology-ng/qgssymbolv2.h:104:
> error: non-static reference member ‘QgsRenderContext&
> QgsSymbolV2RenderContext::mRenderContext’, can't use default assignment
> operator
> sipcorepart0.cpp: In function ‘void
> assign_QgsSymbolV2RenderContext(void*, const void*)’:
> sipcorepart0.cpp:13613: note: synthesized method
> ‘QgsSymbolV2RenderContext& QgsSymbolV2RenderContext::operator=(const
> QgsSymbolV2RenderContext&)’ first required here
> make[2]: ***
> [python/CMakeFiles/python_module_qgis_core.dir/core/sipcorepart0.cpp.o]
> Error 1
> make[1]: *** [python/CMakeFiles/python_module_qgis_core.dir/all] Error 2
> make: *** [all] Error 2
>
> Any ideas?
>
> Richard
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 25 Jan 2010 14:49:46 +0100
> From: Martin Dobias <wonder.sk at gmail.com>
> Subject: Re: [Qgis-developer] sip compile error
> To: rdmailings at duif.net
> Cc: qgis-developer <qgis-developer at lists.osgeo.org>
> Message-ID:
>        <e8e7199c1001250549w30146f47ne01bcdfa5b3f0867 at mail.gmail.com>
> Content-Type: text/plain; charset=windows-1252
>
> On Mon, Jan 25, 2010 at 1:08 PM, Richard Duivenvoorde
> <rdmailings at duif.net> wrote:
> > Hi Devs,
> >
> > running ubuntu 8.04 (sip 4.7.9), trying a clean build I get the following
> > compile error:
> >
> > [...]
> > error: non-static reference member ‘QgsRenderContext&
> > QgsSymbolV2RenderContext::mRenderContext’, can't use default assignment
> > operator
>
> Hi Richard,
>
> sip 4.7.x doesn't work anymore. Try a higher version (4.9 or 4.10 are
> known to work fine).
>
> Martin
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 25 Jan 2010 14:59:03 +0100
> From: Richard Duivenvoorde <rdmailings at duif.net>
> Subject: Re: [Qgis-developer] sip compile error
> To: Martin Dobias <wonder.sk at gmail.com>,        qgis-developer List
>        <qgis-developer at lists.osgeo.org>
> Message-ID: <4B5DA3A7.8020005 at duif.net>
> Content-Type: text/plain; charset=windows-1252; format=flowed
>
> Martin Dobias wrote:
> > sip 4.7.x doesn't work anymore. Try a higher version (4.9 or 4.10 are
> > known to work fine).
>
> Thanks Martin for your anser.
> But this means I'm not able to compile qgis anymore on my vanilla 9.04
> ubuntu without compiling sip myself :-(
> Do we really have to be that upfront?
>
> Regards,
> Richard Duivenvoorde
>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 25 Jan 2010 15:21:24 +0100
> From: Patrice Vetsel <ubuntu at kagou.fr>
> Subject: [Qgis-developer] Ogr2layers not working
> To: QGIS Developer <qgis-developer at lists.osgeo.org>
> Message-ID: <4B5DA8E4.4050301 at kagou.fr>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi,
>
> The plugin ogr2layers seems to be too old and not working at all with qgis.
>
> Are all plugins proposed in list validated and confirmed to be
> functional with the current version of qgis ?
> Can you remove ogr2layers or solved it ?
>
> Regards
>
> Patrice Vetsel
>
>
> ------------------------------
>
> Message: 5
> Date: Mon, 25 Jan 2010 14:33:51 +0000
> From: Carson Farmer <carson.farmer at gmail.com>
> Subject: Re: [Qgis-developer] Ogr2layers not working
> To: Patrice Vetsel <ubuntu at kagou.fr>
> Cc: QGIS Developer <qgis-developer at lists.osgeo.org>
> Message-ID:
>        <94b3c8441001250633q176ba93by55b592d5f205c2b4 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> AFAIK, only the plugins in the 'Official' repository are validated and
> confirmed to be functional with the current version of qgis. Since
> this plugin is in the 'Contributed' repository, you're probably better
> off contacting the plugin author and asking them to fix/update it. Of
> course, anyone is welcome to correct me on this :-)
>
> Regards,
>
> Carson
>
> On Mon, Jan 25, 2010 at 2:21 PM, Patrice Vetsel <ubuntu at kagou.fr> wrote:
> > Hi,
> >
> > The plugin ogr2layers seems to be too old and not working at all with
> qgis.
> >
> > Are all plugins proposed in list validated and confirmed to be functional
> > with the current version of qgis ?
> > Can you remove ogr2layers or solved it ?
> >
> > Regards
> >
> > Patrice Vetsel
> > _______________________________________________
> > Qgis-developer mailing list
> > Qgis-developer at lists.osgeo.org
> > http://lists.osgeo.org/mailman/listinfo/qgis-developer
> >
>
>
>
> --
> Carson J. Q. Farmer
> ISSP Doctoral Fellow
> National Centre for Geocomputation
> National University of Ireland, Maynooth,
> http://www.carsonfarmer.com/
>
>
> ------------------------------
>
> Message: 6
> Date: Mon, 25 Jan 2010 14:35:51 +0000
> From: Giovanni Manghi <giovanni.manghi at gmail.com>
> Subject: Re: [Qgis-developer] Ogr2layers not working
> To: Patrice Vetsel <ubuntu at kagou.fr>
> Cc: QGIS Developer <qgis-developer at lists.osgeo.org>
> Message-ID: <1264430151.6810.10.camel at sibirica>
> Content-Type: text/plain
>
> Hi,
>
>
> > The plugin ogr2layers seems to be too old and not working at all with
> qgis.
>
>
>
> it works fine here under qgis 1.4/1.5dev
>
>
> > Are all plugins proposed in list validated and confirmed to be
> > functional with the current version of qgis ?
>
>
> Actually (I may be wrong) all the plugins available in the qgis
> contributed repository should be 1.x compatibles. It turns that not all
> plugins are working, but this is not a qgis problem. Issues should be
> filed to authors (I believe most of them do read this mailing list).
>
> I plan soon to make a test of all available plugins under win/linux and
> report back.
>
>
> > Can you remove ogr2layers or solved it ?
>
> The ogr2layers was a project (had is own site) that seems has been
> abandoned. The plugin originally wasn't 1.x compatible and I asked to
> make the necessary changes and add it to repository.
>
> You may want to post here the problems/errors you are getting.
>
>
> cheers
>
> -- Giovanni --
>
>
>
> ------------------------------
>
> Message: 7
> Date: Mon, 25 Jan 2010 10:42:23 -0500
> From: Germ?n Carrillo <carrillo.german at gmail.com>
> Subject: Re: [Qgis-developer] sip compile error
> To: rdmailings at duif.net, Martin Dobias <wonder.sk at gmail.com>,
>        qgis-developer <qgis-developer at lists.osgeo.org>
> Message-ID:
>        <e32d76a11001250742m14646892h969a4c0e6fe4b1bf at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi all.
>
> I have the same trouble, I can't even use QGIS from binary packages after
> compiling SIP 4.10. Riverbank seems to delete previous SIP releases from
> the
> servers. Altough I did also compile PyQT 4.7 trying to fix it.
>
> I'm using Ubuntu Jaunty (9.04) and I get a *Segmentation fault* if I want
> to
> use PyQGIS.
>
> I don't know if there is a correct combination of Qt, PyQt, Python and SIP
> versions.
>
> I wonder how are using QGIS 1.4 the Ubuntu (9.04) users.   :-/
>
> Germán.
>
> 2010/1/25 Richard Duivenvoorde <rdmailings at duif.net>
>
> > Martin Dobias wrote:
> >
> >> sip 4.7.x doesn't work anymore. Try a higher version (4.9 or 4.10 are
> >> known to work fine).
> >>
> >
> > Thanks Martin for your anser.
> > But this means I'm not able to compile qgis anymore on my vanilla 9.04
> > ubuntu without compiling sip myself :-(
> > Do we really have to be that upfront?
> >
> > Regards,
> > Richard Duivenvoorde
> >
> > _______________________________________________
> > Qgis-developer mailing list
> > Qgis-developer at lists.osgeo.org
> > http://lists.osgeo.org/mailman/listinfo/qgis-developer
> >
> --
> -----------
>  |\__
> (:>__)(
>  |/
>
> Soluciones Geoinformáticas Libres
> http://geotux.tuxfamily.org/
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://lists.osgeo.org/pipermail/qgis-developer/attachments/20100125/f51ea813/attachment-0001.html
>
> ------------------------------
>
> Message: 8
> Date: Mon, 25 Jan 2010 16:49:14 +0100
> From: Mathias Walker <mwa at sourcepole.ch>
> Subject: Re: [Qgis-developer] Plugin specific maplayers
> To: qgis-developer at lists.osgeo.org
> Message-ID: <201001251649.19122.mwa at sourcepole.ch>
> Content-Type: text/plain; charset="utf-8"
>
> I opened a ticket (https://trac.osgeo.org/qgis/ticket/2392) with an
> implementation of a plugin layer registry to support plugin specific
> layers.
> Also included is a basic sample plugin.
>
> We are now testing a plugin to render maplayers with OpenLayers, using this
> new functionality.
>
> Best regards
> Mathias Walker
> --
> Sourcepole -  Linux & Open Source Solutions
> Elestastr. 18   7310 Bad Ragaz  Switzerland
> Tel: 081 330 77 11       Fax: 081 330 77 12
> mwa at sourcepole.ch  http://www.sourcepole.ch
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: not available
> Type: application/pgp-signature
> Size: 197 bytes
> Desc: This is a digitally signed message part.
> Url :
> http://lists.osgeo.org/pipermail/qgis-developer/attachments/20100125/b0d3f5c9/attachment-0001.bin
>
> ------------------------------
>
> _______________________________________________
> Qgis-developer mailing list
> Qgis-developer at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>
>
> End of Qgis-developer Digest, Vol 47, Issue 36
> **********************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/qgis-developer/attachments/20100127/637c6265/attachment-0001.html


More information about the Qgis-developer mailing list