Created
March 5, 2012 10:59
-
-
Save saleiva/1977876 to your computer and use it in GitHub Desktop.
11870.com with CartoDB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#hoteles_madrid_11870 { | |
marker-fill:#0099FF; | |
marker-line-color:white; | |
marker-line-width:0; | |
marker-opacity:1; | |
marker-line-opacity:1; | |
marker-placement:point; | |
marker-type:ellipse; | |
marker-allow-overlap:true; | |
} | |
#hoteles_madrid_11870 [saved_counter<=75] {marker-width:12} | |
#hoteles_madrid_11870 [saved_counter<=50] {marker-width:8} | |
#hoteles_madrid_11870 [saved_counter<=20] {marker-width:7} | |
#hoteles_madrid_11870 [saved_counter<=2] {marker-width:5} | |
#hoteles_madrid_11870 [saved_counter<=2] {marker-width:4} | |
#hoteles_madrid_11870 [saved_counter<=1] {marker-width:3} | |
#hoteles_madrid_11870 [saved_counter<=0] {marker-width:3} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment