Add border to vector icons

You are here:

To add a border to vector icons you can currently use custom CSS. Add the following to the custom CSS field in the map:

.imapsMapImage .imapsSprite {
	stroke:#FFF;
	stroke-width:0.5;
}

This should create a small white border around your icon shapes.

Posted by Carlos Moreira

Lead developer of Interactive Geo Maps plugin.