marchyman / GeoTag

Image geo location editing for macOS Ventura (13) and later. Instructions and a .dmg of the current version are on the application home page.
https://www.snafu.org/GeoTag/
MIT License
131 stars 14 forks source link

OFFSET when click map to set location and double click to zoom in && track rendering issue #56

Closed chemharuka closed 4 months ago

chemharuka commented 4 months ago

Version 5.3.1 14.1.2 (23B92) 1.1 when I click the map to set location:

image

1.2 wrong location added:

image

1.3 when double click the map to zoom in, the scaling origin is also offset 1.4 the offset is related to the map UI height 1.5 please checkmapProxy.convert(position, from: .local) inMapView.swift

BTW

image

new version renders the track in a strange way

chemharuka commented 4 months ago

BTW2: I suggest attaching the dmg file to the GitHub release. Rolling back to the old version requires me to download the Xcode and compile it. BTW3: Compile it require git init and git commit to meet some requirements in scripts.

marchyman commented 4 months ago

See the note on the GeoTag home page. I’ll repeat it here:

There is a map pin location issue when running on early versions of macOS Sonoma. If you see a pin placed above the point you clicked/tapped you are seeing this bug. Apple fixed the issue in version 14.4 (or perhaps it was 14.4.1). It is not a problem in the current version of Sonoma.

chemharuka commented 4 months ago

See the note on the GeoTag home page. I’ll repeat it here:

There is a map pin location issue when running on early versions of macOS Sonoma. If you see a pin placed above the point you clicked/tapped you are seeing this bug. Apple fixed the issue in version 14.4 (or perhaps it was 14.4.1). It is not a problem in the current version of Sonoma.

Well, please update readme on GitHub. I guess that's on homepage of your website so I missed it perfectly

marchyman commented 4 months ago

Good advice. I should have done that earlier. I have added a note to the README.

Thanks.