Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjayPrabhakaran committed Sep 20, 2023
2 parents d4c1893 + a4545e0 commit 85f0001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SJPv6/www/sjp.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ function getJHDStringEsc( parray){
+parray['longitude']+'\r\n' //Line6:-DD.MMmmmm (Longitudes -ve is east Degrees.MMmmmm)
+parray['latitude']+'\r\n' //Line7:DD.MMmmmm (Latitude Degrees.MMmmmm)
+"00.000"+"\n" //Altitude //Line8:MM.mmmmmm (Altitude meters)
+parray['timezone']+'\r\n' //Line9:-HH.dddddd(Winter TimeZone -ve is east, but here is in decimals)
+parray['timezone']+'\r\n' //Line10:-HH.dddddd(Daylight TimeZone -ve is east,but here is in decimals)
+(-parray['timezone'])+'\r\n' //Line9:-HH.dddddd(Winter TimeZone -ve is east, but here is in decimals)
+(-parray['timezone'])+'\r\n' //Line10:-HH.dddddd(Daylight TimeZone -ve is east,but here is in decimals)
+"1\r\n" //Line11:0 ( 1 is time in 24Hours format 0 is AM/PM)
+"105\r\n" //sea level? //Line12:105 (Is this Mean Sea level? What is this? Changes with location selection?)
+parray['placename']+"\r\n" //place //Line13:Location (Location in Names)
Expand Down

0 comments on commit 85f0001

Please sign in to comment.