-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import/export 'DXF Export' dialog settings from/to XML #35
Commits on Mar 13, 2024
-
qgswfsgetfeature: Do not invert axis if no SRSNAME is passed
A WFS request such as `SERVICE=WFS&REQUEST=GetFeature&VERSION=1.1.0&SRSNAME=EPSG:4326` does not invert the axis and return the coordinates in the LON/LAT order. For example: <gml:Envelope srsName="EPSG:4326"> <gml:lowerCorner>2.358 48.865</gml:lowerCorner> <gml:upperCorner>2.37 48.876</gml:upperCorner> </gml:Envelope> However, the same request without a SRSNAME parameter inverts the axis and returns the the coordinates in the LAT/LON order: <gml:Envelope srsName="EPSG:4326"> <gml:lowerCorner>48.865 2.358</gml:lowerCorner> <gml:upperCorner>48.876 2.37</gml:upperCorner> </gml:Envelope> With this change, the axis is not inverted if the SRSNAME parameter is not passed. This way, this is the same behavior as `SRSNAME=EPSG:4326`. This is a follow-up of qgis#45270.
Configuration menu - View commit details
-
Copy full SHA for d515c62 - Browse repository at this point
Copy the full SHA d515c62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d1c785 - Browse repository at this point
Copy the full SHA 8d1c785View commit details
Commits on Mar 14, 2024
-
Browser: fix slow behavior with network drives on windows
This fixes UNC paths not identified as network paths. By ensuring that a trailing slash for directories is passed down to the identify function.
Configuration menu - View commit details
-
Copy full SHA for fa34fb7 - Browse repository at this point
Copy the full SHA fa34fb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9beccf3 - Browse repository at this point
Copy the full SHA 9beccf3View commit details -
Bump follow-redirects in /resources/server/src/landingpage
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.4...v1.15.6) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0d8666 - Browse repository at this point
Copy the full SHA e0d8666View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95bae0e - Browse repository at this point
Copy the full SHA 95bae0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 124f93b - Browse repository at this point
Copy the full SHA 124f93bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1ed461 - Browse repository at this point
Copy the full SHA f1ed461View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4272d7 - Browse repository at this point
Copy the full SHA c4272d7View commit details
Commits on Mar 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b0f8eed - Browse repository at this point
Copy the full SHA b0f8eedView commit details -
Merge pull request qgis#56855 from elpaso/bugfix-gh51710-partial-fix-…
…attempt-2 Browser: fix slow behavior with network drives on windows
Configuration menu - View commit details
-
Copy full SHA for ea27b5a - Browse repository at this point
Copy the full SHA ea27b5aView commit details -
Merge pull request qgis#56840 from ptitjano/wfs-feature-axis-invert
qgswfsgetfeature: Do not invert axis if no SRSNAME is passed
Configuration menu - View commit details
-
Copy full SHA for d9a6dc8 - Browse repository at this point
Copy the full SHA d9a6dc8View commit details -
Switch to conditional protobuf-lite target
The original version number check was completely random numbers
Configuration menu - View commit details
-
Copy full SHA for 844f0cc - Browse repository at this point
Copy the full SHA 844f0ccView commit details -
[api] Add virtual QgsRasterRenderer::setInputBand method
Attempts to set the input band for the renderer. Returns TRUE if the band was successfully set, or FALSE if the band could not be set. This was implemented in various raster renderer subclasses, but it was necessary to down cast and then call the individual methods (which don't have consistent names!). Instead, add a top level virtual method so that it's easy to change the input band for the renderers.
Configuration menu - View commit details
-
Copy full SHA for 5d29d49 - Browse repository at this point
Copy the full SHA 5d29d49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17111a8 - Browse repository at this point
Copy the full SHA 17111a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e297f54 - Browse repository at this point
Copy the full SHA e297f54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f4218a - Browse repository at this point
Copy the full SHA 5f4218aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2556a66 - Browse repository at this point
Copy the full SHA 2556a66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a0bc4a - Browse repository at this point
Copy the full SHA 4a0bc4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8426fa2 - Browse repository at this point
Copy the full SHA 8426fa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbf2861 - Browse repository at this point
Copy the full SHA bbf2861View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cb235e - Browse repository at this point
Copy the full SHA 3cb235eView commit details -
Configuration menu - View commit details
-
Copy full SHA for da79086 - Browse repository at this point
Copy the full SHA da79086View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac0b0a5 - Browse repository at this point
Copy the full SHA ac0b0a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b8d0b7 - Browse repository at this point
Copy the full SHA 3b8d0b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b7e1c5 - Browse repository at this point
Copy the full SHA 2b7e1c5View commit details
Commits on Mar 16, 2024
-
Introduce fixed elevation range for raster layers
This introduces a new option for specifying how raster layers have associated elevation. It permits a fixed elevation range to be set for the layer. It can be used when the layer has a single fixed elevation, or a range (slice) of elevation values. Users can set the lower and upper elevation range for the layer, and whether the lower or upper limits are inclusive or exclusive. When enabled, the layer will only be visible in elevation filtered 2d maps when the layer's range is included in the map's z range.
Configuration menu - View commit details
-
Copy full SHA for 253623f - Browse repository at this point
Copy the full SHA 253623fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fca4570 - Browse repository at this point
Copy the full SHA fca4570View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fc4ed3 - Browse repository at this point
Copy the full SHA 7fc4ed3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c46ae9b - Browse repository at this point
Copy the full SHA c46ae9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5b4d97 - Browse repository at this point
Copy the full SHA a5b4d97View commit details
Commits on Mar 18, 2024
-
Add a fixed range width option to QgsRangeSlider
Allows forcing the widget to have a specific fixed range width, so that interactions with the lower or upper slider automatically force the other slider to move to keep a constant width
Configuration menu - View commit details
-
Copy full SHA for a91f5bf - Browse repository at this point
Copy the full SHA a91f5bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f306e55 - Browse repository at this point
Copy the full SHA f306e55View commit details -
Move current range labels to sit on the vertical outside of sliders
This ensures that the labels don't overlap when the selected range is narrow
Configuration menu - View commit details
-
Copy full SHA for 2da02f2 - Browse repository at this point
Copy the full SHA 2da02f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecc71b4 - Browse repository at this point
Copy the full SHA ecc71b4View commit details -
[feature] Add option to set a fixed elevation slice width
This adds a new option to the configure menu for the elevation controller, for setting a fixed elevation slice width. It can be used when a specific elevation range width is desired, or when the range should always be zero width.
Configuration menu - View commit details
-
Copy full SHA for e36e402 - Browse repository at this point
Copy the full SHA e36e402View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ee09c1 - Browse repository at this point
Copy the full SHA 9ee09c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9d2d43 - Browse repository at this point
Copy the full SHA a9d2d43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 465d8bd - Browse repository at this point
Copy the full SHA 465d8bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1673bc2 - Browse repository at this point
Copy the full SHA 1673bc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c486cf9 - Browse repository at this point
Copy the full SHA c486cf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a2d8ad - Browse repository at this point
Copy the full SHA 9a2d8adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71583db - Browse repository at this point
Copy the full SHA 71583dbView commit details -
Add a "fixed range per band" elevation mode for rasters
In this mode, each band in the raster can have a fixed elevation range associated with it. This is designed for data sources which expose elevation related data in bands, eg netcdf files, such as a raster with temperate data at different ocean depths.
Configuration menu - View commit details
-
Copy full SHA for 1796318 - Browse repository at this point
Copy the full SHA 1796318View commit details -
Add GUI to configure fixed range per band mode
This is exposed as a user editable table of raster bands with lower and upper values. Users can either populate the lower and upper values manually, or use an expression to auto fill all band values based on a qgis expression. The expression based fill allows for users to design expressions which extract useful information from band names, eg extracting the depth value from a "Band 001: depth=-5500 (meters)" style band name.
Configuration menu - View commit details
-
Copy full SHA for a3f1f91 - Browse repository at this point
Copy the full SHA a3f1f91View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3d3a61 - Browse repository at this point
Copy the full SHA b3d3a61View commit details -
Add capabilities for raster renderers
And selectively expose some of QgsRasterRendererRegistry to python
Configuration menu - View commit details
-
Copy full SHA for e9730b1 - Browse repository at this point
Copy the full SHA e9730b1View commit details -
Don't allow using per-band elevation range mode when layer
has a multi-band renderer set
Configuration menu - View commit details
-
Copy full SHA for 3eb14c2 - Browse repository at this point
Copy the full SHA 3eb14c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a72c4bb - Browse repository at this point
Copy the full SHA a72c4bbView commit details
Commits on Mar 19, 2024
-
Implement fixed elevation range for mesh layers
Just like the equivalent mode for raster layers, this mode indicates that a fixed constant z range should be applied to the entire mesh layer.
Configuration menu - View commit details
-
Copy full SHA for 0bb3a26 - Browse repository at this point
Copy the full SHA 0bb3a26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16b637e - Browse repository at this point
Copy the full SHA 16b637eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40847d0 - Browse repository at this point
Copy the full SHA 40847d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 163c513 - Browse repository at this point
Copy the full SHA 163c513View commit details -
[processing] Use correct ellipsoid for network analysis tools
Use the processing context's ellipsoid instead of a hardcoded WGS84 ellipsoid for distance calculations during network analysis, so that the lengths used will exactly match other measurement tools used on the same features in the same project.
Configuration menu - View commit details
-
Copy full SHA for d2e3534 - Browse repository at this point
Copy the full SHA d2e3534View commit details -
Configuration menu - View commit details
-
Copy full SHA for c997d5a - Browse repository at this point
Copy the full SHA c997d5aView commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1815858 - Browse repository at this point
Copy the full SHA 1815858View commit details -
Use proper labels for buttons in the Organize columns dialog
These buttons actually check or uncheck visibility of the fields, they do not (de)select them in the dialog
Configuration menu - View commit details
-
Copy full SHA for 18bba4b - Browse repository at this point
Copy the full SHA 18bba4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ecd122 - Browse repository at this point
Copy the full SHA 1ecd122View commit details -
Configuration menu - View commit details
-
Copy full SHA for 988012c - Browse repository at this point
Copy the full SHA 988012cView commit details -
Fix QgsSymbol::drawPreviewIcon
Transform the "Opacity" value calculated by Data Defined Override expression from [0-100] range to [0-1] range.
Configuration menu - View commit details
-
Copy full SHA for c9c62c2 - Browse repository at this point
Copy the full SHA c9c62c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89731a7 - Browse repository at this point
Copy the full SHA 89731a7View commit details -
Use more descriptive default layer names when adding SensorThings
layers from browser panel Fixes qgis#56838
Configuration menu - View commit details
-
Copy full SHA for 0f16492 - Browse repository at this point
Copy the full SHA 0f16492View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84f3709 - Browse repository at this point
Copy the full SHA 84f3709View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d2497b - Browse repository at this point
Copy the full SHA 4d2497bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec30cab - Browse repository at this point
Copy the full SHA ec30cabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f25c2d - Browse repository at this point
Copy the full SHA 9f25c2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d526531 - Browse repository at this point
Copy the full SHA d526531View commit details -
Make DXF Export load settings from XML flexible by ignoring elements …
…not present in the XML; ask for confirmation before overriding GUI values
Configuration menu - View commit details
-
Copy full SHA for 6716585 - Browse repository at this point
Copy the full SHA 6716585View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8c6bd3 - Browse repository at this point
Copy the full SHA b8c6bd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72249d6 - Browse repository at this point
Copy the full SHA 72249d6View commit details