Re: [QGIS-Developer] Rendering of Icons

2017-11-13 Thread Peter King
Hi Calvin here is the svg optimisation tool which Robert recommended to me, https://github.com/RazrFalcon/svgcleaner-gui , and the online version https://jakearchibald.github.io/svgomg/ Pete On 14/11/17 10:32, Robert Szczepanek wrote: > Hi Calvin, > > How to render sharp icons is described in

Re: [QGIS-Developer] Rendering of Icons

2017-11-13 Thread Robert Szczepanek
Hi Calvin, How to render sharp icons is described in my design guidelines (http://robert.szczepanek.pl/gis-icons-0.1/). It depends on objects (lines) location on grid at target resolution. Inkscape writes in SVG many additional tags. Our goal is to decrease SVG icon size, so final vector

[QGIS-Developer] Rendering of Icons

2017-11-13 Thread C Hamilton
I was wondering how you turn the QGIS .svg icons into .png icons that are used in the tool bars. I have been using Inkscape and the resulting icons that I produce starting from the QGIS .svg files don't seem to be as sharp and clear as what is distributed with QGIS. The other thing I have found is

[QGIS-Developer] QGIS Server test on Windows 2016 server.

2017-11-13 Thread Mats Elfström
Wanted to test QGIS server on Windows 2016 server. Please advise on installation instructions. Main problem seems to be dll paths. Postgis, Apache runs fine. Hälsning / Regards Mats.E Skickat från min / Sent from my iPad, Ursäkta att jag är kortfattad / Excuse my brevity.

Re: [QGIS-Developer] MetaSearch provider connections in master

2017-11-13 Thread Tom Kralidis
Hi Alessandro: thanks for the info. I tried this (see Gist in [1]) whichj also results in the behaviour originally reported. Thanks ..Tom [1] https://gist.github.com/tomkralidis/dccb49efa760a585be38ee0c3188b8b3 On Mon, Nov 13, 2017 at 10:59 AM, Alessandro Pasotti wrote:

Re: [QGIS-Developer] MetaSearch provider connections in master

2017-11-13 Thread Alessandro Pasotti
I think you can try this first: the WMS 'on_btnConnect_clicked' slot has been renamed to 'btnConnect_clicked' On Mon, Nov 13, 2017 at 4:37 PM, Tom Kralidis wrote: > On Mon, Nov 13, 2017 at 10:32 AM, Alessandro Pasotti > wrote: > > On Mon, Nov 13,

Re: [QGIS-Developer] MetaSearch provider connections in master

2017-11-13 Thread Tom Kralidis
On Mon, Nov 13, 2017 at 10:32 AM, Alessandro Pasotti wrote: > On Mon, Nov 13, 2017 at 4:24 PM, Tom Kralidis wrote: >> >> On Mon, Nov 13, 2017 at 10:17 AM, Alessandro Pasotti >> wrote: >> > On Mon, Nov 13, 2017 at 3:59 PM, Tom

Re: [QGIS-Developer] MetaSearch provider connections in master

2017-11-13 Thread Alessandro Pasotti
On Mon, Nov 13, 2017 at 4:24 PM, Tom Kralidis wrote: > On Mon, Nov 13, 2017 at 10:17 AM, Alessandro Pasotti > wrote: > > On Mon, Nov 13, 2017 at 3:59 PM, Tom Kralidis > wrote: > >> > >> On Mon, Nov 13, 2017 at 9:18 AM,

Re: [QGIS-Developer] MetaSearch provider connections in master

2017-11-13 Thread Tom Kralidis
On Mon, Nov 13, 2017 at 10:17 AM, Alessandro Pasotti wrote: > On Mon, Nov 13, 2017 at 3:59 PM, Tom Kralidis wrote: >> >> On Mon, Nov 13, 2017 at 9:18 AM, Alessandro Pasotti >> wrote: >> > On Mon, Nov 13, 2017 at 3:06 PM, Tom

Re: [QGIS-Developer] MetaSearch provider connections in master

2017-11-13 Thread Alessandro Pasotti
On Mon, Nov 13, 2017 at 3:59 PM, Tom Kralidis wrote: > On Mon, Nov 13, 2017 at 9:18 AM, Alessandro Pasotti > wrote: > > On Mon, Nov 13, 2017 at 3:06 PM, Tom Kralidis > wrote: > >> > >> Hi devs: > >> > >> Given

Re: [QGIS-Developer] MetaSearch provider connections in master

2017-11-13 Thread Tom Kralidis
On Mon, Nov 13, 2017 at 9:18 AM, Alessandro Pasotti wrote: > On Mon, Nov 13, 2017 at 3:06 PM, Tom Kralidis wrote: >> >> Hi devs: >> >> Given https://issues.qgis.org/issues/17347 I'm working on fixing >> MetaSearch >> provider connections in master. The

Re: [QGIS-Developer] QgsServer and 3d tiles

2017-11-13 Thread G. Allegri
I see your point Vincent. I'm not planning to implement it and I don't have a strong opinion on the right design. From a user point of view it doesn't mske much difference either. So, no problem to converge :) I agree also on I3S being an Esri oriented standard (as it's been for GeoPackage, or KML

Re: [QGIS-Developer] MetaSearch provider connections in master

2017-11-13 Thread Alessandro Pasotti
On Mon, Nov 13, 2017 at 3:06 PM, Tom Kralidis wrote: > Hi devs: > > Given https://issues.qgis.org/issues/17347 I'm working on fixing > MetaSearch > provider connections in master. The core part of the code is currently at > [1]. A > standalone example can be found at [2].

[QGIS-Developer] MetaSearch provider connections in master

2017-11-13 Thread Tom Kralidis
Hi devs: Given https://issues.qgis.org/issues/17347 I'm working on fixing MetaSearch provider connections in master. The core part of the code is currently at [1]. A standalone example can be found at [2]. Result is that the WMS/WMTS provider opens connecting to the selected WMS/WMTS (good).

Re: [QGIS-Developer] QgsServer and 3d tiles

2017-11-13 Thread Vincent Picavet (ml)
Hello, On 09/11/2017 16:49, G. Allegri wrote: > Hi Vincent, > I agree tiled static data can, and should, be served as static content > but what I meant was having something like Tilestache, GeoWebCache, > MapCache, etc.. They're meant to render and cache on the fly, or > preseeding the tileset. >

Re: [QGIS-Developer] QgsServer and 3d tiles

2017-11-13 Thread Vincent Picavet (ml)
Hello, On 09/11/2017 16:49, G. Allegri wrote: > Hi Vincent, > I agree tiled static data can, and should, be served as static content > but what I meant was having something like Tilestache, GeoWebCache, > MapCache, etc.. They're meant to render and cache on the fly, or > preseeding the tileset. >

Re: [QGIS-Developer] discuss: What's our development gameplan for 3.0 and above?

2017-11-13 Thread Alessandro Pasotti
On Sat, Nov 11, 2017 at 10:27 AM, Richard Duivenvoorde wrote: > On 11-11-17 01:03, Nyall Dawson wrote: > > The "TLDW" for interested parties: > > - Qt containers (qlist, qvector, qmap, etc) are unmaintained, They > > won't be removed by upstream, but you shouldn't use them