stretch4x4
stretch4x4
Unfortunately I can't answer that question as we were already on 1.8.7 before we started using adminplus. There is the possibility that the issue is related to our multi app...
I could use something like this, so will detail my current use case. Currently I use the app to track where I have taken photos, if I do a walk...
I think an alternative solution could be the following: ```python class MyEnum(str, Enum): STR1 = "str1" STR2 = "str2" STR3 = "str3" ``` This seems to work for my use...
I was searching to see if a double click could rename the layer. But yes it seems like either a slow or fast double click should do something 👍
Bonus points for making the setting configurable? :) F2 Another key binding I will never remember when I actually need it 😆 yeah my usage of QGIS is probably not...
Thanks @sgillies Yeah that makes sense, so GDAL just checks the first feature and not all of them? I assume there is no parameter to change that. Unfortunately the files...
I would certainly like to see this added also. We are looking to add user documentation alongside our existing documentation. Being able to break this up into smaller pdfs would...
Oh neat! That one isn't in the docs (I assume because it is experimental) that is exactly what I need :D Is there any way to make it use my...
I think the main output looks good to me, however a parameter for some for of machine readable version like JSON seems like a good addition as suggested in these...
> @stretch4x4 Can you provide reproducible example on what happens in that case? I think that can be easily fixed 😄 @NoahGorny not a problem First example is equivalent of...