mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-08-14 15:10:36 +02:00
added app2ipa script and I forget what the other changes were
This commit is contained in:
@@ -31,7 +31,7 @@ class OverpassService {
|
||||
(${bbox.southWest.latitude},${bbox.southWest.longitude},
|
||||
${bbox.northEast.latitude},${bbox.northEast.longitude});
|
||||
);
|
||||
out body 100;
|
||||
out body 250;
|
||||
''';
|
||||
|
||||
try {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user