[Qgis-user] Local Grid Layout

2016-11-29 Thread Grant Boxer
Is there an option in QGIS to layout a local grid where the grid can be created using a baseline azimuth and peg spacing or line length? I have tried ArkGrid but there is a problem when using UTM style coordinates - ArkGrid only accepts 6 digit northings. Any other suggestions? Grant Boxer Per

[Qgis-user] Drop GRASS 6 support in QGIS 3 GRASS plugin

2016-11-29 Thread Radim Blazek
Are there any objections to drop GRASS 6 support from GRASS plugin in QGIS 3? Radim ___ 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/qgi

Re: [Qgis-user] [GRASS-user] Drop GRASS 6 support in QGIS 3 GRASS plugin

2016-11-29 Thread Martin Landa
Hi Radim, 2016-11-29 10:02 GMT+01:00 Radim Blazek : > Are there any objections to drop GRASS 6 support from GRASS plugin in QGIS 3? no objections. Martin -- Martin Landa http://geo.fsv.cvut.cz/gwiki/Landa http://gismentors.cz/mentors/landa ___ Qgis-us

Re: [Qgis-user] [GRASS-user] Drop GRASS 6 support in QGIS 3 GRASS plugin

2016-11-29 Thread Paolo Cavallini
Il 29/11/2016 10:04, Martin Landa ha scritto: > Hi Radim, > > 2016-11-29 10:02 GMT+01:00 Radim Blazek : >> Are there any objections to drop GRASS 6 support from GRASS plugin in QGIS 3? > > no objections. Martin confirmed, thanks. BTW, it should be stripped from Processing too. All the best. --

Re: [Qgis-user] [GRASS-user] Drop GRASS 6 support in QGIS 3 GRASS plugin

2016-11-29 Thread Markus Neteler
On Tue, Nov 29, 2016 at 10:04 AM, Martin Landa wrote: > Hi Radim, > > 2016-11-29 10:02 GMT+01:00 Radim Blazek : >> Are there any objections to drop GRASS 6 support from GRASS plugin in QGIS 3? > > no objections. Martin +1 Markus ___ Qgis-user mailing li

Re: [Qgis-user] [GRASS-user] Drop GRASS 6 support in QGIS 3 GRASS plugin

2016-11-29 Thread Victor Olaya
I agree on removing support for it in Processing as well. It makes sense. Will wait to see if there is agreement on that, and i will remove the corresponding provider from the Processing codebase 2016-11-29 11:29 GMT+01:00 Markus Neteler : > On Tue, Nov 29, 2016 at 10:04 AM, Martin Landa wrote:

[Qgis-user] Joining polygons

2016-11-29 Thread Joris Hintjens
Hello, I have a shapefile with polygons that I want to join if they touch. They have no useful property to group them. How can I do that? My goal: group parcels within house blocks to 1 polygon. So that my layer of parcels becomes a layer of house blocks. see a sample at https://dl.dropboxuserc

Re: [Qgis-user] Joining polygons

2016-11-29 Thread Leknín Řepánek
vector -> geoprocessing tools -> dissolve On Tue, Nov 29, 2016 at 12:11:24PM +0100, Joris Hintjens wrote: > Hello, > I have a shapefile with polygons that I want to join if they touch. They have > no useful property to group them. How can I do that? > > My goal: group parcels within house blocks

Re: [Qgis-user] WFS 2.18.1 slow with PostGIS layer

2016-11-29 Thread Nicolas Boisteault
Hi Régis, No difference. In both case I have : 2016-11-29 12:17:05 CET [16843-1] login@host LOG: statement: set client_encoding to 'UNICODE' 2016-11-29 12:17:05 CET [16843-2] login@host LOG: statement: select regclass('pg_class')::oid 2016-11-29 12:17:05 CET [16843-3] login@host LOG: state

Re: [Qgis-user] Joining polygons

2016-11-29 Thread Joris Hintjens
Thanks for you input, but this does not work. It makes 1 multi polygon, not multiple polygons. It asks an attribute to separate the polygons, but I have no useful attributes that differ in the right way. Joris > Op 29 nov. 2016, om 15:21 heeft Leknín Řepánek het > volgende geschreven: > > vec

Re: [Qgis-user] Joining polygons

2016-11-29 Thread Bernhard Ströbl
g 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 __ Information from ESET Mail Security, version of virus signature database 14522 (20161129) __ The message was checked by ES

Re: [Qgis-user] Joining polygons

2016-11-29 Thread Jan Michálek
Really? I`m doing this in postgis by uninon, dump, point on surface and st_within. 2016-11-29 12:31 GMT+01:00 Joris Hintjens : > Thanks for you input, but this does not work. It makes 1 multi polygon, > not multiple polygons. It asks an attribute to separate the polygons, but I > have no useful a

Re: [Qgis-user] [Qgis-developer] Assistance with Basic Authentication

2016-11-29 Thread Luigi Pirelli
Hi Richard usually would be triggered by the signal http://doc.qt.io/qt-4.8/qnetworkaccessmanager.html#authenticationRequired signal and listeners are registered here: https://qgis.org/api/qgsnetworkaccessmanager_8cpp_source.html#l00297 cheers Luigi Pirelli ***

Re: [Qgis-user] Joining polygons

2016-11-29 Thread Joris Hintjens
istinfo/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/qg

Re: [Qgis-user] Assistance with Basic Authentication

2016-11-29 Thread Larry Shaffer
Hi Phil, Does your endpoint prompt an HTTP Basic username/password dialog when connecting to it via a Web browser? If not, then your server may not be sending the correct challenge: https://www.w3.org/Protocols/HTTP/1.0/spec.html#BasicAA Regards, Larry Shaffer Dakota Cartography Black Hills, So

[Qgis-user] DISTANCE TO NEAREST POINT

2016-11-29 Thread Ricardo Thompson
Good evening, I have a vector layer with eight locations and I want to calculate and plot the distance from each point to the nearest among them. I tried to use MMQGIS - Create - Hub distance, but nothing really comes out. What am I doing wrong? Thanks! Ricardo ___

Re: [Qgis-user] Assistance with Basic Authentication

2016-11-29 Thread Nyall Dawson
On 30 November 2016 at 04:25, Larry Shaffer wrote: > Hi Phil, > > Does your endpoint prompt an HTTP Basic username/password dialog when > connecting to it via a Web browser? If not, then your server may not be > sending the correct challenge: > > https://www.w3.org/Protocols/HTTP/1.0/spec.html#Bas