Jean Felder
Jean Felder
## Description This adds some new functionalities to `QgsBox3d`, mainly: - `toString` method - `is3D` method - `isEmpty` method - `isNull` method - `combineWith` method - simplify some logic if...
## Steps to reproduce the problem. The following command works correctly ``` ogr2ogr -f "ESRI Shapefile" -a_srs EPSG:4326 tmp/P_30140_ENTITY_POINT.shp OCI:SUR_WEB/password@QUADRIGE -sql @point_OK.sql ``` with `points_ok.sql`: ``` SELECT e.ENT_ID , e.ENT_LATITUDE...
## Description When the terrain offset is not null, the culling methods and near/far planes computations are wrong because they only rely on the bounding boxes which do not take...
## Description This way, the terrain is now handled as the other layers. This is achieved with the two following changes: - add QgsDummyLayer to handle technical layer (for example...
With this change, there is no need to use WebView and all the specific js/css resources have been removed: `jquery` and `boostrap`.
Could it be possible to get a new release please? `1.8.6` was in April 2023 and there has been several changes since this version. Thanks
## Description This fixes 3 issues when the crs parameter is defined with the a ogc urn syntax. From the commit messages: ### Fix outputCrs in startGetFeature if defined as...
## Description This PR achieves the same result as https://github.com/qgis/QGIS/pull/57593 but with the gl_clipDistance approach from https://github.com/qgis/QGIS/pull/57899 It is possible to limit the extent of a 3d view. However, the...
## Description This brings two changes to the `intersects` method of `QgsRectangle`: - if one of the rectangles contains only `NaN` coordinate, intersects now returns `false` - if one of...