Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/geo/mercator_coordinate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type {LngLatLike} from '../geo/lng_lat';
import type {CanonicalTileID} from '../source/tile_id';

const DEFAULT_MIN_ZOOM = 0;
const DEFAULT_MAX_ZOOM = 25.5;
const DEFAULT_MAX_ZOOM = 28;
/**
* The circumference at a line of latitude in meters.
* @private
Expand Down
2 changes: 1 addition & 1 deletion src/geo/transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import type {FeatureDistanceData} from '../style-spec/feature_filter/index';

const NUM_WORLD_COPIES = 3;
export const DEFAULT_MIN_ZOOM = 0;
export const DEFAULT_MAX_ZOOM = 25.5;
export const DEFAULT_MAX_ZOOM = 28;
export const MIN_LOD_PITCH = 60.0;

type RayIntersectionResult = {
Expand Down