Re: [Qgis-user] merging parts from various raster files

2024-05-01 Thread Keith Jenkins via QGIS-User
Another option would be to use the "Rasterize (vector to raster)" tool to create a raster where the pixel value is region number, and then use "Raster Calculator" with a formula like this: "U11@1"*("RR@1"=11) + "U21@1"*("RR@1"=21) + "U22@1"*("RR@1"=22) + etc. Where U11, U21, U22... are your origi

Re: [Qgis-user] QGIS Query - Dynamic Text - Layer Credits

2024-07-26 Thread Keith Jenkins via QGIS-User
Hi, Alanna. I was able to replicate this issue here by adding a label to a layout using the dynamic text "Layer Credits", which creates a label using this expression: [%array_to_string(map_credits())%] It seems that that expression will include any credits specified in the QGIS metadata for each

Re: [Qgis-user] Possibility for Labels as Hyperlinks in PDF Output?

2023-09-11 Thread Keith Jenkins via QGIS-User
I don't think the label "HTML formatting" currently supports links. The supported HTML is just a subset of HTML, mainly focused on visual styles: """ The HTML formatting option enables the proper rendering of some HTML tags to customize the label. The supported HTML tags are: * Color, applicable

Re: [Qgis-user] Error! No Internet connection? OSM Place Search plugin error

2023-09-13 Thread Keith Jenkins via QGIS-User
Hi, Jared. Yes, the problem seems to be when checking the "Add address search" box under the "Appearance" tab in qgis2web and exporting to OpenLayers (as noted by Andrea). I checked the network traffic from an exported map, which is making a request like: https://nominatim.openstreetmap.org/searc

Re: [Qgis-user] Import qml-style-files

2024-01-17 Thread Keith Jenkins via QGIS-User
Another method is from the "Style Manager" tab of the Layer Styling panel, click the folder icon ("Load Style") and then select the .qml file. Note that the "Style Manager" tab (6th tab on the left side of the Layer Styling panel) is different from the "Style Manager" in the Settings menu. Keith

Re: [Qgis-user] MMQGIS - Reverse geocoding -REQUEST_DENIED

2024-09-19 Thread Keith Jenkins via QGIS-User
Hi, Krishna. The URL for the Google reverse geocoding seems to be on line 1464 of mmqgis_library.py, and is already https What do you get if you go to the following URL with your Google API key? https://maps.googleapis.com/maps/api/geocode/json?latlng=40.0262,-75.0301&key={your_api_key} If you g

Re: [Qgis-user] Start with QGIS

2024-12-09 Thread Keith Jenkins via QGIS-User
Hi, Lorna. The official QGIS training manuals are available in both English and Spanish: https://docs.qgis.org/3.34/en/docs/training_manual/ https://docs.qgis.org/3.34/es/docs/training_manual/ For a tutorial in English, I recommend Kurt Menke's "Discover QGIS 3.x" book: https://locatepress.com/bo

Re: [Qgis-user] Start with QGIS

2024-12-09 Thread Keith Jenkins via QGIS-User
very reasonable price. Keith On Mon, Dec 9, 2024 at 12:22 PM Ujaval Gandhi wrote: > > You can follow my learning plan for QGIS with free and open resources at > https://spatialthoughts.com/learning-paths/#qgis > > > On Mon, 9 Dec 2024 at 10:33 PM, Keith Jenkins via QGIS-User

Re: [Qgis-user] Maximized screen error

2025-01-28 Thread Keith Jenkins via QGIS-User
Hi, Byron. It sounds like it may be in full screen mode. Pressing F11 should bring it back to normal. Keith On Tue, Jan 28, 2025 at 11:56 AM Byron Veilleux via QGIS-User wrote: > > i am using QGIS 3.22 > i have two monitors on my machine and use windows 11. for some reason, when > i start u

Re: [Qgis-user] geoalgorithm "Union"

2025-01-08 Thread Keith Jenkins via QGIS-User
Hi, Antonio. Despite their names, the QGIS "Union" geoprocessing tool has a completely different behavior than the PostGIS "ST_Union" function. There is another QGIS tool called "Dissolve" which, when run without selecting an optional dissolve field, should have similar output to the ST_Union fun

Re: [Qgis-user] Changing the symbology or rendering for a DEM from an ArcGIS Image service

2025-03-27 Thread Keith Jenkins via QGIS-User
It's sometimes worth looking further up the URL hierarchy. If you connect to https://geonb.snb.ca/image/rest/services/Elevation you'll see a few other layers, including a nice shaded relief of the elevation. And in the case of New Brunswick, there is another ArcGIS REST service that has 10m and

Re: [Qgis-user] Changing the symbology or rendering for a DEM from an ArcGIS Image service

2025-03-27 Thread Keith Jenkins via QGIS-User
And it looks like such a functionality for ArcGIS REST ImageServers would be very similar to this feature request for WMS styling: https://github.com/qgis/QGIS/issues/58153 Keith On Thu, Mar 27, 2025 at 9:25 PM Nyall Dawson via QGIS-User wrote: > > On Fri, 28 Mar 2025 at 05:57, Tobias Schula via