#stories_w_current { marker-allow-overlap: true; marker-fill-opacity: 0.85; marker-line-opacity: 0.95; marker-line-width: 1; marker-line-color: @c-bigs; [points_count < 8] { marker-fill: @c-smallest; marker-width: 20; } [points_count >= 8] { marker-fill: @c-smalls; marker-width: 30; } [points_count > 25] { marker-fill: @c-midsmalls; marker-line-width: 1.5; marker-width: 40; } [points_count > 75] { marker-fill: @c-mids; marker-line-width: 2; marker-width: 50; } [points_count > 150] { marker-fill: @c-bigs; marker-line-width: 2; marker-width: 60; } // Hide everything once clusters no longer necessary-ish [zoom > 7] { marker-width: 0; } // Hide smallest [points_count < 8]{ marker-width: 0; } } #stories_w_current::labels { text-fill: #FFFFFF; text-opacity: 1; text-name: [points_count]; text-face-name: 'DejaVu Sans Book'; text-halo-radius: 1; text-allow-overlap: true; text-halo-fill: @c-bigs; [points_count < 8]{ text-size: 12; } [points_count >= 8]{ text-size: 16; } [points_count >= 25]{ text-size: 20; } [points_count >= 75]{ text-size: 21; } [points_count >= 150]{ text-size: 22; } // Hide smallest [points_count < 8]{ text-size: 0; text-halo-radius: 0; } // Hide everything once clusters no longer necessary-ish [zoom > 7] { text-size: 0; } }