Re: [Qgis-user] Bus Error (memory error)

2014-03-01 Thread Jürgen E . Fischer
Hi Gpetr,

On Fri, 28. Feb 2014 at 17:06:55 -0800, Gpetr wrote:
 I checked my log files and the output of the error is the following:
 2014-03-01T02:13:26.879413+02:00 suse-pc kernel: [ 9976.488813] ata1.00: 
 failed command: READ FPDMA QUEUED
 2014-03-01T02:13:26.879419+02:00 suse-pc kernel: [ 9976.488826] ata1.00: cmd 
 60/08:00:50:8d:75/00:00:39:00:00/40 tag 0 ncq 4096 in
 2014-03-01T02:13:26.879428+02:00 suse-pc kernel: [ 9976.488826]  res 
 41/40:08:51:8d:75/00:00:39:00:00/00 Emask 0x409 (media error) F

 Any ideas ? 
 How can I fix it ?

Your disk is broken - probably affects everything that tries to access files in
the defective area.  But this is very likely to spread.  Get a new disk ASAP
and restore a backup.


Jürgen

-- 
Jürgen E. Fischer norBIT GmbH   Tel. +49-4931-918175-31
Dipl.-Inf. (FH)   Rheinstraße 13Fax. +49-4931-918175-50
Software Engineer D-26506 Norden   http://www.norbit.de
QGIS PSC member (RM)  Germany  IRC: jef on FreeNode 


-- 
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Jelto Buurman, HR: Amtsgericht Emden, HRB 5502

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] replace a column content

2014-03-01 Thread Nuno de Santos Loureiro
Dear all,

I have a shapefile with 4 columns.
In one of them I have 's', 'n', 'nc', or NULL.
I need to change 's' by 'yes', 'nc' by 'yes', 'n' by 'no' and NULL by 'no'.

Yow can I do it quickly and easily?

Many thanks in advance,

Nuno
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Time Manager aditional option

2014-03-01 Thread Anita Graser

Hi Carlos,

Am 01.03.2014, 03:42 Uhr, schrieb Bernd Vogelgesang  
bernd.vogelges...@gmx.de:

Am 28.02.2014, 21:13 Uhr, schrieb Carlos Cerdán sig.up...@gmail.com:

 Could you add
to this plugin an option to select a numerical field (optionaly) instead
of date field?

I think the intended way of asking for a new feature or reporting bugs is
through https://github.com/anitagraser/TimeManager/issues
for which you will have to register at github.


I see how such a feature would be useful.

I've created a feature request here:  
https://github.com/anitagraser/TimeManager/issues/53 but I don't know yet  
when I will get around to implement it.


Best wishes,
Anita

--
anitagraser.com
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] replace a column content

2014-03-01 Thread Anita Graser

Hi Nuno,

Am 01.03.2014, 14:36 Uhr, schrieb Nuno de Santos Loureiro  
nlou...@ualg.pt:

In one of them I have 's', 'n', 'nc', or NULL.
I need to change 's' by 'yes', 'nc' by 'yes', 'n' by 'no' and NULL by  
'no'.


In Field Calculator you could use:

CASE WHEN column IN ('s','nc') THEN 'yes' ELSE 'no' END

Best wishes,
Anita


--
anitagraser.com
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] SQL Server 2012 Support

2014-03-01 Thread James Wood
Randy and Nathan,
Thanks for your comments and willingness to help. I finally got the connection 
to work. The data added fine to the QGIS Desktop project without any issues.
 
Cheers,
James
 
From: madman...@gmail.com
Date: Sat, 1 Mar 2014 08:07:51 +1000
Subject: Re: [Qgis-user] SQL Server 2012 Support
To: jwood...@gmail.com
CC: qgis-user@lists.osgeo.org

Hey James,SQL 2012 support works fine.What error are you getting and can you 
share a screenshot of your connection screen.- Nathan


On Sat, Mar 1, 2014 at 2:00 AM, James Wood jwood...@gmail.com wrote:





 Just a quick question: Can I connect to a SQL Server 2012 instance from QGIS 
v2.2? I'm having some trouble establishing a connection and that could be the 
reason why...

 
Thanks,
James

___

Qgis-user mailing list

Qgis-user@lists.osgeo.org

http://lists.osgeo.org/mailman/listinfo/qgis-user


  ___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Time Manager aditional option

2014-03-01 Thread Carlos Cerdán
Thank you Anita. Github is (was) new for me. Now I know for what it is
(Thank you Bernd also); sorry for previous noise.

Best wishes,

Carlos


2014-03-01 9:40 GMT-05:00 Anita Graser anitagra...@gmx.at:

 Hi Carlos,

 Am 01.03.2014, 03:42 Uhr, schrieb Bernd Vogelgesang 
 bernd.vogelges...@gmx.de:

 Am 28.02.2014, 21:13 Uhr, schrieb Carlos Cerdán sig.up...@gmail.com:

  Could you add

 to this plugin an option to select a numerical field (optionaly) instead
 of date field?

 I think the intended way of asking for a new feature or reporting bugs is

 through https://github.com/anitagraser/TimeManager/issues
 for which you will have to register at github.


 I see how such a feature would be useful.

 I've created a feature request here: https://github.com/
 anitagraser/TimeManager/issues/53 but I don't know yet when I will get
 around to implement it.

 Best wishes,
 Anita

 --
 anitagraser.com

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Very simple webgis in just one single svg file

2014-03-01 Thread Carlos Cerdán
SVG Volume 2.1 (Fixed):

1) Download this file:  Index.svg
http://byogtrafik.ramboll.dk/SandBox/QGIS_svg/Index.svg

2) Export your own map as a svg from the print composer and save it as
Map.svg (Or download
http://byogtrafik.ramboll.dk/SandBox/QGIS_svg/map.svg, but save with
capital letter M)

3) Export a legend of previous map as svg from print composer and save it
as Legend.svg (Or download
http://byogtrafik.ramboll.dk/SandBox/QGIS_svg/legend.svg but save with
capital letter L).

IMPORTANT for Linux users: save the file name with first letter capital
because if not, it doesn't show the Map and Legend (Index.svg is linked
to these names - see it with a text editor as gedit)

Put the files 1, 2 and 3 in the same folder and open index.svg in your web
browser to get  an amazing SVG map with capabilities of zoom and moving.
Some times Internet Explorer doesn't open it, just the code, so it's better
to use Firefox or Chrome.

Thank you Magerlin,

Carlos



2014-02-25 14:17 GMT-05:00 magerlin m...@ramboll.dk:

 SVG Volume 2:

 1) Download this file:  Index.svg
 http://byogtrafik.ramboll.dk/SandBox/QGIS_svg/Index.svg

 2) Export your map as a svg from the print composer and save it as
 map.svg

 3) Export a legend as svg from print composer and save it as legend.svg

 Put the files 1, 2 and 3 in the same folder and open index.svg in your web
 browser to get  this
 http://byogtrafik.ramboll.dk/SandBox/QGIS_svg/Index.svg

 Once again I have to warn against big svg files - the map.svg file is 3MB
 in
 the above example and IE will not show all the coloured building polygons
 while other browsers do.

 Also note that Chrome and Opera can handle compressed svgz files but
 Mozilla
 and IE cannot.



 -
 Regards Morten

 Qgis 2.0.1 OSGeo,
 Windows 7, 64bit
 --
 View this message in context:
 http://osgeo-org.1560.x6.nabble.com/Very-simple-webgis-in-just-one-single-svg-file-tp5105612p5105912.html
 Sent from the Quantum GIS - User mailing list archive at Nabble.com.
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user