Re: [Qgis-user] QGIS Server

2016-02-19 Thread Clifford Snow
Below is my sites-available config. If anyone else has a working copy for
Ubuntu's Wily I would appreciate a copy.

Apache loads with no error messages. Logs report mod_fcgid configured. Yet
when querying
localhost/cgi-bin/qgis_mapserv.fcgi?SERVICE=MMS=1.3=GetCapabilites,
apache returns a 404 "The requested URL /cgi-bin/qgis_mapserv.fcgi was not
found on this server."

001-qgis-server.conf



  ServerAdmin webmaster@localhost

  DocumentRoot /var/www/html

  ServerName 

  ErrorLog ${APACHE_LOG_DIR}/qgis-server-error.log

  CustomLog ${APACHE_LOG_DIR}/qgis-server-access.log combined

  # Longer timeout for WPS... default = 40

  FcgidIOTimeout 120

  FcgidInitialEnv LC_ALL "en_US.UTF-8"

  FcgidInitialEnv PYTHONIOENCODING UTF-8

  FcgidInitialEnv LANG "en_US.UTF-8"

  FcgidInitialEnv QGIS_DEBUG 1

  FcgidInitialEnv QGIS_SERVER_LOG_FILE /tmp/qgis-000.log

  FcgidInitialEnv QGIS_SERVER_LOG_LEVEL 0

 # FcgidInitialEnv QGIS_PLUGINPATH "/opt/qgis-server/plugins"

  # Needed for QGIS HelloServer plugin HTTP BASIC auth

  ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/qgis_mapserv.fcgi

  

  AllowOverride None

  Options +ExecCGI -MultiViews -SymLinksIfOwnerMatch

  # for apache2 > 2.4

  Require all granted

  #Allow from all

  SetEnv QGIS_LOG_FILE /tmp/qgislog.txt

  AddHandler fcgi-script .fcgi

  

ErrorLog ${APACHE_LOG_DIR}/qgis-web-client-error.log

CustomLog ${APACHE_LOG_DIR}/qgis-web-client-access.log combined

 




On Thu, Feb 18, 2016 at 11:35 PM, Luca Manganelli  wrote:

> On Fri, Feb 19, 2016 at 8:08 AM, Clifford Snow 
> wrote:
> > Now I'm getting a .cgi-bin/qgis_mapserv.fcgi was not found
>
> Where is your qgis_mapserv.fcgi located? You should link to the
> cgi-bin directory (see your apache2 configuration)
>



-- 
@osm_seattle
osm_seattle.snowandsnow.us
OpenStreetMap: Maps with a human touch
___
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] information

2016-02-19 Thread Brent Wood
Hi Gill,
QGIS needs to know exactly what CRS the data is before it can convert them to 
something else. The EPSG code is normally how you do this. If you 
see:http://spatialreference.org/ref/?search=irishthere seem to be 6 
possibilities. I'm not sure what the difference is, but you should identify the 
correct EPSG code for your coordinates.
You can then (in QGIS with the dataset opened as a map - have you got that 
far?) right click on the layer in the layer tab to bring up the layer menu, & 
use the "Set layer CRS" facility to tell QGIS this (if it does not already know 
- in some cases it may have read this from the data automatically).
There are now 3 ways to "translate a long list of Irish grid references to a 
map which has lat and long data" depending on exactly what you mean.

You can then go to Project->Properties to set the QGIS map to EPSG:4326, which 
is basic lat/long coordinates. This will tell QGIS to display your Irish grid 
data as lat/long - ie: reproject on the fly to provide you with a lat/long map.
You can use the layer menu to save your layer, in a different format and/or 
projection as you specify. If you change the output CRS to EPSG:4326 & save it, 
the new dataset will be have lat/long coordinates. This creates a new data file 
(rather than a map), as a lat/long version of your data.  

In the Print composer, for setting up a map layout for printing, you can have a 
map in (say) Irish grid coordinates, but set up labelled ticks on the map frame 
which are in lat/long. You can also choose to use decimal degrees, degrees with 
decimal minutes, optional NSEW suffixes, etc. This gives you a locally 
projected map labelled with degrees.

I hope this helps,
Cheers
Brent Wood


  From: Gill Weyman 
 To: "qgis-user@lists.osgeo.org"  
 Sent: Friday, February 19, 2016 11:51 PM
 Subject: [Qgis-user] information
   
HelloI am 
new to qgis and wondering how I translate a long list of Irish grid references 
to a map which has lat and long data?
Any pointing in the right direction would be appreciated.Gill

 
___
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] In my QGis 2.12 doesn't function intersection Geospatial operation

2016-02-19 Thread Andre Gagna
Hi everybody!
I have a W10 O.S. PC and installed Osgeo4w with QGis 2.12 Lyon associated
Grass, PostGreSQL, etc..
In my QGis desktop doesn't function Intersection Geospatial operation
between two vectorial data...both with two multylineString Geom as imput
and output, both inverse order and both beetween other type geometries...

I doesn't understand what is the problem, also becouse other Geospatial
functions (see: Union, Difference, etc..) go well...

Andrea Gagna. Thanks!
___
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] Problems with QGIS2leaf

2016-02-19 Thread Alex Mandel
It sounds like you have an accented character in the name of your layer.
This is a bug, but a limitation you might just need to work around for
now. Try renaming your layers, including their original files names
before running the tool.

Also file a bug with the developers of the plugin. I believe Qgis2Web is
aimed to replace that plugin so maybe give that a shot.

Thanks,
Alex


On 02/19/2016 10:31 AM, Alejandro Chamizo de Castro wrote:
> Dear colleagues,
> 
> I'm using QGIS2leaf plugin with two layers, a vector and a raster.
> 
> When I run the algorithm, I obtain the following error, Any sugestion?
> 
> 
> 1 Traceback (most recent call last):
> 
> File
> "C:/Users/alechamizo/.qgis2/python/plugins\qgis2leaf\qgis2leafdialog.py",
> line 297, in export2leaf
> 
> qgis2leaf_exec(self.outFileName, self.basemapName, self.basemapMeta,
> self.basemapAddress, self.width, self.height, self.extent,
> self.full_screen, self.layer_list, self.visible, self.opacity,
> self.encode2JSON,self.createcluster, self.webpage_name,
> self.webmap_head,self.webmap_subhead, self.legend,self.locate,self.address,
> self.precision, self.labels, self.labelshover, self.matchCRS, self.selected)
> 
> File
> "C:/Users/alechamizo/.qgis2/python/plugins\qgis2leaf\qgis2leaf_exec.py",
> line 238, in qgis2leaf_exec
> 
> in_raster = str(i.dataProvider().dataSourceUri())
> 
> UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in
> position 93: ordinal not in range(128)
> 
> 
> 
> ___
> 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] Problems with QGIS2leaf

2016-02-19 Thread Alejandro Chamizo de Castro
Dear colleagues,

I'm using QGIS2leaf plugin with two layers, a vector and a raster.

When I run the algorithm, I obtain the following error, Any sugestion?


1 Traceback (most recent call last):

File
"C:/Users/alechamizo/.qgis2/python/plugins\qgis2leaf\qgis2leafdialog.py",
line 297, in export2leaf

qgis2leaf_exec(self.outFileName, self.basemapName, self.basemapMeta,
self.basemapAddress, self.width, self.height, self.extent,
self.full_screen, self.layer_list, self.visible, self.opacity,
self.encode2JSON,self.createcluster, self.webpage_name,
self.webmap_head,self.webmap_subhead, self.legend,self.locate,self.address,
self.precision, self.labels, self.labelshover, self.matchCRS, self.selected)

File
"C:/Users/alechamizo/.qgis2/python/plugins\qgis2leaf\qgis2leaf_exec.py",
line 238, in qgis2leaf_exec

in_raster = str(i.dataProvider().dataSourceUri())

UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in
position 93: ordinal not in range(128)

-- 

[image: View Tony Wilson's profile on LinkedIn]

 
WEB: http://alechamizo.esy.es/




Enviado con MailTrack

___
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] why no SLD export for rasters?

2016-02-19 Thread b.j.kobben
Hello Alejandro,

Yes I did, and it mostly works (although I encountered some problems exporting 
Stretched grayband images). But My question was meant to be: Why is this a 
plugin, and not in the core functionality (as the vector SLD export is)...?


Barend


On 19/02/16 15:26, "Alejandro Chamizo de Castro" 
> wrote:

Hi Barend,

Did you try this plugin?

https://plugins.qgis.org/plugins/SLD4raster/

Regards



Enviado con 
MailTrack


2016-02-19 13:19 GMT+00:00 
>:
Why is their no possibility to export raster styles as SLD (which works
fine for vector maps)...?


--
Barend Köbben
Senior Lecturer ­ ITC-University of Twente
PO Box 217, 7500 AE Enschede (Netherlands)
@barendkobben



___
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



--
[https://docs.google.com/uc?export=download=0BwHlWfAAOHg1aHUxbGE0U09PekE=0BwHlWfAAOHg1c2UrSFZiSXB3QTN6SnA1ckNGWTErTWxQNm1BPQ]
[View Tony Wilson's profile on 
LinkedIn]
  [http://vizualize.me/media/img/socialicons/vizualizeme.png] 

WEB: http://alechamizo.esy.es/

___
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] connection to Oracle 11.2.0.4.0 without spatial

2016-02-19 Thread gprocino
Dear all,
I'm trying to connect qGIS 2.12 to Oracle without spatial extention.

Using the oracle connection window the following error appear:
 

Can I connect to Oracle that haven't spatial extention?

Note that I have checked "show also the table without geometry" option
within the window connection.

Are there other way to get oracle table within qGIS?

Thanks
Giuseppe




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/connection-to-Oracle-11-2-0-4-0-without-spatial-tp5251693.html
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-it-user] gdal 2

2016-02-19 Thread Stefano Campus
ciao a tutti,
da osge4w vedo che è disponibile la versione 2.0.2-3 di gdal.
che faccio vado tranquillo? aggiorno tutto?

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


[Qgis-user] why no SLD export for rasters?

2016-02-19 Thread b.j.kobben
Why is their no possibility to export raster styles as SLD (which works
fine for vector maps)...?


--
Barend Köbben
Senior Lecturer ­ ITC-University of Twente
PO Box 217, 7500 AE Enschede (Netherlands)
@barendkobben



___
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] Default date format

2016-02-19 Thread Chris Buckmaster
Hi

I know I am able to change the date format for layers once added to QGIS, but 
is there a way I can change the default date format in QGIS so I do not have to 
do this each time a layer is added?

Chris

___
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] style files

2016-02-19 Thread Richard McDonnell

Kyle,
My experience with spatial lite is limited, but When working with PostgreSQL 
(PostGIS), you can save the style to the database, not sure if this is only 
available in PostgreSQL.

Might I also suggest you send the QGIS Project File, this will keep all the 
styling for you, and as long as the other users open it in QGIS.

Regards,

Richard.



On 18/02/2016 22:15, Alex M wrote:

Please keep conversation on list.

So did you try saving 1 style per table to the db? I don't think there's
any benefit to the shapefile route. Now if you want to create the style
once, and then copy it for each table, that might be a little trickier
but probably possible with a little bit of crafty SQL. Or the manual
way, copy style - paste style - save style.

Thanks,
Alex

On 02/18/2016 02:13 PM, Kyle T. Kouri wrote:

So I have been experimenting for past few days.  Save as default does not seem
to work with one file and multiple tables.  But once i go to lets say a shape
file that has one table it works perfect.  I think I am stuck at having a bunch
of shape files instead of one DB file with multiple tables.

On Thu, Feb 18, 2016 04:25 PM, Alex M  wrote:
On 02/18/2016 12:44 PM, Kyle T. Kouri wrote:

Hello all,
I have a spatial lite db file that has 15 tables in it.  I am trying to

figure

out a way to create style files for each table and then when ever I open

this

the styles are saved with it.  Right now I have to open one at a a time for
each table in the spatial lite DB.  My goal is to have multiple .sl3 db

files

with the same tables (different data) for each of the national

parks in the

USA.  But when I send the data out people can just open up the .sl3 file in
QGIS and see the style the way I want set it.  So they dont also have to

load

all the .qml or .sld files.

Kyle Todd Kouri



This is the closest thing I know of
https://pvanb.wordpress.com/2014/05/15/saving-layer-styles-to-your-spatialite-database/
I was wondering what would happen if you had multiple styles for the
same layer, and I think the Save as Default style box is the key there.

Otherwise I would save QGIS projects, and send the project file with the
data, and tell users to open the projects.

You could potentially write a plugin that does the autoloading of
associated styles and tables too.

Enjoy,
Alex





Kyle Todd Kouri




___
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


--
*_Richard McDonnell_*
*GIS Specialist PgD GIS AssocSCSI*
*OPW FRM Data Management*
*52 Stephens Green, Dublin 2.*
TEL: 01 6476543

OPW - Ag féachaint don am atá le teacht - Ag caomhnú ón am atá thart
OPW - Looking to the future - Caring for the past

***
Email Disclaimer: http://www.opw.ie/en/disclaimer/

___
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] information

2016-02-19 Thread Gmail
Richard has done a video on this using easting/northings.

https://www.youtube.com/watch?v=qzw5xzDHY20



 

From: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of
Michael.Dodd
Sent: 19 February 2016 10:58
To: 'Gill Weyman'; 'qgis-user@lists.osgeo.org'
Subject: Re: [Qgis-user] information

 

You need to use gridinquest to do it accurately

 

From: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Gill
Weyman
Sent: 19 February 2016 10:52
To: qgis-user@lists.osgeo.org
Subject: [Qgis-user] information

 

Hello

I am new to qgis and wondering how I translate a long list of Irish grid
references to a map which has lat and long data?
Any pointing in the right direction would be appreciated.

Gill

-- The Open University is incorporated by Royal Charter (RC 000391), an
exempt charity in England & Wales and a charity registered in Scotland (SC
038302). The Open University is authorised and regulated by the Financial
Conduct Authority. 

___
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] information

2016-02-19 Thread Michael . Dodd
You need to use gridinquest to do it accurately

From: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Gill 
Weyman
Sent: 19 February 2016 10:52
To: qgis-user@lists.osgeo.org
Subject: [Qgis-user] information

Hello
I am new to qgis and wondering how I translate a long list of Irish grid 
references to a map which has lat and long data?
Any pointing in the right direction would be appreciated.
Gill
-- The Open University is incorporated by Royal Charter (RC 000391), an exempt 
charity in England & Wales and a charity registered in Scotland (SC 038302). 
The Open University is authorised and regulated by the Financial Conduct 
Authority.
___
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] Further operations after saga:mergelayers in same script

2016-02-19 Thread Philipp Ringli
found the answer: processing.runandload

On Fri, Feb 19, 2016 at 9:46 AM, Philipp Ringli 
wrote:

> Hi yall,
>
> how can I use geo.combine() after merging some layers in the same script:
> processing.runalg('saga:mergelayers', layerList, True, True, Result)
>
> I cannot seem to get a hold of the shapelayer named "Result" that was
> added.
> The script doesn't "wait" for it. ;)
>
> Cheers,
> Philipp
>
___
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-it-user] Plugin qsphere e metadati RNDT

2016-02-19 Thread Amedeo Fadini
Salve mi dicono che con il plugin Qsphere così come è installato di
default non si reisce a creare i metadati secondo lo schema previsto
dallRNDT.

Tra l'altro l'installazione di qsphere non funziona dal repository ma
va scaricato dal sito del produttore

io francamente è un po' che non mi occupo di metadati e non mi raccapezzo molto

Qualcuno lo utilizza? MI sapete dire di più?

Amedeo Fadini
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] Select vectorline automatic

2016-02-19 Thread Lene Fischer
Perfect!!!
Thanks
Regards
Lene

Fra: Neumann, Andreas [mailto:a.neum...@carto.net]
Sendt: 19. februar 2016 09:19
Til: Lene Fischer
Cc: qgis-user@lists.osgeo.org
Emne: Re: [Qgis-user] Select vectorline automatic


Hi Lene,

How about using the modulus operator in the QGIS expression?

With modulus you can select any nth line,

e.g. assuming that the tool created features where the gid advances by 1 for 
each feature, you could

gid % 2 = 0

selects gid with odd numbers: 0,2,4,6

or

gid % 5 = 0

would select every 5th number: 0,5,10,15,20

Hope this helps.

Just replace gid with whatever is your primary key column.

Andreas

On 2016-02-19 08:17, Lene Fischer wrote:

Hi,
I´m creating a tutorial about lawnmoving ☺ for calculating lengths ect.
I have created a graticule / vector grid with parallel lines. I want to select 
every second line automatic. Is there a feature for that?

Lene Fischer
Associate Professor

Department of Geosciences and Natural Resource Management
University of Copenhagen


MOB +45 40115084
l...@ign.ku.dk


[cid:image001.gif@01D03029.2F3EC6A0]



___
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] Further operations after saga:mergelayers in same script

2016-02-19 Thread Philipp Ringli
Hi yall,

how can I use geo.combine() after merging some layers in the same script:
processing.runalg('saga:mergelayers', layerList, True, True, Result)

I cannot seem to get a hold of the shapelayer named "Result" that was added.
The script doesn't "wait" for it. ;)

Cheers,
Philipp
___
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] Select vectorline automatic

2016-02-19 Thread Neumann, Andreas
Hi again, 

Forgot to say that you do that by opening the attribute table and then
press the "E" (Epsilon) button (Select by Expression). That opens up the
expression editor, where you can play with the modulus operator (the
percent sign). 

Andreas 

On 2016-02-19 08:17, Lene Fischer wrote:

> Hi, 
> 
> I´m creating a tutorial about lawnmoving J for calculating lengths ect. 
> 
> I have created a graticule / vector grid with parallel lines. I want to 
> select every second line automatic. Is there a feature for that? 
> 
> LENE FISCHER 
> 
> Associate Professor 
> 
> DEPARTMENT OF GEOSCIENCES AND NATURAL RESOURCE MANAGEMENT 
> 
> University of Copenhagen 
> 
> MOB +45 40115084 
> 
> l...@ign.ku.dk 
> 
> ___
> 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

Re: [Qgis-user] Select vectorline automatic

2016-02-19 Thread Neumann, Andreas
Hi Lene, 

How about using the modulus operator in the QGIS expression? 

With modulus you can select any nth line, 

e.g. assuming that the tool created features where the gid advances by 1
for each feature, you could  

gid % 2 = 0 

selects gid with odd numbers: 0,2,4,6 

or 

gid % 5 = 0 

would select every 5th number: 0,5,10,15,20 

Hope this helps. 

Just replace gid with whatever is your primary key column. 

Andreas 

On 2016-02-19 08:17, Lene Fischer wrote:

> Hi, 
> 
> I´m creating a tutorial about lawnmoving J for calculating lengths ect. 
> 
> I have created a graticule / vector grid with parallel lines. I want to 
> select every second line automatic. Is there a feature for that? 
> 
> LENE FISCHER 
> 
> Associate Professor 
> 
> DEPARTMENT OF GEOSCIENCES AND NATURAL RESOURCE MANAGEMENT 
> 
> University of Copenhagen 
> 
> MOB +45 40115084 
> 
> l...@ign.ku.dk 
> 
> ___
> 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