Just to add to this, QGIS supports using raster images for points with data
driven properties, so with some expression-fu and native tools you can get
decent approximations for images from just exif data. I have wanted to
build a basic template project for the solutions hub but haven't found the
ti
For a bulk operation you can also have a look at this script as well:
https://github.com/zacharlie/fonts4gis/blob/master/parameterise.py
I think it has issues with nested elements but I haven't gotten around to
testing it further.
On Thu, 28 Oct 2021 at 11:49, Stefan Giese (WhereGroup) <
stefan.
I'm not sure of a faster way to achieve this exactly, but if you use the
"pretty breaks" method and the appropriate number of classes you can get
quite close to the desired outcome, and maybe just remove the last class
created to round down the output. Pretty breaks will try to automatically
perfor
If you can define the filter expression and just have users change it,
there is also the option of using custom project, layout, or report
variables which the user can simply edit or update.
On Mon, 11 Oct 2021, 19:33 Jésahel Benoist, wrote:
> Hello Yann,
>
> You can do it programmatically with
I think you can get pretty far with aggregate expressions and geometry
generators, but I think at some point the complexity just gets unwieldy and
using a graphics program is more pragmatic. I even started building
a dendrogram legend within a map frame using QGIS at one point.
I've never done tra
Probably more of a developer list issue, but we already have commandline
options for starting qgis without plugins, the plugin manager for disabling
plugins, etc etc. The trouble is trying to send people the instructions for
this. Settings >> User Profiles >> New is a lot easier, and I expect most
If you press the F12 key it will bring up the developer/ debug tools. Under
the profiler tab, select the "Project Load" category and the Reading map
layers section will give you the time it takes for QGIS to load each layer.
For the layer rendering issue in the ToC it's hard to say what the issue
Hi hugh, the "export defaults" as a part of the XML is a feature that has
been added to the latest release 3.22 which will be available later this
month, or you could use a nightly build. IT will include PDF exports as
well.
On Mon, 4 Oct 2021 at 18:23, Hugh Kelley wrote:
> Got it, thanks,.
>
>
Hi Zoltan,
I think if you add toolbar actions (e.g. via a plugin) they show up in that
menu automatically so you just need to provide a plugin wrapper for your
desired action.
On Mon, 4 Oct 2021 at 18:02, Zoltan wrote:
> Presumably you have looked at Settings->Keyboard Shortcuts ?
>
> The trick
Have you looked at the Settings >> Keyboard Shortcuts Menu?
On Mon, 4 Oct 2021 at 17:46, Hugh Kelley wrote:
> Hi all,
>
> I periodically need to make extensive edits to vector datasets in QGIS.
>
> It would be very helpful to have keybindings that allowed me to switch
> between the drag map exte
I think this would be rather challenging to achieve with the graphical
modeler with the current toolset and would be much more readily developed
in a pyqgis script.
Whilst it may be possible (although I'm not entirely sure how), the model
builder tools support for iterators and conditionals can be
In that case I think it'll be difficult to troubleshoot without data that
replicates the issue (even if it's fake data). Have you tried the different
cardinality settings available (the "Join Type") to see if something in the
data structure, values, or tool configuration is causing the mismatch
bet
If you are wanting to use the canvas with a graticule you can configure it
from view>>decorations>>grid. That only supports using the map CRS units
afaik. For producing vector grids in various coordinate systems and
intervals, you can use the create grid tools from the processing toolbox.
As an asi
ectangle, after setting the points,
> QGIS rotats this image, let's say, by 45 degrees.
>
> The corners of the imported image are now black triangles.
>
> I do want to have e.g. red triangles ...
>
> Regards
>
>
> Am 01.10.2021 um 09:50 schrieb Charles Dixon-Paver:
>
ts,
> QGIS rotats this image, let's say, by 45 degrees.
>
> The corners of the imported image are now black triangles.
>
> I do want to have e.g. red triangles ...
>
> Regards
>
>
> Am 01.10.2021 um 09:50 schrieb Charles Dixon-Paver:
>
> There's not real
There's not really any way for a GIS system to automatically differentiate
between black background pixels and black data pixels. QGIS supports users
setting custom pixel values to render as transparent pixels, but it's left
up to users to ensure that their data and background values are different.
Restoring a database dump is probably the best approach, especially if you
want to retain certain metadata, relations, and ownership information etc.
If it's just the data itself you want to migrate and you're not 100%
comfortable with database administration, an easy option is to connect to
both
In terms of a functioning plugin for this you can search for the "vector
bender" in the qgis plugins
On Sat, 25 Sep 2021, 18:49 Bo Victor Thomsen,
wrote:
> Hi list -
>
> One of my customers just received a data file, where the coordinates is
> not in any projection: Center of map data is (0,0),
If you want to bulk process your layers there are a few options. If you
break the existing connection, the project will prompt you to find new
layers when it starts up, the interface for which includes features like
"auto-find" etc. There is also a plugin called changeDataSource which
provides a si
Another option is to build a model (or separate processing tools) and use
the batch execute processing options. One issue here is that iterating
through all gpkg layers efficiently will probably require loading them into
the project for the autofill options to work on them, so you'd probably
have t
ound. Is there a way to eliminate this white background?
>
> https://imgur.com/a/soAI4E5
>
>
>
> On Mon, Sep 20, 2021 at 1:54 PM Charles Dixon-Paver
> wrote:
>
>> You can use the *Project >> Import/Export >> Export Map to Image* and
>> then make sure
ance, can you please
> guide me, How do I export it to a raster such that I do not lose the
> georefereced information, at the same time it should look like similar to
> the vector file.
>
> Regards.
>
> On Mon, Sep 20, 2021 at 1:27 PM Charles Dixon-Paver
> wrote:
>
&
You can export the map canvas as a png with a world file. If you want a
specific dimension or aspect ratio you can do the same with the layout
manager.
On Mon, 20 Sep 2021, 20:37 krishna Ayyala, wrote:
> Hello,
> I have a point shape file. Is it possible to convert it to a raster such
> that the
I imagine a few things could be happening here. One way to test if the
"system" environment variable is set correctly is to use cmd to run echo
%GISBASE% and see where the default path is pointing to. If it is pointing
to the correct path then likely the variable is being overwritten by the
QGIS bo
To my knowledge, lyr files are definitions for data sources, styles, and
other layer configuration information. They do not contain any actual data
unless forming part of a layer package (lpk). The shp or shape file is the
actual underlying data so there is no way to convert or extract it from a
ly
Hey there, step one for troubleshooting is that you can try a new user
profile.
To create a new profile, go to Settings >> User Profiles >> New User Profile
Alternatively you can remove your existing user profile from the
home directory (on ubuntu usually
~/.local/share/QGIS/QGIS3/profiles/yourpr
I thought this would be easily solved with an expression but sadly I
haven't been able to get reliable results at all.
My first thought was
collect($geometry,filter:=intersects($geometry,geometry(@parent))) and when
that didn't work I tried various aggregates and union operations to no
avail. Some
Hi Nicolas, I would urge you to try again as I was sure this would work and
when I tested it I had no issues (using freshly digitized data). Maybe you
need to run a snapping operation first?
One issue is that intersecting lines may break your ability to retrieve
attributes with aggregates. For exa
Charles,
>
> It's something like this:
>
> https://support.esri.com/en/technical-article/12414
>
> But i just work with QGIS and Linux,
>
> Thanks for all,
>
> Best Regards,
>
> Marcio Midon.
> Em 26/08/2021 08:44, Charles Dixon-Paver escreveu:
>
Hi there,
I think it may be a bit unclear exactly what your objective is. Perhaps
attaching an illustration of some sort would help the community better
understand the problem so that we can assist with a solution.
Regards
On Thu, 26 Aug 2021 at 02:06, Marcio Midon wrote:
> Hello colleagues,
>
and did not find it very clear.
>
> Thanks a million you saved my butt!
>
> Nicolas
>
>
> On 2021-07-20 5:53 a.m., Charles Dixon-Paver wrote:
>
> Hi Nicholas,
>
> I haven't had time to dig into this extensively or encountered this
> particular issue, but I would sug
You could use a geometry generator symbol style. Not sure of the best
expression for it but even something like
if("fid"=1,buffer(collect($geometry),0),0) should work
On Mon, 23 Aug 2021, 16:25 Dario C, wrote:
> Hi,
> I have road layer with several pieces of geometry.
> is there any way to displ
; > techniques I mentioned before and click the "toggle selection" to
> simplify
> > checking multiple layers in those interfaces.
> >
> > I often use the "select all" option and use the CTRL+click to deselect
> > unwanted layers. That makes it quicker when sel
In the project properties you can configure your default styles for the
various geometry and data types using style definitions from the style
manager. These styles are stored in the symbology-style.db which is
specific to each user profile.
You can then save your configured project into the user
ct the first four
> layers in a Single click in the following window?
>
> Regards.
>
> [image: image.png]
>
>
>
> On Fri, Aug 20, 2021 at 2:34 PM Charles Dixon-Paver
> wrote:
>
>> You can select multiple layers by selecting the first layer and holding
>> S
You can select multiple layers by selecting the first layer and holding
SHIFT, then all the other layers between those two selected should also be
selected.
You can hold the CTRL button and click a layer to toggle it's selected
status to add or remove it from the selection.
You can then add them
Hi there,
I had a look and the page on https://maps.nyc.gov/tiles/#qgis you
referenced contained a link in the ArcGIS instructions with a WMTS service
connection.
I simply added the URL https://maps.nyc.gov/wmts/1.0.0/ as a new WMTS
service in the QGIS browser and it seemed to work for me. I post
t; Le jeu. 19 août 2021 à 20:23, Charles Dixon-Paver a
> écrit :
>
>> I would imagine there are just far too many projects and use cases where
>> the same layer name is used for multiple layers.
>>
>
> Yes, certainly. But the random id is a bad solution. I think the id sh
I would imagine there are just far too many projects and use cases where
the same layer name is used for multiple layers. Saving and loading themes
etc is a feature request I imagine. Copying styles between layers is
supported (and you can save style and layer definitions). I imagine most
issues ca
If your local files are exporting but nothing is being pulled from the
database I would suspect an authentication/ permissions issue.
There are a number of ways that QGIS/PG authentication can work in a
project, mainly:
- Basic (plaintext) stored in the QGIS Project - Insecure and not
recom
too. You just probably can’t do that from within Google Earth and
> have to hunt through a lot of KML the locations to insert things.
>
>
>
>
>
> *From:* Qgis-user * On Behalf Of *Charles
> Dixon-Paver
> *Sent:* Sunday, August 15, 2021 6:54 AM
> *To:* krishna A
I just had a chance to look at the samples and it seems my hypothesis was
in fact correct.
I had expected that because Google Earth functions in 3D that it may
perhaps render placemarkl symbols based on the orientation of the "camera"
to the point, but from my assessment it definitely seems that a
I think it's hard to assess without some sample data to evaluate.
My suspicion would be that Google Earth is rendering it according to the
feature elevations.
When you export the KML you should have the option to set
the clamptoGround/relativeToGround/Absolute for defining the altitude mode
to see
-kmz.py
On Fri, 13 Aug 2021 at 17:20, Charles Dixon-Paver
wrote:
> I think it would be a lot easier to use the KML Tools algorithms to
> iterate over all the layers, then simply drag all the output KMZ files into
> Google Earth and export the folder containing them to a consolidated K
I think it would be a lot easier to use the KML Tools algorithms to iterate
over all the layers, then simply drag all the output KMZ files into Google
Earth and export the folder containing them to a consolidated KMZ file. You
can use PyQGIS, e.g:
layers = [layer for layer in QgsProject.instance()
I think this could be something that the platform could maybe be extended
to manage a bit better, but for now I think maybe just creating a public
git repo that uses the resource sharing plugin is best.
You can then upload each model individually and add references to the other
models and the comp
I think you may be able to use the kml tools plugin to achieve your desired
result
On Thu, 12 Aug 2021, 22:55 krishna Ayyala, wrote:
> Hello,
> I have a QGIS map saved with ".qgz" extension. This map has four layers.
> One layer has points, one layer has lines and two layers have polygons. Is
>
I'm not aware of any setting within the interface that allows you to toggle
the design of that unfortunately. Hopefully another user can help there.
A quick dig through the source code shows where that marker has its style
set though, so if you are building from source you should be able to tweak
the
> raster toolbar but haven't been able to figure it out or if it's pertinent.
>
> On Sat, Jul 31, 2021, 19:01 Charles Dixon-Paver
> wrote:
>
>> I think you will need to provide more information on describing the input
>> data, as well as how exactly you
I think you will need to provide more information on describing the input
data, as well as how exactly you wish to process it.
If your coverage data is vector areas you should be able to simply use the
aggregate processing tool using $area as the source expression and
stipulate a sum aggregate fun
The latest releases of QGIS support "clipping settings" for map frames in
layouts [1]. This means that you can "clip" the map frame to a specific
shape within the layout, or an atlas item. You cannot clip the map to a
specific feature, however, but I expect you could get around this by
creating an
You can use the F12 key to access the developer tools which have a panel
for recording and monitoring network requests, as well as timing certain
operations for debug purposes.
One other trick I thought of to try was to use the label expression
epoch($now) on both a remote and local layer to show
QGIS Expression builder has a to_dms function available.
For example, you could use the field calculator to update a text field like
so:
to_dms( "x_field" ,'x', 3) || ', ' || to_dms( "y_field" ,'y', 3)
Should yield results such as the following:
x_field: 23.3978700906344
y_field : -30.8109182779
Hi Nicholas,
I haven't had time to dig into this extensively or encountered this
particular issue, but I would suggest trying to "force" the expression to
retrieve the correct info regardless of context using something like this:
with_variable('Length2', to_string(@NamelengthField) || '2',
if(at
worked fine so
> far. Do think that WIN 7 could be my problem?
>
> On Tue, Jul 6, 2021, 23:58 Charles Dixon-Paver
> wrote:
>
>> It seems that QGIS 3.20 is unable to access python correctly. It is
>> possible that this is an ENV/ Path error that may be resolved by launc
he plugin manager
>
> On Tue, 6 Jul 2021 at 22:55, Charles Dixon-Paver
> wrote:
>
>> Hi there,
>>
>> Have you tried to access the plugins with a fresh user profile?
>>
>> Also, the plugins manager has a settings tab. Can you give some more
>> information
Hi there,
Have you tried to access the plugins with a fresh user profile?
Also, the plugins manager has a settings tab. Can you give some more
information on the current configuration settings, such as the configured
plugin repository URL?
On Tue, 6 Jul 2021 at 22:49, Pat Brown wrote:
> Hi
>
You can save a layer definition (qlr) file from the layer contsxt menu
under the export section. This will store the data style, source, and
filter information etc to load within qgis. Note that this does not store
the underlying data though
On Tue, 06 Jul 2021, 15:44 Kahlen Branning, wrote:
> G
I haven't got the "code" for this per se, but I guess you could use
something like this as a data defined offset:
to_string((100*cos("angle"))*-1)||','||to_string((100*sin("angle")*-1))
I feel the trick for a good result is to use the geometry generator for
label placement. You could probably ach
Have you tried to start QGIS with a new user profile?
On Thu, 01 Jul 2021, 21:30 krishna Ayyala, wrote:
> Hello,
> I have been using QGIS3.18 for the past two months. It was working fine
> until yesterday. From yesterday onwards, whenever I click on any tool
> within the processing toolbox no to
I think this query is best served on the qgis user mailing list so I'm
moving it there.
In terms of creating a choropleth, QGIS is well suited to the task and
there is a multitude of ways in which you can achieve this. The simplest
may be to change the layer symbology from single symbol to a gradu
Not entirely sure what's being asked but do you mean something like
https://plugins.qgis.org/models/
Many users also have their own github repos with models and the like. If
you mean a simple way to share/ load/ distribute models I think the
resource sharing plugin does a pretty good job.
On Wed,
ht wurde von meinem Android Mobiltelefon mit GMX Mail
> gesendet.
> Am 28.06.21, 17:49 schrieb Charles Dixon-Paver :
>
>> Maps will not be able to animate themselves. You need to configure your
>> web map project to support temporal data from the QGIS server WMS-T (with
>>
Maps will not be able to animate themselves. You need to configure your web
map project to support temporal data from the QGIS server WMS-T (with time)
service. For starters, you could look at the leaflet plugins [1] available
for this, but the actual implementation depends a lot on what/ how you p
I agree that I think there was a misunderstanding in the requirement,
however I am unsure how you resolve this with expressions.
In my view, an aggregate expression is what you need, but I am unsure how
you would be able to retrieve the cluster geometry. The current expression
is buffering each fe
.com/a/ZBfInpS
On Sun, 20 Jun 2021 at 09:33, Richard Duivenvoorde
wrote:
> On 6/20/21 1:22 AM, Charles Dixon-Paver wrote:
>
> > Basically my suggestion would be to use an expression like
> color_hsv(aggregate(@layer,aggregate:='count',expression:="id",filter:=interse
One idea is that you can use a data defined fill color with an aggregate
expression. Unfortunately this would only work over the entire geometry and
not just a specific section, but combined with opacity, blending modes, or
preprocessing it could possibly be of utility, or at least some interest.
Sounds like you want to split A and merge the smaller of the resulting
areas into B. There should be a bunch of tutorials on digitizing online if
you look around, or you can check the QGIS Documentation [1]
If you have already digitized the new boundary as a line feature you can
use processing too
Have you tried using a map theme? Style and activate your layers in the
layers panel/ toc, use the "eyeball" dropdown to save that configuration as
a named map theme, then apply your theme to the 3D map view.
On Thu, 3 Jun 2021 at 15:27, Drew French wrote:
> Am I correct in understanding that sa
Not quite the same as the plugins/ process you mentioned, but you use this
plugin to integrate the GEE python API in QGIS:
https://gee-community.github.io/qgis-earthengine-plugin/
I've never tried what you are asking, but it's probably where I would start.
On Thu, 3 Jun 2021 at 15:14, Nicolas Cad
I know I'm going off topic here, and I think any further discussion on this
should be in another thread, but I'll respond here just to fill in a bit of
a knowledge gap that there seems to be.
I share the sentiment on fair data usage policy and am also frustrated by
the promotion of "incorrect" dat
I recently tried the hqgis plugin which leverages the here api and it
seemed to work fine for my purposes. I used the free tier so your number of
API calls will be limited but if you are using above that you should
probably be using a commercial service anyway and you can just upgrade as
needed.
I
Yeah I am not aware of a variable for this... But page sizes are actually
more complicated than they seem. You can emulate it pretty easily with
something like the following expression on a layout as you suggested:
[%CASE
WHEN @layout_pagewidth IS 297 AND @layout_pageheight IS 210 THEN 'On A4
Land
gt; Thanks for sharing Magnus
>
> Nicolas Cadieux
> https://gitlab.com/njacadieux
>
> Le 6 mai 2021 à 07:11, Charles Dixon-Paver a écrit :
>
>
> There is also a community platform for sharing models at
> https://plugins.qgis.org/models/ if you feel you would like to cont
There is also a community platform for sharing models at
https://plugins.qgis.org/models/ if you feel you would like to contribute
On Thu, 6 May 2021 at 12:47, johnrobot wrote:
> Hi
> In case you are interested in QGIS Processing models,
> https://github.com/magnusnil/QGIS-Processing might be re
If you want the layer dependant label visibility to be applied to the
entire layer, then indeed using an expression in the "Show label" rendering
option should do what you are asking. By the sounds of things though, you
should probably just be using a simple expression like:
if (is_layer_visible(
Try use map.grids().addGrid(map_grid) instead of map_grids =
QgsLayoutItemMapGridStack(map).addGrid(map_grid) and check your results?
On Mon, 12 Apr 2021 at 20:11, Mayo Rubiano wrote:
> Hello everyone. I was trying to layout with pyQGIS, and I already have the
> map frame with the layers, but
>
> On Mon, Apr 12, 2021 at 10:41 AM Charles Dixon-Paver
> wrote:
>
>> Usually for individual projects you can embed the svg in the project file
>> itself using the drop down options from the svg path selection area.
>>
>> If you're using the same svgs fo
Usually for individual projects you can embed the svg in the project file
itself using the drop down options from the svg path selection area.
If you're using the same svgs for multiple files though, I would strongly
suggest setting up a repository for them and adding them using the resource
shari
It may be a configuration problem. Can you try to open a 3D view with a new
QGIS userprofile?
On Fri, 9 Apr 2021 at 14:32, Nicole Stoffels
wrote:
> Hi Saber,
>
> thank you for your fast reply and the tutorial!
>
> Unfortunately I never get to that point. Some colleagues still use QGIS
> 3.14 and
If you select the large map frame is it not connected to a map them in the
frame properties? Themes are a pretty robust way to control this behaviour
actually...
On Sun, 21 Mar 2021, 10:44 jeremy benwell, wrote:
> Hi all,
> I'm having some trouble with exporting my map as an image. When I try to
too much trouble to select a profile
> which is why I would like them to be forced to select their profile. I
> would have figured this would have already been tried by someone else but I
> can't find anyone who has done it.
> Thanks again,
> Ed
>
>
> *Edwin L. Hawkins Jr.,
Creating a custom shortcut/ launcher is also the only way I can think of.
There was a related thread on this previously in which various possible
solutions using python, bash scripts or windows batchfiles were provided,
which may be useful for your needs.
http://osgeo-org.1560.x6.nabble.com/Have-Q
It is outlined in the roadmap though...
https://www.qgis.org/en/site/getinvolved/development/roadmap.html
On Thu, 25 Feb 2021 at 22:01, Anita Graser wrote:
> Dear Iain,
>
> It's mentioned in
> https://blog.qgis.org/2021/02/23/qgis-3-18-zurich-is-released/ but we
> don't have dedicated LTR annou
I think this would be a great addition to the QGIS Open Day event.
I created the event page at
https://github.com/qgis/QGIS/wiki/QHF-February-2021 which you can add your
event to so that others may join in.
Feel free to modify the sample event (we have nothing else scheduled yet)
and add your eve
Models are typically stored on your file system in your user directory
under the active user profile.
e.g. In windows you can view your model files from (assuming the "default"
profile):
%AppData%\QGIS\QGIS3\profiles\default\processing\models
On Linux it's usually
/home/username/.local/share/QGI
You can use the label formatting options to wrap on certain characters (so
you could specify that labels wrap at the text which you can
insert into your label value) or after a specified number of characters,
but it looks to me like you should probably change your data structure.
For example, if
I certainly feel like you could build this in multiple ways using data
defined properties in the symbology or by using the geometry generator, but
I think more detail is still needed for anybody to help with providing a
solution. Maybe providing some sample data and a sketch of what your
expected o
Yes you can use the aggregate processing tool.
You can use a variety of aggregation functions to get the required outputs,
but the tool configuration may vary on input data.
If the tool gives you errors, the usual culprit is data type errors. QGIS
is very clever though, and you can use an express
I can think of 2 easy ways to do this (if I understand the requirements
correctly), using either rule based rendering, or the geometry generator on
with stacked symbols. I imagine rule based rendering might be more
performant in some situations depending on the queries used, but for our
use case I
er
>
>
> On Sun, 10 Jan 2021 at 11:46, Charles Dixon-Paver
> wrote:
>
>> Happy new year to the QGIS community!
>>
>> The QGIS 3.18 release is a little over a month away, and with all the
>> drama and festivities of 2020, I haven't been as diligent as
Batch files are simply windows command files (it's a text file with a .bat
extension). OSGeo4w includes some of these files which are optimised for
launching QGIS. Because you may have multiple versions of QGIS installed in
parallel, each version of QGIS should have a launcher of this type
in C:\OS
Hi there,
The OSGeo4w installer provides a number of options for adding AND removing
the installations from the advanced installation interface[1].
You can review all the installed options and remove/ add multiple versions
which can exist alongside each other, usually pretty happily. The
installe
uld be great to include it this time around. I'm not sure of the best
way to include/ deploy it, but if it's a feature request we need to make
for the platform, we *might* be able to squeeze it in before release time...
Warm regards
--
Charles Dixon-Paver - GIS Special
I tried cleaning this up with the v.clean grass tool and the snap function,
but there still seems to be issues with some of the geometries. I even
tried a "Buffer by 0" with v.buffer but something is still amiss. If anyone
has a way to "hard reset" area geometries I'd be very interested to know.
O
Awesome! Glad it helped out.
On Tue, 5 Jan 2021 at 13:35, STEINER Andreas wrote:
> Hello Charles..
>
>
>
> Thanks a million it worked!! I used you script.
>
>
>
> Best regards,
>
> *Andreas Steiner*
>
>
>
>
>
> *Von:* Charles Dixon-Paver
Any number of things can go wrong with file paths, but QGIS allows you to
embed SVG objects in project files to avoid these problems. If you can open
the project on your windows environment, where the SVG file path is
specified you should be able to use the drop down on the "Browse" menu and
select
ject specific or
data related issue.
On Sat, 2 Jan 2021 at 00:50, krishna Ayyala wrote:
> Charles,
> Thanks for the reply. I have followed the same steps as given in the link
> below. But, I am getting the following error.
> Regards.
> [image: image.png]
>
> On Fri, Jan 1, 20
Ensure that you check the "Create Geospatial PDF" in the export options [1].
Note that not all PDF readers support this, but newer versions of the
FireFox web browser should be able to open the PDF file and let you check
that the layers are working properly.
[1] https://imgur.com/a/CCvtHks
On S
I was very interested to see if this was possible with qgis expressions and
symbology, and I got it to work with surprisingly little effort, albeit
with some issues [1].
I simply used the rule based symbology to highlight the relevant features
using an expression [2].
The expression I used was as
1 - 100 of 153 matches
Mail list logo