From 73d247b3297de58bb475cad1cff5b1a17fb3acb9 Mon Sep 17 00:00:00 2001 From: Manoj-py <97829720+Manoj-py@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:53:44 +0530 Subject: [PATCH] Update context.go the zoom level has been reduced to 18 to suit for osm --- context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context.go b/context.go index 3abaf09..5877fcd 100644 --- a/context.go +++ b/context.go @@ -56,7 +56,7 @@ func NewContext() *Context { t.width = 512 t.height = 512 t.hasZoom = false - t.maxZoom = 30 + t.maxZoom = 18 t.hasCenter = false t.hasBoundingBox = false t.background = nil