TagString property

Hello,

i can't change the property "TagString" from a polygon

The following code I use:

GMaps.Polygons.Polygon.TagString := 'Test';
GMaps.UpdateMapPolygon(GMaps.Polygons.Polygon);

The property is now set to 'Test' but on the map is still the old value displayed

Am I doing something wrong?

TagString is just a public property for internal application use as a reference holder, a string version of the integer Tag property that exists for most classes in Delphi. TagString is not displayed somehow on the map.
Bruno Fierens2017-08-18 18:19:47

Hello,

when I set PolygonLabel.Visible to true, the value of TagString is displayed as a hint on the map.

Hi,


This issue has been fixed.
The update will be available with the next release of the TMS VCL WebGMaps.