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.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdnr/wt/odlux/apps/networkMapApp/src/config.ts b/sdnr/wt/odlux/apps/networkMapApp/src/config.ts
index e2e5718d5..a85259d47 100644
--- a/sdnr/wt/odlux/apps/networkMapApp/src/config.ts
+++ b/sdnr/wt/odlux/apps/networkMapApp/src/config.ts
@@ -38,8 +38,8 @@ export const OSM_STYLE = {
'id': 'simple-tiles',
'type': 'raster',
'source': 'raster-tiles',
- 'minzoom': 0,
- 'maxzoom': 18
+ 'minZoom': 0,
+ 'maxZoom': 18
}
]
};