photools.com Community

IMatch Bug Reports and Feature Requests => Feature Requests => Archive (Feature Requests) => Topic started by: jch2103 on August 01, 2018, 12:33:12 AM

Title: Destination coordinates marker distance from target marker
Post by: jch2103 on August 01, 2018, 12:33:12 AM
The addition of being able to assign destination coordinates is very helpful. As others have noted, this provides functionality that previously required using Geosetter; being able to do this within IMatch can streamline workflow.

One feature request about this: Currently, when one adds a destination coordinates marker, it defaults to being about 40 meters from the origin coordinates icon. Clearly, the default distance between the markers is a compromise, with the ideal distance between depending on map scale. However, in most of the travel-related images where I've used the destination coordinates feature, the default distance is too small; it's necessary to zoom in significantly to be able to select and move the destination marker to a desired location, then zoom back out to make adjustments.

I'd suggest changing the default distance to a larger amount, perhaps 100 meters. What do other users think?
Title: Re: Destination coordinates marker distance from target marker
Post by: lbo on October 21, 2018, 05:01:32 PM
+1

50m can be too near for certain applications, e.g. for aerial photography. My map usually is usually more than 1km wide/high.

Since the goal is to make the marker visible and accessible by the mouse, the distance might be calculated as a fraction of the map width/height, e.g. 30%.

A configurable value could also be useful, either as map width percentage or as absolute value.

In the mean, I patched the value in maputility.js around line 100:

var dlat = lat + 0.005;  // about 550 m to the north

After clearing the browser cache, it works as expected (I know that this is no persistent solution).

Oliver
Title: Re: Destination coordinates marker distance from target marker
Post by: Mario on June 01, 2019, 10:38:32 AM
I have improved this for the next release.
The distance is now approximately 30% of the area currently displayed on the map (adjusting to zoom level).