Re: [Qgis-user] Symbol translation problem in python plugin

2016-03-27 Thread Fernando M. Roxo da Motta
On Sun, 27 Mar 2016 11:20:06 -0300, Arthur Nanni
 wrote:


> Dear partners,
> 
> We are translating the Midvatten plugin to Brazilian Portuguese. At
> this moment we have overwrote the UI files into the midvatten plugin
> folder to do a review of terms and sentences. In this procedure we
> have verified that some characters used in Brazilian Portuguese are
> wrong represented (attached). Someone knows how to solve this problem?

  Hi all,

  I am Brazilian, then interested part. ;

  Those strange characters you see are typical of LATIN-1 (ISO8859-1)
encoded text viewed in UTF-8 environment.  In order to see those
correctly you must:

- Convert your environment to ISO8859-1.

or

- Convert that the text to UTF-8.


  The conversion to UTF-8 in Linux environment can be none with the
command:

$ iconv -f iso8859-1 -t utf8 txt_pt_BR-iso.ts > txt_pt_BR-utf.ts

  Do not forget to change the encoding in the XML tag at the start of
file.


  HTH

> 
> The next step is to upload the Midvatten plugin to QGIS official
> plugins repository. Directions to do this are welcome.
> 
> Cheers.








  Roxo

-- 
 Non luctari, ludare ---+ WYSIWYG
Fernando M. Roxo da Motta   | Editor?
Except where explicitly stated I speak on my own behalf.|  VI !!
  ( Usuário Linux registrado #39505 )   | I see text,
 Quis custodiet ipsos custodes?-+ I get text!
 
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Circle around each point each with different radius

2016-03-27 Thread Joris Hintjens
HI,

Go to properties>style>Size. klick on the formula icon and define the fiels 
where the parameter is defined. Take care that in the CSV, that field is 
defined as Integer, and not as “String”.

should work.

Joris

> Op 25 mrt. 2016, om 19:54 heeft Nicolas Cadieux 
>  het volgende geschreven:
> 
> Hi,
> If disolve is the problem, try the grass disolve tool in the processing 
> toolbox.
> Nicolas
> 
> Le 2016-03-25 14:28, azf100 [via OSGeo.org] a écrit :
>> Hi, 
>> 
>> I have a .csv with lat, long, radius. I want to create a circle around each 
>> point based on the input radius. I imported the .csv and tried using the 
>> geoprocessing buffer tool but when I select dissolve, nothing happens. 
>> 
>> Any thoughts? 
>> 
>> If you reply to this email, your message will be added to the discussion 
>> below:
>> http://osgeo-org.1560.x6.nabble.com/Circle-around-each-point-each-with-different-radius-tp5258378.html
>>  
>> 
>> To start a new topic under Quantum GIS - User, email [hidden email] 
>>  
>> To unsubscribe from Quantum GIS - User, click here 
>> .
>> NAML 
>> 
> 
> View this message in context: Re: Circle around each point each with 
> different radius 
> 
> Sent from the Quantum GIS - User mailing list archive 
>  at 
> Nabble.com.
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

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

[Qgis-user] Symbol translation problem in python plugin

2016-03-27 Thread Arthur Nanni
Dear partners,

We are translating the Midvatten plugin to Brazilian Portuguese. At this
moment we have overwrote the UI files into the midvatten plugin folder to
do a review of terms and sentences. In this procedure we have verified that
some characters used in Brazilian Portuguese are wrong represented
(attached). Someone knows how to solve this problem?

The next step is to upload the Midvatten plugin to QGIS official plugins
repository. Directions to do this are welcome.

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