GMap.NET icon indicating copy to clipboard operation
GMap.NET copied to clipboard

looking for documentation to add wms layer

Open sn0rkyITA opened this issue 5 years ago • 1 comments

please help me with wms... thanks

sn0rkyITA avatar Jan 02 '21 16:01 sn0rkyITA

@judero01col ok ok this is not an issue... :D but for me this is a solution: to add on gmaps()

...
ServicePointManager.ServerCertificateValidationCallback = new System.Net.Security.RemoteCertificateValidationCallback(AcceptAllCertifications);
ServicePointManager.SecurityProtocol = (SecurityProtocolType)768 | (SecurityProtocolType)3072;
...

public bool AcceptAllCertifications(object sender, SystemSecurity.Cryptography.X509Certificates.X509Certificate certification, System.Security.Cryptography.X509Certificates.X509Chain chain, System.Net.Security.SslPolicyErrors sslPolicyErrors) {
            return true;
        }

sn0rkyITA avatar Jan 11 '21 14:01 sn0rkyITA