User Tools

Site Tools


readme:versions:v103.0

v103.0, released 2025-06-30

Documentation | What's new & coming | v103.0

This version brings

  • We discontinue support for mobiles on RAD Studio 10.1. This version of RAD Studio is so old that mobile support, due to the rapid evolution of the Android and iOS platforms, is pointless anyway. DK-14758
  • Mau support is ready for testing. A sample has also been added. It is still a preliminary version available as NuGet only for customers from the TatukGIS NuGet Server. DK-14778
  • New ParamAsText syntax is now available for the ColorRampAsText render related properties. DK-14711.
    layerVector.Params.Render.ColorRampAsText = 'COLORRAMP:ACCENT:DISCRETE:8:TRUE';
    layerVector.Params.Render.ColorRampExAsText = 'COLORRAMP:Custom[0|red|50.123456789|lime|100.0000|#0000FF]:Continuous:0:false:Sequential';
  • The ColorRamp property type has changed from TGIS_ColorMapArray to TGIS_GradientMap, making the color ramp functionality more flexible.DK-14711, DK-14771.
    layerVector.Params.Render.ColorRamp = GisColorRampList.ByName(TGIS_ColorRampNames.Spectral);
    layerVector.Params.Render.ColorRamp.DefaultSubClass := 7;
    layerVector.Params.Render.ColorRamp.DefaultColorMapMode := TGIS_ColorMapMode.Discrete;
    layerVector.Params.Render.ColorRamp.DefaultReverse := True;
  • As usual, many minor fixes and improvements.

The complete list is available at Changelog

2025/07/01 09:30

Page Tools