Re: [QGIS-Developer] Incremental drawing possible?

2017-07-10 Thread Mark Johnson
>> QGIS seems to need to draw the entire background in it's head, then displays it all at once Yes, this is a problem (it seems) with all of the the Raster rendering. With a GeoTiff during Panning, the Background blanks out and pops back, while the Vectors don't. Hard on the eyes when searching

Re: [QGIS-Developer] Incremental drawing possible?

2017-07-10 Thread Nyall Dawson
On 11 July 2017 at 13:17, John Abraham wrote: > Ok, I overlooked a few features, thanks Nathan for pointing out the refresh > rate! > > I rely on web based tile or WMS backgrounds (OpenStreetMap, NRCan Geogratis, > etc.). CityPhi fills in the background as the tiles show up.

Re: [QGIS-Developer] Incremental drawing possible?

2017-07-10 Thread John Abraham
R provider (or perhaps even ogr itself) and not in the >>> plugin. Thoughts? >> >> Regarding putting that in OGR itself, there's no such API for that right >> now, and I'm not >> completely clear of the value to add one (specific use case, for a single >> driver) &g

Re: [QGIS-Developer] Incremental drawing possible?

2017-07-10 Thread Nathan Woodrow
lugin. Thoughts? > > > Regarding putting that in OGR itself, there's no such API for that right > now, and I'm not > completely clear of the value to add one (specific use case, for a single > driver) > > Perhaps the QGIS OGR provider would be a better pla

Re: [QGIS-Developer] Debug C++ QGIS plugin with VS

2017-07-10 Thread qdqgisdev
Hi Jurgen thx for your feedback 1°)I will use VS2010 then. 2°)Regarding "RelWithDebInfo" do i need to use Cmake to build ? I thought CMake was required to build qgis. What we try to do is debugging a plugin (DLL) Am I supposed to build the DLL with Cmake ? The DLL works fine in release mode

Re: [QGIS-Developer] rule based style copy+paste bug

2017-07-10 Thread zrx
Hi Andreas, Thanks for the answer. I used only one layer with several rule based styles, sorry for the bad wording. I copied the styles on the GUI, and when I checked the xml file, most of the pasted entities had the same string in their key field, which is the id, I guess. Concerning the bug

[QGIS-Developer] Incremental drawing possible?

2017-07-10 Thread John Abraham
provider would be a better place for now. > > Even > > -- > Spatialys - Geospatial professional services > http://www.spatialys.com > -- next part -- > An HTML attachment was scrubbed... > URL: > <http://lists.osgeo.org/pipermail/qgis-developer/at

[QGIS-Developer] qgis-bin.exe - Entry Point Not Found

2017-07-10 Thread Patrice
I just installed QGIS 2.18.9 on Windows 10 64 bits with the network install (64 bits) and I got this error (attached picture). This was the version I had before formatting my computer and I am still using the same OS version as before. I browsed to the folder and the DLL is indeed

Re: [QGIS-Developer] QGIS/OGR: FeatureIds reassigned on write to data provider?

2017-07-10 Thread Even Rouault
On lundi 10 juillet 2017 15:01:56 CEST Régis Haubourg wrote: > Hi, > > This should clearly be restricted to Shapefiles. Other drivers don't have > > > this compaction logic and will let happily holes in the feature ids. > > What about Mapinfo TAB, which relies on DBF like shapefiles, and dbf

Re: [QGIS-Developer] QGIS/OGR: FeatureIds reassigned on write to data provider?

2017-07-10 Thread Régis Haubourg
Hi, This should clearly be restricted to Shapefiles. Other drivers don't have > this compaction logic and will let happily holes in the feature ids. What about Mapinfo TAB, which relies on DBF like shapefiles, and dbf files? Just asking, I didn't dig into that in depth. Régis

[QGIS-Developer] Plugin [1246] go2mapillary approval notification.

2017-07-10 Thread noreply
Plugin go2mapillary approval by pcav. The plugin version "[1246] go2mapillary 1.2" is now approved Link: http://plugins.qgis.org/plugins/go2mapillary/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] Value entry using comma as decimal separator?

2017-07-10 Thread Bernhard Ströbl
oper@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer __ Information from ESET Mail Security, version of virus signature database 15722 (20170710) __ The message was checked b

Re: [QGIS-Developer] QGIS/OGR: FeatureIds reassigned on write to data provider?

2017-07-10 Thread Even Rouault
> I did some playing around and came up with some FeatureId mapping code > which is pretty space efficient (basically requiring just > 3*nDeletedFeatures entries), see below. > > The code however assumes that the gaps in the fid-sequence are filled by > decreasing the fids after the gap, which

Re: [QGIS-Developer] QGIS/OGR: FeatureIds reassigned on write to data provider?

2017-07-10 Thread Sandro Mani
On 06.07.2017 11:00, Sandro Mani wrote: On 06.07.2017 10:57, Even Rouault wrote: On jeudi 6 juillet 2017 10:45:21 CEST Sandro Mani wrote: > On 05.07.2017 14:56, Sandro Mani wrote: > >> That could potentially be done using the current OGR API. Basically > >> in pseudo code, to execute