Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.DS_Store
.vscode
node_modules
node_modules
4 changes: 4 additions & 0 deletions packages/London-Boroughs/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
This uses data from https://data.london.gov.uk/dataset/statistical-gis-boundary-files-london which is covered by the Open Government License


Please see the full OGL license here: http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/
35 changes: 35 additions & 0 deletions packages/London-Boroughs/London-Boroughs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 56 additions & 0 deletions packages/London-Boroughs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# London, Boroughs

[![License: Unlicense](https://img.shields.io/badge/license-Unlicense-blue.svg)](http://unlicense.org/)

Contains all the 33 boroughs of London:
* Barking & Dagenham
* Barnet
* Bexley
* Brent
* Bromley
* Camden Town
* City
* Croydon
* Ealing
* Enfield
* Greenwich
* Hackney
* Hammersmith & Fulham
* Haringey
* Harrow
* Havering
* Hillingdon
* Hounslow
* Islington
* Kensington & Chelsea
* Kingston upon Thames
* Lambeth
* Lewisham
* Merton
* Newham
* Redbridge
* Richmond upon Thames
* Southwark
* Sutton
* Tower Hamlets
* Walthan Forest
* Wansworth
* Westminster


## Installation

### npm

`npm install --save @svg-maps/London-Boroughs`

### yarn

`yarn add @svg-maps/London-Boroughs`

## Credits

This map is based on topojson from [Vega](https://github.com/vega).

The original topojson is available [here](https://vega.github.io/vega-datasets/data/londonBoroughs.json).

1 change: 1 addition & 0 deletions packages/London-Boroughs/index.js

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions packages/London-Boroughs/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "@svg-maps/london-boroughs",
"version": "1.0.0",
"description": "Map of London's Boroughs",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/VictorCazanave/svg-maps/tree/master/packages/london-boroughs"
},
"keywords": [
"svg",
"map",
"london",
"boroughs",
"united kingdom",
"uk"
],
"author": "Abu Bakar Naseer <bkrmalick@hotmail.com>",
"publishConfig": {
"access": "public"
},
"license": "Unlicense"
}