Hi Calvin,
Not sure it is exactly what you need, but I would have a look at two
plugins Olivier Dalang wrote some time ago
https://github.com/olivierdalang/VectorBender
https://github.com/olivierdalang/RasterBender
He is the original author of the advanced digitizing panel as a plugin.
These are
On Fri, 10 Aug 2018 at 11:11, C Hamilton wrote:
>
> Thanks!!! That is a good idea to use the layout panel.
>
> The advanced digitizing panel was the piece that I was missing. Yes the tools
> in QGIS 3 are much better.
This is certainly a novel task to do in QGIS. I'd love to see a write
up/case
Thanks!!! That is a good idea to use the layout panel.
The advanced digitizing panel was the piece that I was missing. Yes the
tools in QGIS 3 are much better.
On Thu, Aug 9, 2018 at 7:49 PM, Nyall Dawson wrote:
> On Fri, 10 Aug 2018 at 08:01, Alexandre Neto
> wrote:
> >
> > Hi,
> >
> > On Thu
On Fri, 10 Aug 2018 at 02:31, Tejas L wrote:
>
> Hello!
>
> We are releasing multiple QGIS3 plugins, each with their own processing
> algorithms. We would like the processing algorithms of these plugins to
> appear under a single Processing provider in the Processing toolbox. How can
> we achie
On Fri, 10 Aug 2018 at 08:01, Alexandre Neto wrote:
>
> Hi,
>
> On Thu, Aug 9, 2018, 22:27 C Hamilton wrote:
>>
>>
>> Also is there a way a non georegistered image be imported, make it somewhat
>> transparent, and then interactively drag and resize it on the map somewhat
>> like Google Earth? W
Hi,
On Thu, Aug 9, 2018, 22:27 C Hamilton wrote:
>
> Also is there a way a non georegistered image be imported, make it
> somewhat transparent, and then interactively drag and resize it on the map
> somewhat like Google Earth? When you don't really have anything to
> reference the image to you c
I need to be able to trace out some old surveys of ancient Indian
earthworks such as:
http://scienceviews.com/squier/ancientmonuments3-19.html
I would like to have them properly scaled and then somehow import them into
QGIS. Because many of these sites have been destroyed we don't know
precisely
I would say:
At plugin load time, check if your other plugins are already loaded. If
yes, don't load the processing provider, it's already loaded by the first
loaded plugin.
You need to use the same provider name (id). So your models won't be broken.
Don't forget to update each processing algorit
Всем привет! Я сейчас в отпуске, вернусь примерно 25 августа.
Интернет здесь возят на оленях, так что почту читаю редко и нерегулярно.
По всем вопросам можете писать Денису Нефёдову: nefedov...@mipt.ru
По вопросам разработки -- к Руслану Емельянову: rusla...@gmail.com
---
С уважением, Алексей Г
Plugin mmqgis approval by pcav.
The plugin version "[135] mmqgis 2018.8.9" is now approved
Link: http://plugins.qgis.org/plugins/mmqgis/
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qg
Всем привет! Я сейчас в отпуске, вернусь примерно 25 августа.
Интернет здесь возят на оленях, так что почту читаю редко и нерегулярно.
По всем вопросам можете писать Денису Нефёдову: nefedov...@mipt.ru
По вопросам разработки -- к Руслану Емельянову: rusla...@gmail.com
---
С уважением, Алексей Г
Hello!
We are releasing multiple QGIS3 plugins, each with their own processing
algorithms. We would like the processing algorithms of these plugins to appear
under a single Processing provider in the Processing toolbox. How can we
achieve this?
Regards,
Tej
___
Hi Anita,
Thanks very much for this. I am still lost though. If I replace the sink
and add your code I don't get an output in the dialog box - it needs to be
a parameter for that to happen right?
I found this
https://gis.stackexchange.com/questions/282773/writing-a-python-processing-script-with-q
On Thu, Aug 9, 2018 at 5:05 PM, Tom Elwertowski
wrote:
> The directory found by CMake
> (/System/Library/Frameworks/OpenCL.framework/Headers/)
> contains only .h files.
>
> The khronos site mentioned by Denis offers cl.hpp for v1 and cl2.hpp for
> v2. qgsopenclutils.h includes cl2.hpp.
>
> Shoul
The directory found by CMake
(/System/Library/Frameworks/OpenCL.framework/Headers/) contains only .h
files.
The khronos site mentioned by Denis offers cl.hpp for v1 and cl2.hpp for
v2. qgsopenclutils.h includes cl2.hpp.
Should I download and try cl.hpp on my mac? If it compiles, how can I
t
I would just make it disable by default on mac for the moment.
Le jeu. 9 août 2018 à 16:12, Denis Rouzaud a
écrit :
> I think the issue is that there is no header installed on mac
> https://stackoverflow.com/a/23079478/1548052
>
> Le jeu. 9 août 2018 à 16:06, Alessandro Pasotti a
> écrit :
>
>
I think the issue is that there is no header installed on mac
https://stackoverflow.com/a/23079478/1548052
Le jeu. 9 août 2018 à 16:06, Alessandro Pasotti a
écrit :
> On Thu, Aug 9, 2018 at 3:54 PM, Tom Elwertowski
> wrote:
>
>> Hi all,
>>
>> A recent change added OpenCL. Compilation fails on m
On Thu, Aug 9, 2018 at 3:54 PM, Tom Elwertowski
wrote:
> Hi all,
>
> A recent change added OpenCL. Compilation fails on macOS because Apple
> provides v1.2 (macOS 10.13) while QGIS seems to require v2.
That's wierd: 1.1 is what should be required can you file a ticket and
provide full logs?
Hi all,
A recent change added OpenCL. Compilation fails on macOS because Apple
provides v1.2 (macOS 10.13) while QGIS seems to require v2. Adding a
version to FIND_PACKAGE will fix the macOS compile and not use OpenCL.
Apple has deprecated OpenCL in favor of its own Metal technology. OpenCL
Hi Andrew,
On Thu, Aug 9, 2018 at 2:57 PM Andrew C wrote:
> I am not clear on how QgsFeatureSinkis working, perhaps that is why I am
> not getting the buffered layer? Normally in a script I could try printing
> variables I cannot see where these are printed either when I tested.
>
I think you'd
Hi All,
Can someone offer me some guidance on the new scripting process in QGIS 3x?
If I take the create script from template option and make some very minor
changes (below), why am I not writing a buffer? The script will execute
with no errors, is this line buffered_layer =
processing.run("nativ
>> Executing PRAGMA foreign_keys = ON
This is also done for Spatialite in the SpatialiteProvider, so this is not
a general GeoPackage issue.
The need to keep this on is important, since the TRIGGERS enforces the
'sanity' of the data (such as same srid and geometry-type rules).
Also the Database-D
On jeudi 9 août 2018 07:07:10 CEST Matthias Kuhn wrote:
> Thanks Even,
>
> Executing PRAGMA foreign_keys = ON sounds interesting, one thing we'll
> then need to check on the relation editing end is that we make proper
> use of deferred foreign key constraints.
>
> What do you think about the way
I found pre-compiled qgis-2.18.17 had a problem under OpenBSD 6.3 mentioned
in following thread
http://openbsd-archive.7691.n7.nabble.com/Probelm-when-building-QGIS-td347994.html
So I have to build QGIS myself.
Some problems were encountered, but I succeeded to fix them.
However, I can not fi
24 matches
Mail list logo