Glow Style Type | ||||||||||||||
The Glow Style Type lets you apply a glowing outline around any map object. It has the following configurable properties: |
||||||||||||||
|
||||||||||||||
Setting glow color and alpha | ||||||||||||||
To define a glow's color and alpha, you use the following
code: <style name='MyFirstGlow' type='Glow' color='FF5904' alpha='75'/> |
||||||||||||||
|
||||||||||||||
|
||||||||||||||
Configuring glow blur | ||||||||||||||
You can configure the blur amount of glow as under: <style name='MyFirstGlow' type='Glow' color='FF5904' alpha='75' blurX='12' blurY='12'/> |
||||||||||||||
|
||||||||||||||
|
||||||||||||||
Controlling glow strength and quality | ||||||||||||||
You can also control the glow strength and quality to get better results. Following example shows a glow with higher strength: |
||||||||||||||
<style name='MyFirstGlow' type='Glow' color='FF5904' alpha='75' strength='5'/> <style name='MyFirstGlow' type='Glow' color='FF5904' alpha='75' quality='10'/> |
||||||||||||||
|