TTMSFNCGoogleMaps with transparent background in a Web Core application?

Hi,

is it possible to configure TTMSFNCGoogleMaps in a way, that the background is transparent?

You can achieve this with JavaScript the following way:
see JavaScript example ...

but the problem is, that I currently see no way to get access via JavaScript to my TTMSFNCGoogleMaps component.

Thanks for any support
Gerhard

Hi,

You can set the map background color with the Options.BackgroundColor property.
Unfortunately it's currently not supported to make the background transparent.
However this is a good suggestion and we'll consider adding this feature in a future version.

Hi Bart,

thanks for your answer.

In my TMS Web Core application the map property "Options.BackgroundColor" only does half the job.

E.g. when I set it to blue , I sometimes see blue areas flickering when the map is redrawn, but as soon as the redraw finished, no blue is visible any longer, because it's overlapped with the map content.

The missing 50% are the regions above and below the map when it is zoomed out.

As you can see in the screenshot, the Options.BackgroundColor property is set to blue but the two regions are drawn in light gray.

Is this a bug or do I have to set any further properties?

Thanks again for your support ...
Gerhard

I have not been able to reproduce this issue.
Does the issue also happen in a new WEB Core project that only contains a TTMSFNCMaps component?