Skip to content

Instantly share code, notes, and snippets.

@gka
Created September 9, 2012 10:49
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 gka/3683747 to your computer and use it in GitHub Desktop.
Save gka/3683747 to your computer and use it in GitHub Desktop.
Map of France departements
{
"proj": { "id": "laea" },
"layers": {
"departments": {
"src": "shp/gadm/FRA_adm2.shp",
"simplify": 1,
"attributes": {
"name": "NAME_2",
"id": "ID_2"
},
"filter": ["NAME_1", "is not", "Corse"]
}
},
"export": {
"round": 0
}
}
#departments {
fill: #eee;
stroke-width: 0.5px;
}
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment