berlin-wall-shape

1.0.1 • Public • Published

berlin-wall-shape

The Berlin Wall (Berliner Mauer) as GeoJSON. Taken from the open data portal of Berlin.

see a live map

npm version build status chat on gitter

a screenshot of a map showing the shape

Installing

npm install berlin-wall-shape

Usage

const shape = require('berlin-wall-shape')
console.log(shape)

shape will be a GeoJSON MultiLineString.

{
	type: 'MultiLineString',
	coordinates: [
		[
			[13.204769, 52.616444],
			[13.208006, 52.617655],
			// …
		],
		[
			[13.292293, 52.661454],
			[13.295914, 52.66113],
			// …
		],
		// …
	]
}

License

The underlying data is licensed under the proprietary Geodatennutzungsverordnung.

Contributing

If you have a question or have difficulties using berlin-wall-shape, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.

Package Sidebar

Install

npm i berlin-wall-shape

Weekly Downloads

1

Version

1.0.1

License

GeoNutzV-Berlin

Last publish

Collaborators

  • derhuerst