Add border to vector icons
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.