We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4614982 commit 5b3d07aCopy full SHA for 5b3d07a
components/com_jtg/assets/js/jtg.js
@@ -9,7 +9,8 @@ var allpoints = [];
9
function jtgMapInit(mapLayersTitle='Map layers', targetid='jtg_map') {
10
jtgView = new ol.View( {
11
center: [0, 0],
12
- units: "m" // TODO: use units from config
+ units: "m", // TODO: use units from config
13
+ maxZoom: 20
14
} );
15
16
jtgMap = new ol.Map ( { target: targetid,
0 commit comments