Skip to content

Commit

Permalink
feat: add ffmuc_ulm domain
Browse files Browse the repository at this point in the history
  • Loading branch information
GoliathLabs committed Apr 21, 2024
1 parent 1dc60c1 commit 620aaef
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,20 +225,20 @@
"url": "https://tiles.ext.ffmuc.net/osm/{z}/{x}/{y}.png",
"config": {
"maxZoom": 19,
"attribution": "&copy; Openstreetmap | &copy; <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a>"
"attribution": "&copy; OpenStreetMap | &copy; <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a>"
}
},
{
"name": "FFMUC OSM.HOT Proxy",
"url": "https://tiles.ext.ffmuc.net/hot/{z}/{x}/{y}.png",
"config": {
"maxZoom": 20,
"attribution": "&copy; Openstreetmap France | &copy; <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a>"
"attribution": "&copy; OpenStreetMap France | &copy; <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a>"
}
},
{
"name": "Esri.WorldImagery",
"url": "//server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}",
"url": "https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}",
"config": {
"maxZoom": 20,
"attribution": "Tiles &copy; Esri &mdash; Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community"
Expand All @@ -250,7 +250,7 @@
"name": "HERE",
"url": "https://{s}.base.maps.api.here.com/maptile/2.1/maptile/newest/normal.day/{z}/{x}/{y}/256/png8?app_id=YOUR_KEY&app_code=YOUR_CODE&lg=deu",
"config": {
"attribution": "Map &copy; 1987-2014 <a href=\"http://developer.here.com\">HERE</a>",
"attribution": "Map &copy; 1987-2024 <a href=\"https://developer.here.com\">HERE</a>",
"subdomains": "1234",
"maxZoom": 20
}
Expand All @@ -259,7 +259,7 @@
"name": "HERE.hybridDay",
"url": "https://{s}.aerial.maps.api.here.com/maptile/2.1/maptile/newest/{variant}/{z}/{x}/{y}/256/png8?app_id=YOUR_KEY&app_code=YOUR_CODE&lg=deu",
"config": {
"attribution": "Map &copy; 1987-2014 <a href=\"http://developer.here.com\">HERE</a>",
"attribution": "Map &copy; 1987-2024 <a href=\"https://developer.here.com\">HERE</a>",
"subdomains": "1234",
"variant": "hybrid.day",
"maxZoom": 20
Expand Down Expand Up @@ -345,6 +345,10 @@
"domain": "ffmuc_freising",
"name": "Freising"
},
{
"domain": "ffmuc_ulm",
"name": "Freising"
},
{
"domain": "ffwert_city",
"name": "Wertingen - City"
Expand Down

0 comments on commit 620aaef

Please sign in to comment.