Skip to content

Instantly share code, notes, and snippets.

@bianchimro
Last active August 29, 2015 14:26
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 bianchimro/7fd96f9513036f7c8ae6 to your computer and use it in GitHub Desktop.
Save bianchimro/7fd96f9513036f7c8ae6 to your computer and use it in GitHub Desktop.
#museums{
marker-fill: red;
}
{
"title": "Bergamo Example",
"map": {
"center": [
9.634,
45.7
],
"centerProjection": "EPSG:4326",
"zoom": 12,
"minZoom": 10,
"maxZoom": 17,
"extent": [
9,
45.2,
10,
46
],
"extentProjection": "EPSG:4326"
},
"layers": [
{
"layerType": "stamen",
"layerOptions": {
"opacity": 1,
"layer": "watercolor"
},
"name": "layer3"
},
{
"name": "darkmatter",
"layerType": "cartodb",
"layerOptions": {
"layer": "dark-matter",
"opacity": "0",
"visible": false
}
},
{
"name": "museums",
"layerType": "geojson",
"layerOptions": {
"url": "https://cdn.rawgit.com/inmagik/html-map-bg/master/vectors/museum_wgs.geojson",
"opacity": 1
},
"templatePopup": "templates/table.html"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment