Skip to content

Instantly share code, notes, and snippets.

@LC43
Last active August 3, 2023 00:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LC43/9d6c1a53f22b11cc2227a141fa626298 to your computer and use it in GitHub Desktop.
Save LC43/9d6c1a53f22b11cc2227a141fa626298 to your computer and use it in GitHub Desktop.
Selection of IGM CSS rules for elements in map
/* ## Tooltips */
/* tooltip : https://gist.github.com/carmoreira/9452878cfb3646e166896b0dbacd9afd */
.map_wrapper .imapsLabel foreignObject {
/* ## Markers */
/* round marker border/stroke : https://gist.github.com/carmoreira/a537b03698209953055ce8c5f31c224e */
.imapsCircle {
/* markers with colors : https://gist.github.com/carmoreira/a694ac63dcb0da95128dc53d2fa19368 */
.imapsCircle-group[fill="#dd3333"] .imapsCircle {
/* image marker : https://gist.github.com/carmoreira/fb71792b1c06e6e2fc4b4e75da9a9a73 */
g.imapsMapImage-group[style="cursor: pointer; outline: none;"] image {
/* cluster marker label */
g.imapsMapImage .imapsSprite-group.imapsContainer-group.imapsLabel-group
/* ## Lines */
/* Dashed Lines : https://gist.github.com/carmoreira/832f55a3b21f329749186649de06c4a0 */
.imapsMapLine-group path {
/* ## Labels */
/* auto labels : https://gist.github.com/carmoreira/574e1adf4f8192d118176ef542bec0ee */
.map_wrapper .imapsLabel-group {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment