-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
21 lines (14 loc) · 669 Bytes
/
Copy pathREADME
File metadata and controls
21 lines (14 loc) · 669 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
----- Hackathon Central 27-28th March 2013
To install:
- Clone the repo
- Run `npm install`
To run:
- Run `npm start`
- Open a browser and go to http://localhost:3000
To access the API
- Run `npm start`
- Open a browser and go to http://localhost:3000
#### Getting London Borough GeoJSON
1. Sign up to download https://www.ordnancesurvey.co.uk/business-and-government/products/boundary-line.html
2. `ogr2ogr -f GeoJSON -where "DESCRIPTIO = 'London Borough'" -t_srs EPSG:4326 london_boroughs_coords.json district_borough_unitary_region.shp`
3. `topojson -o london_boroughs.topo.json --id-property CODE --properties name=NAME -- london_boroughs_coords.json`