Skip to content

Commit

Permalink
MapboxUser: increase MaxZoom to 24
Browse files Browse the repository at this point in the history
This was done in Mapbox already, but not MapboxUser
  • Loading branch information
robertlong13 committed Oct 14, 2023
1 parent 7a8a046 commit e9cb2fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ExtLibs/Maps/MapboxUser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public class MapboxUser : GMapProvider

MapboxUser()
{
MaxZoom = 24;
}

static MapboxUser()
Expand Down

0 comments on commit e9cb2fc

Please sign in to comment.