You've already forked lazarus-ccr
lazmapviewer: Use E/W and N/S suffixes to GPS coordinates.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6868 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -73,7 +73,7 @@ begin
|
||||
{$IF FPC_FullVersion >= 30000}
|
||||
http.AllowRedirect := true;
|
||||
{$IFEND}
|
||||
http.AddHeader('User-Agent','Mozilla/5.0 (compatible; fpweb)');
|
||||
http.AddHeader('User-Agent', 'Mozilla/5.0 (compatible; fpweb)');
|
||||
{$IF FPC_FullVersion >= 30101}
|
||||
if UseProxy then begin
|
||||
http.Proxy.Host := FProxyHost;
|
||||
|
Reference in New Issue
Block a user