From f6c9042d5c63397305010bd6a3ce6613f6f0ab5a Mon Sep 17 00:00:00 2001 From: Bob Long Date: Wed, 29 Nov 2023 07:48:05 +1100 Subject: [PATCH] MapboxUser: increase MaxZoom to 24 (#3208) This was done in Mapbox already, but not MapboxUser --- ExtLibs/Maps/MapboxUser.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ExtLibs/Maps/MapboxUser.cs b/ExtLibs/Maps/MapboxUser.cs index cb9e8a8f06..f2dec59997 100644 --- a/ExtLibs/Maps/MapboxUser.cs +++ b/ExtLibs/Maps/MapboxUser.cs @@ -22,6 +22,7 @@ public class MapboxUser : GMapProvider MapboxUser() { + MaxZoom = 24; } static MapboxUser()