[mapguide-users] Chaging feature background color on client side
Jackie Ng
jumpinjackie at gmail.com
Mon Feb 24 02:06:54 PST 2025
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.
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.
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.
If you aren't a webdev, then what I just said is probably gibberish so the
answer can be simply no.
That's all the hint breadcrumbs I can give you right now.
- Jackie
You wrote:
Hi,
Is there a way to change a features background color in client side?
Currently using fusion maps.
Thanks
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapguide-users/attachments/20250224/63b7a97e/attachment.htm>
More information about the mapguide-users
mailing list