Page 1 of 1

configuration for displaying another marker

Posted: 20 Sep 2018, 17:16
by fcossy
Hi,

Your maps component is great and very flexible, but I'd like to use other markers from the available 'font awsome' or 'glyphicon' libraries. Is it possible to send me a list of the available markers that can be used into the 'Marker Icon' field? I'm unable so far to change the arrow, except its color...

Many thanks and best regards,
Florian

Re: configuration for displaying another marker

Posted: 20 Sep 2018, 17:29
by Jan
Hi, you can just find the icons here:
https://getbootstrap.com/docs/3.3/components/
https://fontawesome.com/icons

of course it depends on which library and its version of the fonts is loaded on the site (so you need to look at your html source code to see which library is loaded).

Jan