DaxServer / electionmap

Electoral map tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

electionmap

Simple tool to locate electoral constituency for voting and candidate details.

Map Data

Constituency boundaries

Constituency shapefiles sourced from datameet maps and hosted on Mapbox

Mapbox tilesets

Constituency details API use Mapbox Tilequey API

https://api.mapbox.com/v4/planemad.3picr4b8/tilequery/<LONGITUDE>,<LATITUDE>.json?limit=5&radius=0&dedupe=true&access_token=<MAPBOX_ACCESS_TOKEN>

Basemap data

Place locations and street level details are from the OpenStreetMap Project. Data updates on OSM are reflected on the map in a week.

Map style

Basemap showing constituency boundaries with street details designed in Mapbox Studio.

Mapbox GL JS style id planemad/cjoescdh20cl62spey0zj3v19

Contributing

Get the code and start the development server with live preview. Requires node.

git clone https://github.com/publicmap/electionmap.git
cd electionmap
npm install
npm run start

If you made changes to the js scripts, do npm run build to compile the final javascript file to js/dist and commit them before publishing. Do NOT make changes directly to files inside the dist/ folder.

About

Electoral map tool

License:MIT License


Languages

Language:JavaScript 57.6%Language:HTML 42.4%