Skip to content

Commit

Permalink
Update context.go
Browse files Browse the repository at this point in the history
the zoom level has been reduced to 18 to suit for osm
  • Loading branch information
Manoj-py authored Nov 12, 2024
1 parent 0bdd9c1 commit 73d247b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73d247b

Please sign in to comment.