Re: [Qgis-user] Automated / saved work flows?

2015-07-06 Thread Nicolas Cadieux
Yup, Processing plugin will permit you to make models and save them.  It give you access to QGIS, Grass, gdal,lastools. Nicolas Cadieux M.Sc. Les Entreprises Archéotec inc.  8548, rue Saint-Denis Montréal H2P 2H2 Téléphone: 514.381.5112  Fax: 514.381.4995 www.archeotec.ca On Jul 6, 2015

[Qgis-user] SQL Server Layer - field values not retrieved when using named ODBC DSN

2015-07-06 Thread Martin Bain
Our organisation has just migrated from MapInfo TAB files to MS SQL Server Spatial. I'm using QGIS 2.8.2 to connect with data in a SQL Server 2008 R2 database. I have noticed unique field values are not retrieved when I create a connection using a previously created ODBC DSN. When I say "uniqu

[Qgis-user] Automated / saved work flows?

2015-07-06 Thread Matt Boyd
Hi QGISers, I'm wondering if there's a plug in or some way to save a series of steps in QGIS. One way I can think of doing it is to simply save the text / command line part of the gdal commands into a text / batch file which I could then use to string a series of command together, using the output

Re: [Qgis-user] Google Satellite and Measure line tool wrong results

2015-07-06 Thread Nicolas Cadieux
Hi, All you need to do is to make a background shp that will not move, then zoom in with the Google layer until it shifts, and then zoom out. The shp file will help you Identify when the Google layer is in the correct place. Then, hide the vector layer and click on "save as image". Then load

Re: [Qgis-user] Google Satellite and Measure line tool wrong results

2015-07-06 Thread Marco
Hello. Yes tnx. I don't have any problem with shp files and the measuring tool, only with the Google layers. I will have to load the sat images from another source Marco Il 06. 07. 15 02:48, Nicolas Cadieux ha scritto: > > Hi, > I guess you are using the open layer plugin. If so, Google la

Re: [Qgis-user] shapefile only shows one feature

2015-07-06 Thread Andre Joost
Am 06.07.2015 um 13:20 schrieb Richard Duivenvoorde: So it looks like something has damaged the dbf file? No, it is the index file .shx that has been broken. The shapefile could live without a .dbf, but not without the .shx. I'm not aware of a way to repair such problems, I hope somebody e

Re: [Qgis-user] get length of "custom" geometry in expression

2015-07-06 Thread Raymond Nijssen
Kristian, thanks for your explanation. I will check the function editor. Richard, your solution would not solve my problem as I still use $length. But as a workaround I saved my layer in the CRS I needed and used the $length function in the label expression. Regards, Raymond On 06-07-15 09:0

Re: [Qgis-user] How to downscale shapefile data

2015-07-06 Thread francesco . maicu
Sorry to have not inserted the topic. It was just a mistake ...I wad adding  +to_meter=0.01  , instead of substituting. Sorry Quoting Andre Joost : Dear Francesco, please use a meaningful topic so that others can search for it. Am 06.07.2015 um 10:50 schrieb francesco.ma...@ve.ismar.cnr.it:

Re: [Qgis-user] How to downscale shapefile data

2015-07-06 Thread Andre Joost
Dear Francesco, please use a meaningful topic so that others can search for it. Am 06.07.2015 um 10:50 schrieb francesco.ma...@ve.ismar.cnr.it: Dear all, I have a shape file tha for a certain reason has wrong coordinates. The areal geometry data originally come from a dgn file with EPSG3004 co

[Qgis-user] qgis atlas : problem with scale bar

2015-07-06 Thread image93
Dear all, I'm working with qgis 2.8 (windows). I 'm abble to generate maps thanks to qgis atlas. But i have everytime a problem about the scale bar. When i generate atlas with "fix scale" setting (1:35.000 for instance), the scale lenght change for each "slide", each exported map.

Re: [Qgis-user] Vacuuming a vector polygon layer with a point layer in QGIS 2.8.2 (windows)

2015-07-06 Thread Nicolas Cadieux
Hi Julie, Can you model it using the processing plugin?  This way, you could use the grass module from QGIS and that could automate the process if you need to do it often.  Look in the QGIS documentation for help on the creating a model. Nicolas Cadieux M.Sc. Les Entreprises Archéotec inc.  8

Re: [Qgis-user] Vacuuming a vector polygon layer with a point layer in QGIS 2.8.2 (windows)

2015-07-06 Thread Julie Houge Hansen
Hi Kristian I was hoping I would be able to find a more automatic way of doing this as I have to do it many times... Maybe I have found a solution using the GRASS module r.cost. Thank you for your help! Med venlig hilsen Julie Houge Hansen PhD Student, Inst. of Chemical Eng., Biotechnology an

Re: [Qgis-user] Vacuuming a vector polygon layer with a point layer in QGIS 2.8.2 (windows)

2015-07-06 Thread Julie Houge Hansen
I think this solution sounds great but I'm afraid I'm much too green using QGIS to know how to do it. When downloading QGIS I got the GRASS GIS 6.4.3 GUI and command line as well but I have never used it and don't know how to. I don't even know how to open the vector files in the GRASS program..

[Qgis-user] openlayers plugin : copyright for google earth images?

2015-07-06 Thread image93
Dear all, I'm working with qgis and i load google earth base layer thanks to openlayers plugin. I would like importe into my composer the google earth image 's copyright. Could you tell me how to find this copyright? Thanks. -- View this message in context: http://osgeo-org.1560.x6.na

Re: [Qgis-user] shapefile only shows one feature

2015-07-06 Thread Richard Duivenvoorde
On 06-07-15 13:03, Reginald Carlier wrote: > Hello, > > I’ve been working on a bike trajectory on both Arcmap and QGIS. > > Last week the shape was allright but when I opened it today in ArcMap > there was a warning about an error and that the shapefile could not be > drawn correctly. In the attr

Re: [Qgis-user] get length of "custom" geometry in expression

2015-07-06 Thread Richard McDonnell
The easiest way to do this is to create a new column for the length variable Just open the field calculator, leave the *create new field* box ticked, name your field in the *output field name* box set your field width and precision and in the expression box just type /*$length*/ Regards, Richa

[Qgis-user] (no subject)

2015-07-06 Thread francesco . maicu
Dear all, I have a shape file tha for a certain reason has wrong coordinates. The areal geometry data originally come from a dgn file with EPSG3004 coordinates, but now as I edited and exported from Geomedia, they have been multiplied for a factor 100, ie the exported shape has coordiantes 100time

Re: [Qgis-user] get length of "custom" geometry in expression

2015-07-06 Thread Kristian Evers
I think your problem is that length() returns the length of a text-string, and not the length of a geometry. As the geometry isn't a string, the output is 0. As far as I can see it is not possible to do what you want with the default functions in the field calculator. With a bit of python in the