Hi Tim,
https://github.com/qgis/QGIS/pull/42250 could be added to the changelog, it
missed the changelog tags.
There's also a typo on the category 's/Digitising/Digitizing/'
Best regards,
Stefanos
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
_
Maybe also post this to the PSC list?
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsub
For a simple left join you can skip using a virtual layer and use layer
properties > join instead.
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info:
Hi list,
on Debian Bullseye I can no longer load Oracle layers without crashing.
I have attached a stack trace on https://github.com/qgis/QGIS/issues/42857
The recent change on my system triggering this was probably upgrading qt5 to
5.15.2 before rebuilding qgis.
Anyone using Oracle on Debian Bull
Hi all,
just wanted to point out that tooltips are at least as useful as the docs
and while the docs may be maintained by the documentation team, the tooltips
are not. Furthermore, a missing tooltip is harder to be fixed by a
documentation contributor or a first time contributor since sometimes it
Hi all,
could someone with moderation rights remove the huge spam posts from
OSGeo.org › OSGeo Software Projects › QGIS
on nabble? Browsing the lists through
http://osgeo-org.1560.x6.nabble.com/QGIS-f4099105.html has become
inconvenient!
Regards,
Stefanos
--
Sent from: http://osgeo-org.1560
Looks like a translation problem. I'm not too familiar with transifex, but if
you search for "changelog" there is something fishy with the parameters.
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mai
Hi Salva,
can't you wrap your rather lengthy set of inividual operations based on the
i.fft and i.ifft grass routines into a QGIS model?
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mailing list
QGI
Hi,
the advanced configuration right now selects the layers that one wants to
avoid overlapping *with*. We could have a second checkbox on each layer that
will select the layers that one wants to avoid overlaps *on*, but that will
complicate things visually.
I think it would be better to add a key-
Hi,
you need to modify src/ui/qgisapp.ui with qt creator or qt designer.
Just note that the 'view' menu is a bit overcrowded and barely fits in one
column on older 1366x768 displays. We should consider grouping some actions
in sub-menus in 'view' and 'edit' menus.
--
Sent from: http://osgeo-org.
Hi,
I am doing the same thing with no issues by setting QGIS_PLUGINPATH to a
shared network path. Users connect to the network via VPN and the plugin is
loaded automatically. If the VPN is down while QGIS is starting, the plugin
is not loaded, but connecting to the VPN and restarting QGIS brings
ev
Hi list,
it's been some time that on windows machines when I try to do `python -m pip
install xxx` with the included python I get an error that "pip is configured
with locations that require TLS/SSL, however the ssl module in Python is not
available." so I cannot have my plugins automatically insta
Hi,
you could check if the plugin you mention (I am not familiar with it) keeps
backups before saving, it would be good practice!
Losing data is always tough, hope you sort it out!
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
I recently encountered this: https://github.com/qgis/QGIS/issues/39719 and
opened an issue upstream: https://trac.osgeo.org/geos/ticket/1064#ticket
It is by no means important, but since you asked!...
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
That's great!
However, I think that cases of "won't fix", "not a bug", "works ok for me"
etc. do not look nice in the Notable Fixes section.
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mailing list
Given two layers, A and B, there are two cases of merge:
- B is inserted into A: A features keep their fid values, B features get a
new one on insert.
- A and B are inserted into C: Both A and B features get new fids on insert.
This is at least what I expect from an autogenerated, not null, unique
Wouldn't making the fid field read only and generated once upon insert solve
the issues?
Still, it will uniquely identify the feature for its lifetime in the
dataset.
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QG
Hi Tim,
have a look at
http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-Qtcreator-debug-issues-td5389889.html
for a workaround.
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mailing list
QGIS-Develo
Hi list,
the move GCP tool in the georeferencer is a little pita to use, needing
pixel perfect aiming. I tried to remedy this with PR
https://github.com/qgis/QGIS/pull/37256 but Nyall raised the issue regarding
hidpi displays with this approach.
Since I don't have a hidpi display to test, can someo
You can have a look at the discussion at
https://github.com/qgis/QGIS/pull/37044
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osge
Hi all,
I would like to ask what would be considered best practice for an issuer to
handle stale pull requests. In the cases that a review was made and further
changes are expected from the contributor, it is obvious that unless the
changes are applied the PR should be closed. My question is about
Hi Matteo,
not sure what exactly you want to achieve, but you can do a union and
dissolve by doing a buffer with zero buffer distance and enabling the
dissolve result checkbox.
Regards,
Stefanos
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
FYI the issue is resolved with https://github.com/qgis/QGIS/pull/35776
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mai
gdal master, qgis almost
master) and all my problems seem solved! I'll use it in production tomorrow
to check if it's indeed crash free.
Regards,
uclaros
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-De
There's https://github.com/qgis/QGIS/issues/35719
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-dev
Thanks for the reply,
the python code was just an easy way to trigger the crash. The problem is
not python related, it's reproducible on a fresh debian testing vm, fully
upgraded, ie proj 7.0.0, gdal 3.4, geos 3.8.1. The issue does not exist on
debian stable, maybe your ubuntu is based on the stabl
Part of my problems seem to be caused by the fact that intersections between
a polygon or linestring and a point cause QGIS to crash...
eg. the following python code:
QgsGeometry.fromWkt('Polygon ((0 0, 1 1, 1 0, 0
0))').intersection(QgsGeometry.fromWkt('Point (42 0)'))
--
Sent from: http://o
Thanks fro the suggestion,
it is not a plugin issue, nor profile related. I could replicate on a clean
VM, fresh debian install apt upgrade to testing.
The strange thing is the freezes can't be reproduced at will so debugging is
difficult. Sometimes it happens right away, sometimes it takes a coupl
Thanks Bas,
I completely removed libproj19 and its dependents and built from source the
following chain:
-proj 6.3.1
-libgeotiff master
-libspatialite 4.3.0a (with
CFLAGS="-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1")
-gdal master
-qgis (a few days old master)
Unfortunately, things have not changed fo
Toggling selected layers has been recently added to master and can be
assigned to a key.
Regarding the georeference window, if the live preview is implemented, it
would be useful to track mouse movement on the image window and display a
transformed pointer on the main map with the live preview.
Fo
Hi,
after some recent package updates in Debian bullseye (testing), QGIS builds
have become unstable for me. While rendering on pan/zoom/vertex editing on a
project with a couple of geopackage layers, QGIS may freeze completely (idle
cpu) or crash with a dump like :
2020-04-09T00:00:27.315 [New LW
31 matches
Mail list logo