Skip to content

Instantly share code, notes, and snippets.

@vgeorge
Last active August 29, 2015 14:11
Show Gist options
  • Save vgeorge/d54f04dad6f86595f174 to your computer and use it in GitHub Desktop.
Save vgeorge/d54f04dad6f86595f174 to your computer and use it in GitHub Desktop.
Oficina de Geojornalismo
Código para a oficina de geojornalismo
#liberacoesporcidade {
marker-width:5;
marker-fill:#ba0432;
marker-fill-opacity:0.8;
marker-line-color:#800101;
marker-line-width:2;
marker-line-opacity:0.8;
marker-allow-overlap:false;
marker-ignore-placement:true;
[Total >= 50] { marker-width:5; }
[Total >= 100] { marker-width:10; }
[Total >= 200] { marker-width:20; }
[Total >= 300] { marker-width:30; }
[Total >= 400] { marker-width:40; }
[Total >= 500] { marker-width:50; }
[Total >= 750] { marker-width:75; }
[Total >= 1000] { marker-width:100; }
[zoom <= 5] {
[Total >= 300] { marker-width:20; }
}
}
Map {
background-color: #b8dee6;
}
#countries {
::outline {
line-color: #85c5d3;
line-width: 2;
line-join: round;
}
polygon-fill: #fff;
}
<h1>{{{Nome}}} ({{{UF}}})</h1>
<div>{{{Total}}} trabalhadores libertados</div>
<div>Entre 2003 e 2012</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment