mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-08-28 13:50:25 +02:00
Change preview tile, add to dev_config
This commit is contained in:
@@ -6,6 +6,11 @@ import 'package:flutter/material.dart';
|
||||
// Fallback tile storage estimate (KB per tile), used when no preview tile data is available
|
||||
const double kFallbackTileEstimateKb = 25.0;
|
||||
|
||||
// Preview tile coordinates for tile provider previews and size estimates
|
||||
const int kPreviewTileZoom = 18;
|
||||
const int kPreviewTileY = 101300;
|
||||
const int kPreviewTileX = 41904;
|
||||
|
||||
// Direction cone for map view
|
||||
const double kDirectionConeHalfAngle = 30.0; // degrees
|
||||
const double kDirectionConeBaseLength = 0.001; // multiplier
|
||||
|
||||
Reference in New Issue
Block a user