Documentation | What's new & coming | v11.2.0
This version if focused on minor improvements.
Direct2D renderer for VCL has been created.
This renderer is drastically faster then GdiPlus, especially on complicated polygonal features.
Version 11.3 will use this render by default (starting from next unstable). Meanwhile it must be manually enabled by:
GIS.Renderer := TGIS_RendererVclDirect2D.Create ; // do not free this directly! viewer manage time-life of renderers
[DK-8856]
SharpDX is reaching production level quality.
This renderer is drastically faster then GdiPlus, especially on complicated polygonal features.
Version 11.3 will use this render by default (stating from next unstable). Meanwhile it must be manually enabled by:
GIS.Renderer = new TGIS_RendererSharpDX() ; // do not free this directly! viewer manage time-life of renderers
The TGIS_LayerGDAL class now supports ImportLayer and Build methods to create new pixel layer via GDAL library.
[DK-8856]
By selecting gps.COM=0
a connection to Windows location services will be established. A emulated NMEA strings will be send form location services into a GPS component. Windows location services feed is available on a number of laptops.
[DK-9021]
To open a LAS layer as a point cloud for faster 3D viewing, add ?pc
text to a file path of a layer e.g.
las.Path := 'c:\sample_las_file.las?pc' ;
[DK-8825]
Full list available at Changelog.