Skip to content

Commit 63c769f

Browse files
committed
Add vector tiles to config.example.json
1 parent 0f26167 commit 63c769f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config.example.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
"maxZoom": 19,
1313
"attribution": "<a href='https://github.com/freifunk/meshviewer/issues' target='_blank'>Report Bug</a> | Map data &copy; <a href\"http://openstreetmap.org\">OpenStreetMap</a> contributor"
1414
}
15+
},
16+
{
17+
"name": "BaseMap.de (Vektor)",
18+
"url": "https://sgx.geodatenzentrum.de/gdz_basemapworld_vektor/styles/bm_web_wld_col.json",
19+
"type": "vector",
20+
"config": {
21+
"attribution": "&copy; basemap.de / <a href='https://www.bkg.bund.de'>BKG</a> (2025) <a href='https://creativecommons.org/licenses/by/4.0/'>CC BY 4.0</a>; Datenquellen: &copy; GeoBasis-DE / <a href='https://www.bkg.bund.de'>BKG</a> (2025) <a href='https://creativecommons.org/licenses/by/4.0/'>CC BY 4.0</a>; außerhalb Deutschlands: &copy; <a href='https://www.openstreetmap.org/copyright'>Open Street Map Mitwirkende ODbL v. 1.0</a> ; © <a href='https://openmaptiles.org/'>OpenMapTiles</a>"
22+
}
1523
}
1624
],
1725
"fixedCenter": [

0 commit comments

Comments
 (0)