Ready-to-use, timestamped, tiled boundary data for Germany.
https://static.datenhub.net/data/boundaries/[TILESET]_[TIMESTAMP].versatiles?{z}/{x}/{y}
See demo for code samples. Note these tilesets require manual attribution.
| Name | Description | Source | License |
|---|---|---|---|
admin_boundaries |
Staat, Länder, Kreise, Gemeinden 1:250,000 | BKG VG250 | DNN 2.0 |
admin_labels |
Label points for all features in admin_boundaries |
BKG VG250 | DNN 2.0 |
2024-01-01, 2025-01-01
| Field | Description |
|---|---|
id |
Sequential ID unique to the tileset |
ars |
12-digit Amtlicher Regionalschlüssel |
name |
Normalised feature name |
land |
Two-digit ID indicating the Bundesland containing the feature or the feature itself |
level |
Administrative hierarchy level; lower levels represent larger features (follows OSM levels) |
- Install
uv,versatilesandtippecanoe(Mac/Linux only) cd tasks/make_boundariesuv syncto install Python dependenciesuv run src/main.pyto run the tile generation pipelineversatiles serve -c versatiles.yamlto start a local tile server
cd demo && npm i && npm run start