aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/apps/networkMapApp/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/odlux/apps/networkMapApp/src/config.ts')
-rw-r--r--sdnr/wt/odlux/apps/networkMapApp/src/config.ts5
1 files changed, 2 insertions, 3 deletions
diff --git a/sdnr/wt/odlux/apps/networkMapApp/src/config.ts b/sdnr/wt/odlux/apps/networkMapApp/src/config.ts
index bdfcd2407..e2e5718d5 100644
--- a/sdnr/wt/odlux/apps/networkMapApp/src/config.ts
+++ b/sdnr/wt/odlux/apps/networkMapApp/src/config.ts
@@ -27,11 +27,10 @@ export const OSM_STYLE = {
'type': 'raster',
'tiles': [
URL_TILE_API+'/{z}/{x}/{y}.png'
-
],
'tileSize': 256,
'attribution':
- 'Data by <a target="_top" rel="noopener" href="http://openstreetmap.org">OpenStreetMap</a>, under <a target="_top" rel="noopener" href="http://creativecommons.org/licenses/by-sa/3.0">CC BY SA</a>'
+ '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
}
},
'layers': [
@@ -40,7 +39,7 @@ export const OSM_STYLE = {
'type': 'raster',
'source': 'raster-tiles',
'minzoom': 0,
- 'maxzoom': 22
+ 'maxzoom': 18
}
]
};