added app2ipa script and I forget what the other changes were

This commit is contained in:
stopflock
2025-07-19 12:05:14 -05:00
parent 32d57ba3cd
commit d3d1e4a7b2
3 changed files with 29 additions and 2 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ class _MapViewState extends State<MapView> {
Polygon _buildCone(LatLng origin, double bearingDeg, double zoom) {
const halfAngle = 15.0;
final length = 0.002 * math.pow(2, 15 - zoom);
final length = 0.0012 * math.pow(2, 15 - zoom);
LatLng _project(double deg) {
final rad = deg * math.pi / 180;