Click here to Skip to main content
15,881,882 members

Comments by Dan Desjardins (Top 3 by date)

Dan Desjardins 6-Jul-23 17:28pm View    
Spending several thousand dollars for an overpriced lib is not a solution.
Dan Desjardins 20-Nov-21 23:22pm View    
We should ban the word "just." There is no "References" anywhere to be found in my solution explorer.
Dan Desjardins 27-Sep-16 16:28pm View    
Well this definitely does something, but I'm not sure it actually adds valid geotags. I'm trying to figure out the meaning of the following lines:


double latitude = 30.0 + 15.0 / 60.0 + 22.0 / 3600.0;
double longitude = -(86.0 + 16.0 / 60.0 + 23.0 / 3600.0);
double altitude = 44;

is this a set of hard-coded lat lons in decimal, but why the math instead of a simple decimal lat and long (e.g. 43.086282:-89.488111)