v102.0, released 2025-05-30
Documentation | What's new & coming | v102.0
This version is brings:
Preliminary Support for MAUI with support for Windows, Android, and iOS is now available. Look at
Maui tutorial. Avialble only for TatukGIS BuGet server.
DK-14340
We discontinue support for mobiles on RAD Studio 10. This version of RAD Studio is so old that mobile support is largely pointless anyway, due to the rapid evolution of the Android and iOS platforms. DK-14712
We are considering discontinuing support for any RAD Studio release over 5 years old.
We discontinue support for iOS 32-bit on all RAD Studio versions. iOS 32-bit was discontinued by Apple several years ago, and developing for this platform is pointless. DK-14713
Layer.Icon property presents an optional layer icon in a legend. PNG, JPG, BMP, SVG, and SVH libraries are supported.
DK-14206
Property is saved to a project file. For example:
<Icon>c:\\images\\CityViewer.jpg</Icon>
<Icon>c</Icon>
It is a TGIS_SymbolAbstract type so prefer way to set is:
ll.Icon = TGIS_Utils.SymbolList.Prepare( "LIBSVG:std:Citygate01" )
Metadata
TGIS_LayerSHP.UseCanonicalNames
to control SHP file attribute naming. If
True (default), DBF is saved according to the DBF specification. However, some programs ignore uppercase and the
ASCII-only requirement. To ignore canonical names and accept any name, set the metadata to
False.
DK-14746
Constructor for a layer that accepts paths.
DK-14750
ll = new TGIS_LayerSHP( filepath )
// or
ll = new TGIS_LayerSHP()
ll.Path = file_path
Support for extension tables on GeoPackage SQL layer. DK-14745
Minor fixes and improvements.
The complete list is available at Changelog.