Last active
April 27, 2020 06:49
-
-
Save mapcentia/60a25e0fab081c90d90ea7077d4d0c42 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"baseLayers": [ | |
{"id": "osm", "name": "OSM"}, | |
{ | |
"id": "geodk.bright", | |
"name": "GeoDanmark kort, lavkon", | |
"db": "baselayers", | |
"host": "https://gc2.io", | |
"config": { | |
"maxZoom": 26, | |
"maxNativeZoom": 19, | |
"attribution": "© SDFE & MapCentia ApS" | |
} | |
}, { | |
"id": "geodk.terminal", | |
"name": "GeoDanmark kort, terminal", | |
"db": "baselayers", | |
"host": "https://gc2.io", | |
"config": { | |
"maxZoom": 26, | |
"maxNativeZoom": 19, | |
"attribution": "© SDFE & MapCentia ApS" | |
} | |
}, | |
{ | |
"id": "luftfotoserier.geodanmark_2019_12_5cm", | |
"name": "Luftfoto 2019", | |
"db": "baselayers", | |
"host": "https://gc2.io", | |
"config": { | |
"maxZoom": 26, | |
"maxNativeZoom": 20, | |
"attribution": "© SDFE" | |
} | |
}, | |
{ | |
"id": "luftfotoserier.geodanmark_2018_12_5cm", | |
"name": "Luftfoto 2018", | |
"db": "baselayers", | |
"host": "https://gc2.io", | |
"config": { | |
"maxZoom": 26, | |
"maxNativeZoom": 20, | |
"attribution": "© SDFE" | |
} | |
}, | |
{ | |
"id": "luftfotoserier.geodanmark_2017_12_5cm", | |
"name": "Luftfoto 2017", | |
"db": "baselayers", | |
"host": "https://gc2.io", | |
"config": { | |
"maxZoom": 26, | |
"maxNativeZoom": 20, | |
"attribution": "© SDFE" | |
} | |
}, | |
{ | |
"id": "luftfotoserier.geodanmark_2016_12_5cm", | |
"name": "Luftfoto 2016", | |
"db": "baselayers", | |
"host": "https://gc2.io", | |
"config": { | |
"maxZoom": 26, | |
"maxNativeZoom": 20, | |
"attribution": "© SDFE" | |
} | |
}, | |
{ | |
"id": "kortforsyningen.dtk_lave_maalebordsblade", | |
"name": "Lave målebordsblade", | |
"db": "baselayers", | |
"host": "https://gc2.io", | |
"config": { | |
"maxZoom": 26, | |
"maxNativeZoom": 20, | |
"attribution": "© Kortforsyningen" | |
} | |
}, | |
{ | |
"id": "kortforsyningen.dtk_hoeje_maalebordsblade", | |
"name": "Høje målebordsblade", | |
"db": "baselayers", | |
"host": "https://gc2.io", | |
"config": { | |
"maxZoom": 26, | |
"maxNativeZoom": 20, | |
"attribution": "© Kortforsyningen" | |
} | |
}, | |
{ | |
"id": "kortforsyningen.topo25", | |
"name": "Topografisk kort, 1:25.000", | |
"db": "baselayers", | |
"host": "https://gc2.io", | |
"config": { | |
"maxZoom": 26, | |
"maxNativeZoom": 20, | |
"attribution": "© Kortforsyningen" | |
} | |
}, | |
{"id": "dtkSkaermkort", "name": "DTK Skærmkort"}, | |
{"id": "dtkSkaermkortDaempet", "name": "DTK Skærmkort, dæmpet"}, | |
{"id": "dtkSkaermkortGraa", "name": "DTK Skærmkort, grå"}, | |
{"id": "stamenTonerLite", "name": "Stamen Toner Light"}, | |
{"id": "hereNormalDay", "name": "hereNormalDay"}, | |
{"id": "hereNormalDayGrey", "name": "hereNormalDayGrey"}, | |
{"id": "hereNormalNightGrey", "name": "hereNormalNightGrey"}, | |
{"id": "googleStreets", "name": "Google Streets"}, | |
{"id": "googleHybrid", "name": "Google Hybrid"}, | |
{"id": "googleSatellite", "name": "Google Satellite"}, | |
{"id": "googleTerrain", "name": "Google Terrain"}, | |
{ | |
"id": "mvt:mvt_test", "name": "MVT Test", "db": "mydb", | |
"host": "http://127.0.0.1", | |
"config": { | |
"maxZoom": 21, | |
"maxNativeZoom": 19, | |
"attribution": "Geofyn A/S" | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment