Giter VIP home page Giter VIP logo

geomaster-esp-iot-solution's People

Contributors

0x1abin avatar anujdeshpande avatar costaud avatar esp-doc avatar esp-lqq avatar hengyongchao avatar heyinling avatar infiniteyuan avatar jgrocha avatar koobest avatar krzychb avatar maxx4096 avatar panfeng-espressif avatar xcguang avatar zhanzhaocheng avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

geomaster-esp-iot-solution's Issues

Unexpected rounding in field calculator (documentation needed)

Author Name: Alister Hood (@AlisterH)
Original Redmine Issue: 5153
Affected QGIS version: master
Redmine category:vectors
Assignee: Nathan Woodrow


(possibly related to #13455)
If I do this I get the expected result: @4/2@
If I do this I get the expected result: @0.5@
If I do this the result is 0, regardless of the precision of the output field!: @2/4@
If I do this the results are shown with many decimal places, regardless of the precision of the output field!^: @$x@

^ However, when the layer is saved the results are rounded to the expected precision. N.B. this is the same as #13665


Related issue(s): #15625 (relates), #19495 (duplicates), #19757 (duplicates), #21296 (relates)
Redmine related issue(s): 6353, 11182, 11487, 13235


Notes for enhancements/bug fixes

Author Name: Giovanni Manghi (@gioman)
Original Redmine Issue: 5113

Redmine category:db_manager


This ticket should be the replacement of #12061 and are notes to be considered when the remaining Postgis Manager features will be ported into DB Manager.

*) In a postgis layer if I add/edit a column with the "postgis manager", the attribute table is not immediately updated. This doesn't happens if the column is added trough "Properties -> Attributes".

*) If I delete a postgis column with the "postgis manager" and the I open the attributes table, the column is still there filled with "NULL" values. If I reload the layer the column is gone. Does not happen if the operation is done trough the qgis vector properties.

*) When adding/editing a column I get always an error if I try to define the length of the field. It seems that doesn't happens just with the "char" data type.

*) When creating a new column, the "can be null" checkbox is selected by default, nevertheless I suggest that with datatypes that "cannot be null" to make the checkbox not active to avoid people uncheck it.

*) When creating a new column make the selection of datatype consistent with the ones available when adding a new column in the qgis vector properties (actually they list/nomenclature of datatypes is different)

*) When adding/editing a new column of a type that is text, then if selecting the "default value" option there is a bug. The query misses the " ' " around the string and so the operation fails. Example

ALTER TABLE "public".distritos ADD teste varchar NULL DEFAULT puppa

but is should be

ALTER TABLE "public".distritos ADD teste varchar NULL DEFAULT 'puppa'


Related issue(s): #12061 (relates)
Redmine related issue(s): 2001


Query -t cafeina/din/1 -m ""

Quando se faz a query: -t cafeina/din/1 -m "" a resposta está a retornar: cafeina/din/1 (null)

As respostas deviam ser todas bicafe/#

Não deveria dar (null)

Field calculator displays real values in the attribute table instead of rounding them to the field precision

Author Name: Alister Hood (@AlisterH)
Original Redmine Issue: 6353
Affected QGIS version: master
Redmine category:vectors


(Perhaps I should have reopened #13665 - what is the protocol around here?)

  • Use the Field calculator to write e.g. 9/17.0 to an INTEGER field
  • In the attribute table you see the real value: 0.529411764705882
  • Press the Save button
  • Close and reopen the attribute table.
  • The value is updated with the proper one from layer: 1

Related issue(s): #14905 (relates)
Redmine related issue(s): 5153


Attribute table record selection

Author Name: bderstine - (bderstine -)
Original Redmine Issue: 3777
Affected QGIS version: master
Redmine category:gui


Using Shapefile. 1.7.0 Build #23740. Not sure if GUI is the correct component for this...

1: Attribute Table upward scrolling mouse selection.
Go to last record (bottom).
In Editing Mode or Not In Editing Mode: Left-click on record # and drag up to select records...
(a) Table does not scroll above current extent.
(b) The count of # features selected in the window title bar does not update. This causes problems when trying to run calculations on (apparently) selected records that are not actually selected.

On the other hand, there are no problems when scrolling upward while selecting. This was unexpected.

2: Attribute Table selecting and scrolling with shift key.
Click to select any record.
Shift + Up Arrow or shift+page up/page down does not extend the selection. This was unexpected.


Related issue(s): #13611 (relates)
Redmine related issue(s): 3551


Error reading netCDF with multiple bands

Author Name: giu mas (giu mas)
Original Redmine Issue: 21783
Affected QGIS version: 3.7(master)
Redmine category:rasters


I am creating some netCDF files with more than 1 band using GDAL (2.4.1).

The created files (an example file in attachment) works fine in QGIS 2.18 (and other GIS apps), but I get the following errors with QGIS 3+ (ltr, dev, etc.) on OSGEO4W64:

2019-04-07T16:16:16     CRITICAL    Invalid Layer : Raster layer Provider is not valid (provider: gdal, URI: C:/gdal.nc
2019-04-07T16:16:16     CRITICAL    Invalid Data Source : C:/gdal.nc is not a valid or recognized data source.

If I create a netCDF file with just 1 band (example attached), QGIS 3+ reads the file smoothly.

This issue may be related to #28740, #28799 and #29464



Related issue(s): #29637 (relates)
Redmine related issue(s): 21822


"Identify Features" tool is slow with complex/big features (lot of nodes)

Author Name: Giovanni Manghi (@gioman)
Original Redmine Issue: 4819
Affected QGIS version: master
Redmine category:map_canvas


This happens with lines/polygons above a certain level of complexity (number of nodes). To test you can use the same vector that was used as test case in ticket #14441

http://www.faunalia.pt/downloads/test_slow_vector.zip



Related issue(s): #16716 (relates)
Redmine related issue(s): 7834


Prepare migration

Author Name: Giovanni Allegri (@giohappy)
Original Redmine Issue: 16096

Redmine category:qgis_server


There's a related old issue #12840 about this but I open a new one because it's about QGIS2.ini not being read by QGIS Server, while I would ask it in more general terms: looking inside the QGIS Server code it seems that it doesn't take into account any proxy setting. Is it right? It's not a bug certainly but an important missing feature for sure.
Can anybody confirm this?


Related issue(s): #20935 (relates)
Redmine related issue(s): 12840


Manuel issue

----------------------------- Delete below -----------------------------

If your issue is a general question, starts similar to "How do I..", or is related to 3rd party development kits/libs, please discuss this on our community forum at esp32.com instead.

INSTRUCTIONS

Before submitting a new issue, please follow the checklist and try to find the answer.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

If the issue cannot be solved after the steps before, please follow these instructions so we can get the needed information to help you in a quick and effective fashion.

  1. Fill in all the fields under Environment marked with [ ] by picking the correct option for you in each case and deleting the others.
  2. Describe your problem.
  3. Include debug logs on the monitor or the coredump.
  4. Provide more items under Other items if possible can help us better locate your problem.
  5. Use markup (buttons above) and the Preview tab to check what the issue will look like.
  6. Delete these instructions from the above to the below marker lines before submitting this issue.

----------------------------- Delete above -----------------------------

Environment

  • Development Kit: [ESP32-Wrover-Kit|ESP32-DevKitC|ESP32-PICO-Kit|ESP32-LyraT|ESP32-LyraTD-MSC|none]
  • Kit version (for WroverKit/PicoKit/DevKitC): [v1|v2|v3|v4]
  • Module or chip used: [ESP32-WROOM-32|ESP32-WROOM-32D|ESP32-WROOM-32U|ESP32-WROVER|ESP32-WROVER-I|ESP32-WROVER-B|ESP32-WROVER-IB|ESP32-SOLO-1|ESP32-PICO-D4|ESP32]
  • IDF version (run git describe --tags to find it):
    // v3.2-dev-1148-g96cd3b75c
  • Build System: [Make|CMake]
  • Compiler version (run xtensa-esp32-elf-gcc --version to find it):
    // 1.22.0-80-g6c4433a
  • Operating System: [Windows|Linux|macOS]
  • Power Supply: [USB|external 5V|external 3.3V|Battery]

Problem Description

//Detailed problem description goes here.

Expected Behavior

Actual Behavior

Steps to repropduce

  1. step1
  2. ...

// It helps if you attach a picture of your setup/wiring here.

Code to reproduce this issue

// the code should be wrapped in the ```cpp tag so that it will be displayed better.
#include "esp_log.h"

void app_main()
{
    
}

// If your code is longer than 30 lines, GIST is preferred.

Debug Logs

Debug log goes here, should contain the backtrace, as well as the reset source if it is a crash.
Please copy the plain text here for us to search the error log. Or attach the complete logs but leave the main part here if the log is *too* long.

Other items if possible

  • sdkconfig file (attach the sdkconfig file from your project folder)
  • elf file in the build folder (note this may contain all the code details and symbols of your project.)
  • coredump (This provides stacks of tasks.)

Prepare migration

Author Name: bderstine - (bderstine -)
Original Redmine Issue: 3777
Affected QGIS version: master
Redmine category:gui


Using Shapefile. 1.7.0 Build #15820. Not sure if GUI is the correct component for this...

1: Attribute Table upward scrolling mouse selection.
Go to last record (bottom).
In Editing Mode or Not In Editing Mode: Left-click on record # and drag up to select records...
(a) Table does not scroll above current extent.
(b) The count of # features selected in the window title bar does not update. This causes problems when trying to run calculations on (apparently) selected records that are not actually selected.

On the other hand, there are no problems when scrolling upward while selecting. This was unexpected.

2: Attribute Table selecting and scrolling with shift key.
Click to select any record.
Shift + Up Arrow or shift+page up/page down does not extend the selection. This was unexpected.


Related issue(s): #13611 (relates)
Redmine related issue(s): 3551


QGIS 1.8.0 windows standalone ships with GDAL version that causes new attribute data loss in Shapefiles

Author Name: marisn - (marisn -)
Original Redmine Issue: 5900
Affected QGIS version: master
Redmine category:build/install


Steps to reproduce issue on Windows:

  1. Create a new Shapefile with a text attribute;
  2. In "Save As" dialog leave encoding as-is = "system";
  3. Add a vector feature with text attribute value "āšņļ";
  4. Stop editing and save edits.

Results:

  1. In layer properties, General tab under "provider specific options" encoding is set to "UTF-8" => WRONG! On my system "system" encoding equals "windows-1257";
  2. In attribute table text has turned into "????" and thus content has been lost. Reopening dataset with "system" encoding doesn't help a lot.

Creating dataset with "UTF-8" encoding doesn't fix problem. (Read: encoding "system" is not the issue)

As all mentioned bug reports are closed as "fixed" or "use specific Linux installator" or "downgrade GDAL" all of which doesn't apply to Standalone installer, this is Windows packaging bug that can cause data corruption or loss and thus currently renders QGIS on Windows to be unusable for any non-latin language using user. I hope, that it will be fixed soon, as currently the last fully operational QGIS version on Windows is 1.6.0!

Probably also related to "OSGeo4W !#10353":http://trac.osgeo.org/osgeo4w/ticket/294


Related issue(s): #14989 (relates), #15114 (relates), #15355 (relates)
Redmine related issue(s): 5255, 5508, 5911


Error reading netCDF with multiple bands

Author Name: giu mas (giu mas)
Original Redmine Issue: 21783
Affected QGIS version: 3.7(master)
Redmine category:rasters


I am creating some netCDF files with more than 1 band using GDAL (2.4.1).

The created files (an example file in attachment) works fine in QGIS 2.18 (and other GIS apps), but I get the following errors with QGIS 3+ (ltr, dev, etc.) on OSGEO4W64:

2019-04-07T16:16:16     CRITICAL    Invalid Layer : Raster layer Provider is not valid (provider: gdal, URI: C:/gdal.nc
2019-04-07T16:16:16     CRITICAL    Invalid Data Source : C:/gdal.nc is not a valid or recognized data source.

If I create a netCDF file with just 1 band (example attached), QGIS 3+ reads the file smoothly.

This issue may be related to #28740, #28799 and #29464



Related issue(s): #29637 (relates)
Redmine related issue(s): 21822


Attribute table record selection

Author Name: bderstine - (bderstine -)
Original Redmine Issue: 3777
Affected QGIS version: master
Redmine category:gui


Using Shapefile. 1.7.0 Build #23740. Not sure if GUI is the correct component for this...

1: Attribute Table upward scrolling mouse selection.
Go to last record (bottom).
In Editing Mode or Not In Editing Mode: Left-click on record # and drag up to select records...
(a) Table does not scroll above current extent.
(b) The count of # features selected in the window title bar does not update. This causes problems when trying to run calculations on (apparently) selected records that are not actually selected.

On the other hand, there are no problems when scrolling upward while selecting. This was unexpected.

2: Attribute Table selecting and scrolling with shift key.
Click to select any record.
Shift + Up Arrow or shift+page up/page down does not extend the selection. This was unexpected.


Related issue(s): #13611 (relates)
Redmine related issue(s): 3551


Missing Krovak East North 102067 projection

Author Name: Ivan Mincik (Ivan Mincik)
Original Redmine Issue: 4945
Affected QGIS version: master
Redmine category:projection_support


In Slovak and Czech republic, we are mostly using S-JTSK East/North projection, which is not standardized by any official authority (EPSG, ...) We use ESRI code 102067 for that.

This projection was removed in 1.7.4 (was in 1.7.3 as EPSG:102067).
It seems, that it was done in 42e02d82c05b4da370be77ef71345ba62457cc66 as the result of #14550.

If we want to clean EPSG database, the solution could be to add this projection under some other authority (ESRI or OSGEO ..).
It is essential, because currently we are not able to load any WMS layer in that projection, which is issue affecting all CzechoSlovak users (QGIS is not able to correctly load WMS layer in unknown projection).

spatialreference.org is currently down. Here are projection parameters:

PROJ4: +proj=krovak +lat_0=49.5 +lon_0=24.83333333333333 +alpha=30.28813975277778 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +units=m +no_defs


Related issue(s): #10787 (relates)
Redmine related issue(s): 728


QGIS WFS Server Geometry Type not recognize by ArcGIS

Author Name: René-Luc ReLuc (@rldhont)
Original Redmine Issue: 6302
Affected QGIS version: master
Redmine category:qgis_server
Assignee: René-Luc ReLuc


After the resolution of #15455, Giovanni Manghi testing QGIS WFS Server with GvSIG, uDIG and ArcGIS.

ArcGIS doesn't recognize the Geometry Type, because ArcGIS uses DescribeFeatureType to identifying Geometry Type and QGIS WFS Server return that geometry is just GeometryPropertyType.



Related issue(s): #15455 (relates)
Redmine related issue(s): 6116



Child issue(s): #15713
Redmine child issue(s): 6485


Map canvas flickers when content is dragged

Author Name: jekhor - (jekhor -)
Original Redmine Issue: 4011
Affected QGIS version: 2.2.0
Redmine category:map_canvas


Map canvas flickers when content is dragged. This issue caused by f4d26d6211830a866030a333236dcfbf15e077aa "Fix for resize crash, ticket #12774". This fix seems dirty :)

This issue is reproduced in 1.7.0 also.



Related issue(s): #14785 (relates)
Redmine related issue(s): 5008


External URL access via PyQt crashes QGIS on Mac OS X

Author Name: Larry Shaffer (Larry Shaffer)
Original Redmine Issue: 5597
Affected QGIS version: master
Redmine category:python_plugins


After typing the following commands at the Python Console, QGIS crashes (after entering last command):

from PyQt4.QtWebKit import QWebView
from PyQt4.QtCore import QUrl
webview = QWebView()
webview.load(QUrl('http://qgis.org/api'))

If the QUrl is local (i.e. file:// scheme) then there is no crash. Attached is the debug of the startup of QGIS (no debug info on crash, excepting notification of segfault). Between end of debug info and segfault is where Python Console commands were entered.

When testing this with a help browser, the base HTML of the page appears to render, then QGIS crashes. Possibly when loading additional resources. Pages with no images, only HTML (like above) cause the crash, as well.

This did not happen with 1.7.4-4 (Kyngchaos.com release), though he reports the same crash (on entering the above) with his 1.8 builds, too.

QGIS version: 1.8.0-Lisboa
QGIS code revision: a1255fc
Compiled against Qt: 4.8.1
Running against Qt: 4.8.1
Compiled against GDAL/OGR: 1.9.0
Running against GDAL/OGR: 1.9.0
GEOS Version: 3.3.2dev
PostgreSQL Client Version: 9.1.1
SpatiaLite Version: 2.4.0
QWT Version: 5.2.2
This copy of QGIS writes debugging output.

This bug may be related to #15038

This is fairly serious, as it may affect any plugin that has an HTML file that loads remotely into a QWebView, like help, etc.

Larry



Related issue(s): #15038 (relates)
Redmine related issue(s): 5338


Problem installing plugins

Author Name: Daniel Fruzynski (Daniel Fruzynski)
Original Redmine Issue: 4141
Affected QGIS version: master
Redmine category:python_plugins


QGIS 1.7 has problem loading user plugins. I suspect this is caused by fact that user's profile directory contains non-ascii chars in path - in this case "C:\Users\Buława\". Error message is below.

Cannot load plugin 'numericalDigitize' z ['C:/PROGRA~1/QUANTU~1/apps/qgis/./python', 'C:/Users/Bu⠐⟍awa/.qgis/python', 'C:/Users/Bu⠐⟍awa/.qgis/python/plugins', 'C:/PROGRA~1/QUANTU~1/apps/qgis/./python/plugins', 'C:\\PROGRA~1\\QUANTU~1\\bin\\python25.zip', 'C:\\PROGRA~1\\QUANTU~1\\apps\\Python25\\DLLs', 'C:\\PROGRA~1\\QUANTU~1\\apps\\Python25\\lib', 'C:\\PROGRA~1\\QUANTU~1\\apps\\Python25\\lib\\plat-win', 'C:\\PROGRA~1\\QUANTU~1\\apps\\Python25\\lib\\lib-tk',
'C:\\PROGRA~1\\QUANTU~1\\apps\\qgis\\bin', 'C:\\PROGRA~1\\QUANTU~1\\apps\\Python25', 'C:\\PROGRA~1\\QUANTU~1\\apps\\Python25\\lib\\site-packages', 'C:\\PROGRA~1\\QUANTU~1\\apps\\Python25\\lib\\site-packages\\win32', 'C:\\PROGRA~1\\QUANTU~1\\apps\\Python25\\lib\\site-packages\\win32\\lib', 'C:\\PROGRA~1\\QUANTU~1\\apps\\Python25\\lib\\site-packages\\Pythonwin', 'C:\\PROGRA~1\\QUANTU~1\\apps\\Python25\\lib\\site-packages\\wx-2.8-msw-unicode', 'C:\\PROGRA~1\\QUANTU~1\\apps\\qgis\\python\\plugins\\fTools\\tools']

Traceback (most recent call last):
  File "C:/PROGRA~1/QUANTU~1/apps/qgis/./python\\qgis\\utils.py", line 117, in loadPlugin
    __import__(packageName)
  File "C:/PROGRA~1/QUANTU~1/apps/qgis/./python\\qgis\\utils.py", line 283, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
ImportError: No module named numericalDigitize

Python version:
2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]


QGIS version:
1.7.0-Wroclaw Wroclaw, 63ecdd7

Python location: ['C:/PROGRA~1/QUANTU~1/apps/qgis/./python', 'C:/Users/Bu\\xc5\\x82awa/.qgis/python', 'C:/Users/Bu\\xc5\\x82awa/.qgis/python/plugins', 'C:/PROGRA~1/QUANTU~1/apps/qgis/./python/plugins', 'C:\\\\PROGRA~1\\\\QUANTU~1\\\\bin\\\\python25.zip', 'C:\\\\PROGRA~1\\\\QUANTU~1\\\\apps\\\\Python25\\\\DLLs', 'C:\\\\PROGRA~1\\\\QUANTU~1\\\\apps\\\\Python25\\\\lib', 'C:\\\\PROGRA~1\\\\QUANTU~1\\\\apps\\\\Python25\\\\lib\\\\plat-win', 'C:\\\\PROGRA~1\\\\QUANTU~1\\\\apps\\\\Python25\\\\lib\\\\lib-tk', 'C:\\\\PROGRA~1\\\\QUANTU~1\\\\apps\\\\qgis\\\\bin',
'C:\\\\PROGRA~1\\\\QUANTU~1\\\\apps\\\\Python25', 'C:\\\\PROGRA~1\\\\QUANTU~1\\\\apps\\\\Python25\\\\lib\\\\site-packages', 'C:\\\\PROGRA~1\\\\QUANTU~1\\\\apps\\\\Python25\\\\lib\\\\site-packages\\\\win32', 'C:\\\\PROGRA~1\\\\QUANTU~1\\\\apps\\\\Python25\\\\lib\\\\site-packages\\\\win32\\\\lib', 'C:\\\\PROGRA~1\\\\QUANTU~1\\\\apps\\\\Python25\\\\lib\\\\site-packages\\\\Pythonwin', 'C:\\\\PROGRA~1\\\\QUANTU~1\\\\apps\\\\Python25\\\\lib\\\\site-packages\\\\wx-2.8-msw-unicode', 'C:\\\\PROGRA~1\\\\QUANTU~1\\\\apps\\\\qgis\\\\python\\\\plugins\\\\fTools\\\\tools']


Related issue(s): #14240 (relates)
Redmine related issue(s): 4303


QGIS Server proxy settings

Author Name: Giovanni Allegri (@giohappy)
Original Redmine Issue: 16096

Redmine category:qgis_server


There's a related old issue #20935 about this but I open a new one because it's about QGIS2.ini not being read by QGIS Server, while I would ask it in more general terms: looking inside the QGIS Server code it seems that it doesn't take into account any proxy setting. Is it right? It's not a bug certainly but an important missing feature for sure.
Can anybody confirm this?


Related issue(s): #20935 (relates)
Redmine related issue(s): 12840


User speficied settings not portable with [--configpath] boot option under Windows 7

Author Name: Michael Weiss (Michael Weiss)
Original Redmine Issue: 6068
Affected QGIS version: 1.8.0
Redmine category:gui
Assignee: Martin Dobias


There seems to be a bug with the [--configpath] boot option when porting QGIS 1.8 to a flash drive. QGIS can be started from the flash drive and runs stable on different computers, also installed plugins show up on different working stations as installed.

But user speficied options settings - such as position and visibility of toolbars or panels are ignored. Also plugins do not show up as activated when connecting the flash drive to another computer. The same issue concerns elements hidden/deactivated by the new "Customization" option.

It seems, that these UI-settings still are saved locally. When removing all entries in the Windows registry, keys appear from new in HKEY_CURRENT_USER\Software\QuantumGIS after running QGIS. There is a fixed bug (#15137: --configpath not used), but this affected only functionality of plugins. Plugins seem to work well now, problems occur with UI-settings themselves. Tested under Windows 7 only.


Related issue(s): #15137 (relates)
Redmine related issue(s): 5544


Map canvas flicker when qgis window gains/losts focus or on mouse enter/exit the canvas

Author Name: Gabriele Monfardini (@gabrimonfa)
Original Redmine Issue: 5008
Affected QGIS version: master


The flickering happens when:

  • qgis window grabs/losts the focus
  • mouse enters/exits map canvas but ONLY if qgis window does not have the focus

I'm on git master up-to-date (2011-02-14) (last commit 1dfc3b7a293c40f3d10386cc620dee2322dd152b).

Versione di QGIS 1.9.90-Alpha
QGIS code revision 2cea349
Compiled against Qt 4.7.4
Running against Qt 4.7.4
GDAL/OGR Version 1.9.0
GEOS Version 3.4.dev
PostgreSQL Client Version 9.1.2
SpatiaLite Version 2.4.0
QWT Version 5.2.2

There is no log from QGIS, no log from Xorg, nor entries in syslog.
Toggling the checkbox "Update" does not have any effect, so flickering is not due to updating the view.

My video card is a Radeon HD 3450, with radeon driver.
I'm on kubuntu 11.10 running kde.

Toggling desktop effects in my desktop manager (kdm) does not have any effects.
Toggling compositing type from OpenGL and Xrender does not have any effects.

It is probably related to issue #13998


Related issue(s): #13830 (relates), #13998 (relates)
Redmine related issue(s): 3771, 4011


Attribute table record selection

Author Name: bderstine - (bderstine -)
Original Redmine Issue: 3777
Affected QGIS version: master
Redmine category:gui


Using Shapefile. 1.7.0 Build #23740. Not sure if GUI is the correct component for this...

1: Attribute Table upward scrolling mouse selection.
Go to last record (bottom).
In Editing Mode or Not In Editing Mode: Left-click on record # and drag up to select records...
(a) Table does not scroll above current extent.
(b) The count of # features selected in the window title bar does not update. This causes problems when trying to run calculations on (apparently) selected records that are not actually selected.

On the other hand, there are no problems when scrolling upward while selecting. This was unexpected.

2: Attribute Table selecting and scrolling with shift key.
Click to select any record.
Shift + Up Arrow or shift+page up/page down does not extend the selection. This was unexpected.


Related issue(s): #13611 (relates)
Redmine related issue(s): 3551


labelling font size selector does not work plus the size always revert to 8

Author Name: Anna D (Anna D)
Original Redmine Issue: 6065
Affected QGIS version: master
Redmine category:labelling


This issue is similar to #14767 in 1.7.4.
In labelling, the size of the font can be selected in two places, in the "label settings" tab but also in the dialog that opens when choosing the type of the font. In the latter dialog choosing the size of the font has not effects. Also, when choosing a different font from the previous selected, the font size always reverts to 8 pt.


Related issue(s): #14767 (relates)
Redmine related issue(s): 4981


QGIS Server proxy settings

Author Name: Giovanni Allegri (@giohappy)
Original Redmine Issue: 16096

Redmine category:qgis_server


There's a related old issue #20935 about this but I open a new one because it's about QGIS2.ini not being read by QGIS Server, while I would ask it in more general terms: looking inside the QGIS Server code it seems that it doesn't take into account any proxy setting. Is it right? It's not a bug certainly but an important missing feature for sure.
Can anybody confirm this?


Related issue(s): #20935 (relates)
Redmine related issue(s): 12840


Enhance the identify on WMS using GetFeatureInfo

Author Name: aperi2007 - (aperi2007 -)
Original Redmine Issue: 5892

Redmine category:web_services_clients/wms


(see also ticket #15340)
Actually qgis always call an identify on WMS using
INFO_FORMAT=text/plain
An useful enhanced should be add a properties at wms-layer-level settable from user to choose the format for the getfeatureinfo request.
The available values should be:

text/plain
text/xml
text/html


Related issue(s): #15340 (duplicates), #15770 (relates)
Redmine related issue(s): 5887, 6575


QGIS Server proxy settings

Author Name: Giovanni Allegri (@giohappy)
Original Redmine Issue: 16096

Redmine category:qgis_server


There's a related old issue #20935 about this but I open a new one because it's about QGIS2.ini not being read by QGIS Server, while I would ask it in more general terms: looking inside the QGIS Server code it seems that it doesn't take into account any proxy setting. Is it right? It's not a bug certainly but an important missing feature for sure.
Can anybody confirm this?


Related issue(s): #20935 (relates)
Redmine related issue(s): 12840


Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.