Themes: add OSM-carto again, fix #1664
This commit is contained in:
parent
2001ef09bf
commit
376a683cce
1 changed files with 11 additions and 0 deletions
|
@ -1,5 +1,16 @@
|
||||||
{
|
{
|
||||||
"layers": [
|
"layers": [
|
||||||
|
{
|
||||||
|
"name": "OpenStreetMap Carto",
|
||||||
|
"url": "https://tile.openstreetmap.org/{z}/{x}/{y}.png",
|
||||||
|
"category": "osmbasedmap",
|
||||||
|
"id": "osm.carto",
|
||||||
|
"type": "raster",
|
||||||
|
"attribution": {
|
||||||
|
"text": "OpenStreetMap",
|
||||||
|
"url": "https://osm.org/copyright"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Americana",
|
"name": "Americana",
|
||||||
"url": "https://zelonewolf.github.io/openstreetmap-americana/style.json",
|
"url": "https://zelonewolf.github.io/openstreetmap-americana/style.json",
|
||||||
|
|
Loading…
Reference in a new issue