I want to add a white background/halo to all text that is drawn (measurements and using "add text") inside the eDraw widget. Can someone please help me with this? I feel like it is probably easy if you know what you are doing, but I don't.
Any suggestions would be greatly appreciated. Thanks!
Version 3.1.2 - 2/7/2013 * Includes all the standard draw widgets features that are new in the 3.1 release of the viewer. * Added a halo option for text drawn on the map. * Added more localization options for text used by this widget.
The TextSymbol class can be extended as I have done in the UnderGroundWeather widget, to have a halo but making this change in the eDraw widget would require that extended class and replacing all the code in the widget that calls the OTB TextSymbol and relace it with the extended TextSymbol. This is something I will consider as an enhancement request for a future version though.
Thanks (as always) for the prompt response. I will take a look at the UnderGroundWeather widget too see if I can apply it to the eDraw widget and let you know how it goes.
Version 3.1.2 - 2/7/2013 * Includes all the standard draw widgets features that are new in the 3.1 release of the viewer. * Added a halo option for text drawn on the map. * Added more localization options for text used by this widget.
I noticed that the defaulttool option is no longer working and the code is missing from the mxml. I couldn't figure out how to get this back working, is there any way that you can?