Skip to content

Commit

Permalink
MapboxUser: increase MaxZoom to 24 (#3208)
Browse files Browse the repository at this point in the history
This was done in Mapbox already, but not MapboxUser
  • Loading branch information
robertlong13 authored Nov 28, 2023
1 parent 0068db5 commit f6c9042
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 f6c9042

Please sign in to comment.