# 🇩🇪 Germany

[![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-blue.svg)](https://creativecommons.org/licenses/by/4.0/)

Contains all the states (_Länder_) of Germany:
* Baden-Württemberg
* Bavaria
* Berlin
* Brandenburg
* Bremen
* Hamburg
* Hesse
* Lower Saxony
* Mecklenburg-Vorpommern
* North Rhine-Westphalia
* Rhineland-Palatinate
* Saarland
* Saxony
* Saxony-Anhalt
* Schleswig-Holstein
* Thuringia

## Installation

### npm

`npm install --save @svg-maps/germany`

## Credits

This map is based on the work of [MapSVG](https://mapsvg.com).

The original map is available [here](https://mapsvg.com/maps/germany) under the [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/) license.

### Changes

* Remove unnecessary attributes
* Replace title by name attributes
* Add viewBox
* Rename ids
* Sort `<path/>` alphabetically
