<div dir="ltr"><div>If you can work with JavaScript then there is probably a way, but this is very hard in Fusion. The reason it is hard is because the selection color that is in your appdef is read and copied to many different places in the fusionSF javascript bundle, and there is no easily-callable function to change this value in all the appropriate places.</div><div><br></div><div>So while there are many instances of "selectionColor" in the bundle, you will have to intensely debug through the fusionSF JS bundle in your browser developer tools to see which "selectionColor" or "this.selectionColor" is ultimately being used to build the GETDYNAMICMAPOVERLAY request for the selection image. Once you have figured out which "selectionColor" this is, you'll then have to figure out how to get to this object from the object returned by Fusion.getMapByXXX() function at the root.</div><div><br></div><div>To assist in debugging, you should edit the index.html of your fusion template and change the fusionSF-compressed.js to fusionSF.js so that any breakpoints you put in your code will stick.</div><div><br></div><div>If you aren't a webdev, then what I just said is probably gibberish so the answer can be simply no.</div><div><br></div><div>That's all the hint breadcrumbs I can give you right now.</div><div><br></div><div>- Jackie<br><br>You wrote:</div><div><br></div><div><div dir="ltr" style="font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px">Hi,</div><div dir="ltr" style="font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px"><br></div><div dir="ltr" style="font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px">Is there  a way to change a features background color in client side? Currently using fusion maps.</div><div dir="ltr" style="font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px"><br></div><div dir="ltr" style="font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px">Thanks</div><div dir="ltr" style="font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px"><br></div><div dir="ltr" style="font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px">Regards</div></div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div></div></div></div></div>