-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
UIbugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestlocationmap
Description
The current map overlay relies on matching anchor pixel coordinates from PDF maps to geolocations via appData.json. However, misalignment between the user’s "blue dot" and the PDF overlay sometimes occurs, degrading navigation accuracy. Consider refining the coordinate mapping or adding dynamic calibration fallback.
Sample:
// Example: refine mapping logic in MapOverlayManager.swift
let offset = calculateOffset(anchorPixel: anchor_pixel, geo: anchor_location)
pdfOverlay.adjustPosition(by: offset)Metadata
Metadata
Assignees
Labels
UIbugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestlocationmap