Skip to content

Instantly share code, notes, and snippets.

@keithamoss
Created March 5, 2015 11:54
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 keithamoss/6c3a8dee48a88a9e01ed to your computer and use it in GitHub Desktop.
Save keithamoss/6c3a8dee48a88a9e01ed to your computer and use it in GitHub Desktop.
var elections = {
"queensland_election_2015": {
title: "Queensland Election 2015",
lat: -22,
lng: 146,
zoom: 5,
layerIds: ["08198754560717916103-11020532994758899661", "08198754560717916103-03958069248388696200"],
tableId: "08198754560717916103-12095069980316140126",
boundaries: "queensland-2013.json",
has_polling_place_type: true
},
"victorian_election_2014": {
title: "Victorian Election 2014",
lat: -37.7,
lng: 144,
zoom: 7,
layerId: "08198754560717916103-08195544792767081935",
tableId: "08198754560717916103-08551925598041685897",
boundaries: "victoria-2013.json"
},
"wa_senate_election_2014": {
title: "WA Senate Election 2014",
lat: -25,
lng: 122,
zoom: 5,
layerId: "08198754560717916103-11059938081504763055",
tableId: "08198754560717916103-05022961771185695622"
},
"sa_state_election_2014": {
title: "South Australian State Election 2014",
lat: -32,
lng: 135,
zoom: 6,
layerId: "08198754560717916103-09837679046872805372",
tableId: "08198754560717916103-00066770394780962938"
},
"tas_state_election_2014": {
title: "Tasmanian State Election 2014",
lat: -42,
lng: 146.5,
zoom: 7,
layerId: "08198754560717916103-10203767773364605611",
tableId: "08198754560717916103-12113912950916481117"
},
"federal_election_2013": {
title: "Federal Election 2013",
lat: -27,
lng: 135,
zoom: 5,
layerId: "08198754560717916103-12421761926155747447",
tableId: "08198754560717916103-15363260755447510668"
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment