diff --git a/js/index.js b/js/index.js index f89dd3d..45a3e5f 100644 --- a/js/index.js +++ b/js/index.js @@ -328,6 +328,10 @@ circlegoRadius = 20000; } + if (lang.startsWith('de')) { + circlegoRadius = 15000; + } + if (circlegoRadius != null) { circlego = new BR.CircleGoArea(routing, nogos, pois); circlego.options.radius = circlegoRadius;