german-states-bbox
Minimal bounding boxes for German states. Taken from http://osmtipps.lefty1963.de
.
Installing
npm install german-states-bbox
Usage
console
BW: minLat: 475338000528 maxLat: 497913749328 minLon: 75113934084 maxLon: 104918239143 TH: minLat: 502042330625 maxLat: 516490678544 minLon: 98778443239 maxLon: 126531964048
You can also consume the data as GeoJSON:
const data = console
type: 'Feature' properties: name: 'BW' geometry: type: 'Polygon' coordinates: 75113934084 475338000528 104918239143 475338000528 104918239143 497913749328 75113934084 497913749328 75113934084 475338000528
Contributing
If you have a question, found a bug or want to propose a feature, have a look at the issues page.