Re: [Qgis-user] Issues to building QGIS-2.10.1 on linux using Qt5.5

2015-08-12 Thread Spartucus
thanks for replying. It is hard to use yum in NeoKylin, because its yum repo is incomplete, I tried before. And the Qt5 thing is necessary. Because I use QGIS for developing in a large system, other parts of system are built of QT5, so it is nicer to building QGIS using Qt5 rather than Qt4. And

Re: [Qgis-user] [Qgis-developer] Any working GRASS in QGIS available? - Processing Bug?

2015-08-12 Thread Andrew
Sure thing. Open the .qgis2/python/plugins/processing/algs/grass7/ folder and open the Grass7Algorithm.py file in a text editor. You can see the changes that you'll need to make on GitHub: https://github.com/qgis/QGIS/commit/2a14ffd281d0a0e99a0a899622a29ca0efdb0852 It is just a couple small chan

Re: [Qgis-user] Conversion from World to Geo coordinates

2015-08-12 Thread Tudorache, Marian
Hi Alex, Thank you for your answer. It seem to work. I was able to re-project the maps. marian -Original Message- From: Alex Mandel [mailto:tech_...@wildintellect.com] Sent: August-12-15 11:43 AM To: Tudorache, Marian; qgis-user@lists.osgeo.org Subject: Re: [Qgis-user] Conversion from Wo

Re: [Qgis-user] QGis server project files stored in DB?

2015-08-12 Thread Vincent Picavet (ml)
Hi, On 12/08/2015 16:03, Andrea Peri wrote: > So you assume to have grants to write in the table where is stored the > published informazioni. On top of what has already been said, do not forget that the database you save the project(s) configuration(s) to, can be a local Spatialite database. Thi

Re: [Qgis-user] QGis server project files stored in DB?

2015-08-12 Thread James Keener
> So you assume to have grants to write in the table where is stored the published informazioni. This is not always true. The dba amministratore of a published environment not like to have some cowboy to write into its DBMS. It depends on the access you need. If you're in an environment with an ac

Re: [Qgis-user] Conversion from World to Geo coordinates

2015-08-12 Thread Alex Mandel
On 08/11/2015 01:39 PM, Tudorache, Marian wrote: > Hi everyone, > > I currently have some GIS data using the world format x and y where those > were obtained by approximate the Earth with a modified GRS80 datum where the > Semi-major axis = Semi-minor axis = 6381711.641389. > I would like to kno

Re: [Qgis-user] QGis server project files stored in DB?

2015-08-12 Thread lars lingner
Hi, thanks for the feedback so far. If feel I have to explain my usecase a little bit more. It is basically a "well designed server setup" (TM) which provides map services via QGis Server. The configuration and project files are tested and can only be changed by authorized users. Other users are

Re: [Qgis-user] Cumulative count cut on rasters

2015-08-12 Thread Radim Blazek
On Wed, Aug 12, 2015 at 3:07 PM, Andrea Peri wrote: > Hi Radim, thx for explain. > Your explanation of extimated strategy could explain why the extimated > is more precise rather than the actual strategy. > I guess are the null values to produce a wrong "actual" results. > > Can you say me in whic

Re: [Qgis-user] QGis server project files stored in DB?

2015-08-12 Thread Andrea Peri
So you assume to have grants to write in the table where is stored the published informazioni. This is not always true. The dba amministratore of a published environment not like to have some cowboy to write into its DBMS. Instead in low profile environment where there is 1 user only and it is web

Re: [Qgis-user] QGIS 2.10 + GRASS - changes in behaviour?

2015-08-12 Thread Carlos Grohmann
Thanks for the info, Radim. Indeed using the Browser is very convenient for GRASS data. I wasn't really used to use it but will now. It looks like 2.12 will be very interesting! Looking forward to it. best Carlos On Wed, Aug 12, 2015 at 5:43 AM, Radim Blazek wrote: > On Tue, Aug 11, 2015 a

Re: [Qgis-user] QGis server project files stored in DB?

2015-08-12 Thread James Keener
I was also looking for this a bit back and never found a solution. I ended up using other software, unfortunately. As for being less flexible, it is exactly as flexible as a qgs file would be, it's just that they could be manipulated and created more easily. I would love to see the parts of the f

Re: [Qgis-user] QGis server project files stored in DB?

2015-08-12 Thread Nathan Woodrow
Hey Lars, It has been a long time goal of mine to add this as a core feature, in fact that is why I renamed the File menu to Project a few versions back, but I have never quite got there yet. In theory I don't think it would be too hard but just time and effort really. For a current solution you

Re: [Qgis-user] QGis server project files stored in DB?

2015-08-12 Thread Andrea Peri
I don't guess is more flexible. Infact usually the teting environment is never exactly exals to the publish environmnet. A file allw to open and correct the paths from develop and publish environment. Also the svg symbols could be not exactly with the same path from develop and publish environment

Re: [Qgis-user] Cumulative count cut on rasters

2015-08-12 Thread Andrea Peri
Hi Radim, thx for explain. Your explanation of extimated strategy could explain why the extimated is more precise rather than the actual strategy. I guess are the null values to produce a wrong "actual" results. Can you say me in which file I can found the code for the extimate and actual strategy

[Qgis-user] QGis server project files stored in DB?

2015-08-12 Thread lars lingner
Hello, I'm looking for a solution for storing QGis project files (qgs) in a PostgreSQL database. Storing the files in a table isn't actually the problem, but getting it out and feeding it to QGis server. Did anyone had this need already? Would this be a good idea? In my use case the project file

Re: [Qgis-user] Issues to building QGIS-2.10.1 on linux using Qt5.5

2015-08-12 Thread Matthias Kuhn
Hi Spartucus, Fedora also uses yum and it is as easy as typing yum install qgis and all dependencies are installed automatically. Still straightforward is building against Qt4 because it has been well tested and known for a good user experience. Building against Qt5 is possible but needs techn

Re: [Qgis-user] Issues to building QGIS-2.10.1 on linux using Qt5.5

2015-08-12 Thread Spartucus
thanks Richard. Yeah, it is harder to using yum to install QGIS(so many dependencies) rather than building from source. I compiling QGIS for QT5 only. Only add the MAKE log again this time see if it is OK in nabble: -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Issues-t

Re: [Qgis-user] Issues to building QGIS-2.10.1 on linux using Qt5.5

2015-08-12 Thread Richard Duivenvoorde
On 12-08-15 13:32, Spartucus wrote: > hi all, > I'm trying to build QGIS-2.10.1 on my linux from source. I want to build > QGIS API for developmenting. > I consulted the Matthias Kuhn's article: here > . > CMAKE is OK regardless of some warning, but MAKE br

[Qgis-user] Issues to building QGIS-2.10.1 on linux using Qt5.5

2015-08-12 Thread Spartucus
hi all, I'm trying to build QGIS-2.10.1 on my linux from source. I want to build QGIS API for developmenting. I consulted the Matthias Kuhn's article: here . CMAKE is OK regardless of some warning, but MAKE break down. The OS I'm using is Neokylin3.2.2, a

Re: [Qgis-user] Cumulative count cut on rasters

2015-08-12 Thread Radim Blazek
On Tue, Aug 11, 2015 at 3:09 PM, Andrea Peri wrote: > Hi, > trying the rendering of a raster floating point using the cumulative count > cut. > I see it is quite good if I set the values 2.0,100.0% (not 98%) and > use the accuracy at value "estimate". > Instead always with the same values for cum

Re: [Qgis-user] QGIS 2.10 + GRASS - changes in behaviour?

2015-08-12 Thread Radim Blazek
On Wed, Aug 12, 2015 at 9:20 AM, Jürgen E. wrote: > Hi Alex, > > On Tue, 11. Aug 2015 at 20:53:41 -0700, Alex Mandel wrote: >> Longer answer the QGIS+GRASS plugin is being rewritten to support GRASS >> 7 which is fairly new. 2.10 is somewhere in no mans land where it >> doesn't work with either 6

Re: [Qgis-user] QGIS 2.10 + GRASS - changes in behaviour?

2015-08-12 Thread Radim Blazek
On Wed, Aug 12, 2015 at 5:53 AM, Alex Mandel wrote: > On 08/11/2015 02:23 PM, Carlos Grohmann wrote: >> Hi all, >> >> After upgrading to 2.10 (running kyngschaos pkgs on OS X), I noticed that >> the "add grass raster layer" and "add grass vector layer" button from the >> GRASS plugin are gone. Is

Re: [Qgis-user] QGIS 2.10 + GRASS - changes in behaviour?

2015-08-12 Thread Radim Blazek
On Tue, Aug 11, 2015 at 11:23 PM, Carlos Grohmann wrote: > Hi all, > > After upgrading to 2.10 (running kyngschaos pkgs on OS X), I noticed that > the "add grass raster layer" and "add grass vector layer" button from the > GRASS plugin are gone. Is this a bug or there were changes in 2.10 related

Re: [Qgis-user] moving features in multiple layers at once by mouse

2015-08-12 Thread Richard Duivenvoorde
On 11-08-15 17:05, Mats Elfström wrote: > Hi Richard! > What is the point of the point in the polygon? Simplifying your data > to one table only would save you a lot of work. Hi Mats, The actual usecase is that QGIS is actually used for drawing (archeological) profiles. So on a (paper mimicking)

Re: [Qgis-user] QGIS 2.10 + GRASS - changes in behaviour?

2015-08-12 Thread Jürgen E . Fischer
Hi Alex, On Tue, 11. Aug 2015 at 20:53:41 -0700, Alex Mandel wrote: > Longer answer the QGIS+GRASS plugin is being rewritten to support GRASS > 7 which is fairly new. 2.10 is somewhere in no mans land where it > doesn't work with either 6 or 7 for the plugin (The grass functions in > the toolbox a